Trace number 3689202

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.03 914.956

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12047_6-sat.opb
MD5SUM937ecf63c168ba3c2555061c1a7466e0
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 variables33396
Total number of constraints116135
Number of constraints which are clauses115587
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints548
Minimum length of a constraint1
Maximum length of a constraint66
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 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 383
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689202-1337881391.opb
0.08/0.13	c reading problem ... 
2.64/1.29	c ... done. Wall clock time 1.158s.
2.64/1.29	c declared #vars     33396
2.64/1.29	c #constraints  102160
2.64/1.29	c constraints type 
2.64/1.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12235
2.64/1.29	c ignored satisfied constraints => 13975
2.64/1.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83592
2.64/1.29	c org.sat4j.minisat.constraints.cnf.UnitClause => 5785
2.64/1.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 548
2.64/1.29	c 116135 constraints processed.
2.64/1.29	c constraints type 
2.64/1.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 83592
2.64/1.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12235
2.64/1.29	c ignored satisfied constraints => 13975
2.64/1.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 548
2.64/1.29	c org.sat4j.pb.constraints.pb.UnitClausePB => 5785
2.64/1.29	c 116135 constraints processed.
8.64/3.49	c cleaning 2495 clauses out of 5000 with flag 5001/5001
13.97/5.83	c cleaning 4244 clauses out of 8504 with flag 11000/11000
18.90/8.30	c cleaning 5629 clauses out of 11260 with flag 18002/18002
25.60/11.78	c cleaning 6803 clauses out of 13632 with flag 26003/26003
33.04/15.55	c cleaning 7907 clauses out of 15826 with flag 35000/35000
40.07/19.16	c cleaning 8954 clauses out of 17919 with flag 45000/45000
48.46/23.43	c cleaning 9973 clauses out of 19966 with flag 56001/56001
56.44/27.51	c cleaning 10969 clauses out of 21992 with flag 68000/68000
67.67/33.33	c cleaning 11991 clauses out of 24025 with flag 81002/81002
79.01/39.16	c cleaning 12986 clauses out of 26032 with flag 95000/95000
83.32/41.43	c cleaning 0 clauses out of 5000 with flag 0/5000
90.88/45.37	c cleaning 14014 clauses out of 28047 with flag 110001/110001
104.44/52.29	c cleaning 15007 clauses out of 30032 with flag 126000/126000
117.61/58.92	c cleaning 15984 clauses out of 32028 with flag 143003/143003
133.70/67.17	c cleaning 17011 clauses out of 34045 with flag 161004/161004
150.14/75.50	c cleaning 18005 clauses out of 36030 with flag 180000/180000
167.73/84.69	c cleaning 18992 clauses out of 38025 with flag 200000/200000
187.78/94.86	c cleaning 19984 clauses out of 40036 with flag 221003/221003
204.78/103.53	c cleaning 21002 clauses out of 42049 with flag 243000/243000
225.57/114.12	c cleaning 22002 clauses out of 44047 with flag 266001/266001
249.08/126.23	c cleaning 23005 clauses out of 46044 with flag 290000/290000
274.85/139.36	c cleaning 23988 clauses out of 48041 with flag 315002/315002
300.82/152.52	c cleaning 25020 clauses out of 50052 with flag 341001/341001
331.39/168.01	c cleaning 25996 clauses out of 52030 with flag 368000/368000
360.62/183.00	c cleaning 27000 clauses out of 54036 with flag 396002/396002
389.92/197.93	c cleaning 27997 clauses out of 56036 with flag 425002/425002
414.55/210.57	c cleaning 0 clauses out of 11000 with flag 0/11000
424.63/215.90	c cleaning 29000 clauses out of 58039 with flag 455002/455002
462.81/235.33	c cleaning 30005 clauses out of 60039 with flag 486002/486002
510.25/259.90	c cleaning 30999 clauses out of 62033 with flag 518001/518001
554.71/282.49	c cleaning 32003 clauses out of 64034 with flag 551001/551001
596.38/303.70	c cleaning 33003 clauses out of 66030 with flag 585000/585000
637.38/324.53	c cleaning 33979 clauses out of 68027 with flag 620000/620000
675.79/344.09	c cleaning 35000 clauses out of 70048 with flag 656000/656000
716.95/364.94	c cleaning 35993 clauses out of 72049 with flag 693001/693001
761.03/387.54	c cleaning 36998 clauses out of 74055 with flag 731000/731000
813.15/413.98	c cleaning 37990 clauses out of 76058 with flag 770001/770001
869.90/442.70	c cleaning 38999 clauses out of 78067 with flag 810000/810000
932.45/474.21	c cleaning 40023 clauses out of 80070 with flag 851002/851002
999.71/508.45	c cleaning 40975 clauses out of 82045 with flag 893000/893000
1058.56/538.23	c cleaning 42012 clauses out of 84075 with flag 936005/936005
1113.38/566.08	c cleaning 42997 clauses out of 86058 with flag 980000/980000
1178.77/599.15	c cleaning 44004 clauses out of 88064 with flag 1025003/1025003
1239.43/630.13	c cleaning 45010 clauses out of 90058 with flag 1071001/1071001
1243.41/632.69	c cleaning 0 clauses out of 18001 with flag 0/18001
1315.03/668.88	c cleaning 45966 clauses out of 92048 with flag 1118001/1118001
1386.63/705.07	c cleaning 47017 clauses out of 94084 with flag 1166003/1166003
1455.59/740.29	c cleaning 48012 clauses out of 96065 with flag 1215001/1215001
1534.17/779.98	c cleaning 49006 clauses out of 98052 with flag 1265000/1265000
1614.50/820.54	c cleaning 50014 clauses out of 100048 with flag 1316002/1316002
1696.47/861.81	c cleaning 51005 clauses out of 102032 with flag 1368000/1368000
1783.46/906.03	c cleaning 51999 clauses out of 104028 with flag 1421001/1421001
1800.03/914.91	c starts		: 206
1800.03/914.91	c conflicts		: 1431842
1800.03/914.91	c decisions		: 2051905
1800.03/914.91	c propagations		: 1226378132
1800.03/914.91	c inspects		: 5907346327
1800.03/914.91	c shortcuts		: 0
1800.03/914.91	c learnt literals	: 5
1800.03/914.91	c learnt binary clauses	: 53
1800.03/914.91	c learnt ternary clauses	: 1864
1800.03/914.91	c learnt constraints	: 1431837
1800.03/914.91	c ignored constraints	: 0
1800.03/914.91	c root simplifications	: 0
1800.03/914.91	c removed literals (reason simplification)	: 44789367
1800.03/914.91	c reason swapping (by a shorter reason)	: 0
1800.03/914.91	c Calls to reduceDB	: 49
1800.03/914.91	c number of reductions to clauses (during analyze)	: 0
1800.03/914.91	c number of learned constraints concerned by reduction	: 0
1800.03/914.91	c number of learning phase by resolution	: 0
1800.03/914.91	c number of learning phase by cutting planes	: 0
1800.03/914.91	c speed (assignments/second)	: 1342468.6505569087
1800.03/914.91	c non guided choices	41
1800.03/914.93	c learnt constraints type 
1800.03/914.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 53
1800.03/914.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 62838
1800.03/914.93	c constraints type 
1800.03/914.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12235
1800.03/914.93	c ignored satisfied constraints => 13975
1800.03/914.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83592
1800.03/914.93	c org.sat4j.minisat.constraints.cnf.UnitClause => 5785
1800.03/914.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 548
1800.03/914.93	c 116135 constraints processed.
1800.03/914.93	c constraints type 
1800.03/914.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 83592
1800.03/914.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12235
1800.03/914.93	c ignored satisfied constraints => 13975
1800.03/914.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 548
1800.03/914.93	c org.sat4j.pb.constraints.pb.UnitClausePB => 5785
1800.03/914.93	c 116135 constraints processed.
1800.03/914.93	s UNKNOWN
1800.03/914.93	c Total wall clock time (in seconds): 914.806

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-3689202-1337881391/watcher-3689202-1337881391 -o /tmp/evaluation-result-3689202-1337881391/solver-3689202-1337881391 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689202-1337881391.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.06 3.06 3.18 3/196 28324
/proc/meminfo: memFree=28445940/32873844 swapFree=7612/7612
[pid=28324] ppid=28322 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28324/stat : 28324 (java) D 28322 28324 25404 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254263436 9515008 182 33554432000 1073741824 1073778376 140733759883392 140733759874424 251044642485 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/28324/statm: 2323 182 140 9 0 71 0

[startup+0.0399891 s]
/proc/loadavg: 3.06 3.06 3.18 3/196 28324
/proc/meminfo: memFree=28445940/32873844 swapFree=7612/7612
[pid=28324] ppid=28322 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/28324/stat : 28324 (java) S 28322 28324 25404 0 -1 4202496 2926 0 1 0 1 0 0 0 20 0 11 0 254263436 9310650368 3626 33554432000 1073741824 1073778376 140734554940976 140734554932112 251048001597 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 2273108 3626 1644 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100197 s]
/proc/loadavg: 3.06 3.06 3.18 3/196 28324
/proc/meminfo: memFree=28445940/32873844 swapFree=7612/7612
[pid=28324] ppid=28322 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/28324/stat : 28324 (java) S 28322 28324 25404 0 -1 4202496 4138 0 1 0 7 1 0 0 20 0 18 0 254263436 9787813888 5338 33554432000 1073741824 1073778376 140734554940976 140734554932112 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 2389603 5338 2071 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300165 s]
/proc/loadavg: 3.06 3.06 3.18 3/196 28324
/proc/meminfo: memFree=28445940/32873844 swapFree=7612/7612
[pid=28324] ppid=28322 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/28324/stat : 28324 (java) S 28322 28324 25404 0 -1 4202496 5215 0 1 0 43 1 0 0 20 0 18 0 254263436 9787813888 8286 33554432000 1073741824 1073778376 140734554940976 140734554932112 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 2389603 8286 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.70018 s]
/proc/loadavg: 3.06 3.06 3.18 3/196 28324
/proc/meminfo: memFree=28445940/32873844 swapFree=7612/7612
[pid=28324] ppid=28322 vsize=9558412 CPUtime=1.61 cores=0,2,4,6
/proc/28324/stat : 28324 (java) S 28322 28324 25404 0 -1 4202496 19384 0 1 0 156 5 0 0 20 0 18 0 254263436 9787813888 29685 33554432000 1073741824 1073778376 140734554940976 140734554932112 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 2389603 29685 2240 9 0 2380296 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9558412

[startup+1.50061 s]
/proc/loadavg: 3.06 3.06 3.18 3/214 28342
/proc/meminfo: memFree=28257288/32873844 swapFree=7612/7612
[pid=28324] ppid=28322 vsize=9824668 CPUtime=3.74 cores=0,2,4,6
/proc/28324/stat : 28324 (java) S 28322 28324 25404 0 -1 4202496 24369 0 1 0 364 10 0 0 20 0 22 0 254263436 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140734554932112 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 2456167 56485 2265 9 0 2446860 0
[pid=28324/tid=28326] ppid=28322 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/28324/task/28326/stat : 28326 (java) S 28322 28324 25404 0 -1 4202560 2527 0 1 0 115 2 0 0 20 0 22 0 254263437 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454499066872 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28327] ppid=28322 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28324/task/28327/stat : 28327 (java) S 28322 28324 25404 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254263438 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454343117352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28328] ppid=28322 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28324/task/28328/stat : 28328 (java) S 28322 28324 25404 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254263438 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454342064552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28329] ppid=28322 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28324/task/28329/stat : 28329 (java) S 28322 28324 25404 0 -1 4202560 48 0 0 0 1 0 0 0 20 0 22 0 254263438 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454341011752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28330] ppid=28322 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28324/task/28330/stat : 28330 (java) S 28322 28324 25404 0 -1 4202560 129 0 0 0 3 0 0 0 20 0 22 0 254263438 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454339958952 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28331] ppid=28322 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28324/task/28331/stat : 28331 (java) S 28322 28324 25404 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254263438 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454338907176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28332] ppid=28322 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28324/task/28332/stat : 28332 (java) S 28322 28324 25404 0 -1 4202560 104 0 0 0 4 0 0 0 20 0 22 0 254263438 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454337854376 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28333] ppid=28322 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28324/task/28333/stat : 28333 (java) S 28322 28324 25404 0 -1 4202560 95 0 0 0 1 0 0 0 20 0 22 0 254263438 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454336801576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28334] ppid=28322 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28324/task/28334/stat : 28334 (java) S 28322 28324 25404 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254263438 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454335748776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28335] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28335/stat : 28335 (java) S 28322 28324 25404 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254263439 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454323337704 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28336] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28336/stat : 28336 (java) S 28322 28324 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254263440 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454322283768 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28337] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28337/stat : 28337 (java) S 28322 28324 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254263440 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454321230856 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28338] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28338/stat : 28338 (java) S 28322 28324 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254263443 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454320179344 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28339] ppid=28322 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/28324/task/28339/stat : 28339 (java) R 28322 28324 25404 0 -1 4202560 8324 0 0 0 91 2 0 0 20 0 22 0 254263443 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454319114768 140454505882819 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28340] ppid=28322 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/28324/task/28340/stat : 28340 (java) R 28322 28324 25404 0 -1 4202560 11750 0 0 0 90 2 0 0 20 0 22 0 254263443 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454318074248 140454505524742 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28341] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28341/stat : 28341 (java) S 28322 28324 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254263443 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454317022072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28342] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28342/stat : 28342 (java) S 28322 28324 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254263443 10060460032 56485 33554432000 1073741824 1073778376 140734554940976 140454315969480 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9824668

[startup+3.1008 s]
/proc/loadavg: 3.06 3.06 3.18 5/218 28346
/proc/meminfo: memFree=28214064/32873844 swapFree=7612/7612
[pid=28324] ppid=28322 vsize=9824668 CPUtime=7.97 cores=0,2,4,6
/proc/28324/stat : 28324 (java) S 28322 28324 25404 0 -1 4202496 27895 0 1 0 780 17 0 0 20 0 22 0 254263436 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140734554932112 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 2456167 92511 2273 9 0 2446860 0
[pid=28324/tid=28326] ppid=28322 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/28324/task/28326/stat : 28326 (java) S 28322 28324 25404 0 -1 4202560 2527 0 1 0 115 2 0 0 20 0 22 0 254263437 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454499066872 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28327] ppid=28322 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28324/task/28327/stat : 28327 (java) S 28322 28324 25404 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254263438 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454343117352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28328] ppid=28322 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28324/task/28328/stat : 28328 (java) S 28322 28324 25404 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254263438 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454342064552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28329] ppid=28322 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28324/task/28329/stat : 28329 (java) S 28322 28324 25404 0 -1 4202560 50 0 0 0 2 0 0 0 20 0 22 0 254263438 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454341011752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28330] ppid=28322 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28324/task/28330/stat : 28330 (java) S 28322 28324 25404 0 -1 4202560 139 0 0 0 5 0 0 0 20 0 22 0 254263438 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454339958952 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28331] ppid=28322 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28324/task/28331/stat : 28331 (java) S 28322 28324 25404 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 22 0 254263438 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454338907176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28332] ppid=28322 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28324/task/28332/stat : 28332 (java) S 28322 28324 25404 0 -1 4202560 109 0 0 0 5 0 0 0 20 0 22 0 254263438 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454337854376 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28333] ppid=28322 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28324/task/28333/stat : 28333 (java) S 28322 28324 25404 0 -1 4202560 105 0 0 0 2 0 0 0 20 0 22 0 254263438 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454336801576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28334] ppid=28322 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28324/task/28334/stat : 28334 (java) S 28322 28324 25404 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 254263438 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454335748776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28335] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28335/stat : 28335 (java) S 28322 28324 25404 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254263439 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454323337704 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28336] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28336/stat : 28336 (java) S 28322 28324 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254263440 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454322283768 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28337] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28337/stat : 28337 (java) S 28322 28324 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254263440 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454321230856 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28338] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28338/stat : 28338 (java) S 28322 28324 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254263443 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454320179344 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28339] ppid=28322 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/28324/task/28339/stat : 28339 (java) S 28322 28324 25404 0 -1 4202560 8348 0 0 0 143 2 0 0 20 0 22 0 254263443 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454319127480 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28340] ppid=28322 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/28324/task/28340/stat : 28340 (java) S 28322 28324 25404 0 -1 4202560 14985 0 0 0 132 3 0 0 20 0 22 0 254263443 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454318074680 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28341] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28341/stat : 28341 (java) S 28322 28324 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254263443 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454317022072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28342] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28342/stat : 28342 (java) S 28322 28324 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254263443 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454315969480 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28343] ppid=28322 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/28324/task/28343/stat : 28343 (java) R 28322 28324 25404 0 -1 4202560 20 0 0 0 175 0 0 0 20 0 22 0 254263565 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454314914616 140454371918689 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28344] ppid=28322 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/28324/task/28344/stat : 28344 (java) R 28322 28324 25404 0 -1 4202560 132 0 0 0 173 2 0 0 20 0 22 0 254263565 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454313861480 140454371988653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28345] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28345/stat : 28345 (java) S 28322 28324 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254263573 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454312809384 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28346] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28346/stat : 28346 (java) S 28322 28324 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254263575 10060460032 92511 33554432000 1073741824 1073778376 140734554940976 140454311756584 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 3.05 3.06 3.18 4/218 28346
/proc/meminfo: memFree=27794724/32873844 swapFree=7612/7612
[pid=28324] ppid=28322 vsize=9824668 CPUtime=14.84 cores=0,2,4,6
/proc/28324/stat : 28324 (java) S 28322 28324 25404 0 -1 4202496 32446 0 1 0 1457 27 0 0 20 0 22 0 254263436 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140734554932112 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 2456167 169884 2285 9 0 2446860 0
[pid=28324/tid=28326] ppid=28322 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/28324/task/28326/stat : 28326 (java) S 28322 28324 25404 0 -1 4202560 2527 0 1 0 115 2 0 0 20 0 22 0 254263437 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454499066872 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28327] ppid=28322 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/28324/task/28327/stat : 28327 (java) S 28322 28324 25404 0 -1 4202560 42 0 0 0 8 2 0 0 20 0 22 0 254263438 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454343117352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28328] ppid=28322 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/28324/task/28328/stat : 28328 (java) S 28322 28324 25404 0 -1 4202560 36 0 0 0 7 3 0 0 20 0 22 0 254263438 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454342064552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28329] ppid=28322 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/28324/task/28329/stat : 28329 (java) S 28322 28324 25404 0 -1 4202560 89 0 0 0 6 3 0 0 20 0 22 0 254263438 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454341011752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28330] ppid=28322 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/28324/task/28330/stat : 28330 (java) S 28322 28324 25404 0 -1 4202560 148 0 0 0 9 0 0 0 20 0 22 0 254263438 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454339958952 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28331] ppid=28322 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/28324/task/28331/stat : 28331 (java) S 28322 28324 25404 0 -1 4202560 81 0 0 0 9 3 0 0 20 0 22 0 254263438 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454338907176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28332] ppid=28322 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/28324/task/28332/stat : 28332 (java) S 28322 28324 25404 0 -1 4202560 135 0 0 0 10 2 0 0 20 0 22 0 254263438 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454337854376 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28333] ppid=28322 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28324/task/28333/stat : 28333 (java) S 28322 28324 25404 0 -1 4202560 108 0 0 0 5 0 0 0 20 0 22 0 254263438 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454336801576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28334] ppid=28322 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/28324/task/28334/stat : 28334 (java) S 28322 28324 25404 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 22 0 254263438 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454335748776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28335] ppid=28322 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/28324/task/28335/stat : 28335 (java) S 28322 28324 25404 0 -1 4202560 505 0 0 0 26 0 0 0 20 0 22 0 254263439 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454323337704 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28336] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28336/stat : 28336 (java) S 28322 28324 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254263440 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454322283768 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28337] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28337/stat : 28337 (java) S 28322 28324 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254263440 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454321230856 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28338] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28338/stat : 28338 (java) S 28322 28324 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254263443 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454320179344 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28339] ppid=28322 vsize=9824668 CPUtime=1.56 cores=0,2,4,6
/proc/28324/task/28339/stat : 28339 (java) S 28322 28324 25404 0 -1 4202560 8354 0 0 0 154 2 0 0 20 0 22 0 254263443 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454319127480 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28340] ppid=28322 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/28324/task/28340/stat : 28340 (java) S 28322 28324 25404 0 -1 4202560 18753 0 0 0 176 3 0 0 20 0 22 0 254263443 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454318074680 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28341] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28341/stat : 28341 (java) S 28322 28324 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254263443 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454317022072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28342] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28342/stat : 28342 (java) S 28322 28324 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254263443 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454315969480 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28343] ppid=28322 vsize=9824668 CPUtime=4.55 cores=0,2,4,6
/proc/28324/task/28343/stat : 28343 (java) R 28322 28324 25404 0 -1 4202560 23 0 0 0 455 0 0 0 20 0 22 0 254263565 10060460032 169884 33554432000 1073741824 1073778376 140734554940976 140454314914272 140454372002103 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0

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

/proc/28324/statm: 2456167 749890 2286 9 0 2446860 0
[pid=28324/tid=28326] ppid=28322 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/28324/task/28326/stat : 28326 (java) S 28322 28324 25404 0 -1 4202560 2540 0 1 0 117 5 0 0 20 0 22 0 254263437 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454499066872 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28327] ppid=28322 vsize=9824668 CPUtime=2.03 cores=0,2,4,6
/proc/28324/task/28327/stat : 28327 (java) S 28322 28324 25404 0 -1 4202560 875 0 0 0 195 8 0 0 20 0 22 0 254263438 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454343117352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28328] ppid=28322 vsize=9824668 CPUtime=1.93 cores=0,2,4,6
/proc/28324/task/28328/stat : 28328 (java) S 28322 28324 25404 0 -1 4202560 495 0 0 0 185 8 0 0 20 0 22 0 254263438 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454342064552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28329] ppid=28322 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/28324/task/28329/stat : 28329 (java) S 28322 28324 25404 0 -1 4202560 641 0 0 0 183 9 0 0 20 0 22 0 254263438 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454341011752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28330] ppid=28322 vsize=9824668 CPUtime=2.14 cores=0,2,4,6
/proc/28324/task/28330/stat : 28330 (java) S 28322 28324 25404 0 -1 4202560 733 0 0 0 207 7 0 0 20 0 22 0 254263438 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454339958952 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28331] ppid=28322 vsize=9824668 CPUtime=1.74 cores=0,2,4,6
/proc/28324/task/28331/stat : 28331 (java) S 28322 28324 25404 0 -1 4202560 466 0 0 0 167 7 0 0 20 0 22 0 254263438 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454338907176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28332] ppid=28322 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/28324/task/28332/stat : 28332 (java) S 28322 28324 25404 0 -1 4202560 806 0 0 0 198 8 0 0 20 0 22 0 254263438 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454337854376 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28333] ppid=28322 vsize=9824668 CPUtime=2.02 cores=0,2,4,6
/proc/28324/task/28333/stat : 28333 (java) S 28322 28324 25404 0 -1 4202560 608 0 0 0 195 7 0 0 20 0 22 0 254263438 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454336801576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28334] ppid=28322 vsize=9824668 CPUtime=1.9 cores=0,2,4,6
/proc/28324/task/28334/stat : 28334 (java) S 28322 28324 25404 0 -1 4202560 811 0 0 0 182 8 0 0 20 0 22 0 254263438 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454335748776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28335] ppid=28322 vsize=9824668 CPUtime=38.7 cores=0,2,4,6
/proc/28324/task/28335/stat : 28335 (java) S 28322 28324 25404 0 -1 4202560 2018 0 0 0 3854 16 0 0 20 0 22 0 254263439 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454323337704 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28336] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28336/stat : 28336 (java) S 28322 28324 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254263440 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454322283768 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28337] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28337/stat : 28337 (java) S 28322 28324 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254263440 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454321230856 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28338] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28338/stat : 28338 (java) S 28322 28324 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254263443 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454320179344 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28339] ppid=28322 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/28324/task/28339/stat : 28339 (java) S 28322 28324 25404 0 -1 4202560 8363 0 0 0 162 2 0 0 20 0 22 0 254263443 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454319127480 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28340] ppid=28322 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/28324/task/28340/stat : 28340 (java) S 28322 28324 25404 0 -1 4202560 20379 0 0 0 225 3 0 0 20 0 22 0 254263443 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454318074680 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28341] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28341/stat : 28341 (java) S 28322 28324 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254263443 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454317022072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28342] ppid=28322 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/28324/task/28342/stat : 28342 (java) S 28322 28324 25404 0 -1 4202560 51 0 0 0 20 13 0 0 20 0 22 0 254263443 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454315969480 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28343] ppid=28322 vsize=9824668 CPUtime=835.62 cores=0,2,4,6
/proc/28324/task/28343/stat : 28343 (java) R 28322 28324 25404 0 -1 4202560 53 0 0 0 83548 14 0 0 20 0 22 0 254263565 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454314913296 140454372002441 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28344] ppid=28322 vsize=9824668 CPUtime=835.63 cores=0,2,4,6
/proc/28324/task/28344/stat : 28344 (java) R 28322 28324 25404 0 -1 4202560 2141 0 0 0 83517 46 0 0 20 0 22 0 254263565 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454313859616 140454372021935 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28345] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28345/stat : 28345 (java) S 28322 28324 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254263573 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454312809384 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28346] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28346/stat : 28346 (java) S 28322 28324 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254263575 10060460032 749890 33554432000 1073741824 1073778376 140734554940976 140454311756584 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1735.69
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+914.901 s]
/proc/loadavg: 3.99 3.73 3.39 5/219 28414
/proc/meminfo: memFree=23695416/32873844 swapFree=7612/7612
[pid=28324] ppid=28322 vsize=9824668 CPUtime=1800.03 cores=0,2,4,6
/proc/28324/stat : 28324 (java) S 28322 28324 25404 0 -1 4202496 42364 0 1 0 179854 149 0 0 20 0 22 0 254263436 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140734554932112 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 2456167 766880 2286 9 0 2446860 0
[pid=28324/tid=28326] ppid=28322 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/28324/task/28326/stat : 28326 (java) S 28322 28324 25404 0 -1 4202560 2541 0 1 0 117 5 0 0 20 0 22 0 254263437 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454499066872 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28327] ppid=28322 vsize=9824668 CPUtime=2.15 cores=0,2,4,6
/proc/28324/task/28327/stat : 28327 (java) S 28322 28324 25404 0 -1 4202560 896 0 0 0 206 9 0 0 20 0 22 0 254263438 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454343117352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28328] ppid=28322 vsize=9824668 CPUtime=2.02 cores=0,2,4,6
/proc/28324/task/28328/stat : 28328 (java) S 28322 28324 25404 0 -1 4202560 516 0 0 0 194 8 0 0 20 0 22 0 254263438 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454342064552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28329] ppid=28322 vsize=9824668 CPUtime=2.07 cores=0,2,4,6
/proc/28324/task/28329/stat : 28329 (java) S 28322 28324 25404 0 -1 4202560 651 0 0 0 198 9 0 0 20 0 22 0 254263438 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454341011752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28330] ppid=28322 vsize=9824668 CPUtime=2.29 cores=0,2,4,6
/proc/28324/task/28330/stat : 28330 (java) S 28322 28324 25404 0 -1 4202560 751 0 0 0 220 9 0 0 20 0 22 0 254263438 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454339958952 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28331] ppid=28322 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/28324/task/28331/stat : 28331 (java) S 28322 28324 25404 0 -1 4202560 498 0 0 0 179 8 0 0 20 0 22 0 254263438 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454338907176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28332] ppid=28322 vsize=9824668 CPUtime=2.17 cores=0,2,4,6
/proc/28324/task/28332/stat : 28332 (java) S 28322 28324 25404 0 -1 4202560 830 0 0 0 208 9 0 0 20 0 22 0 254263438 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454337854376 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28333] ppid=28322 vsize=9824668 CPUtime=2.12 cores=0,2,4,6
/proc/28324/task/28333/stat : 28333 (java) S 28322 28324 25404 0 -1 4202560 621 0 0 0 204 8 0 0 20 0 22 0 254263438 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454336801576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28334] ppid=28322 vsize=9824668 CPUtime=2.03 cores=0,2,4,6
/proc/28324/task/28334/stat : 28334 (java) S 28322 28324 25404 0 -1 4202560 829 0 0 0 193 10 0 0 20 0 22 0 254263438 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454335748776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28335] ppid=28322 vsize=9824668 CPUtime=40.04 cores=0,2,4,6
/proc/28324/task/28335/stat : 28335 (java) S 28322 28324 25404 0 -1 4202560 2050 0 0 0 3987 17 0 0 20 0 22 0 254263439 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454323337704 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28336] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28336/stat : 28336 (java) S 28322 28324 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254263440 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454322283768 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28337] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28337/stat : 28337 (java) S 28322 28324 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254263440 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454321230856 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28338] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28338/stat : 28338 (java) S 28322 28324 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254263443 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454320179344 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28339] ppid=28322 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/28324/task/28339/stat : 28339 (java) S 28322 28324 25404 0 -1 4202560 8363 0 0 0 162 2 0 0 20 0 22 0 254263443 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454319127480 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28340] ppid=28322 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/28324/task/28340/stat : 28340 (java) S 28322 28324 25404 0 -1 4202560 20380 0 0 0 225 3 0 0 20 0 22 0 254263443 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454318074680 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28341] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28341/stat : 28341 (java) S 28322 28324 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254263443 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454317022072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28342] ppid=28322 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/28324/task/28342/stat : 28342 (java) S 28322 28324 25404 0 -1 4202560 53 0 0 0 21 14 0 0 20 0 22 0 254263443 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454315969480 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28343] ppid=28322 vsize=9824668 CPUtime=866.55 cores=0,2,4,6
/proc/28324/task/28343/stat : 28343 (java) R 28322 28324 25404 0 -1 4202560 53 0 0 0 86640 15 0 0 20 0 22 0 254263565 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454314914272 140454371777891 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28344] ppid=28322 vsize=9824668 CPUtime=866.57 cores=0,2,4,6
/proc/28324/task/28344/stat : 28344 (java) R 28322 28324 25404 0 -1 4202560 2144 0 0 0 86610 47 0 0 20 0 22 0 254263565 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454313859616 140454371357457 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28345] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28345/stat : 28345 (java) S 28322 28324 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254263573 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454312809384 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28346] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28346/stat : 28346 (java) S 28322 28324 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254263575 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454311756584 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824668

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

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

[startup+914.901 s]
/proc/loadavg: 3.99 3.73 3.39 5/219 28414
/proc/meminfo: memFree=23695416/32873844 swapFree=7612/7612
[pid=28324] ppid=28322 vsize=9824668 CPUtime=1800.03 cores=0,2,4,6
/proc/28324/stat : 28324 (java) S 28322 28324 25404 0 -1 4202496 42364 0 1 0 179854 149 0 0 20 0 22 0 254263436 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140734554932112 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28324/statm: 2456167 766880 2286 9 0 2446860 0
[pid=28324/tid=28326] ppid=28322 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/28324/task/28326/stat : 28326 (java) S 28322 28324 25404 0 -1 4202560 2541 0 1 0 117 5 0 0 20 0 22 0 254263437 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454499066872 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28327] ppid=28322 vsize=9824668 CPUtime=2.15 cores=0,2,4,6
/proc/28324/task/28327/stat : 28327 (java) S 28322 28324 25404 0 -1 4202560 896 0 0 0 206 9 0 0 20 0 22 0 254263438 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454343117352 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28328] ppid=28322 vsize=9824668 CPUtime=2.02 cores=0,2,4,6
/proc/28324/task/28328/stat : 28328 (java) S 28322 28324 25404 0 -1 4202560 516 0 0 0 194 8 0 0 20 0 22 0 254263438 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454342064552 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28329] ppid=28322 vsize=9824668 CPUtime=2.07 cores=0,2,4,6
/proc/28324/task/28329/stat : 28329 (java) S 28322 28324 25404 0 -1 4202560 651 0 0 0 198 9 0 0 20 0 22 0 254263438 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454341011752 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28330] ppid=28322 vsize=9824668 CPUtime=2.29 cores=0,2,4,6
/proc/28324/task/28330/stat : 28330 (java) S 28322 28324 25404 0 -1 4202560 751 0 0 0 220 9 0 0 20 0 22 0 254263438 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454339958952 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28331] ppid=28322 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/28324/task/28331/stat : 28331 (java) S 28322 28324 25404 0 -1 4202560 498 0 0 0 179 8 0 0 20 0 22 0 254263438 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454338907176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28332] ppid=28322 vsize=9824668 CPUtime=2.17 cores=0,2,4,6
/proc/28324/task/28332/stat : 28332 (java) S 28322 28324 25404 0 -1 4202560 830 0 0 0 208 9 0 0 20 0 22 0 254263438 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454337854376 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28333] ppid=28322 vsize=9824668 CPUtime=2.12 cores=0,2,4,6
/proc/28324/task/28333/stat : 28333 (java) S 28322 28324 25404 0 -1 4202560 621 0 0 0 204 8 0 0 20 0 22 0 254263438 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454336801576 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28324/tid=28334] ppid=28322 vsize=9824668 CPUtime=2.03 cores=0,2,4,6
/proc/28324/task/28334/stat : 28334 (java) S 28322 28324 25404 0 -1 4202560 829 0 0 0 193 10 0 0 20 0 22 0 254263438 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454335748776 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28335] ppid=28322 vsize=9824668 CPUtime=40.04 cores=0,2,4,6
/proc/28324/task/28335/stat : 28335 (java) S 28322 28324 25404 0 -1 4202560 2050 0 0 0 3987 17 0 0 20 0 22 0 254263439 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454323337704 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28336] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28336/stat : 28336 (java) S 28322 28324 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254263440 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454322283768 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28337] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28337/stat : 28337 (java) S 28322 28324 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254263440 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454321230856 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28338] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28338/stat : 28338 (java) S 28322 28324 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254263443 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454320179344 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28339] ppid=28322 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/28324/task/28339/stat : 28339 (java) S 28322 28324 25404 0 -1 4202560 8363 0 0 0 162 2 0 0 20 0 22 0 254263443 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454319127480 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28340] ppid=28322 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/28324/task/28340/stat : 28340 (java) S 28322 28324 25404 0 -1 4202560 20380 0 0 0 225 3 0 0 20 0 22 0 254263443 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454318074680 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28341] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28341/stat : 28341 (java) S 28322 28324 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254263443 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454317022072 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28324/tid=28342] ppid=28322 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/28324/task/28342/stat : 28342 (java) S 28322 28324 25404 0 -1 4202560 53 0 0 0 21 14 0 0 20 0 22 0 254263443 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454315969480 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28343] ppid=28322 vsize=9824668 CPUtime=866.55 cores=0,2,4,6
/proc/28324/task/28343/stat : 28343 (java) R 28322 28324 25404 0 -1 4202560 53 0 0 0 86640 15 0 0 20 0 22 0 254263565 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454314914272 140454371777891 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28324/tid=28344] ppid=28322 vsize=9824668 CPUtime=866.57 cores=0,2,4,6
/proc/28324/task/28344/stat : 28344 (java) R 28322 28324 25404 0 -1 4202560 2144 0 0 0 86610 47 0 0 20 0 22 0 254263565 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454313859616 140454371357457 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28345] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28345/stat : 28345 (java) S 28322 28324 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254263573 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454312809384 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28324/tid=28346] ppid=28322 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28324/task/28346/stat : 28346 (java) S 28322 28324 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254263575 10060460032 766880 33554432000 1073741824 1073778376 140734554940976 140454311756584 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28324 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=898286
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=903710
# CPU time returned by wait4() is 1795.8
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 914.956
CPU time (s): 1800.03
CPU user time (s): 1798.54
CPU system time (s): 1.49
CPU usage (%): 196.734
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.9
system time used= 1.90371
maximum resident set size= 3067636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42394
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25551
involuntary context switches= 34661

runsolver used 3.71143 second user time and 7.8848 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-24 19:43:11
IDJOB=3689202
IDBENCH=74121
IDSOLVER=2268
FILE ID=node143/3689202-1337881391
RUNJOBID= node143-1337871881-25421
PBS_JOBID= 14620061
Free space on /tmp= 71512 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12047_6-sat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689202-1337881391/watcher-3689202-1337881391 -o /tmp/evaluation-result-3689202-1337881391/solver-3689202-1337881391 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689202-1337881391.opb

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

MD5SUM BENCH= 937ecf63c168ba3c2555061c1a7466e0
RANDOM SEED=413812369

node143.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		: 2666.787
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	: 5333.57
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		: 2666.787
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.91
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		: 2666.787
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	: 5331.91
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		: 2666.787
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		: 2666.787
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.90
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		: 2666.787
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	: 5298.57
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		: 2666.787
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.91
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		: 2666.787
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:       32873844 kB
MemFree:        28446204 kB
Buffers:          226304 kB
Cached:          2566952 kB
SwapCached:            0 kB
Active:          1446816 kB
Inactive:        2197572 kB
Active(anon):     853860 kB
Inactive(anon):        0 kB
Active(file):     592956 kB
Inactive(file):  2197572 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3904 kB
Writeback:            16 kB
AnonPages:        866996 kB
Mapped:            22636 kB
Shmem:               200 kB
Slab:             639868 kB
SReclaimable:      82144 kB
SUnreclaim:       557724 kB
KernelStack:        1600 kB
PageTables:         6060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1046060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    819200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71504 MiB
End job on node143 at 2012-05-24 19:58:28