Trace number 3742548

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.09 901.345

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K141.opb
MD5SUMe981076bb5354ded6cb9b093a6d1a03e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16779
Total number of constraints17063
Number of constraints which are clauses16922
Number of constraints which are cardinality constraints (but not clauses)141
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint141
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 142
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.0.v20100531
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		1349517296
0.03/0.08	c Max memory 		1356595200
0.03/0.08	c Total memory 		1356595200
0.03/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3742548-1338787582.opb
0.09/0.11	c reading problem ... 
1.20/0.62	c ... done. Wall clock time 0.502s.
1.20/0.62	c #vars     16779
1.20/0.62	c #constraints  17063
1.20/0.62	c constraints type 
1.20/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15100
1.20/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 141
1.20/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1820
1.20/0.62	c constraints type 
1.20/0.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1820
1.20/0.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15100
1.20/0.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 141
7.54/3.18	c cleaning 2478 clauses out of 4992 with flag 5000/5000
13.23/5.97	c cleaning 4218 clauses out of 8508 with flag 11001/11001
20.11/9.35	c cleaning 5571 clauses out of 11281 with flag 18000/18000
29.32/13.96	c cleaning 6749 clauses out of 13707 with flag 26005/26005
40.76/19.66	c cleaning 7906 clauses out of 15945 with flag 35001/35001
55.60/27.06	c cleaning 8810 clauses out of 18035 with flag 45003/45003
66.57/32.60	c cleaning 9781 clauses out of 20205 with flag 56005/56005
79.98/39.20	c cleaning 11013 clauses out of 22419 with flag 68001/68001
92.93/45.75	c cleaning 11968 clauses out of 24390 with flag 81001/81001
114.18/56.39	c cleaning 13002 clauses out of 26414 with flag 95000/95000
130.18/64.40	c cleaning 13936 clauses out of 28402 with flag 110000/110000
156.02/77.23	c cleaning 15140 clauses out of 30465 with flag 126001/126001
173.73/86.10	c cleaning 15844 clauses out of 32318 with flag 143000/143000
194.37/96.40	c cleaning 16982 clauses out of 34469 with flag 161000/161000
214.15/106.36	c cleaning 17519 clauses out of 35483 with flag 179000/179000
236.53/117.57	c cleaning 17681 clauses out of 35963 with flag 197001/197001
261.61/130.15	c cleaning 17850 clauses out of 36279 with flag 215001/215001
287.81/143.21	c cleaning 17907 clauses out of 36420 with flag 233000/233000
308.99/153.88	c cleaning 17886 clauses out of 36514 with flag 251001/251001
330.10/164.41	c cleaning 17985 clauses out of 36630 with flag 269003/269003
353.11/176.05	c cleaning 18105 clauses out of 36638 with flag 287000/287000
373.20/186.17	c cleaning 17430 clauses out of 36529 with flag 305000/305000
419.10/209.02	c cleaning 17391 clauses out of 37100 with flag 323001/323001
456.73/227.89	c cleaning 17075 clauses out of 37709 with flag 341003/341003
480.19/239.62	c cleaning 16966 clauses out of 38631 with flag 359001/359001
503.18/251.13	c cleaning 17230 clauses out of 39668 with flag 377004/377004
522.78/260.97	c cleaning 16641 clauses out of 40430 with flag 395001/395001
545.72/272.46	c cleaning 17179 clauses out of 41788 with flag 413001/413001
581.61/290.44	c cleaning 17239 clauses out of 42608 with flag 431000/431000
602.11/300.73	c cleaning 17120 clauses out of 43368 with flag 449000/449000
621.43/310.46	c cleaning 16851 clauses out of 44247 with flag 467000/467000
650.99/325.26	c cleaning 17075 clauses out of 45395 with flag 485000/485000
711.56/355.54	c cleaning 17412 clauses out of 46320 with flag 503000/503000
731.04/365.40	c cleaning 17163 clauses out of 46908 with flag 521000/521000
764.73/382.26	c cleaning 17465 clauses out of 47746 with flag 539001/539001
788.57/394.28	c cleaning 17252 clauses out of 48277 with flag 557000/557000
811.40/405.80	c cleaning 16942 clauses out of 49025 with flag 575002/575002
857.27/428.64	c cleaning 16946 clauses out of 50079 with flag 593000/593000
898.95/449.42	c cleaning 17131 clauses out of 51133 with flag 611002/611002
923.89/461.93	c cleaning 16870 clauses out of 52000 with flag 629000/629000
985.18/492.63	c cleaning 17548 clauses out of 53129 with flag 647000/647000
1035.60/517.88	c cleaning 17506 clauses out of 53581 with flag 665000/665000
1058.97/529.61	c cleaning 17016 clauses out of 54073 with flag 683000/683000
1074.14/537.34	c cleaning 0 clauses out of 5000 with flag 0/5000
1086.32/543.53	c cleaning 17123 clauses out of 55058 with flag 701001/701001
1129.43/565.18	c cleaning 17184 clauses out of 55938 with flag 719004/719004
1155.93/578.43	c cleaning 17010 clauses out of 56750 with flag 737000/737000
1196.19/598.65	c cleaning 17323 clauses out of 57743 with flag 755003/755003
1225.72/613.57	c cleaning 17150 clauses out of 58417 with flag 773000/773000
1254.92/628.21	c cleaning 17087 clauses out of 59268 with flag 791001/791001
1294.19/647.92	c cleaning 17235 clauses out of 60179 with flag 809002/809002
1314.36/658.11	c cleaning 17117 clauses out of 60942 with flag 827001/827001
1341.32/671.80	c cleaning 16777 clauses out of 61825 with flag 845001/845001
1394.83/698.66	c cleaning 17234 clauses out of 63050 with flag 863003/863003
1446.97/724.63	c cleaning 17196 clauses out of 63813 with flag 881000/881000
1484.83/743.55	c cleaning 16925 clauses out of 64618 with flag 899001/899001
1582.46/792.37	c cleaning 17199 clauses out of 65693 with flag 917001/917001
1621.43/811.81	c cleaning 17129 clauses out of 66498 with flag 935005/935005
1695.79/848.92	c cleaning 17463 clauses out of 67366 with flag 953002/953002
1753.89/878.01	c cleaning 17609 clauses out of 67901 with flag 971000/971000
1800.09/901.31	c starts		: 170
1800.09/901.31	c conflicts		: 983646
1800.09/901.31	c decisions		: 19486290
1800.09/901.31	c propagations		: 721782795
1800.09/901.31	c inspects		: 1414581336
1800.09/901.31	c learnt literals	: 168
1800.09/901.31	c learnt binary clauses	: 42743
1800.09/901.31	c learnt ternary clauses	: 52083
1800.09/901.31	c learnt clauses	: 983477
1800.09/901.31	c ignored clauses	: 0
1800.09/901.31	c root simplifications	: 0
1800.09/901.31	c removed literals (reason simplification)	: 12876205
1800.09/901.31	c reason swapping (by a shorter reason)	: 0
1800.09/901.31	c Calls to reduceDB	: 59
1800.09/901.31	c number of reductions to clauses (during analyze)	: 0
1800.09/901.31	c number of learned constraints concerned by reduction	: 0
1800.09/901.31	c number of learning phase by resolution	: 0
1800.09/901.31	c number of learning phase by cutting planes	: 0
1800.09/901.31	c speed (assignments/second)	: 801364.7229019465
1800.09/901.31	c non guided choices	16591
1800.09/901.33	c learnt constraints type 
1800.09/901.33	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 20211
1800.09/901.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 42743
1800.09/901.33	c constraints type 
1800.09/901.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15100
1800.09/901.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 141
1800.09/901.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1820
1800.09/901.33	c constraints type 
1800.09/901.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1820
1800.09/901.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15100
1800.09/901.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 141
1800.09/901.33	s UNKNOWN
1800.09/901.33	c Total wall clock time (in seconds): 901.22

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3742548-1338787582/watcher-3742548-1338787582 -o /tmp/evaluation-result-3742548-1338787582/solver-3742548-1338787582 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742548-1338787582.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.82 3.90 3.84 4/197 24938
/proc/meminfo: memFree=27135424/32873648 swapFree=6864/6864
[pid=24938] ppid=24936 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/24938/stat : 24938 (java) R 24936 24938 24165 0 -1 4202496 299 0 0 0 0 0 0 0 20 0 1 0 344885016 2560000 47 33554432000 1073741824 1073778376 140736823803472 140733338916088 213183982887 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24938/statm: 625 47 37 9 0 29 0

[startup+0.0668739 s]
/proc/loadavg: 3.82 3.90 3.84 4/197 24938
/proc/meminfo: memFree=27135424/32873648 swapFree=6864/6864
[pid=24938] ppid=24936 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/24938/stat : 24938 (java) S 24936 24938 24165 0 -1 4202496 3891 0 1 0 3 0 0 0 20 0 18 0 344885016 2764726272 5099 33554432000 1073741824 1073778376 140736823803472 140736823794608 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24938/statm: 674982 5099 1757 9 0 665676 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2699928

[startup+0.100258 s]
/proc/loadavg: 3.82 3.90 3.84 4/197 24938
/proc/meminfo: memFree=27135424/32873648 swapFree=6864/6864
[pid=24938] ppid=24936 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/24938/stat : 24938 (java) S 24936 24938 24165 0 -1 4202496 4727 0 1 0 8 1 0 0 20 0 18 0 344885016 2764726272 5927 33554432000 1073741824 1073778376 140736823803472 140736823794608 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24938/statm: 674982 5927 2100 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300223 s]
/proc/loadavg: 3.82 3.90 3.84 4/197 24938
/proc/meminfo: memFree=27135424/32873648 swapFree=6864/6864
[pid=24938] ppid=24936 vsize=2699928 CPUtime=0.55 cores=0,2,4,6
/proc/24938/stat : 24938 (java) S 24936 24938 24165 0 -1 4202496 7469 0 1 0 53 2 0 0 20 0 18 0 344885016 2764726272 11617 33554432000 1073741824 1073778376 140736823803472 140736823794608 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24938/statm: 674982 11617 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2699928

[startup+0.70018 s]
/proc/loadavg: 3.82 3.90 3.84 4/197 24938
/proc/meminfo: memFree=27135424/32873648 swapFree=6864/6864
[pid=24938] ppid=24936 vsize=2966184 CPUtime=1.5 cores=0,2,4,6
/proc/24938/stat : 24938 (java) S 24936 24938 24165 0 -1 4202496 12590 0 1 0 146 4 0 0 20 0 22 0 344885016 3037372416 37853 33554432000 1073741824 1073778376 140736823803472 140736823794608 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24938/statm: 741546 37853 2249 9 0 732240 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2966184

[startup+1.50072 s]
/proc/loadavg: 3.82 3.90 3.84 7/219 24960
/proc/meminfo: memFree=26956036/32873648 swapFree=6864/6864
[pid=24938] ppid=24936 vsize=2966184 CPUtime=4.2 cores=0,2,4,6
/proc/24938/stat : 24938 (java) S 24936 24938 24165 0 -1 4202496 21953 0 1 0 412 8 0 0 20 0 22 0 344885016 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140736823794608 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24938/statm: 741546 84858 2259 9 0 732240 0
[pid=24938/tid=24940] ppid=24936 vsize=2966184 CPUtime=0.58 cores=0,2,4,6
/proc/24938/task/24940/stat : 24940 (java) S 24936 24938 24165 0 -1 4202560 2901 0 1 0 56 2 0 0 20 0 22 0 344885017 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140568105657496 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24941] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24941/stat : 24941 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885019 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140568039607080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24942] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24942/stat : 24942 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885019 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567971359400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24943] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24943/stat : 24943 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885019 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567970307112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24944] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24944/stat : 24944 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885019 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567969254312 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24945] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24945/stat : 24945 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885019 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567968201000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24946] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24946/stat : 24946 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885019 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567967148200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24947] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24947/stat : 24947 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885019 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567966095912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24948] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24948/stat : 24948 (java) S 24936 24938 24165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344885019 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567965043112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24949] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24949/stat : 24949 (java) S 24936 24938 24165 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344885020 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567952632552 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24950] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24950/stat : 24950 (java) S 24936 24938 24165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344885020 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567951578616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24951] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24951/stat : 24951 (java) S 24936 24938 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344885020 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567950526216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24952] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24952/stat : 24952 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885023 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567949474704 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24953] ppid=24936 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/24938/task/24953/stat : 24953 (java) S 24936 24938 24165 0 -1 4202560 9427 0 0 0 94 0 0 0 20 0 22 0 344885023 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567948421304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24954] ppid=24936 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/24938/task/24954/stat : 24954 (java) S 24936 24938 24165 0 -1 4202560 8241 0 0 0 88 3 0 0 20 0 22 0 344885023 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567947368504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24955] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24955/stat : 24955 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885023 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567946316408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24956] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24956/stat : 24956 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885023 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567945263816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24957] ppid=24936 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/24938/task/24957/stat : 24957 (java) R 24936 24938 24165 0 -1 4202560 27 0 0 0 85 0 0 0 20 0 22 0 344885079 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567944181352 140568046144077 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24958] ppid=24936 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/24938/task/24958/stat : 24958 (java) R 24936 24938 24165 0 -1 4202560 155 0 0 0 83 3 0 0 20 0 22 0 344885079 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567943125296 140568046301820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24959] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24959/stat : 24959 (java) S 24936 24938 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344885081 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567942076072 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24960] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24960/stat : 24960 (java) S 24936 24938 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344885081 3037372416 84858 33554432000 1073741824 1073778376 140736823803472 140567941023272 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 2966184

[startup+3.10073 s]
/proc/loadavg: 3.82 3.90 3.84 5/219 24960
/proc/meminfo: memFree=26735660/32873648 swapFree=6864/6864
[pid=24938] ppid=24936 vsize=2966184 CPUtime=7.54 cores=0,2,4,6
/proc/24938/stat : 24938 (java) S 24936 24938 24165 0 -1 4202496 22067 0 1 0 742 12 0 0 20 0 22 0 344885016 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140736823794608 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24938/statm: 741546 104855 2272 9 0 732240 0
[pid=24938/tid=24940] ppid=24936 vsize=2966184 CPUtime=0.58 cores=0,2,4,6
/proc/24938/task/24940/stat : 24940 (java) S 24936 24938 24165 0 -1 4202560 2902 0 1 0 56 2 0 0 20 0 22 0 344885017 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140568105657496 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24941] ppid=24936 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24938/task/24941/stat : 24941 (java) S 24936 24938 24165 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 344885019 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140568039607080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24942] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24942/stat : 24942 (java) S 24936 24938 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344885019 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567971359400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24943] ppid=24936 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24938/task/24943/stat : 24943 (java) S 24936 24938 24165 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344885019 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567970307112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24944] ppid=24936 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24938/task/24944/stat : 24944 (java) S 24936 24938 24165 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 344885019 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567969254312 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24945] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24945/stat : 24945 (java) S 24936 24938 24165 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 344885019 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567968201000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24946] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24946/stat : 24946 (java) S 24936 24938 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344885019 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567967148200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24947] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24947/stat : 24947 (java) S 24936 24938 24165 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344885019 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567966095912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24948] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24948/stat : 24948 (java) S 24936 24938 24165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344885019 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567965043112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24949] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24949/stat : 24949 (java) S 24936 24938 24165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344885020 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567952632552 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24950] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24950/stat : 24950 (java) S 24936 24938 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344885020 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567951578616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24951] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24951/stat : 24951 (java) S 24936 24938 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344885020 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567950526216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24952] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24952/stat : 24952 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885023 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567949474704 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24953] ppid=24936 vsize=2966184 CPUtime=0.98 cores=0,2,4,6
/proc/24938/task/24953/stat : 24953 (java) S 24936 24938 24165 0 -1 4202560 9430 0 0 0 98 0 0 0 20 0 22 0 344885023 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567948421304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24954] ppid=24936 vsize=2966184 CPUtime=0.95 cores=0,2,4,6
/proc/24938/task/24954/stat : 24954 (java) S 24936 24938 24165 0 -1 4202560 8244 0 0 0 92 3 0 0 20 0 22 0 344885023 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567947368504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24955] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24955/stat : 24955 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885023 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567946316408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24956] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24956/stat : 24956 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885023 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567945263816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24957] ppid=24936 vsize=2966184 CPUtime=2.4 cores=0,2,4,6
/proc/24938/task/24957/stat : 24957 (java) R 24936 24938 24165 0 -1 4202560 27 0 0 0 240 0 0 0 20 0 22 0 344885079 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567944180424 140568046225737 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24958] ppid=24936 vsize=2966184 CPUtime=2.4 cores=0,2,4,6
/proc/24938/task/24958/stat : 24958 (java) R 24936 24938 24165 0 -1 4202560 181 0 0 0 237 3 0 0 20 0 22 0 344885079 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567943127688 140568046068879 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24959] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24959/stat : 24959 (java) S 24936 24938 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344885081 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567942076072 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24960] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24960/stat : 24960 (java) S 24936 24938 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344885081 3037372416 104855 33554432000 1073741824 1073778376 140736823803472 140567941023272 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 2966184

[startup+6.30072 s]
/proc/loadavg: 3.84 3.90 3.84 5/219 24960
/proc/meminfo: memFree=26700348/32873648 swapFree=6864/6864
[pid=24938] ppid=24936 vsize=2966184 CPUtime=13.99 cores=0,2,4,6
/proc/24938/stat : 24938 (java) S 24936 24938 24165 0 -1 4202496 22158 0 1 0 1386 13 0 0 20 0 22 0 344885016 3037372416 113455 33554432000 1073741824 1073778376 140736823803472 140736823794608 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24938/statm: 741546 113455 2284 9 0 732240 0
[pid=24938/tid=24940] ppid=24936 vsize=2966184 CPUtime=0.58 cores=0,2,4,6
/proc/24938/task/24940/stat : 24940 (java) S 24936 24938 24165 0 -1 4202560 2902 0 1 0 56 2 0 0 20 0 22 0 344885017 3037372416 113455 33554432000 1073741824 1073778376 140736823803472 140568105657496 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24941] ppid=24936 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/24938/task/24941/stat : 24941 (java) S 24936 24938 24165 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 344885019 3037372416 113455 33554432000 1073741824 1073778376 140736823803472 140568039607080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24942] ppid=24936 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24938/task/24942/stat : 24942 (java) S 24936 24938 24165 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 344885019 3037372416 113455 33554432000 1073741824 1073778376 140736823803472 140567971359400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24943] ppid=24936 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/24938/task/24943/stat : 24943 (java) S 24936 24938 24165 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 344885019 3037372416 113455 33554432000 1073741824 1073778376 140736823803472 140567970307112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24944] ppid=24936 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/24938/task/24944/stat : 24944 (java) S 24936 24938 24165 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 22 0 344885019 3037372416 113455 33554432000 1073741824 1073778376 140736823803472 140567969254312 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24945] ppid=24936 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24938/task/24945/stat : 24945 (java) S 24936 24938 24165 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 344885019 3037372416 113455 33554432000 1073741824 1073778376 140736823803472 140567968201000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24946] ppid=24936 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24938/task/24946/stat : 24946 (java) S 24936 24938 24165 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 344885019 3037372416 113455 33554432000 1073741824 1073778376 140736823803472 140567967148200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24947] ppid=24936 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24938/task/24947/stat : 24947 (java) S 24936 24938 24165 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 344885019 3037372416 113455 33554432000 1073741824 1073778376 140736823803472 140567966095912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24948] ppid=24936 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/24938/task/24948/stat : 24948 (java) S 24936 24938 24165 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 344885019 3037372416 113455 33554432000 1073741824 1073778376 140736823803472 140567965043112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24949] ppid=24936 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/24938/task/24949/stat : 24949 (java) S 24936 24938 24165 0 -1 4202560 41 0 0 0 10 0 0 0 20 0 22 0 344885020 3037372416 113455 33554432000 1073741824 1073778376 140736823803472 140567952632552 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24950] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24950/stat : 24950 (java) S 24936 24938 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344885020 3037372416 113455 33554432000 1073741824 1073778376 140736823803472 140567951578616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24951] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24951/stat : 24951 (java) S 24936 24938 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344885020 3037372416 113455 33554432000 1073741824 1073778376 140736823803472 140567950526216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24952] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24952/stat : 24952 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885023 3037372416 113455 33554432000 1073741824 1073778376 140736823803472 140567949474704 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24953] ppid=24936 vsize=2966184 CPUtime=1.07 cores=0,2,4,6
/proc/24938/task/24953/stat : 24953 (java) R 24936 24938 24165 0 -1 4202560 9443 0 0 0 107 0 0 0 20 0 22 0 344885023 3037372416 113455 33554432000 1073741824 1073778376 140736823803472 140567948421304 140568109181477 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0

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

/proc/24938/statm: 741546 224502 2285 9 0 732240 0
[pid=24938/tid=24940] ppid=24936 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/24938/task/24940/stat : 24940 (java) S 24936 24938 24165 0 -1 4202560 2916 0 1 0 57 3 0 0 20 0 22 0 344885017 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140568105657496 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24941] ppid=24936 vsize=2966184 CPUtime=4.07 cores=0,2,4,6
/proc/24938/task/24941/stat : 24941 (java) S 24936 24938 24165 0 -1 4202560 215 0 0 0 398 9 0 0 20 0 22 0 344885019 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140568039607080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24942] ppid=24936 vsize=2966184 CPUtime=3.79 cores=0,2,4,6
/proc/24938/task/24942/stat : 24942 (java) S 24936 24938 24165 0 -1 4202560 195 0 0 0 373 6 0 0 20 0 22 0 344885019 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567971359400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24943] ppid=24936 vsize=2966184 CPUtime=3.66 cores=0,2,4,6
/proc/24938/task/24943/stat : 24943 (java) S 24936 24938 24165 0 -1 4202560 199 0 0 0 359 7 0 0 20 0 22 0 344885019 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567970307112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24944] ppid=24936 vsize=2966184 CPUtime=3.77 cores=0,2,4,6
/proc/24938/task/24944/stat : 24944 (java) S 24936 24938 24165 0 -1 4202560 216 0 0 0 369 8 0 0 20 0 22 0 344885019 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567969254312 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24945] ppid=24936 vsize=2966184 CPUtime=3.68 cores=0,2,4,6
/proc/24938/task/24945/stat : 24945 (java) S 24936 24938 24165 0 -1 4202560 213 0 0 0 360 8 0 0 20 0 22 0 344885019 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567968201000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24946] ppid=24936 vsize=2966184 CPUtime=3.63 cores=0,2,4,6
/proc/24938/task/24946/stat : 24946 (java) S 24936 24938 24165 0 -1 4202560 170 0 0 0 356 7 0 0 20 0 22 0 344885019 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567967148200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24947] ppid=24936 vsize=2966184 CPUtime=3.75 cores=0,2,4,6
/proc/24938/task/24947/stat : 24947 (java) S 24936 24938 24165 0 -1 4202560 167 0 0 0 368 7 0 0 20 0 22 0 344885019 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567966095912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24948] ppid=24936 vsize=2966184 CPUtime=3.74 cores=0,2,4,6
/proc/24938/task/24948/stat : 24948 (java) S 24936 24938 24165 0 -1 4202560 198 0 0 0 367 7 0 0 20 0 22 0 344885019 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567965043112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24949] ppid=24936 vsize=2966184 CPUtime=16.57 cores=0,2,4,6
/proc/24938/task/24949/stat : 24949 (java) S 24936 24938 24165 0 -1 4202560 114 0 0 0 1626 31 0 0 20 0 22 0 344885020 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567952632552 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24950] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24950/stat : 24950 (java) S 24936 24938 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344885020 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567951578616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24951] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24951/stat : 24951 (java) S 24936 24938 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344885020 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567950526216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24952] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24952/stat : 24952 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885023 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567949474704 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24953] ppid=24936 vsize=2966184 CPUtime=1.26 cores=0,2,4,6
/proc/24938/task/24953/stat : 24953 (java) S 24936 24938 24165 0 -1 4202560 9476 0 0 0 126 0 0 0 20 0 22 0 344885023 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567948421304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24954] ppid=24936 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/24938/task/24954/stat : 24954 (java) S 24936 24938 24165 0 -1 4202560 10142 0 0 0 125 3 0 0 20 0 22 0 344885023 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567947368504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24955] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24955/stat : 24955 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885023 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567946316408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24956] ppid=24936 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/24938/task/24956/stat : 24956 (java) S 24936 24938 24165 0 -1 4202560 49 0 0 0 15 16 0 0 20 0 22 0 344885023 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567945263816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24957] ppid=24936 vsize=2966184 CPUtime=853.83 cores=0,2,4,6
/proc/24938/task/24957/stat : 24957 (java) R 24936 24938 24165 0 -1 4202560 450 0 0 0 85370 13 0 0 20 0 22 0 344885079 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567944179504 140568046037404 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24958] ppid=24936 vsize=2966184 CPUtime=853.83 cores=0,2,4,6
/proc/24938/task/24958/stat : 24958 (java) R 24936 24938 24165 0 -1 4202560 427 0 0 0 85364 19 0 0 20 0 22 0 344885079 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567943125456 140568046560375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24959] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24959/stat : 24959 (java) S 24936 24938 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344885081 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567942076072 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24960] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24960/stat : 24960 (java) S 24936 24938 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344885081 3037372416 224502 33554432000 1073741824 1073778376 140736823803472 140567941023272 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1761.8
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.301 s]
/proc/loadavg: 3.97 3.93 3.86 6/219 25031
/proc/meminfo: memFree=26222588/32873648 swapFree=6864/6864
[pid=24938] ppid=24936 vsize=2966184 CPUtime=1800.09 cores=0,2,4,6
/proc/24938/stat : 24938 (java) S 24936 24938 24165 0 -1 4202496 26375 0 1 0 179892 117 0 0 20 0 22 0 344885016 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140736823794608 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24938/statm: 741546 224518 2285 9 0 732240 0
[pid=24938/tid=24940] ppid=24936 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/24938/task/24940/stat : 24940 (java) S 24936 24938 24165 0 -1 4202560 2916 0 1 0 57 3 0 0 20 0 22 0 344885017 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140568105657496 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24941] ppid=24936 vsize=2966184 CPUtime=4.2 cores=0,2,4,6
/proc/24938/task/24941/stat : 24941 (java) S 24936 24938 24165 0 -1 4202560 215 0 0 0 411 9 0 0 20 0 22 0 344885019 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140568039607080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24942] ppid=24936 vsize=2966184 CPUtime=3.91 cores=0,2,4,6
/proc/24938/task/24942/stat : 24942 (java) S 24936 24938 24165 0 -1 4202560 199 0 0 0 385 6 0 0 20 0 22 0 344885019 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567971359400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24943] ppid=24936 vsize=2966184 CPUtime=3.76 cores=0,2,4,6
/proc/24938/task/24943/stat : 24943 (java) S 24936 24938 24165 0 -1 4202560 200 0 0 0 369 7 0 0 20 0 22 0 344885019 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567970307112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24944] ppid=24936 vsize=2966184 CPUtime=3.86 cores=0,2,4,6
/proc/24938/task/24944/stat : 24944 (java) S 24936 24938 24165 0 -1 4202560 216 0 0 0 378 8 0 0 20 0 22 0 344885019 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567969254312 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24945] ppid=24936 vsize=2966184 CPUtime=3.78 cores=0,2,4,6
/proc/24938/task/24945/stat : 24945 (java) S 24936 24938 24165 0 -1 4202560 216 0 0 0 370 8 0 0 20 0 22 0 344885019 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567968201000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24946] ppid=24936 vsize=2966184 CPUtime=3.76 cores=0,2,4,6
/proc/24938/task/24946/stat : 24946 (java) S 24936 24938 24165 0 -1 4202560 174 0 0 0 369 7 0 0 20 0 22 0 344885019 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567967148200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24947] ppid=24936 vsize=2966184 CPUtime=3.82 cores=0,2,4,6
/proc/24938/task/24947/stat : 24947 (java) S 24936 24938 24165 0 -1 4202560 169 0 0 0 375 7 0 0 20 0 22 0 344885019 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567966095912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24948] ppid=24936 vsize=2966184 CPUtime=3.9 cores=0,2,4,6
/proc/24938/task/24948/stat : 24948 (java) S 24936 24938 24165 0 -1 4202560 200 0 0 0 383 7 0 0 20 0 22 0 344885019 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567965043112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24949] ppid=24936 vsize=2966184 CPUtime=16.59 cores=0,2,4,6
/proc/24938/task/24949/stat : 24949 (java) S 24936 24938 24165 0 -1 4202560 116 0 0 0 1627 32 0 0 20 0 22 0 344885020 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567952632552 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24950] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24950/stat : 24950 (java) S 24936 24938 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344885020 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567951578616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24951] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24951/stat : 24951 (java) S 24936 24938 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344885020 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567950526216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24952] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24952/stat : 24952 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885023 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567949474704 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24953] ppid=24936 vsize=2966184 CPUtime=1.26 cores=0,2,4,6
/proc/24938/task/24953/stat : 24953 (java) S 24936 24938 24165 0 -1 4202560 9476 0 0 0 126 0 0 0 20 0 22 0 344885023 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567948421304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24954] ppid=24936 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/24938/task/24954/stat : 24954 (java) S 24936 24938 24165 0 -1 4202560 10142 0 0 0 125 3 0 0 20 0 22 0 344885023 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567947368504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24955] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24955/stat : 24955 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885023 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567946316408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24956] ppid=24936 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/24938/task/24956/stat : 24956 (java) S 24936 24938 24165 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 344885023 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567945263816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24957] ppid=24936 vsize=2966184 CPUtime=872.5 cores=0,2,4,6
/proc/24938/task/24957/stat : 24957 (java) R 24936 24938 24165 0 -1 4202560 465 0 0 0 87236 14 0 0 20 0 22 0 344885079 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567944179504 140568046281141 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24958] ppid=24936 vsize=2966184 CPUtime=872.48 cores=0,2,4,6
/proc/24938/task/24958/stat : 24958 (java) R 24936 24938 24165 0 -1 4202560 431 0 0 0 87228 20 0 0 20 0 22 0 344885079 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567943125456 140568046095559 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24959] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24959/stat : 24959 (java) S 24936 24938 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344885081 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567942076072 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24960] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24960/stat : 24960 (java) S 24936 24938 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344885081 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567941023272 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2966184

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

Solver just ended. Dumping a history of the last processes samples

[startup+901.301 s]
/proc/loadavg: 3.97 3.93 3.86 6/219 25031
/proc/meminfo: memFree=26222588/32873648 swapFree=6864/6864
[pid=24938] ppid=24936 vsize=2966184 CPUtime=1800.09 cores=0,2,4,6
/proc/24938/stat : 24938 (java) S 24936 24938 24165 0 -1 4202496 26375 0 1 0 179892 117 0 0 20 0 22 0 344885016 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140736823794608 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24938/statm: 741546 224518 2285 9 0 732240 0
[pid=24938/tid=24940] ppid=24936 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/24938/task/24940/stat : 24940 (java) S 24936 24938 24165 0 -1 4202560 2916 0 1 0 57 3 0 0 20 0 22 0 344885017 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140568105657496 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24941] ppid=24936 vsize=2966184 CPUtime=4.2 cores=0,2,4,6
/proc/24938/task/24941/stat : 24941 (java) S 24936 24938 24165 0 -1 4202560 215 0 0 0 411 9 0 0 20 0 22 0 344885019 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140568039607080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24942] ppid=24936 vsize=2966184 CPUtime=3.91 cores=0,2,4,6
/proc/24938/task/24942/stat : 24942 (java) S 24936 24938 24165 0 -1 4202560 199 0 0 0 385 6 0 0 20 0 22 0 344885019 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567971359400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24943] ppid=24936 vsize=2966184 CPUtime=3.76 cores=0,2,4,6
/proc/24938/task/24943/stat : 24943 (java) S 24936 24938 24165 0 -1 4202560 200 0 0 0 369 7 0 0 20 0 22 0 344885019 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567970307112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24944] ppid=24936 vsize=2966184 CPUtime=3.86 cores=0,2,4,6
/proc/24938/task/24944/stat : 24944 (java) S 24936 24938 24165 0 -1 4202560 216 0 0 0 378 8 0 0 20 0 22 0 344885019 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567969254312 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24945] ppid=24936 vsize=2966184 CPUtime=3.78 cores=0,2,4,6
/proc/24938/task/24945/stat : 24945 (java) S 24936 24938 24165 0 -1 4202560 216 0 0 0 370 8 0 0 20 0 22 0 344885019 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567968201000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24946] ppid=24936 vsize=2966184 CPUtime=3.76 cores=0,2,4,6
/proc/24938/task/24946/stat : 24946 (java) S 24936 24938 24165 0 -1 4202560 174 0 0 0 369 7 0 0 20 0 22 0 344885019 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567967148200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24947] ppid=24936 vsize=2966184 CPUtime=3.82 cores=0,2,4,6
/proc/24938/task/24947/stat : 24947 (java) S 24936 24938 24165 0 -1 4202560 169 0 0 0 375 7 0 0 20 0 22 0 344885019 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567966095912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24948] ppid=24936 vsize=2966184 CPUtime=3.9 cores=0,2,4,6
/proc/24938/task/24948/stat : 24948 (java) S 24936 24938 24165 0 -1 4202560 200 0 0 0 383 7 0 0 20 0 22 0 344885019 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567965043112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24949] ppid=24936 vsize=2966184 CPUtime=16.59 cores=0,2,4,6
/proc/24938/task/24949/stat : 24949 (java) S 24936 24938 24165 0 -1 4202560 116 0 0 0 1627 32 0 0 20 0 22 0 344885020 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567952632552 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24950] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24950/stat : 24950 (java) S 24936 24938 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344885020 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567951578616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24951] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24951/stat : 24951 (java) S 24936 24938 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344885020 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567950526216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24952] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24952/stat : 24952 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885023 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567949474704 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24938/tid=24953] ppid=24936 vsize=2966184 CPUtime=1.26 cores=0,2,4,6
/proc/24938/task/24953/stat : 24953 (java) S 24936 24938 24165 0 -1 4202560 9476 0 0 0 126 0 0 0 20 0 22 0 344885023 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567948421304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24954] ppid=24936 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/24938/task/24954/stat : 24954 (java) S 24936 24938 24165 0 -1 4202560 10142 0 0 0 125 3 0 0 20 0 22 0 344885023 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567947368504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24955] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24955/stat : 24955 (java) S 24936 24938 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344885023 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567946316408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24956] ppid=24936 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/24938/task/24956/stat : 24956 (java) S 24936 24938 24165 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 344885023 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567945263816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24957] ppid=24936 vsize=2966184 CPUtime=872.5 cores=0,2,4,6
/proc/24938/task/24957/stat : 24957 (java) R 24936 24938 24165 0 -1 4202560 465 0 0 0 87236 14 0 0 20 0 22 0 344885079 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567944179504 140568046281141 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24938/tid=24958] ppid=24936 vsize=2966184 CPUtime=872.48 cores=0,2,4,6
/proc/24938/task/24958/stat : 24958 (java) R 24936 24938 24165 0 -1 4202560 431 0 0 0 87228 20 0 0 20 0 22 0 344885079 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567943125456 140568046095559 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24938/tid=24959] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24959/stat : 24959 (java) S 24936 24938 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344885081 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567942076072 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24938/tid=24960] ppid=24936 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24938/task/24960/stat : 24960 (java) S 24936 24938 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344885081 3037372416 224518 33554432000 1073741824 1073778376 140736823803472 140567941023272 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24938 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=778152
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=651748
# CPU time returned by wait4() is 1796.43
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.345
CPU time (s): 1800.09
CPU user time (s): 1798.92
CPU system time (s): 1.17
CPU usage (%): 199.712
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.78
system time used= 1.65175
maximum resident set size= 898196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26407
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41181
involuntary context switches= 68093

runsolver used 4.54231 second user time and 6.93295 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-04 07:26:22
IDJOB=3742548
IDBENCH=90203
IDSOLVER=2324
FILE ID=node113/3742548-1338787582
RUNJOBID= node113-1338783018-24181
PBS_JOBID= 14636837
Free space on /tmp= 70976 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K141.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742548-1338787582/watcher-3742548-1338787582 -o /tmp/evaluation-result-3742548-1338787582/solver-3742548-1338787582 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742548-1338787582.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e981076bb5354ded6cb9b093a6d1a03e
RANDOM SEED=1820258245

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27136068 kB
Buffers:          543700 kB
Cached:          3516996 kB
SwapCached:         2028 kB
Active:          2527036 kB
Inactive:        2303552 kB
Active(anon):     769424 kB
Inactive(anon):     1912 kB
Active(file):    1757612 kB
Inactive(file):  2301640 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:              1656 kB
Writeback:             0 kB
AnonPages:        778576 kB
Mapped:            19400 kB
Shmem:                 0 kB
Slab:             764024 kB
SReclaimable:     208080 kB
SUnreclaim:       555944 kB
KernelStack:        1632 kB
PageTables:         5776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    724992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70976 MiB
End job on node113 at 2012-06-04 07:41:25