Trace number 282044

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 PFCMSAT (TO) 2400.12 2402.29

General information on the benchmark

NameMaxCSP/pi/pi-30-10-25-t58/
pi-30-10-197-42-91.xml
MD5SUMef89ba8c4317eee51ba4773d2dfcd7ac
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 benchmark9.8735
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=pfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/282044-1169317624/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.089  cpuTime=0.08  mem=6M903
0.40	   
0.40	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.51	     nbConstraints=109  nbRelationTypes=109  nbExtensionStructures=109  nbSharedExtensionStructures=0
0.51	     nbConflictsStructures=109  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1350  maxDegree=13
0.51	     maxArity=2
0.51	       =>  wckTime=0.197  cpuTime=0.14  mem=8M864
0.55	   
0.55	   solver LocalSearchSolver being built... 
0.59	       =>  wckTime=0.273  cpuTime=0.19  mem=5M497
0.59	
0.59	s SATISFIABLE
0.59	o 39
0.59	c 70
0.59	o 44
0.59	c 65
0.59	o 48
0.59	c 61
0.59	o 52
0.59	c 57
0.59	o 56
0.59	c 53
0.60	o 58
0.60	c 51
0.60	o 62
0.60	c 47
0.60	o 65
0.60	c 44
0.60	o 67
0.60	c 42
0.60	o 71
0.60	c 38
0.60	o 74
0.60	c 35
0.60	o 75
0.60	c 34
0.60	o 78
0.60	c 31
0.60	o 80
0.60	c 29
0.60	o 82
0.60	c 27
0.60	o 85
0.60	c 24
0.60	o 87
0.60	c 22
0.60	o 89
0.60	c 20
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.62	o 94
0.62	c 15
0.62	o 95
0.62	c 14
0.63	o 96
0.63	c 13
0.63	o 97
0.63	c 12
0.63	o 98
0.63	c 11
0.63	o 99
0.63	c 10
2.01	   
2.01	   search
2.01	     run=0  nbConstraintChecks=7407707  nbAssignments=10000
2.01	       =>  wckTime=1.429  cpuTime=1.4  mem=5M497
3.46	   
3.46	   search
3.46	     run=1  nbConstraintChecks=15559694  nbAssignments=20000
3.46	       =>  wckTime=2.879  cpuTime=2.84  mem=5M497
4.83	   
4.83	   search
4.83	     run=2  nbConstraintChecks=22971492  nbAssignments=30000
4.83	       =>  wckTime=4.248  cpuTime=4.19  mem=5M497
6.19	   
6.19	   search
6.19	     run=3  nbConstraintChecks=30326950  nbAssignments=40000
6.19	       =>  wckTime=5.61  cpuTime=5.54  mem=5M497
7.57	   
7.57	   search
7.57	     run=4  nbConstraintChecks=37847742  nbAssignments=50000
7.57	       =>  wckTime=6.984  cpuTime=6.91  mem=5M497
8.95	   
8.95	   search
8.95	     run=5  nbConstraintChecks=45526012  nbAssignments=60000
8.95	       =>  wckTime=8.365  cpuTime=8.28  mem=5M497
10.33	   
10.33	   search
10.33	     run=6  nbConstraintChecks=53150297  nbAssignments=70000
10.33	       =>  wckTime=9.75  cpuTime=9.65  mem=5M497
11.70	   
11.70	   search
11.70	     run=7  nbConstraintChecks=60680279  nbAssignments=80000
11.70	       =>  wckTime=11.12  cpuTime=11.01  mem=5M497
13.09	   
13.09	   search
13.09	     run=8  nbConstraintChecks=68344521  nbAssignments=90000
13.09	       =>  wckTime=12.503  cpuTime=12.39  mem=5M497
14.53	   
14.53	   search
14.54	     run=9  nbConstraintChecks=76424970  nbAssignments=100000
14.54	       =>  wckTime=13.95  cpuTime=13.81  mem=5M497
15.92	   
15.92	   search
15.92	     run=10  nbConstraintChecks=84060321  nbAssignments=110000
15.92	       =>  wckTime=15.334  cpuTime=15.18  mem=5M497
17.28	   
17.28	   search
17.28	     run=11  nbConstraintChecks=91518276  nbAssignments=120000
17.28	       =>  wckTime=16.695  cpuTime=16.53  mem=5M497
18.69	   
18.69	   search
18.69	     run=12  nbConstraintChecks=99427867  nbAssignments=130000
18.69	       =>  wckTime=18.108  cpuTime=17.92  mem=5M497
20.08	   
20.08	   search
20.08	     run=13  nbConstraintChecks=107053176  nbAssignments=140000
20.08	       =>  wckTime=19.495  cpuTime=19.31  mem=5M497
21.48	   
21.48	   search
21.48	     run=14  nbConstraintChecks=114758645  nbAssignments=150000
21.48	       =>  wckTime=20.893  cpuTime=20.7  mem=5M497
22.89	   
22.89	   search
22.89	     run=15  nbConstraintChecks=122603250  nbAssignments=160000
22.89	       =>  wckTime=22.31  cpuTime=22.09  mem=5M497
24.27	   
24.27	   search
24.27	     run=16  nbConstraintChecks=130131705  nbAssignments=170000
24.27	       =>  wckTime=23.685  cpuTime=23.46  mem=5M497
25.71	   
25.71	   search
25.71	     run=17  nbConstraintChecks=138328390  nbAssignments=180000
25.71	       =>  wckTime=25.129  cpuTime=24.9  mem=5M497
27.09	   
27.09	   search
27.09	     run=18  nbConstraintChecks=145814969  nbAssignments=190000
27.09	       =>  wckTime=26.501  cpuTime=26.26  mem=5M497
28.43	   
28.43	   search
28.43	     run=19  nbConstraintChecks=153002583  nbAssignments=200000
28.43	       =>  wckTime=27.843  cpuTime=27.59  mem=5M497
29.81	   
29.81	   search
29.81	     run=20  nbConstraintChecks=160657472  nbAssignments=210000
29.81	       =>  wckTime=29.222  cpuTime=28.96  mem=5M497
30.90	   
30.90	   search
30.90	     run=21  nbConstraintChecks=166721169  nbAssignments=217882
30.90	       =>  wckTime=30.311  cpuTime=30.04  mem=5M497
30.90	   
30.90	   global
30.90	     nbConstraintChecks=166721169  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.90	     solvingWckTime=30.31  solvingCpuTime=30.04  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.90	     globalCpuTime=30.28
30.90	       =>  wckTime=30.585  cpuTime=30.23  mem=5M497
30.90	   
30.90	   solver IterativeSystematicSolver being built... 
31.03	       =>  wckTime=30.717  cpuTime=30.33  mem=16M696
31.04	   
31.04	   preprocessing
31.04	     nbConstraintChecks=50  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.04	     detectedInconsistency=no
31.04	       =>  wckTime=0.0030  cpuTime=0.01  mem=16M696
31.09	   
31.09	   search
31.09	     run=0  nbConstraintChecks=60260  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=39
31.09	     nbFailedAssignments=23  nbBacktracks=10  nbVisitedNodes=72  nbRestartNogoods=0
31.10	       =>  wckTime=0.062  cpuTime=0.04  mem=16M696
31.15	   
31.15	   search
31.15	     run=1  nbConstraintChecks=170399  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=108
31.15	     nbFailedAssignments=69  nbBacktracks=25  nbVisitedNodes=202  nbRestartNogoods=6
31.15	       =>  wckTime=0.118  cpuTime=0.09  mem=16M696
31.18	   
31.18	   search
31.18	     run=2  nbConstraintChecks=256866  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=164
31.18	     nbFailedAssignments=95  nbBacktracks=47  nbVisitedNodes=306  nbRestartNogoods=19
31.18	       =>  wckTime=0.148  cpuTime=0.12  mem=16M696
31.28	   
31.28	   search
31.28	     run=3  nbConstraintChecks=570564  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=350
31.28	     nbFailedAssignments=239  nbBacktracks=80  nbVisitedNodes=669  nbRestartNogoods=26
31.28	       =>  wckTime=0.246  cpuTime=0.21  mem=16M696
31.41	   
31.41	   search
31.41	     run=4  nbConstraintChecks=1038749  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=624
31.41	     nbFailedAssignments=457  nbBacktracks=130  nbVisitedNodes=1210  nbRestartNogoods=29
31.41	       =>  wckTime=0.379  cpuTime=0.34  mem=16M696
31.63	   
31.63	   search
31.63	     run=5  nbConstraintChecks=1703550  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1016
31.63	     nbFailedAssignments=763  nbBacktracks=206  nbVisitedNodes=1984  nbRestartNogoods=31
31.63	       =>  wckTime=0.595  cpuTime=0.55  mem=16M696
31.82	   
31.82	   search
31.82	     run=6  nbConstraintChecks=2288027  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1401
31.82	     nbFailedAssignments=1025  nbBacktracks=319  nbVisitedNodes=2743  nbRestartNogoods=46
31.82	       =>  wckTime=0.791  cpuTime=0.74  mem=16M696
32.21	   
32.21	   search
32.21	     run=7  nbConstraintChecks=3541168  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2130
32.21	     nbFailedAssignments=1575  nbBacktracks=489  nbVisitedNodes=4187  nbRestartNogoods=57
32.21	       =>  wckTime=1.176  cpuTime=1.11  mem=16M696
32.86	   
32.86	   search
32.86	     run=8  nbConstraintChecks=5944751  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3551
32.86	     nbFailedAssignments=2730  nbBacktracks=745  nbVisitedNodes=7019  nbRestartNogoods=79
32.86	       =>  wckTime=1.825  cpuTime=1.75  mem=16M696
33.70	   
33.70	   search
33.70	     run=9  nbConstraintChecks=8441077  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5099
33.70	     nbFailedAssignments=3886  nbBacktracks=1129  nbVisitedNodes=10106  nbRestartNogoods=99
33.70	       =>  wckTime=2.669  cpuTime=2.58  mem=16M696
35.39	   
35.39	   search
35.39	     run=10  nbConstraintChecks=14927706  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8797
35.39	     nbFailedAssignments=6998  nbBacktracks=1705  nbVisitedNodes=17492  nbRestartNogoods=113
35.39	       =>  wckTime=4.36  cpuTime=4.25  mem=16M696
37.93	   
37.93	   search
37.93	     run=11  nbConstraintChecks=24144609  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=13901
37.93	     nbFailedAssignments=11229  nbBacktracks=2569  nbVisitedNodes=27691  nbRestartNogoods=130
37.93	       =>  wckTime=6.897  cpuTime=6.77  mem=16M696
41.37	   
41.37	   search
41.37	     run=12  nbConstraintChecks=37188403  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=21106
41.37	     nbFailedAssignments=17129  nbBacktracks=3866  nbVisitedNodes=42026  nbRestartNogoods=153
41.37	       =>  wckTime=10.34  cpuTime=10.19  mem=16M696
45.26	   
45.26	   search
45.26	     run=13  nbConstraintChecks=50273773  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=28697
45.26	     nbFailedAssignments=22764  nbBacktracks=5813  nbVisitedNodes=57169  nbRestartNogoods=177
45.26	       =>  wckTime=14.226  cpuTime=14.05  mem=16M696
49.84	   
49.84	   search
49.84	     run=14  nbConstraintChecks=67645922  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=38640
49.84	     nbFailedAssignments=29778  nbBacktracks=8732  nbVisitedNodes=77041  nbRestartNogoods=191
49.84	       =>  wckTime=18.81  cpuTime=18.63  mem=16M696
61.84	   
61.84	   search
61.84	     run=15  nbConstraintChecks=110542831  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=63098
61.84	     nbFailedAssignments=49847  nbBacktracks=13110  nbVisitedNodes=125916  nbRestartNogoods=210
61.84	       =>  wckTime=30.805  cpuTime=30.55  mem=16M696
73.51	   
73.51	   search
73.51	     run=16  nbConstraintChecks=150113277  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=87226
73.51	     nbFailedAssignments=67398  nbBacktracks=19678  nbVisitedNodes=174045  nbRestartNogoods=230
73.51	       =>  wckTime=42.479  cpuTime=42.18  mem=16M696
91.85	   
91.85	   search
91.85	     run=17  nbConstraintChecks=214434675  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=127192
91.85	     nbFailedAssignments=97503  nbBacktracks=29530  nbVisitedNodes=253798  nbRestartNogoods=248
91.85	       =>  wckTime=60.821  cpuTime=60.44  mem=16M696
115.05	   
115.05	   search
115.05	     run=18  nbConstraintChecks=288039008  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=176028
115.05	     nbFailedAssignments=131553  nbBacktracks=44309  nbVisitedNodes=350763  nbRestartNogoods=266
115.05	       =>  wckTime=84.015  cpuTime=83.52  mem=16M696
151.28	   
151.28	   search
151.28	     run=19  nbConstraintChecks=402897269  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=252222
151.28	     nbFailedAssignments=185572  nbBacktracks=66477  nbVisitedNodes=501946  nbRestartNogoods=279
151.28	       =>  wckTime=120.252  cpuTime=119.59  mem=16M696
193.93	   
193.93	   search
193.93	     run=20  nbConstraintChecks=530059831  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=338324
193.93	     nbFailedAssignments=238415  nbBacktracks=99729  nbVisitedNodes=671466  nbRestartNogoods=289
193.93	       =>  wckTime=162.899  cpuTime=162.03  mem=16M696
253.09	   
253.09	   search
253.09	     run=21  nbConstraintChecks=702842036  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=456329
253.09	     nbFailedAssignments=306533  nbBacktracks=149607  nbVisitedNodes=903769  nbRestartNogoods=300
253.09	       =>  wckTime=222.058  cpuTime=220.93  mem=16M696
351.72	   
351.72	   search
351.72	     run=22  nbConstraintChecks=969830509  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=639133
351.72	     nbFailedAssignments=414511  nbBacktracks=224426  nbVisitedNodes=1263404  nbRestartNogoods=314
351.72	       =>  wckTime=320.687  cpuTime=319.51  mem=16M696
479.57	   
479.57	   search
479.57	     run=23  nbConstraintChecks=1334448505  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=891472
479.57	     nbFailedAssignments=554616  nbBacktracks=336653  nbVisitedNodes=1761899  nbRestartNogoods=336
479.57	       =>  wckTime=448.539  cpuTime=447.31  mem=16M696
684.18	   
684.18	   search
684.18	     run=24  nbConstraintChecks=1913519650  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1286428
684.18	     nbFailedAssignments=781223  nbBacktracks=504995  nbVisitedNodes=2542515  nbRestartNogoods=348
684.18	       =>  wckTime=653.149  cpuTime=651.86  mem=16M696
987.99	   
987.99	   search
987.99	     run=25  nbConstraintChecks=2766308341  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1864237
987.99	     nbFailedAssignments=1106513  nbBacktracks=757506  nbVisitedNodes=3681651  nbRestartNogoods=364
987.99	       =>  wckTime=956.954  cpuTime=955.56  mem=16M696
1450.99	   
1450.99	   search
1450.99	     run=26  nbConstraintChecks=4033644598  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2722763
1450.99	     nbFailedAssignments=1586265  nbBacktracks=1136274  nbVisitedNodes=5368987  nbRestartNogoods=386
1450.99	       =>  wckTime=1419.957  cpuTime=1418.41  mem=16M696
2149.06	   
2149.06	   search
2149.06	     run=27  nbConstraintChecks=5980079578  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4031360
2149.06	     nbFailedAssignments=2326705  nbBacktracks=1704425  nbVisitedNodes=7945370  nbRestartNogoods=403
2149.06	       =>  wckTime=2118.027  cpuTime=2116.15  mem=16M696
2402.24	v 3 1 10 5 5 8 4 3 7 4 9 3 9 5 3 1 6 2 10 5 8 4 3 1 2 2 7 9 3 7 

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/node45/watcher-282044-1169317624 -o ROOT/results/node45/solver-282044-1169317624 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/282044-1169317624/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: 0.96 1.00 1.00 2/68 18966
/proc/meminfo: memFree=1420512/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=1784 CPUtime=0
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 194 0 0 0 0 0 0 0 20 0 1 0 280161359 1826816 160 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/18965/statm: 446 160 125 14 0 91 0

[startup+0.106202 s]
/proc/loadavg: 0.96 1.00 1.00 2/68 18966
/proc/meminfo: memFree=1420512/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=912908 CPUtime=0.07
/proc/18965/stat : 18965 (java) S 18961 18965 18833 0 -1 0 2832 0 1 0 6 1 0 0 17 0 8 0 280161359 934817792 2578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18965/statm: 228227 2578 1390 14 0 215128 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 912908

[startup+0.514275 s]
/proc/loadavg: 0.96 1.00 1.00 2/68 18966
/proc/meminfo: memFree=1420512/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=915332 CPUtime=0.47
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 6523 0 1 0 44 3 0 0 19 0 8 0 280161359 937299968 6262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072923533 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18965/statm: 228833 6262 2157 14 0 215303 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915332

[startup+1.33742 s]
/proc/loadavg: 0.96 1.00 1.00 3/82 19006
/proc/meminfo: memFree=1401720/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=915444 CPUtime=1.28
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 7027 0 1 0 104 24 0 0 25 0 8 0 280161359 937414656 6765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073652073 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18965/statm: 228861 6765 2476 14 0 215331 0
[pid=18965/tid=18976] ppid=18961 vsize=915444 CPUtime=0.02
/proc/18965/task/18976/stat : 18976 (java) S 18961 18965 18833 0 -1 64 154 0 0 0 2 0 0 0 17 0 8 0 280161364 937414656 6765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18977] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18977/stat : 18977 (java) S 18961 18965 18833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 6765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18978] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18978/stat : 18978 (java) S 18961 18965 18833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 6765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18980] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18980/stat : 18980 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280161368 937414656 6765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18981] ppid=18961 vsize=915444 CPUtime=0.09
/proc/18965/task/18981/stat : 18981 (java) S 18961 18965 18833 0 -1 64 326 0 0 0 9 0 0 0 16 0 8 0 280161368 937414656 6765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18982] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18982/stat : 18982 (java) S 18961 18965 18833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280161368 937414656 6765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18983] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18983/stat : 18983 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280161368 937414656 6765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915444

[startup+2.98272 s]
/proc/loadavg: 0.96 1.00 1.00 3/82 19006
/proc/meminfo: memFree=1401656/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=915444 CPUtime=2.92
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 7030 0 1 0 225 67 0 0 25 0 8 0 280161359 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 5048572 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18965/statm: 228861 6767 2476 14 0 215331 0
[pid=18965/tid=18976] ppid=18961 vsize=915444 CPUtime=0.02
/proc/18965/task/18976/stat : 18976 (java) S 18961 18965 18833 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280161364 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18977] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18977/stat : 18977 (java) S 18961 18965 18833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18978] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18978/stat : 18978 (java) S 18961 18965 18833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18980] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18980/stat : 18980 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280161368 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18981] ppid=18961 vsize=915444 CPUtime=0.09
/proc/18965/task/18981/stat : 18981 (java) S 18961 18965 18833 0 -1 64 328 0 0 0 9 0 0 0 16 0 8 0 280161368 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18982] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18982/stat : 18982 (java) S 18961 18965 18833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280161368 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18983] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18983/stat : 18983 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280161368 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915444

[startup+6.26831 s]
/proc/loadavg: 1.04 1.01 1.00 3/81 19007
/proc/meminfo: memFree=1401408/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=915444 CPUtime=6.18
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 7030 0 1 0 465 153 0 0 25 0 8 0 280161359 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073652130 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18965/statm: 228861 6767 2476 14 0 215331 0
[pid=18965/tid=18976] ppid=18961 vsize=915444 CPUtime=0.02
/proc/18965/task/18976/stat : 18976 (java) S 18961 18965 18833 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280161364 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18977] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18977/stat : 18977 (java) S 18961 18965 18833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18978] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18978/stat : 18978 (java) S 18961 18965 18833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18980] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18980/stat : 18980 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280161368 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18981] ppid=18961 vsize=915444 CPUtime=0.09
/proc/18965/task/18981/stat : 18981 (java) S 18961 18965 18833 0 -1 64 328 0 0 0 9 0 0 0 16 0 8 0 280161368 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18982] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18982/stat : 18982 (java) S 18961 18965 18833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280161368 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18983] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18983/stat : 18983 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280161368 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915444

[startup+12.7495 s]
/proc/loadavg: 1.12 1.03 1.01 3/81 19007
/proc/meminfo: memFree=1401408/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=915444 CPUtime=12.62
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 7030 0 1 0 939 323 0 0 25 0 8 0 280161359 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073656979 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18965/statm: 228861 6767 2476 14 0 215331 0
[pid=18965/tid=18976] ppid=18961 vsize=915444 CPUtime=0.02
/proc/18965/task/18976/stat : 18976 (java) S 18961 18965 18833 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280161364 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18977] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18977/stat : 18977 (java) S 18961 18965 18833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18978] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18978/stat : 18978 (java) S 18961 18965 18833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18980] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18980/stat : 18980 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280161368 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18981] ppid=18961 vsize=915444 CPUtime=0.09
/proc/18965/task/18981/stat : 18981 (java) S 18961 18965 18833 0 -1 64 328 0 0 0 9 0 0 0 16 0 8 0 280161368 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18982] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18982/stat : 18982 (java) S 18961 18965 18833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280161368 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18983] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18983/stat : 18983 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280161368 937414656 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915444

[startup+25.5838 s]
/proc/loadavg: 1.31 1.08 1.02 3/81 19007
/proc/meminfo: memFree=1401536/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=915448 CPUtime=25.33
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 7031 0 1 0 1874 659 0 0 25 0 8 0 280161359 937418752 6768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18965/statm: 228862 6768 2476 14 0 215332 0
[pid=18965/tid=18976] ppid=18961 vsize=915448 CPUtime=0.02
/proc/18965/task/18976/stat : 18976 (java) S 18961 18965 18833 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280161364 937418752 6768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18977] ppid=18961 vsize=915448 CPUtime=0
/proc/18965/task/18977/stat : 18977 (java) S 18961 18965 18833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280161364 937418752 6768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18978] ppid=18961 vsize=915448 CPUtime=0
/proc/18965/task/18978/stat : 18978 (java) S 18961 18965 18833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 280161364 937418752 6768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18980] ppid=18961 vsize=915448 CPUtime=0
/proc/18965/task/18980/stat : 18980 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280161368 937418752 6768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18981] ppid=18961 vsize=915448 CPUtime=0.1
/proc/18965/task/18981/stat : 18981 (java) S 18961 18965 18833 0 -1 64 329 0 0 0 10 0 0 0 16 0 8 0 280161368 937418752 6768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18982] ppid=18961 vsize=915448 CPUtime=0
/proc/18965/task/18982/stat : 18982 (java) S 18961 18965 18833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280161368 937418752 6768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18983] ppid=18961 vsize=915448 CPUtime=0
/proc/18965/task/18983/stat : 18983 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280161368 937418752 6768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 915448

[startup+51.2765 s]
/proc/loadavg: 1.48 1.13 1.04 2/75 19124
/proc/meminfo: memFree=1397160/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=915444 CPUtime=50.86
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 9104 0 1 0 4283 803 0 0 25 0 8 0 280161359 937414656 8837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073663563 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18965/statm: 228861 8837 2527 14 0 215331 0
[pid=18965/tid=18976] ppid=18961 vsize=915444 CPUtime=0.02
/proc/18965/task/18976/stat : 18976 (java) S 18961 18965 18833 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280161364 937414656 8837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18977] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18977/stat : 18977 (java) S 18961 18965 18833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18978] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18978/stat : 18978 (java) S 18961 18965 18833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18980] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18980/stat : 18980 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280161368 937414656 8837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18981] ppid=18961 vsize=915444 CPUtime=0.2
/proc/18965/task/18981/stat : 18981 (java) S 18961 18965 18833 0 -1 64 388 0 0 0 19 1 0 0 15 0 8 0 280161368 937414656 8837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18982] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18982/stat : 18982 (java) S 18961 18965 18833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280161368 937414656 8837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18983] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18983/stat : 18983 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280161368 937414656 8837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 915444

[startup+102.556 s]
/proc/loadavg: 1.77 1.26 1.09 3/80 19157
/proc/meminfo: memFree=1393856/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=915444 CPUtime=101.9
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 9111 0 1 0 9386 804 0 0 25 0 8 0 280161359 937414656 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778296 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18965/statm: 228861 8844 2527 14 0 215331 0
[pid=18965/tid=18976] ppid=18961 vsize=915444 CPUtime=0.02
/proc/18965/task/18976/stat : 18976 (java) S 18961 18965 18833 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280161364 937414656 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18977] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18977/stat : 18977 (java) S 18961 18965 18833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18978] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18978/stat : 18978 (java) S 18961 18965 18833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18980] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18980/stat : 18980 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280161368 937414656 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18981] ppid=18961 vsize=915444 CPUtime=0.2
/proc/18965/task/18981/stat : 18981 (java) S 18961 18965 18833 0 -1 64 388 0 0 0 19 1 0 0 15 0 8 0 280161368 937414656 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18982] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18982/stat : 18982 (java) S 18961 18965 18833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280161368 937414656 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18983] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18983/stat : 18983 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280161368 937414656 8844 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 915444

[startup+162.565 s]
/proc/loadavg: 2.02 1.43 1.15 3/80 19157
/proc/meminfo: memFree=1393920/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=915444 CPUtime=161.63
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 9118 0 1 0 15359 804 0 0 25 0 8 0 280161359 937414656 8849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778315 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+2084.97 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 19494
/proc/meminfo: memFree=1401104/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=915444 CPUtime=2082.91
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 9137 0 1 0 207482 809 0 0 25 0 8 0 280161359 937414656 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073792919 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18965/statm: 228861 8868 2527 14 0 215331 0
[pid=18965/tid=18976] ppid=18961 vsize=915444 CPUtime=0.02
/proc/18965/task/18976/stat : 18976 (java) S 18961 18965 18833 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280161364 937414656 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18977] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18977/stat : 18977 (java) S 18961 18965 18833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18978] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18978/stat : 18978 (java) S 18961 18965 18833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18980] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18980/stat : 18980 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280161368 937414656 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18981] ppid=18961 vsize=915444 CPUtime=0.21
/proc/18965/task/18981/stat : 18981 (java) S 18961 18965 18833 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 280161368 937414656 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18982] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18982/stat : 18982 (java) S 18961 18965 18833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280161368 937414656 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18983] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18983/stat : 18983 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280161368 937414656 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2082.91
Current children cumulated vsize (KiB) 915444

[startup+2145.06 s]
/proc/loadavg: 1.01 1.00 1.00 2/72 19534
/proc/meminfo: memFree=1402120/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=915444 CPUtime=2142.96
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 9137 0 1 0 213487 809 0 0 25 0 8 0 280161359 937414656 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073663718 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18965/statm: 228861 8868 2527 14 0 215331 0
[pid=18965/tid=18976] ppid=18961 vsize=915444 CPUtime=0.02
/proc/18965/task/18976/stat : 18976 (java) S 18961 18965 18833 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280161364 937414656 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18977] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18977/stat : 18977 (java) S 18961 18965 18833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18978] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18978/stat : 18978 (java) S 18961 18965 18833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18980] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18980/stat : 18980 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280161368 937414656 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18981] ppid=18961 vsize=915444 CPUtime=0.21
/proc/18965/task/18981/stat : 18981 (java) S 18961 18965 18833 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 280161368 937414656 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18982] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18982/stat : 18982 (java) S 18961 18965 18833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280161368 937414656 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18983] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18983/stat : 18983 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280161368 937414656 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2142.96
Current children cumulated vsize (KiB) 915444

[startup+2205.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 19534
/proc/meminfo: memFree=1402120/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=915444 CPUtime=2203.01
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 9139 0 1 0 219492 809 0 0 25 0 8 0 280161359 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18965/statm: 228861 8870 2527 14 0 215331 0
[pid=18965/tid=18976] ppid=18961 vsize=915444 CPUtime=0.02
/proc/18965/task/18976/stat : 18976 (java) S 18961 18965 18833 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280161364 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18977] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18977/stat : 18977 (java) S 18961 18965 18833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18978] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18978/stat : 18978 (java) S 18961 18965 18833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18980] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18980/stat : 18980 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18981] ppid=18961 vsize=915444 CPUtime=0.21
/proc/18965/task/18981/stat : 18981 (java) S 18961 18965 18833 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18982] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18982/stat : 18982 (java) S 18961 18965 18833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18983] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18983/stat : 18983 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2203.01
Current children cumulated vsize (KiB) 915444

[startup+2265.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 19534
/proc/meminfo: memFree=1402120/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=915444 CPUtime=2263.08
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 9139 0 1 0 225499 809 0 0 25 0 8 0 280161359 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073793136 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18965/statm: 228861 8870 2527 14 0 215331 0
[pid=18965/tid=18976] ppid=18961 vsize=915444 CPUtime=0.02
/proc/18965/task/18976/stat : 18976 (java) S 18961 18965 18833 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280161364 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18977] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18977/stat : 18977 (java) S 18961 18965 18833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18978] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18978/stat : 18978 (java) S 18961 18965 18833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18980] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18980/stat : 18980 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18981] ppid=18961 vsize=915444 CPUtime=0.21
/proc/18965/task/18981/stat : 18981 (java) S 18961 18965 18833 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18982] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18982/stat : 18982 (java) S 18961 18965 18833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18983] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18983/stat : 18983 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2263.08
Current children cumulated vsize (KiB) 915444

[startup+2325.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 19534
/proc/meminfo: memFree=1402120/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=915444 CPUtime=2323.15
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 9139 0 1 0 231506 809 0 0 25 0 8 0 280161359 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073774608 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18965/statm: 228861 8870 2527 14 0 215331 0
[pid=18965/tid=18976] ppid=18961 vsize=915444 CPUtime=0.02
/proc/18965/task/18976/stat : 18976 (java) S 18961 18965 18833 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280161364 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18977] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18977/stat : 18977 (java) S 18961 18965 18833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18978] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18978/stat : 18978 (java) S 18961 18965 18833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18980] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18980/stat : 18980 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18981] ppid=18961 vsize=915444 CPUtime=0.21
/proc/18965/task/18981/stat : 18981 (java) S 18961 18965 18833 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18982] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18982/stat : 18982 (java) S 18961 18965 18833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18983] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18983/stat : 18983 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2323.15
Current children cumulated vsize (KiB) 915444

[startup+2385.4 s]
/proc/loadavg: 1.05 1.01 1.00 2/72 19534
/proc/meminfo: memFree=1402120/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=915444 CPUtime=2383.22
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 9139 0 1 0 237513 809 0 0 25 0 8 0 280161359 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073774504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18965/statm: 228861 8870 2527 14 0 215331 0
[pid=18965/tid=18976] ppid=18961 vsize=915444 CPUtime=0.02
/proc/18965/task/18976/stat : 18976 (java) S 18961 18965 18833 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280161364 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18977] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18977/stat : 18977 (java) S 18961 18965 18833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18978] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18978/stat : 18978 (java) S 18961 18965 18833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18980] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18980/stat : 18980 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18981] ppid=18961 vsize=915444 CPUtime=0.21
/proc/18965/task/18981/stat : 18981 (java) S 18961 18965 18833 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18982] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18982/stat : 18982 (java) S 18961 18965 18833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18983] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18983/stat : 18983 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2383.22
Current children cumulated vsize (KiB) 915444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2402.24 s]
/proc/loadavg: 1.04 1.01 1.00 2/72 19534
/proc/meminfo: memFree=1402120/2055920 swapFree=4184076/4192956
[pid=18965] ppid=18961 vsize=915444 CPUtime=2400.06
/proc/18965/stat : 18965 (java) R 18961 18965 18833 0 -1 0 9139 0 1 0 239197 809 0 0 25 0 8 0 280161359 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811959 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18965/statm: 228861 8870 2527 14 0 215331 0
[pid=18965/tid=18976] ppid=18961 vsize=915444 CPUtime=0.02
/proc/18965/task/18976/stat : 18976 (java) S 18961 18965 18833 0 -1 64 155 0 0 0 2 0 0 0 16 0 8 0 280161364 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18977] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18977/stat : 18977 (java) S 18961 18965 18833 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18978] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18978/stat : 18978 (java) S 18961 18965 18833 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 280161364 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18980] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18980/stat : 18980 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18981] ppid=18961 vsize=915444 CPUtime=0.21
/proc/18965/task/18981/stat : 18981 (java) S 18961 18965 18833 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18965/tid=18982] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18982/stat : 18982 (java) S 18961 18965 18833 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18965/tid=18983] ppid=18961 vsize=915444 CPUtime=0
/proc/18965/task/18983/stat : 18983 (java) S 18961 18965 18833 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280161368 937414656 8870 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 915444

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

Child status: 143
Real time (s): 2402.29
CPU time (s): 2400.12
CPU user time (s): 2392.01
CPU system time (s): 8.10477
CPU usage (%): 99.9095
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.01
system time used= 8.10477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9160
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= 49716
involuntary context switches= 13674

runsolver used 2.20267 s user time and 6.32104 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Jan 20 18:27:04 UTC 2007


IDJOB= 282044
IDBENCH= 12364
IDSOLVER= 69
FILE ID= node45/282044-1169317624

PBS_JOBID= 3610381

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ef89ba8c4317eee51ba4773d2dfcd7ac

RANDOM SEED= 415147264

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.259
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.259
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:       1420992 kB
Buffers:         52756 kB
Cached:         494904 kB
SwapCached:       2868 kB
Active:         142924 kB
Inactive:       419160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1420992 kB
SwapTotal:     4192956 kB
SwapFree:      4184076 kB
Dirty:            4352 kB
Writeback:           0 kB
Mapped:          20384 kB
Slab:            58528 kB
Committed_AS:  5190120 kB
PageTables:       1636 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= 66563 MiB



End job on node45 on Sat Jan 20 19:07:06 UTC 2007