Trace number 282115

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsconMax 109 EPFCMSAT (TO) 2400.11 2411.51

General information on the benchmark

NameMaxCSP/pi/pi-30-10-25-t58/
pi-30-10-197-42-61.xml
MD5SUMde43100ae38030c523f3a76ed3fc8b0c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints99
Best CPU time to get the best result obtained on this benchmark0
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints109
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension109
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=epfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/282115-1169318132/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.40	     nbVariables=30  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.40	       =>  wckTime=0.09  cpuTime=0.08  mem=6M885
0.40	   
0.40	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.52	     nbConstraints=109  nbRelationTypes=109  nbExtensionStructures=109  nbSharedExtensionStructures=0
0.52	     nbConflictsStructures=109  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1359  maxDegree=13
0.52	     maxArity=2
0.52	       =>  wckTime=0.205  cpuTime=0.15  mem=8M844
0.56	   
0.56	   solver LocalSearchSolver being built... 
0.60	       =>  wckTime=0.284  cpuTime=0.2  mem=5M497
0.60	
0.60	s SATISFIABLE
0.60	o 57
0.60	c 52
0.60	o 60
0.60	c 49
0.60	o 63
0.60	c 46
0.61	o 66
0.61	c 43
0.61	o 68
0.61	c 41
0.61	o 71
0.61	c 38
0.61	o 73
0.61	c 36
0.61	o 75
0.61	c 34
0.61	o 79
0.61	c 30
0.61	o 82
0.61	c 27
0.61	o 83
0.61	c 26
0.61	o 85
0.61	c 24
0.61	o 86
0.61	c 23
0.61	o 87
0.61	c 22
0.61	o 88
0.62	c 21
0.62	o 89
0.62	c 20
0.62	o 90
0.62	c 19
0.62	o 91
0.62	c 18
0.62	o 92
0.62	c 17
0.62	o 93
0.62	c 16
0.63	o 94
0.63	c 15
0.64	o 95
0.64	c 14
0.64	o 96
0.64	c 13
0.65	o 97
0.65	c 12
0.66	o 98
0.66	c 11
2.13	   
2.13	   search
2.13	     run=0  nbConstraintChecks=7483399  nbAssignments=10000
2.13	       =>  wckTime=1.532  cpuTime=1.5  mem=5M497
2.35	o 99
2.35	c 10
3.57	   
3.57	   search
3.57	     run=1  nbConstraintChecks=14675393  nbAssignments=20000
3.57	       =>  wckTime=2.976  cpuTime=2.92  mem=5M497
5.01	   
5.01	   search
5.01	     run=2  nbConstraintChecks=21871357  nbAssignments=30000
5.01	       =>  wckTime=4.416  cpuTime=4.36  mem=5M497
6.48	   
6.48	   search
6.48	     run=3  nbConstraintChecks=29269652  nbAssignments=40000
6.48	       =>  wckTime=5.887  cpuTime=5.83  mem=5M497
7.97	   
7.97	   search
7.97	     run=4  nbConstraintChecks=36738236  nbAssignments=50000
7.97	       =>  wckTime=7.373  cpuTime=7.3  mem=5M497
9.44	   
9.44	   search
9.44	     run=5  nbConstraintChecks=44166277  nbAssignments=60000
9.44	       =>  wckTime=8.849  cpuTime=8.78  mem=5M497
10.92	   
10.92	   search
10.92	     run=6  nbConstraintChecks=51567996  nbAssignments=70000
10.92	       =>  wckTime=10.324  cpuTime=10.24  mem=5M497
12.40	   
12.40	   search
12.40	     run=7  nbConstraintChecks=59054673  nbAssignments=80000
12.40	       =>  wckTime=11.809  cpuTime=11.73  mem=5M497
13.87	   
13.87	   search
13.87	     run=8  nbConstraintChecks=66356025  nbAssignments=90000
13.87	       =>  wckTime=13.276  cpuTime=13.18  mem=5M497
15.39	   
15.39	   search
15.39	     run=9  nbConstraintChecks=74175359  nbAssignments=100000
15.39	       =>  wckTime=14.799  cpuTime=14.69  mem=5M497
16.86	   
16.86	   search
16.86	     run=10  nbConstraintChecks=81527344  nbAssignments=110000
16.86	       =>  wckTime=16.263  cpuTime=16.15  mem=5M497
18.32	   
18.32	   search
18.32	     run=11  nbConstraintChecks=88888143  nbAssignments=120000
18.32	       =>  wckTime=17.728  cpuTime=17.61  mem=5M497
19.78	   
19.78	   search
19.78	     run=12  nbConstraintChecks=96292457  nbAssignments=130000
19.78	       =>  wckTime=19.189  cpuTime=19.06  mem=5M497
21.22	   
21.22	   search
21.22	     run=13  nbConstraintChecks=103490638  nbAssignments=140000
21.22	       =>  wckTime=20.628  cpuTime=20.5  mem=5M497
22.70	   
22.70	   search
22.70	     run=14  nbConstraintChecks=111014156  nbAssignments=150000
22.70	       =>  wckTime=22.107  cpuTime=21.97  mem=5M497
24.15	   
24.15	   search
24.15	     run=15  nbConstraintChecks=118291255  nbAssignments=160000
24.15	       =>  wckTime=23.556  cpuTime=23.41  mem=5M497
25.62	   
25.62	   search
25.62	     run=16  nbConstraintChecks=125770301  nbAssignments=170000
25.62	       =>  wckTime=25.026  cpuTime=24.88  mem=5M497
27.10	   
27.10	   search
27.10	     run=17  nbConstraintChecks=133225540  nbAssignments=180000
27.10	       =>  wckTime=26.506  cpuTime=26.35  mem=5M497
28.55	   
28.55	   search
28.55	     run=18  nbConstraintChecks=140389273  nbAssignments=190000
28.55	       =>  wckTime=27.959  cpuTime=27.79  mem=5M497
30.04	   
30.04	   search
30.04	     run=19  nbConstraintChecks=147843607  nbAssignments=200000
30.04	       =>  wckTime=29.439  cpuTime=29.26  mem=5M497
31.49	   
31.49	   search
31.49	     run=20  nbConstraintChecks=155089687  nbAssignments=210000
31.49	       =>  wckTime=30.895  cpuTime=30.71  mem=5M497
32.49	   
32.49	   search
32.49	     run=21  nbConstraintChecks=160043317  nbAssignments=216875
32.49	       =>  wckTime=31.897  cpuTime=31.72  mem=5M497
32.49	   
32.49	   global
32.50	     nbConstraintChecks=160043317  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.50	     solvingWckTime=31.896  solvingCpuTime=31.72  expiredTime=no  totalExploration=no  nbFoundSolutions=0
32.50	     globalCpuTime=31.97
32.50	       =>  wckTime=32.182  cpuTime=31.92  mem=5M497
32.50	   
32.50	   solver IterativeSystematicSolver being built... 
32.64	       =>  wckTime=32.325  cpuTime=32.02  mem=16M581
32.68	   
32.68	   preprocessing
32.68	     nbConstraintChecks=16869  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
32.68	     detectedInconsistency=no
32.68	       =>  wckTime=0.04  cpuTime=0.03  mem=16M581
32.73	   
32.73	   search
32.73	     run=0  nbConstraintChecks=94968  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=62
32.73	     nbFailedAssignments=44  nbBacktracks=11  nbVisitedNodes=118  nbRestartNogoods=0
32.73	       =>  wckTime=0.095  cpuTime=0.07  mem=16M581
32.78	   
32.78	   search
32.78	     run=1  nbConstraintChecks=202841  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=121
32.78	     nbFailedAssignments=80  nbBacktracks=26  nbVisitedNodes=228  nbRestartNogoods=12
32.78	       =>  wckTime=0.139  cpuTime=0.11  mem=16M581
32.83	   
32.83	   search
32.83	     run=2  nbConstraintChecks=336123  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=196
32.83	     nbFailedAssignments=125  nbBacktracks=48  nbVisitedNodes=370  nbRestartNogoods=33
32.83	       =>  wckTime=0.189  cpuTime=0.14  mem=16M581
32.90	   
32.90	   search
32.90	     run=3  nbConstraintChecks=539287  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=323
32.90	     nbFailedAssignments=211  nbBacktracks=81  nbVisitedNodes=615  nbRestartNogoods=51
32.90	       =>  wckTime=0.263  cpuTime=0.22  mem=16M581
33.01	   
33.01	   search
33.01	     run=4  nbConstraintChecks=880842  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=523
33.01	     nbFailedAssignments=354  nbBacktracks=131  nbVisitedNodes=1008  nbRestartNogoods=60
33.01	       =>  wckTime=0.376  cpuTime=0.33  mem=16M581
33.16	   
33.16	   search
33.16	     run=5  nbConstraintChecks=1313626  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=792
33.16	     nbFailedAssignments=540  nbBacktracks=206  nbVisitedNodes=1535  nbRestartNogoods=71
33.16	       =>  wckTime=0.523  cpuTime=0.47  mem=16M581
33.40	   
33.40	   search
33.40	     run=6  nbConstraintChecks=2012083  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1191
33.40	     nbFailedAssignments=820  nbBacktracks=319  nbVisitedNodes=2327  nbRestartNogoods=84
33.40	       =>  wckTime=0.765  cpuTime=0.71  mem=16M581
33.80	   
33.80	   search
33.80	     run=7  nbConstraintChecks=3234356  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1906
33.80	     nbFailedAssignments=1357  nbBacktracks=489  nbVisitedNodes=3741  nbRestartNogoods=88
33.80	       =>  wckTime=1.158  cpuTime=1.09  mem=16M581
34.37	   
34.37	   search
34.37	     run=8  nbConstraintChecks=5217997  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3033
34.37	     nbFailedAssignments=2221  nbBacktracks=745  nbVisitedNodes=5987  nbRestartNogoods=98
34.37	       =>  wckTime=1.729  cpuTime=1.65  mem=16M581
35.29	   
35.29	   search
35.29	     run=9  nbConstraintChecks=8393729  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4884
35.29	     nbFailedAssignments=3678  nbBacktracks=1129  nbVisitedNodes=9677  nbRestartNogoods=117
35.29	       =>  wckTime=2.655  cpuTime=2.57  mem=16M581
36.46	   
36.46	   search
36.46	     run=10  nbConstraintChecks=12141750  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6997
36.46	     nbFailedAssignments=5206  nbBacktracks=1705  nbVisitedNodes=13892  nbRestartNogoods=133
36.46	       =>  wckTime=3.827  cpuTime=3.73  mem=16M581
38.45	   
38.45	   search
38.45	     run=11  nbConstraintChecks=18339205  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10756
38.45	     nbFailedAssignments=8094  nbBacktracks=2569  nbVisitedNodes=21369  nbRestartNogoods=141
38.45	       =>  wckTime=5.813  cpuTime=5.71  mem=16M581
41.58	   
41.58	   search
41.58	     run=12  nbConstraintChecks=27853122  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16014
41.58	     nbFailedAssignments=12047  nbBacktracks=3866  nbVisitedNodes=31848  nbRestartNogoods=158
41.58	       =>  wckTime=8.939  cpuTime=8.82  mem=16M581
45.57	   
45.57	   search
45.57	     run=13  nbConstraintChecks=41164295  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=24054
45.57	     nbFailedAssignments=18135  nbBacktracks=5812  nbVisitedNodes=47739  nbRestartNogoods=171
45.57	       =>  wckTime=12.929  cpuTime=12.79  mem=16M581
51.30	   
51.30	   search
51.30	     run=14  nbConstraintChecks=58679761  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=34463
51.30	     nbFailedAssignments=25618  nbBacktracks=8732  nbVisitedNodes=68196  nbRestartNogoods=187
51.30	       =>  wckTime=18.66  cpuTime=18.49  mem=16M581
58.94	   
58.94	   search
58.94	     run=15  nbConstraintChecks=83863104  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=49214
58.94	     nbFailedAssignments=35982  nbBacktracks=13110  nbVisitedNodes=97648  nbRestartNogoods=197
58.94	       =>  wckTime=26.305  cpuTime=26.11  mem=16M581
72.93	   
72.93	   search
72.93	     run=16  nbConstraintChecks=126726197  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=74732
72.93	     nbFailedAssignments=54923  nbBacktracks=19678  nbVisitedNodes=148564  nbRestartNogoods=223
72.93	       =>  wckTime=40.291  cpuTime=40.03  mem=16M581
91.18	   
91.18	   search
91.18	     run=17  nbConstraintChecks=181479429  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=109462
91.18	     nbFailedAssignments=79795  nbBacktracks=29531  nbVisitedNodes=217674  nbRestartNogoods=245
91.18	       =>  wckTime=58.542  cpuTime=58.19  mem=16M581
116.41	   
116.41	   search
116.41	     run=18  nbConstraintChecks=257041095  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=157839
116.41	     nbFailedAssignments=113388  nbBacktracks=44309  nbVisitedNodes=314194  nbRestartNogoods=259
116.41	       =>  wckTime=83.769  cpuTime=83.3  mem=16M581
152.83	   
152.83	   search
152.83	     run=19  nbConstraintChecks=361211427  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=227456
152.83	     nbFailedAssignments=160832  nbBacktracks=66477  nbVisitedNodes=452763  nbRestartNogoods=275
152.83	       =>  wckTime=120.196  cpuTime=119.55  mem=16M581
200.87	   
200.87	   search
200.87	     run=20  nbConstraintChecks=499366655  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=319557
200.87	     nbFailedAssignments=219675  nbBacktracks=99729  nbVisitedNodes=635035  nbRestartNogoods=288
200.87	       =>  wckTime=168.231  cpuTime=167.36  mem=16M581
263.21	   
263.21	   search
263.21	     run=21  nbConstraintChecks=684436027  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=447557
263.21	     nbFailedAssignments=297788  nbBacktracks=149607  nbVisitedNodes=888237  nbRestartNogoods=299
263.21	       =>  wckTime=230.571  cpuTime=229.41  mem=16M581
363.99	   
363.99	   search
363.99	     run=22  nbConstraintChecks=979340865  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=645152
363.99	     nbFailedAssignments=420561  nbBacktracks=224425  nbVisitedNodes=1279013  nbRestartNogoods=314
363.99	       =>  wckTime=331.351  cpuTime=329.72  mem=16M581
508.70	   
508.70	   search
508.70	     run=23  nbConstraintChecks=1403955861  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=933709
508.70	     nbFailedAssignments=596886  nbBacktracks=336652  nbVisitedNodes=1848703  nbRestartNogoods=326
508.70	       =>  wckTime=476.057  cpuTime=473.75  mem=16M581
718.67	   
718.67	   search
718.67	     run=24  nbConstraintChecks=2024507007  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1356061
718.67	     nbFailedAssignments=850889  nbBacktracks=504993  nbVisitedNodes=2683221  nbRestartNogoods=349
718.67	       =>  wckTime=686.035  cpuTime=682.74  mem=16M581
1029.48	   
1029.48	   search
1029.48	     run=25  nbConstraintChecks=2923899799  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1985319
1029.48	     nbFailedAssignments=1227626  nbBacktracks=757504  nbVisitedNodes=3925492  nbRestartNogoods=377
1029.48	       =>  wckTime=996.845  cpuTime=992.09  mem=16M581
1520.02	   
1520.02	   search
1520.02	     run=26  nbConstraintChecks=4367873164  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2964396
1520.02	     nbFailedAssignments=1827930  nbBacktracks=1136271  nbVisitedNodes=5861769  nbRestartNogoods=401
1520.02	       =>  wckTime=1487.385  cpuTime=1480.34  mem=16M581
2233.57	   
2233.57	   search
2233.57	     run=27  nbConstraintChecks=6472552942  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4386768
2233.57	     nbFailedAssignments=2682143  nbBacktracks=1704425  nbVisitedNodes=8667798  nbRestartNogoods=416
2233.57	       =>  wckTime=2200.928  cpuTime=2190.36  mem=16M581
2411.48	v 6 3 8 3 3 10 2 7 4 5 5 4 10 5 6 4 5 5 2 7 1 9 5 4 8 9 5 5 3 10 

Verifier Data (download as text)

10 unsatisfied constraints, 99 satisfied constraints

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node41/watcher-282115-1169318132 -o ROOT/results/node41/solver-282115-1169318132 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282115-1169318132/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.26 1.06 1.02 2/74 17951
/proc/meminfo: memFree=1348144/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=18540 CPUtime=0
/proc/17950/stat : 17950 (runsolver) R 17948 17950 17610 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 280212456 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 238390144295 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17950/statm: 4635 279 244 17 0 2626 0

[startup+0.102993 s]
/proc/loadavg: 1.26 1.06 1.02 2/74 17951
/proc/meminfo: memFree=1348144/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=914988 CPUtime=0.08
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 2978 0 1 0 7 1 0 0 20 0 8 0 280212456 936947712 2724 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153785378 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17950/statm: 228747 2724 1422 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515029 s]
/proc/loadavg: 1.26 1.06 1.02 2/74 17951
/proc/meminfo: memFree=1348144/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=915332 CPUtime=0.5
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 6487 0 1 0 46 4 0 0 22 0 8 0 280212456 937299968 6226 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17950/statm: 228833 6226 2152 14 0 215303 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915332

[startup+1.33609 s]
/proc/loadavg: 1.26 1.06 1.02 3/81 17958
/proc/meminfo: memFree=1330616/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=915444 CPUtime=1.3
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 7033 0 1 0 107 23 0 0 25 0 8 0 280212456 937414656 6771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073652142 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17950/statm: 228861 6771 2479 14 0 215331 0
[pid=17950/tid=17952] ppid=17948 vsize=915444 CPUtime=0.02
/proc/17950/task/17952/stat : 17952 (java) S 17948 17950 17610 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 280212460 937414656 6771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17953] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17953/stat : 17953 (java) S 17948 17950 17610 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280212460 937414656 6771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17954] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17954/stat : 17954 (java) S 17948 17950 17610 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280212460 937414656 6771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17955] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17955/stat : 17955 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280212464 937414656 6771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17956] ppid=17948 vsize=915444 CPUtime=0.12
/proc/17950/task/17956/stat : 17956 (java) S 17948 17950 17610 0 -1 64 328 0 0 0 12 0 0 0 16 0 8 0 280212464 937414656 6771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17957] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17957/stat : 17957 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280212464 937414656 6771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17958] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17958/stat : 17958 (java) S 17948 17950 17610 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280212464 937414656 6771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915444

[startup+2.97324 s]
/proc/loadavg: 1.48 1.11 1.04 3/81 17958
/proc/meminfo: memFree=1330616/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=915444 CPUtime=2.94
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 7036 0 1 0 225 69 0 0 25 0 8 0 280212456 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17950/statm: 228861 6773 2479 14 0 215331 0
[pid=17950/tid=17952] ppid=17948 vsize=915444 CPUtime=0.02
/proc/17950/task/17952/stat : 17952 (java) S 17948 17950 17610 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 280212460 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17953] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17953/stat : 17953 (java) S 17948 17950 17610 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280212460 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17954] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17954/stat : 17954 (java) S 17948 17950 17610 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280212460 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17955] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17955/stat : 17955 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280212464 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17956] ppid=17948 vsize=915444 CPUtime=0.12
/proc/17950/task/17956/stat : 17956 (java) S 17948 17950 17610 0 -1 64 330 0 0 0 12 0 0 0 16 0 8 0 280212464 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17957] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17957/stat : 17957 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280212464 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17958] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17958/stat : 17958 (java) S 17948 17950 17610 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280212464 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915444

[startup+6.25652 s]
/proc/loadavg: 1.48 1.11 1.04 3/81 17958
/proc/meminfo: memFree=1330616/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=915448 CPUtime=6.21
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 7036 0 1 0 457 164 0 0 25 0 8 0 280212456 937418752 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17950/statm: 228862 6773 2479 14 0 215332 0
[pid=17950/tid=17952] ppid=17948 vsize=915448 CPUtime=0.02
/proc/17950/task/17952/stat : 17952 (java) S 17948 17950 17610 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 280212460 937418752 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17953] ppid=17948 vsize=915448 CPUtime=0
/proc/17950/task/17953/stat : 17953 (java) S 17948 17950 17610 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280212460 937418752 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17954] ppid=17948 vsize=915448 CPUtime=0
/proc/17950/task/17954/stat : 17954 (java) S 17948 17950 17610 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280212460 937418752 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17955] ppid=17948 vsize=915448 CPUtime=0
/proc/17950/task/17955/stat : 17955 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280212464 937418752 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17956] ppid=17948 vsize=915448 CPUtime=0.12
/proc/17950/task/17956/stat : 17956 (java) S 17948 17950 17610 0 -1 64 330 0 0 0 12 0 0 0 16 0 8 0 280212464 937418752 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17957] ppid=17948 vsize=915448 CPUtime=0
/proc/17950/task/17957/stat : 17957 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280212464 937418752 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17958] ppid=17948 vsize=915448 CPUtime=0
/proc/17950/task/17958/stat : 17958 (java) S 17948 17950 17610 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280212464 937418752 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915448

[startup+12.7391 s]
/proc/loadavg: 1.56 1.14 1.04 3/81 17958
/proc/meminfo: memFree=1330552/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=915444 CPUtime=12.65
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 7036 0 1 0 929 336 0 0 25 0 8 0 280212456 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073658684 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17950/statm: 228861 6773 2479 14 0 215331 0
[pid=17950/tid=17952] ppid=17948 vsize=915444 CPUtime=0.02
/proc/17950/task/17952/stat : 17952 (java) S 17948 17950 17610 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 280212460 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17953] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17953/stat : 17953 (java) S 17948 17950 17610 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280212460 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17954] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17954/stat : 17954 (java) S 17948 17950 17610 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280212460 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17955] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17955/stat : 17955 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280212464 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17956] ppid=17948 vsize=915444 CPUtime=0.12
/proc/17950/task/17956/stat : 17956 (java) S 17948 17950 17610 0 -1 64 330 0 0 0 12 0 0 0 16 0 8 0 280212464 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17957] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17957/stat : 17957 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280212464 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17958] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17958/stat : 17958 (java) S 17948 17950 17610 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280212464 937414656 6773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915444

[startup+25.5992 s]
/proc/loadavg: 1.63 1.17 1.05 3/81 17958
/proc/meminfo: memFree=1330680/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=915444 CPUtime=25.46
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 7037 0 1 0 1861 685 0 0 25 0 8 0 280212456 937414656 6774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073665874 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17950/statm: 228861 6774 2479 14 0 215331 0
[pid=17950/tid=17952] ppid=17948 vsize=915444 CPUtime=0.02
/proc/17950/task/17952/stat : 17952 (java) S 17948 17950 17610 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 280212460 937414656 6774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17953] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17953/stat : 17953 (java) S 17948 17950 17610 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280212460 937414656 6774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17954] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17954/stat : 17954 (java) S 17948 17950 17610 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280212460 937414656 6774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17955] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17955/stat : 17955 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280212464 937414656 6774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17956] ppid=17948 vsize=915444 CPUtime=0.12
/proc/17950/task/17956/stat : 17956 (java) S 17948 17950 17610 0 -1 64 331 0 0 0 12 0 0 0 16 0 8 0 280212464 937414656 6774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17957] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17957/stat : 17957 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280212464 937414656 6774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17958] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17958/stat : 17958 (java) S 17948 17950 17610 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280212464 937414656 6774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915444

[startup+51.2024 s]
/proc/loadavg: 1.75 1.23 1.08 3/81 17958
/proc/meminfo: memFree=1322616/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=915444 CPUtime=50.93
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 9112 0 1 0 4218 875 0 0 25 0 8 0 280212456 937414656 8845 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073776054 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17950/statm: 228861 8845 2533 14 0 215331 0
[pid=17950/tid=17952] ppid=17948 vsize=915444 CPUtime=0.02
/proc/17950/task/17952/stat : 17952 (java) S 17948 17950 17610 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280212460 937414656 8845 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17953] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17953/stat : 17953 (java) S 17948 17950 17610 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280212460 937414656 8845 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17954] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17954/stat : 17954 (java) S 17948 17950 17610 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280212460 937414656 8845 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17955] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17955/stat : 17955 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280212464 937414656 8845 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17956] ppid=17948 vsize=915444 CPUtime=0.22
/proc/17950/task/17956/stat : 17956 (java) S 17948 17950 17610 0 -1 64 388 0 0 0 22 0 0 0 16 0 8 0 280212464 937414656 8845 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17957] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17957/stat : 17957 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280212464 937414656 8845 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17958] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17958/stat : 17958 (java) S 17948 17950 17610 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280212464 937414656 8845 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 915444

[startup+102.404 s]
/proc/loadavg: 1.90 1.36 1.13 3/81 17958
/proc/meminfo: memFree=1322616/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=915444 CPUtime=101.9
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 9123 0 1 0 9314 876 0 0 25 0 8 0 280212456 937414656 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073655850 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17950/statm: 228861 8856 2533 14 0 215331 0
[pid=17950/tid=17952] ppid=17948 vsize=915444 CPUtime=0.02
/proc/17950/task/17952/stat : 17952 (java) S 17948 17950 17610 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280212460 937414656 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17953] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17953/stat : 17953 (java) S 17948 17950 17610 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280212460 937414656 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17954] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17954/stat : 17954 (java) S 17948 17950 17610 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280212460 937414656 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17955] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17955/stat : 17955 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280212464 937414656 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17956] ppid=17948 vsize=915444 CPUtime=0.22
/proc/17950/task/17956/stat : 17956 (java) S 17948 17950 17610 0 -1 64 389 0 0 0 22 0 0 0 16 0 8 0 280212464 937414656 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17957] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17957/stat : 17957 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280212464 937414656 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17958] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17958/stat : 17958 (java) S 17948 17950 17610 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280212464 937414656 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 915444

[startup+162.449 s]
/proc/loadavg: 1.96 1.47 1.18 3/81 17958
/proc/meminfo: memFree=1322552/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=915444 CPUtime=161.66
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 9131 0 1 0 15290 876 0 0 25 0 8 0 280212456 937414656 8862 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

################
# More data... #
################

Current children cumulated CPU time (s) 2014.24
Current children cumulated vsize (KiB) 915444

[startup+2083.98 s]
/proc/loadavg: 2.00 2.00 1.86 3/81 18156
/proc/meminfo: memFree=1322176/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=915444 CPUtime=2074.01
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 9148 0 1 0 206519 882 0 0 25 0 8 0 280212456 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073791628 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17950/statm: 228861 8879 2533 14 0 215331 0
[pid=17950/tid=17952] ppid=17948 vsize=915444 CPUtime=0.02
/proc/17950/task/17952/stat : 17952 (java) S 17948 17950 17610 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280212460 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17953] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17953/stat : 17953 (java) S 17948 17950 17610 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280212460 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17954] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17954/stat : 17954 (java) S 17948 17950 17610 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280212460 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17955] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17955/stat : 17955 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280212464 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17956] ppid=17948 vsize=915444 CPUtime=0.22
/proc/17950/task/17956/stat : 17956 (java) S 17948 17950 17610 0 -1 64 392 0 0 0 22 0 0 0 16 0 8 0 280212464 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17957] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17957/stat : 17957 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280212464 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17958] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17958/stat : 17958 (java) S 17948 17950 17610 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280212464 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2074.01
Current children cumulated vsize (KiB) 915444

[startup+2144.02 s]
/proc/loadavg: 2.00 2.00 1.87 3/81 18156
/proc/meminfo: memFree=1322240/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=915444 CPUtime=2133.77
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 9148 0 1 0 212495 882 0 0 25 0 8 0 280212456 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073774588 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17950/statm: 228861 8879 2533 14 0 215331 0
[pid=17950/tid=17952] ppid=17948 vsize=915444 CPUtime=0.02
/proc/17950/task/17952/stat : 17952 (java) S 17948 17950 17610 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280212460 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17953] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17953/stat : 17953 (java) S 17948 17950 17610 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280212460 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17954] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17954/stat : 17954 (java) S 17948 17950 17610 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280212460 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17955] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17955/stat : 17955 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280212464 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17956] ppid=17948 vsize=915444 CPUtime=0.22
/proc/17950/task/17956/stat : 17956 (java) S 17948 17950 17610 0 -1 64 392 0 0 0 22 0 0 0 16 0 8 0 280212464 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17957] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17957/stat : 17957 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280212464 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17958] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17958/stat : 17958 (java) S 17948 17950 17610 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280212464 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2133.77
Current children cumulated vsize (KiB) 915444

[startup+2204.07 s]
/proc/loadavg: 2.00 2.00 1.87 3/81 18156
/proc/meminfo: memFree=1322176/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=915444 CPUtime=2193.54
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 9148 0 1 0 218472 882 0 0 25 0 8 0 280212456 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073831700 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17950/statm: 228861 8879 2533 14 0 215331 0
[pid=17950/tid=17952] ppid=17948 vsize=915444 CPUtime=0.02
/proc/17950/task/17952/stat : 17952 (java) S 17948 17950 17610 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280212460 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17953] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17953/stat : 17953 (java) S 17948 17950 17610 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280212460 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17954] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17954/stat : 17954 (java) S 17948 17950 17610 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280212460 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17955] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17955/stat : 17955 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280212464 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17956] ppid=17948 vsize=915444 CPUtime=0.22
/proc/17950/task/17956/stat : 17956 (java) S 17948 17950 17610 0 -1 64 392 0 0 0 22 0 0 0 16 0 8 0 280212464 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17957] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17957/stat : 17957 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280212464 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17958] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17958/stat : 17958 (java) S 17948 17950 17610 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280212464 937414656 8879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2193.54
Current children cumulated vsize (KiB) 915444

[startup+2264.12 s]
/proc/loadavg: 2.00 2.00 1.88 3/81 18156
/proc/meminfo: memFree=1322240/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=915444 CPUtime=2253.3
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 9151 0 1 0 224448 882 0 0 25 0 8 0 280212456 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073791376 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17950/statm: 228861 8882 2533 14 0 215331 0
[pid=17950/tid=17952] ppid=17948 vsize=915444 CPUtime=0.02
/proc/17950/task/17952/stat : 17952 (java) S 17948 17950 17610 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280212460 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17953] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17953/stat : 17953 (java) S 17948 17950 17610 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280212460 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17954] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17954/stat : 17954 (java) S 17948 17950 17610 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280212460 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17955] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17955/stat : 17955 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280212464 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17956] ppid=17948 vsize=915444 CPUtime=0.22
/proc/17950/task/17956/stat : 17956 (java) S 17948 17950 17610 0 -1 64 392 0 0 0 22 0 0 0 16 0 8 0 280212464 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17957] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17957/stat : 17957 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280212464 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17958] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17958/stat : 17958 (java) S 17948 17950 17610 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280212464 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2253.3
Current children cumulated vsize (KiB) 915444

[startup+2324.16 s]
/proc/loadavg: 2.05 2.01 1.89 3/81 18156
/proc/meminfo: memFree=1322176/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=915444 CPUtime=2313.06
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 9151 0 1 0 230424 882 0 0 25 0 8 0 280212456 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073800578 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17950/statm: 228861 8882 2533 14 0 215331 0
[pid=17950/tid=17952] ppid=17948 vsize=915444 CPUtime=0.02
/proc/17950/task/17952/stat : 17952 (java) S 17948 17950 17610 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280212460 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17953] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17953/stat : 17953 (java) S 17948 17950 17610 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280212460 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17954] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17954/stat : 17954 (java) S 17948 17950 17610 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280212460 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17955] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17955/stat : 17955 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280212464 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17956] ppid=17948 vsize=915444 CPUtime=0.22
/proc/17950/task/17956/stat : 17956 (java) S 17948 17950 17610 0 -1 64 392 0 0 0 22 0 0 0 16 0 8 0 280212464 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17957] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17957/stat : 17957 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280212464 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17958] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17958/stat : 17958 (java) S 17948 17950 17610 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280212464 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2313.06
Current children cumulated vsize (KiB) 915444

[startup+2384.21 s]
/proc/loadavg: 2.05 2.02 1.90 3/80 18205
/proc/meminfo: memFree=1387208/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=915444 CPUtime=2372.85
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 9151 0 1 0 236401 884 0 0 25 0 8 0 280212456 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073774629 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17950/statm: 228861 8882 2533 14 0 215331 0
[pid=17950/tid=17952] ppid=17948 vsize=915444 CPUtime=0.02
/proc/17950/task/17952/stat : 17952 (java) S 17948 17950 17610 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280212460 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17953] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17953/stat : 17953 (java) S 17948 17950 17610 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280212460 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17954] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17954/stat : 17954 (java) S 17948 17950 17610 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280212460 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17955] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17955/stat : 17955 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280212464 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17956] ppid=17948 vsize=915444 CPUtime=0.22
/proc/17950/task/17956/stat : 17956 (java) S 17948 17950 17610 0 -1 64 392 0 0 0 22 0 0 0 16 0 8 0 280212464 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17957] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17957/stat : 17957 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280212464 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17958] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17958/stat : 17958 (java) S 17948 17950 17610 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280212464 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2372.85
Current children cumulated vsize (KiB) 915444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411.47 s]
/proc/loadavg: 2.03 2.02 1.91 3/80 18253
/proc/meminfo: memFree=1387216/2055920 swapFree=4191892/4192956
[pid=17950] ppid=17948 vsize=915444 CPUtime=2400.08
/proc/17950/stat : 17950 (java) R 17948 17950 17610 0 -1 0 9151 0 1 0 239124 884 0 0 25 0 8 0 280212456 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073791529 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17950/statm: 228861 8882 2533 14 0 215331 0
[pid=17950/tid=17952] ppid=17948 vsize=915444 CPUtime=0.02
/proc/17950/task/17952/stat : 17952 (java) S 17948 17950 17610 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280212460 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17953] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17953/stat : 17953 (java) S 17948 17950 17610 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280212460 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17954] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17954/stat : 17954 (java) S 17948 17950 17610 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280212460 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17955] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17955/stat : 17955 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280212464 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17956] ppid=17948 vsize=915444 CPUtime=0.22
/proc/17950/task/17956/stat : 17956 (java) S 17948 17950 17610 0 -1 64 392 0 0 0 22 0 0 0 16 0 8 0 280212464 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17957] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17957/stat : 17957 (java) S 17948 17950 17610 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280212464 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17950/tid=17958] ppid=17948 vsize=915444 CPUtime=0
/proc/17950/task/17958/stat : 17958 (java) S 17948 17950 17610 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 280212464 937414656 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 915444

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 2411.51
CPU time (s): 2400.11
CPU user time (s): 2391.26
CPU system time (s): 8.85465
CPU usage (%): 99.5276
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2391.26
system time used= 8.85465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9171
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49874
involuntary context switches= 74833

runsolver used 3.50847 s user time and 7.17691 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Sat Jan 20 18:35:32 UTC 2007


IDJOB= 282115
IDBENCH= 12442
IDSOLVER= 68
FILE ID= node41/282115-1169318132

PBS_JOBID= 3610393

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/pi/pi-30-10-25-t58/pi-30-10-197-42-61.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282115-1169318132/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-282115-1169318132 -o ROOT/results/node41/solver-282115-1169318132 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282115-1169318132/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  de43100ae38030c523f3a76ed3fc8b0c

RANDOM SEED= 118176017

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1348624 kB
Buffers:         51776 kB
Cached:         484672 kB
SwapCached:        276 kB
Active:         284648 kB
Inactive:       340692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1348624 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3944 kB
Writeback:           0 kB
Mapped:          98996 kB
Slab:            67148 kB
Committed_AS:  5476824 kB
PageTables:       2016 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB



End job on node41 on Sat Jan 20 19:15:44 UTC 2007