Trace number 3709891

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.38 1780.95

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-95-90.opb
MD5SUM464b0bce452dea50452bb0b774d05715
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.156975
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8550
Total number of constraints185
Number of constraints which are clauses95
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint95
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 96
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709891-1338151314.opb
0.09/0.12	c reading problem ... 
0.54/0.31	c ... done. Wall clock time 0.191s.
0.54/0.31	c declared #vars     8550
0.54/0.31	c #constraints  185
0.54/0.31	c constraints type 
0.54/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95
0.54/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
0.54/0.31	c 185 constraints processed.
13.58/12.71	c cleaning 2497 clauses out of 5001 with flag 5001/5001
35.58/34.41	c cleaning 4249 clauses out of 8503 with flag 11000/11000
63.87/62.55	c cleaning 5626 clauses out of 11257 with flag 18003/18003
95.75/94.23	c cleaning 6813 clauses out of 13630 with flag 26002/26002
144.15/142.06	c cleaning 7909 clauses out of 15817 with flag 35002/35002
192.35/189.75	c cleaning 8954 clauses out of 17907 with flag 45001/45001
241.12/237.54	c cleaning 9975 clauses out of 19953 with flag 56001/56001
309.76/305.03	c cleaning 10987 clauses out of 21978 with flag 68001/68001
394.50/389.06	c cleaning 12029 clauses out of 24064 with flag 81074/81074
474.98/468.70	c cleaning 13002 clauses out of 26003 with flag 95042/95042
577.43/570.06	c cleaning 14018 clauses out of 28035 with flag 110076/110076
673.55/665.05	c cleaning 14969 clauses out of 29941 with flag 126000/126000
777.76/767.90	c cleaning 15982 clauses out of 31973 with flag 143001/143001
1027.38/1015.99	c cleaning 17002 clauses out of 34011 with flag 161021/161021
1193.49/1180.40	c cleaning 17983 clauses out of 35988 with flag 180000/180000
1304.30/1289.66	c cleaning 18997 clauses out of 38010 with flag 200005/200005
1572.23/1555.76	c cleaning 19999 clauses out of 40010 with flag 221002/221002
1762.11/1743.63	c cleaning 21005 clauses out of 42014 with flag 243005/243005
1800.01/1780.92	c starts		: 120
1800.01/1780.92	c conflicts		: 249221
1800.01/1780.92	c decisions		: 442281
1800.01/1780.92	c propagations		: 31163339
1800.01/1780.92	c inspects		: 741555342
1800.01/1780.92	c shortcuts		: 0
1800.01/1780.92	c learnt literals	: 0
1800.01/1780.92	c learnt binary clauses	: 0
1800.01/1780.92	c learnt ternary clauses	: 0
1800.01/1780.92	c learnt constraints	: 249221
1800.01/1780.92	c ignored constraints	: 0
1800.01/1780.92	c root simplifications	: 120
1800.01/1780.92	c removed literals (reason simplification)	: 784416
1800.01/1780.92	c reason swapping (by a shorter reason)	: 0
1800.01/1780.92	c Calls to reduceDB	: 18
1800.01/1780.92	c number of reductions to clauses (during analyze)	: 0
1800.01/1780.92	c number of learned constraints concerned by reduction	: 0
1800.01/1780.92	c number of learning phase by resolution	: 0
1800.01/1780.92	c number of learning phase by cutting planes	: 0
1800.01/1780.92	c speed (assignments/second)	: 17501.686799495226
1800.01/1780.92	c non guided choices	4006
1800.01/1780.93	c learnt constraints type 
1800.01/1780.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 27226
1800.01/1780.93	c constraints type 
1800.01/1780.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95
1800.01/1780.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
1800.01/1780.93	c 185 constraints processed.
1800.01/1780.93	s UNKNOWN
1800.01/1780.93	c Total wall clock time (in seconds): 1780.81

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-3709891-1338151314/watcher-3709891-1338151314 -o /tmp/evaluation-result-3709891-1338151314/solver-3709891-1338151314 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709891-1338151314.opb 

running on 4 cores: 1,3,5,7

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: 1.92 1.98 1.99 3/194 22363
/proc/meminfo: memFree=30572920/32873648 swapFree=7112/7112
[pid=22363] ppid=22361 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22363/stat : 22363 (java) D 22361 22363 21838 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 281257337 9515008 182 33554432000 1073741824 1073778376 140734130579520 140734130570552 242167398069 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/22363/statm: 2323 182 140 9 0 71 0

[startup+0.045789 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 22363
/proc/meminfo: memFree=30572920/32873648 swapFree=7112/7112
[pid=22363] ppid=22361 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/22363/stat : 22363 (java) S 22361 22363 21838 0 -1 4202496 3080 0 1 0 2 0 0 0 20 0 13 0 281257337 9446973440 3267 33554432000 1073741824 1073778376 140733818280272 140733818271408 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22363/statm: 2306390 3267 1700 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100254 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 22363
/proc/meminfo: memFree=30572920/32873648 swapFree=7112/7112
[pid=22363] ppid=22361 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/22363/stat : 22363 (java) S 22361 22363 21838 0 -1 4202496 4351 0 1 0 8 1 0 0 20 0 18 0 281257337 9787842560 5559 33554432000 1073741824 1073778376 140733818280272 140733818271408 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22363/statm: 2389610 5559 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300182 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 22363
/proc/meminfo: memFree=30572920/32873648 swapFree=7112/7112
[pid=22363] ppid=22361 vsize=9558440 CPUtime=0.54 cores=1,3,5,7
/proc/22363/stat : 22363 (java) S 22361 22363 21838 0 -1 4202496 7229 0 1 0 52 2 0 0 20 0 18 0 281257337 9787842560 10980 33554432000 1073741824 1073778376 140733818280272 140733818271408 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22363/statm: 2389610 10980 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700158 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 22363
/proc/meminfo: memFree=30572920/32873648 swapFree=7112/7112
[pid=22363] ppid=22361 vsize=9625004 CPUtime=1.34 cores=1,3,5,7
/proc/22363/stat : 22363 (java) S 22361 22363 21838 0 -1 4202496 8109 0 1 0 132 2 0 0 20 0 19 0 281257337 9856004096 14061 33554432000 1073741824 1073778376 140733818280272 140733818271408 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22363/statm: 2406251 14061 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 22382
/proc/meminfo: memFree=30519536/32873648 swapFree=7112/7112
[pid=22363] ppid=22361 vsize=9625004 CPUtime=2.15 cores=1,3,5,7
/proc/22363/stat : 22363 (java) S 22361 22363 21838 0 -1 4202496 8118 0 1 0 212 3 0 0 20 0 19 0 281257337 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140733818271408 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22363/statm: 2406251 17646 2248 9 0 2396937 0
[pid=22363/tid=22365] ppid=22361 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/22363/task/22365/stat : 22365 (java) R 22361 22363 21838 0 -1 4202560 2585 0 1 0 145 2 0 0 20 0 19 0 281257338 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477987686984 140477860555893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22366] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22366/stat : 22366 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477831445160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22367] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22367/stat : 22367 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477830392616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22368] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22368/stat : 22368 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477829340072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22363/tid=22369] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22369/stat : 22369 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477828287528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22370] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22370/stat : 22370 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477827233960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22371] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22371/stat : 22371 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477826181416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22372] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22372/stat : 22372 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477825128872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22373] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22373/stat : 22373 (java) S 22361 22363 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477824076328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22374] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22374/stat : 22374 (java) S 22361 22363 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281257340 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477811878504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22375] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22375/stat : 22375 (java) S 22361 22363 21838 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281257341 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477810824824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22376] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22376/stat : 22376 (java) S 22361 22363 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281257341 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477809772168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22377] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22377/stat : 22377 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477808720912 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22378] ppid=22361 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/22363/task/22378/stat : 22378 (java) S 22361 22363 21838 0 -1 4202560 2413 0 0 0 34 0 0 0 20 0 19 0 281257343 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477807667256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22379] ppid=22361 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/22363/task/22379/stat : 22379 (java) S 22361 22363 21838 0 -1 4202560 1920 0 0 0 30 0 0 0 20 0 19 0 281257343 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477806614712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22380] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22380/stat : 22380 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477805562360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22381] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22381/stat : 22381 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477804510024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22382] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22382/stat : 22382 (java) S 22361 22363 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281257370 9856004096 17646 33554432000 1073741824 1073778376 140733818280272 140477803455784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9625004

[startup+3.10072 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 22382
/proc/meminfo: memFree=30500600/32873648 swapFree=7112/7112
[pid=22363] ppid=22361 vsize=9625004 CPUtime=3.74 cores=1,3,5,7
/proc/22363/stat : 22363 (java) S 22361 22363 21838 0 -1 4202496 8128 0 1 0 371 3 0 0 20 0 19 0 281257337 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140733818271408 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22363/statm: 2406251 22254 2248 9 0 2396937 0
[pid=22363/tid=22365] ppid=22361 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/22363/task/22365/stat : 22365 (java) R 22361 22363 21838 0 -1 4202560 2595 0 1 0 304 2 0 0 20 0 19 0 281257338 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477987686984 140477860422836 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22366] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22366/stat : 22366 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477831445160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22367] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22367/stat : 22367 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477830392616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22368] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22368/stat : 22368 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477829340072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22363/tid=22369] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22369/stat : 22369 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477828287528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22370] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22370/stat : 22370 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477827233960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22371] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22371/stat : 22371 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477826181416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22372] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22372/stat : 22372 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477825128872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22373] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22373/stat : 22373 (java) S 22361 22363 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477824076328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22374] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22374/stat : 22374 (java) S 22361 22363 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281257340 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477811878504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22375] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22375/stat : 22375 (java) S 22361 22363 21838 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281257341 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477810824824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22376] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22376/stat : 22376 (java) S 22361 22363 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281257341 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477809772168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22377] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22377/stat : 22377 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477808720912 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22378] ppid=22361 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/22363/task/22378/stat : 22378 (java) S 22361 22363 21838 0 -1 4202560 2413 0 0 0 34 0 0 0 20 0 19 0 281257343 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477807667256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22379] ppid=22361 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/22363/task/22379/stat : 22379 (java) S 22361 22363 21838 0 -1 4202560 1920 0 0 0 30 0 0 0 20 0 19 0 281257343 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477806614712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22380] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22380/stat : 22380 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477805562360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22381] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22381/stat : 22381 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477804510024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22382] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22382/stat : 22382 (java) S 22361 22363 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281257370 9856004096 22254 33554432000 1073741824 1073778376 140733818280272 140477803455784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625004

[startup+6.30073 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 22382
/proc/meminfo: memFree=30460384/32873648 swapFree=7112/7112
[pid=22363] ppid=22361 vsize=9625004 CPUtime=6.98 cores=1,3,5,7
/proc/22363/stat : 22363 (java) S 22361 22363 21838 0 -1 4202496 8159 0 1 0 694 4 0 0 20 0 19 0 281257337 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140733818271408 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22363/statm: 2406251 32936 2251 9 0 2396937 0
[pid=22363/tid=22365] ppid=22361 vsize=9625004 CPUtime=6.27 cores=1,3,5,7
/proc/22363/task/22365/stat : 22365 (java) R 22361 22363 21838 0 -1 4202560 2618 0 1 0 624 3 0 0 20 0 19 0 281257338 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477987686896 140477860422237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22366] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22366/stat : 22366 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477831445160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22367] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22367/stat : 22367 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477830392616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22368] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22368/stat : 22368 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477829340072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22363/tid=22369] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22369/stat : 22369 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477828287528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22370] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22370/stat : 22370 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477827233960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22371] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22371/stat : 22371 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477826181416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22372] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22372/stat : 22372 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477825128872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22373] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22373/stat : 22373 (java) S 22361 22363 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281257339 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477824076328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22374] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22374/stat : 22374 (java) S 22361 22363 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281257340 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477811878504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22375] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22375/stat : 22375 (java) S 22361 22363 21838 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281257341 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477810824824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22376] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22376/stat : 22376 (java) S 22361 22363 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281257341 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477809772168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22377] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22377/stat : 22377 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477808720912 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22378] ppid=22361 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/22363/task/22378/stat : 22378 (java) S 22361 22363 21838 0 -1 4202560 2420 0 0 0 37 0 0 0 20 0 19 0 281257343 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477807667256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22379] ppid=22361 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/22363/task/22379/stat : 22379 (java) S 22361 22363 21838 0 -1 4202560 1921 0 0 0 31 0 0 0 20 0 19 0 281257343 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477806614712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22380] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22380/stat : 22380 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477805562360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22381] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22381/stat : 22381 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477804510024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22382] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22382/stat : 22382 (java) S 22361 22363 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281257370 9856004096 32936 33554432000 1073741824 1073778376 140733818280272 140477803455784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=22363/tid=22371] ppid=22361 vsize=9625004 CPUtime=3 cores=1,3,5,7
/proc/22363/task/22371/stat : 22371 (java) S 22361 22363 21838 0 -1 4202560 616 0 0 0 278 22 0 0 20 0 19 0 281257339 9856004096 302992 33554432000 1073741824 1073778376 140733818280272 140477826181416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22372] ppid=22361 vsize=9625004 CPUtime=2.89 cores=1,3,5,7
/proc/22363/task/22372/stat : 22372 (java) S 22361 22363 21838 0 -1 4202560 934 0 0 0 264 25 0 0 20 0 19 0 281257339 9856004096 302992 33554432000 1073741824 1073778376 140733818280272 140477825128872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22363/tid=22373] ppid=22361 vsize=9625004 CPUtime=2.84 cores=1,3,5,7
/proc/22363/task/22373/stat : 22373 (java) S 22361 22363 21838 0 -1 4202560 1495 0 0 0 256 28 0 0 20 0 19 0 281257339 9856004096 302992 33554432000 1073741824 1073778376 140733818280272 140477824076328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22374] ppid=22361 vsize=9625004 CPUtime=2.09 cores=1,3,5,7
/proc/22363/task/22374/stat : 22374 (java) S 22361 22363 21838 0 -1 4202560 1544 0 0 0 202 7 0 0 20 0 19 0 281257340 9856004096 302992 33554432000 1073741824 1073778376 140733818280272 140477811878504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22375] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22375/stat : 22375 (java) S 22361 22363 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281257341 9856004096 302992 33554432000 1073741824 1073778376 140733818280272 140477810824824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22376] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22376/stat : 22376 (java) S 22361 22363 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281257341 9856004096 302992 33554432000 1073741824 1073778376 140733818280272 140477809772168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22377] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22377/stat : 22377 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 302992 33554432000 1073741824 1073778376 140733818280272 140477808720912 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22378] ppid=22361 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/22363/task/22378/stat : 22378 (java) S 22361 22363 21838 0 -1 4202560 2449 0 0 0 48 0 0 0 20 0 19 0 281257343 9856004096 302992 33554432000 1073741824 1073778376 140733818280272 140477807667256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22379] ppid=22361 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/22363/task/22379/stat : 22379 (java) S 22361 22363 21838 0 -1 4202560 1928 0 0 0 34 0 0 0 20 0 19 0 281257343 9856004096 302992 33554432000 1073741824 1073778376 140733818280272 140477806614712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22380] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22380/stat : 22380 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 302992 33554432000 1073741824 1073778376 140733818280272 140477805562360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22381] ppid=22361 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/22363/task/22381/stat : 22381 (java) S 22361 22363 21838 0 -1 4202560 95 0 0 0 30 40 0 0 20 0 19 0 281257343 9856004096 302992 33554432000 1073741824 1073778376 140733818280272 140477804510024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22382] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22382/stat : 22382 (java) S 22361 22363 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281257370 9856004096 302992 33554432000 1073741824 1073778376 140733818280272 140477803455784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1680.29
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/214 22479
/proc/meminfo: memFree=29685388/32873648 swapFree=7112/7112
[pid=22363] ppid=22361 vsize=9625004 CPUtime=1740.71 cores=1,3,5,7
/proc/22363/stat : 22363 (java) S 22361 22363 21838 0 -1 4202496 16742 0 1 0 173827 244 0 0 20 0 19 0 281257337 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140733818271408 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22363/statm: 2406251 305009 2276 9 0 2396937 0
[pid=22363/tid=22365] ppid=22361 vsize=9625004 CPUtime=1713.12 cores=1,3,5,7
/proc/22363/task/22365/stat : 22365 (java) R 22361 22363 21838 0 -1 4202560 2998 0 1 0 171280 32 0 0 20 0 19 0 281257338 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477987687808 140477860422301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22366] ppid=22361 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/22363/task/22366/stat : 22366 (java) S 22361 22363 21838 0 -1 4202560 397 0 0 0 279 23 0 0 20 0 19 0 281257339 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477831445160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22367] ppid=22361 vsize=9625004 CPUtime=2.99 cores=1,3,5,7
/proc/22363/task/22367/stat : 22367 (java) S 22361 22363 21838 0 -1 4202560 530 0 0 0 276 23 0 0 20 0 19 0 281257339 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477830392616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22368] ppid=22361 vsize=9625004 CPUtime=2.77 cores=1,3,5,7
/proc/22363/task/22368/stat : 22368 (java) S 22361 22363 21838 0 -1 4202560 644 0 0 0 259 18 0 0 20 0 19 0 281257339 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477829340072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22369] ppid=22361 vsize=9625004 CPUtime=3.13 cores=1,3,5,7
/proc/22363/task/22369/stat : 22369 (java) S 22361 22363 21838 0 -1 4202560 932 0 0 0 288 25 0 0 20 0 19 0 281257339 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477828287528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22370] ppid=22361 vsize=9625004 CPUtime=3.12 cores=1,3,5,7
/proc/22363/task/22370/stat : 22370 (java) S 22361 22363 21838 0 -1 4202560 982 0 0 0 290 22 0 0 20 0 19 0 281257339 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477827233960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22371] ppid=22361 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/22363/task/22371/stat : 22371 (java) S 22361 22363 21838 0 -1 4202560 619 0 0 0 284 22 0 0 20 0 19 0 281257339 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477826181416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22363/tid=22372] ppid=22361 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/22363/task/22372/stat : 22372 (java) S 22361 22363 21838 0 -1 4202560 938 0 0 0 273 25 0 0 20 0 19 0 281257339 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477825128872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22373] ppid=22361 vsize=9625004 CPUtime=2.93 cores=1,3,5,7
/proc/22363/task/22373/stat : 22373 (java) S 22361 22363 21838 0 -1 4202560 1495 0 0 0 265 28 0 0 20 0 19 0 281257339 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477824076328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22374] ppid=22361 vsize=9625004 CPUtime=2.1 cores=1,3,5,7
/proc/22363/task/22374/stat : 22374 (java) S 22361 22363 21838 0 -1 4202560 1548 0 0 0 203 7 0 0 20 0 19 0 281257340 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477811878504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22375] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22375/stat : 22375 (java) S 22361 22363 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281257341 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477810824824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22376] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22376/stat : 22376 (java) S 22361 22363 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281257341 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477809772168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22377] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22377/stat : 22377 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477808720912 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22378] ppid=22361 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/22363/task/22378/stat : 22378 (java) S 22361 22363 21838 0 -1 4202560 2449 0 0 0 48 0 0 0 20 0 19 0 281257343 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477807667256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22379] ppid=22361 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/22363/task/22379/stat : 22379 (java) S 22361 22363 21838 0 -1 4202560 1928 0 0 0 34 0 0 0 20 0 19 0 281257343 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477806614712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22380] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22380/stat : 22380 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477805562360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22381] ppid=22361 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/22363/task/22381/stat : 22381 (java) S 22361 22363 21838 0 -1 4202560 97 0 0 0 31 42 0 0 20 0 19 0 281257343 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477804510024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22382] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22382/stat : 22382 (java) S 22361 22363 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281257370 9856004096 305009 33554432000 1073741824 1073778376 140733818280272 140477803455784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1740.71
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.91 s]
/proc/loadavg: 2.07 2.06 2.01 3/213 22479
/proc/meminfo: memFree=29641400/32873648 swapFree=7112/7112
[pid=22363] ppid=22361 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/22363/stat : 22363 (java) S 22361 22363 21838 0 -1 4202496 17235 0 1 0 179752 249 0 0 20 0 19 0 281257337 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140733818271408 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22363/statm: 2406251 314128 2276 9 0 2396937 0
[pid=22363/tid=22365] ppid=22361 vsize=9625004 CPUtime=1771.25 cores=1,3,5,7
/proc/22363/task/22365/stat : 22365 (java) R 22361 22363 21838 0 -1 4202560 3017 0 1 0 177093 32 0 0 20 0 19 0 281257338 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477987687808 140477860422225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22366] ppid=22361 vsize=9625004 CPUtime=3.12 cores=1,3,5,7
/proc/22363/task/22366/stat : 22366 (java) S 22361 22363 21838 0 -1 4202560 743 0 0 0 289 23 0 0 20 0 19 0 281257339 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477831445160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22367] ppid=22361 vsize=9625004 CPUtime=3.11 cores=1,3,5,7
/proc/22363/task/22367/stat : 22367 (java) S 22361 22363 21838 0 -1 4202560 534 0 0 0 287 24 0 0 20 0 19 0 281257339 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477830392616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22368] ppid=22361 vsize=9625004 CPUtime=2.9 cores=1,3,5,7
/proc/22363/task/22368/stat : 22368 (java) S 22361 22363 21838 0 -1 4202560 657 0 0 0 271 19 0 0 20 0 19 0 281257339 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477829340072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22369] ppid=22361 vsize=9625004 CPUtime=3.25 cores=1,3,5,7
/proc/22363/task/22369/stat : 22369 (java) S 22361 22363 21838 0 -1 4202560 984 0 0 0 299 26 0 0 20 0 19 0 281257339 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477828287528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22370] ppid=22361 vsize=9625004 CPUtime=3.25 cores=1,3,5,7
/proc/22363/task/22370/stat : 22370 (java) S 22361 22363 21838 0 -1 4202560 1009 0 0 0 302 23 0 0 20 0 19 0 281257339 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477827233960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22371] ppid=22361 vsize=9625004 CPUtime=3.17 cores=1,3,5,7
/proc/22363/task/22371/stat : 22371 (java) S 22361 22363 21838 0 -1 4202560 619 0 0 0 295 22 0 0 20 0 19 0 281257339 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477826181416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22372] ppid=22361 vsize=9625004 CPUtime=3.13 cores=1,3,5,7
/proc/22363/task/22372/stat : 22372 (java) S 22361 22363 21838 0 -1 4202560 954 0 0 0 287 26 0 0 20 0 19 0 281257339 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477825128872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22363/tid=22373] ppid=22361 vsize=9625004 CPUtime=3.04 cores=1,3,5,7
/proc/22363/task/22373/stat : 22373 (java) S 22361 22363 21838 0 -1 4202560 1498 0 0 0 275 29 0 0 20 0 19 0 281257339 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477824076328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22374] ppid=22361 vsize=9625004 CPUtime=2.29 cores=1,3,5,7
/proc/22363/task/22374/stat : 22374 (java) S 22361 22363 21838 0 -1 4202560 1557 0 0 0 222 7 0 0 20 0 19 0 281257340 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477811878504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22375] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22375/stat : 22375 (java) S 22361 22363 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281257341 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477810824824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22376] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22376/stat : 22376 (java) S 22361 22363 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281257341 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477809772168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22377] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22377/stat : 22377 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477808720912 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22378] ppid=22361 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/22363/task/22378/stat : 22378 (java) S 22361 22363 21838 0 -1 4202560 2449 0 0 0 48 0 0 0 20 0 19 0 281257343 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477807667256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22379] ppid=22361 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/22363/task/22379/stat : 22379 (java) S 22361 22363 21838 0 -1 4202560 1928 0 0 0 34 0 0 0 20 0 19 0 281257343 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477806614712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22380] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22380/stat : 22380 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477805562360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22381] ppid=22361 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/22363/task/22381/stat : 22381 (java) S 22361 22363 21838 0 -1 4202560 101 0 0 0 33 43 0 0 20 0 19 0 281257343 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477804510024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22382] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22382/stat : 22382 (java) S 22361 22363 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281257370 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477803455784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1780.91 s]
/proc/loadavg: 2.07 2.06 2.01 3/213 22479
/proc/meminfo: memFree=29641400/32873648 swapFree=7112/7112
[pid=22363] ppid=22361 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/22363/stat : 22363 (java) S 22361 22363 21838 0 -1 4202496 17235 0 1 0 179752 249 0 0 20 0 19 0 281257337 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140733818271408 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22363/statm: 2406251 314128 2276 9 0 2396937 0
[pid=22363/tid=22365] ppid=22361 vsize=9625004 CPUtime=1771.25 cores=1,3,5,7
/proc/22363/task/22365/stat : 22365 (java) R 22361 22363 21838 0 -1 4202560 3017 0 1 0 177093 32 0 0 20 0 19 0 281257338 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477987687808 140477860422225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22366] ppid=22361 vsize=9625004 CPUtime=3.12 cores=1,3,5,7
/proc/22363/task/22366/stat : 22366 (java) S 22361 22363 21838 0 -1 4202560 743 0 0 0 289 23 0 0 20 0 19 0 281257339 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477831445160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22367] ppid=22361 vsize=9625004 CPUtime=3.11 cores=1,3,5,7
/proc/22363/task/22367/stat : 22367 (java) S 22361 22363 21838 0 -1 4202560 534 0 0 0 287 24 0 0 20 0 19 0 281257339 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477830392616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22368] ppid=22361 vsize=9625004 CPUtime=2.9 cores=1,3,5,7
/proc/22363/task/22368/stat : 22368 (java) S 22361 22363 21838 0 -1 4202560 657 0 0 0 271 19 0 0 20 0 19 0 281257339 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477829340072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22369] ppid=22361 vsize=9625004 CPUtime=3.25 cores=1,3,5,7
/proc/22363/task/22369/stat : 22369 (java) S 22361 22363 21838 0 -1 4202560 984 0 0 0 299 26 0 0 20 0 19 0 281257339 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477828287528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22370] ppid=22361 vsize=9625004 CPUtime=3.25 cores=1,3,5,7
/proc/22363/task/22370/stat : 22370 (java) S 22361 22363 21838 0 -1 4202560 1009 0 0 0 302 23 0 0 20 0 19 0 281257339 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477827233960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22371] ppid=22361 vsize=9625004 CPUtime=3.17 cores=1,3,5,7
/proc/22363/task/22371/stat : 22371 (java) S 22361 22363 21838 0 -1 4202560 619 0 0 0 295 22 0 0 20 0 19 0 281257339 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477826181416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22372] ppid=22361 vsize=9625004 CPUtime=3.13 cores=1,3,5,7
/proc/22363/task/22372/stat : 22372 (java) S 22361 22363 21838 0 -1 4202560 954 0 0 0 287 26 0 0 20 0 19 0 281257339 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477825128872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22363/tid=22373] ppid=22361 vsize=9625004 CPUtime=3.04 cores=1,3,5,7
/proc/22363/task/22373/stat : 22373 (java) S 22361 22363 21838 0 -1 4202560 1498 0 0 0 275 29 0 0 20 0 19 0 281257339 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477824076328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22374] ppid=22361 vsize=9625004 CPUtime=2.29 cores=1,3,5,7
/proc/22363/task/22374/stat : 22374 (java) S 22361 22363 21838 0 -1 4202560 1557 0 0 0 222 7 0 0 20 0 19 0 281257340 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477811878504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22375] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22375/stat : 22375 (java) S 22361 22363 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281257341 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477810824824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22376] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22376/stat : 22376 (java) S 22361 22363 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281257341 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477809772168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22377] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22377/stat : 22377 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477808720912 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22363/tid=22378] ppid=22361 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/22363/task/22378/stat : 22378 (java) S 22361 22363 21838 0 -1 4202560 2449 0 0 0 48 0 0 0 20 0 19 0 281257343 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477807667256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22379] ppid=22361 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/22363/task/22379/stat : 22379 (java) S 22361 22363 21838 0 -1 4202560 1928 0 0 0 34 0 0 0 20 0 19 0 281257343 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477806614712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22380] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22380/stat : 22380 (java) S 22361 22363 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281257343 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477805562360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22363/tid=22381] ppid=22361 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/22363/task/22381/stat : 22381 (java) S 22361 22363 21838 0 -1 4202560 101 0 0 0 33 43 0 0 20 0 19 0 281257343 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477804510024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22363/tid=22382] ppid=22361 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22363/task/22382/stat : 22382 (java) S 22361 22363 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281257370 9856004096 314128 33554432000 1073741824 1073778376 140733818280272 140477803455784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1780.95
CPU time (s): 1800.38
CPU user time (s): 1797.49
CPU system time (s): 2.89156
CPU usage (%): 101.091
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.49
system time used= 2.89156
maximum resident set size= 1256652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17272
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49843
involuntary context switches= 49339

runsolver used 8.74867 second user time and 12.7951 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 22:41:54
IDJOB=3709891
IDBENCH=2585
IDSOLVER=2289
FILE ID=node126/3709891-1338151314
RUNJOBID= node126-1338147557-21855
PBS_JOBID= 14624519
Free space on /tmp= 71360 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-95-90.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709891-1338151314/watcher-3709891-1338151314 -o /tmp/evaluation-result-3709891-1338151314/solver-3709891-1338151314 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709891-1338151314.opb

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

MD5SUM BENCH= 464b0bce452dea50452bb0b774d05715
RANDOM SEED=840584591

node126.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.456
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	: 5332.91
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.456
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.456
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.92
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.456
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.456
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.92
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.456
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		: 2666.456
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.90
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.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30573340 kB
Buffers:          311664 kB
Cached:           580484 kB
SwapCached:        17756 kB
Active:          1313460 kB
Inactive:         177512 kB
Active(anon):     580360 kB
Inactive(anon):    20452 kB
Active(file):     733100 kB
Inactive(file):   157060 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:        588548 kB
Mapped:            17880 kB
Shmem:                 0 kB
Slab:             668860 kB
SReclaimable:     113052 kB
SUnreclaim:       555808 kB
KernelStack:        1608 kB
PageTables:         5472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     913972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    559104 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= 71356 MiB
End job on node126 at 2012-05-27 23:11:37