Trace number 3709972

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.09 1787.76

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-172.opb
MD5SUM6217a9adeb5cd4d9104428c4e3eb327a
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 variables288080
Total number of constraints6434441
Number of constraints which are clauses5760324
Number of constraints which are cardinality constraints (but not clauses)22930
Number of constraints which are nor clauses,nor cardinality constraints651187
Minimum length of a constraint1
Maximum length of a constraint2457
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2458
Number of bits of the biggest sum of numbers12
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.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3709972-1338188577.opb
0.10/0.12	c reading problem ... 
54.48/46.72	c ... done. Wall clock time 46.599s.
54.48/46.72	c declared #vars     288080
54.48/46.72	c #constraints  6389275
54.48/46.72	c constraints type 
54.48/46.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4434746
54.48/46.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 22887
54.48/46.72	c ignored satisfied constraints => 56672
54.48/46.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1276055
54.48/46.72	c org.sat4j.minisat.constraints.cnf.UnitClause => 4400
54.48/46.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 651187
54.48/46.72	c 6445947 constraints processed.
74.24/66.07	c cleaning 2496 clauses out of 4999 with flag 5000/5000
91.05/82.01	c cleaning 4253 clauses out of 8505 with flag 11002/11002
104.10/95.03	c cleaning 5621 clauses out of 11251 with flag 18001/18001
117.55/108.45	c cleaning 6814 clauses out of 13630 with flag 26001/26001
130.39/121.20	c cleaning 7907 clauses out of 15816 with flag 35001/35001
141.63/132.44	c cleaning 8953 clauses out of 17908 with flag 45000/45000
157.75/148.56	c cleaning 9978 clauses out of 19956 with flag 56001/56001
171.57/162.39	c cleaning 10987 clauses out of 21980 with flag 68003/68003
189.42/180.11	c cleaning 11992 clauses out of 23991 with flag 81001/81001
203.26/193.97	c cleaning 12993 clauses out of 25999 with flag 95001/95001
216.59/207.26	c cleaning 14002 clauses out of 28006 with flag 110001/110001
237.16/227.72	c cleaning 14998 clauses out of 30004 with flag 126001/126001
251.29/241.81	c cleaning 15999 clauses out of 32005 with flag 143000/143000
266.14/256.70	c cleaning 16999 clauses out of 34006 with flag 161000/161000
287.91/278.37	c cleaning 17998 clauses out of 36008 with flag 180001/180001
305.77/296.15	c cleaning 19002 clauses out of 38009 with flag 200000/200000
323.02/313.34	c cleaning 20004 clauses out of 40008 with flag 221001/221001
345.88/336.16	c cleaning 20997 clauses out of 42003 with flag 243000/243000
376.10/366.39	c cleaning 21995 clauses out of 44006 with flag 266000/266000
400.03/390.25	c cleaning 23003 clauses out of 46011 with flag 290000/290000
427.91/418.05	c cleaning 23994 clauses out of 48008 with flag 315000/315000
457.81/447.81	c cleaning 25006 clauses out of 50015 with flag 341001/341001
482.64/472.53	c cleaning 26000 clauses out of 52011 with flag 368003/368003
513.41/503.22	c cleaning 27002 clauses out of 54009 with flag 396001/396001
541.19/530.93	c cleaning 27997 clauses out of 56006 with flag 425000/425000
574.48/564.18	c cleaning 28999 clauses out of 58010 with flag 455001/455001
606.25/595.88	c cleaning 30004 clauses out of 60010 with flag 486000/486000
643.96/633.40	c cleaning 31001 clauses out of 62007 with flag 518001/518001
672.12/661.58	c cleaning 31991 clauses out of 64005 with flag 551000/551000
702.78/692.12	c cleaning 33000 clauses out of 66014 with flag 585000/585000
741.74/731.04	c cleaning 34001 clauses out of 68014 with flag 620000/620000
781.04/770.25	c cleaning 35003 clauses out of 70014 with flag 656001/656001
816.99/806.15	c cleaning 36002 clauses out of 72011 with flag 693001/693001
856.34/845.46	c cleaning 36998 clauses out of 74008 with flag 731000/731000
902.11/891.16	c cleaning 38000 clauses out of 76011 with flag 770001/770001
947.25/936.13	c cleaning 39002 clauses out of 78012 with flag 810002/810002
997.88/986.78	c cleaning 39999 clauses out of 80009 with flag 851001/851001
1057.82/1046.68	c cleaning 41003 clauses out of 82009 with flag 893000/893000
1110.77/1099.57	c cleaning 41999 clauses out of 84006 with flag 936000/936000
1153.94/1142.61	c cleaning 43000 clauses out of 86007 with flag 980000/980000
1195.94/1184.59	c cleaning 44002 clauses out of 88010 with flag 1025003/1025003
1245.92/1234.49	c cleaning 45000 clauses out of 90006 with flag 1071001/1071001
1298.13/1286.61	c cleaning 45993 clauses out of 92006 with flag 1118001/1118001
1354.17/1342.67	c cleaning 47000 clauses out of 94013 with flag 1166001/1166001
1416.98/1405.45	c cleaning 48001 clauses out of 96012 with flag 1215000/1215000
1486.52/1474.94	c cleaning 49000 clauses out of 98011 with flag 1265000/1265000
1565.61/1553.81	c cleaning 49999 clauses out of 100011 with flag 1316000/1316000
1646.68/1634.63	c cleaning 50997 clauses out of 102013 with flag 1368001/1368001
1714.93/1702.76	c cleaning 52001 clauses out of 104017 with flag 1421002/1421002
1777.85/1765.51	c cleaning 53001 clauses out of 106014 with flag 1475000/1475000
1800.09/1787.71	c starts		: 207
1800.09/1787.71	c conflicts		: 1495265
1800.09/1787.71	c decisions		: 1931678
1800.09/1787.71	c propagations		: 2545556373
1800.09/1787.71	c inspects		: 11626104887
1800.09/1787.71	c shortcuts		: 0
1800.09/1787.71	c learnt literals	: 1
1800.09/1787.71	c learnt binary clauses	: 0
1800.09/1787.71	c learnt ternary clauses	: 1
1800.09/1787.71	c learnt constraints	: 1495264
1800.09/1787.71	c ignored constraints	: 0
1800.09/1787.71	c root simplifications	: 208
1800.09/1787.71	c removed literals (reason simplification)	: 54358404
1800.09/1787.71	c reason swapping (by a shorter reason)	: 0
1800.09/1787.71	c Calls to reduceDB	: 50
1800.09/1787.71	c number of reductions to clauses (during analyze)	: 0
1800.09/1787.71	c number of learned constraints concerned by reduction	: 0
1800.09/1787.71	c number of learning phase by resolution	: 0
1800.09/1787.71	c number of learning phase by cutting planes	: 0
1800.09/1787.71	c speed (assignments/second)	: 1462185.281855748
1800.09/1787.71	c non guided choices	6053
1800.09/1787.74	c learnt constraints type 
1800.09/1787.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73301
1800.09/1787.74	c constraints type 
1800.09/1787.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4434746
1800.09/1787.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 22887
1800.09/1787.74	c ignored satisfied constraints => 56672
1800.09/1787.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1276055
1800.09/1787.74	c org.sat4j.minisat.constraints.cnf.UnitClause => 4400
1800.09/1787.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 651187
1800.09/1787.74	c 6445947 constraints processed.
1800.09/1787.74	s UNKNOWN
1800.09/1787.74	c Total wall clock time (in seconds): 1787.618

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-3709972-1338188577/watcher-3709972-1338188577 -o /tmp/evaluation-result-3709972-1338188577/solver-3709972-1338188577 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709972-1338188577.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: 2.08 2.03 2.01 3/194 2669
/proc/meminfo: memFree=28093348/32873844 swapFree=6856/6856
[pid=2669] ppid=2667 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/2669/stat : 2669 (java) D 2667 2669 29719 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 284983344 9515008 183 33554432000 1073741824 1073778376 140737482003696 140737481994728 223651643061 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 2323 183 140 9 0 71 0

[startup+0.0415229 s]
/proc/loadavg: 2.08 2.03 2.01 3/194 2669
/proc/meminfo: memFree=28093348/32873844 swapFree=6856/6856
[pid=2669] ppid=2667 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/2669/stat : 2669 (java) S 2667 2669 29719 0 -1 4202496 2979 0 1 0 1 1 0 0 20 0 13 0 284983344 9446973440 3675 33554432000 1073741824 1073778376 140737354461808 140737354452944 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2669/statm: 2306390 3681 1674 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100326 s]
/proc/loadavg: 2.08 2.03 2.01 3/194 2669
/proc/meminfo: memFree=28093348/32873844 swapFree=6856/6856
[pid=2669] ppid=2667 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/2669/stat : 2669 (java) S 2667 2669 29719 0 -1 4202496 4239 0 1 0 9 1 0 0 20 0 18 0 284983344 9787842560 5445 33554432000 1073741824 1073778376 140737354461808 140737354452944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2669/statm: 2389610 5447 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300295 s]
/proc/loadavg: 2.08 2.03 2.01 3/194 2669
/proc/meminfo: memFree=28093348/32873844 swapFree=6856/6856
[pid=2669] ppid=2667 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/2669/stat : 2669 (java) S 2667 2669 29719 0 -1 4202496 5316 0 1 0 43 2 0 0 20 0 18 0 284983344 9787842560 15661 33554432000 1073741824 1073778376 140737354461808 140737354452944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2669/statm: 2389610 15661 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700325 s]
/proc/loadavg: 2.08 2.03 2.01 3/194 2669
/proc/meminfo: memFree=28093348/32873844 swapFree=6856/6856
[pid=2669] ppid=2667 vsize=9558440 CPUtime=1.14 cores=1,3,5,7
/proc/2669/stat : 2669 (java) S 2667 2669 29719 0 -1 4202496 6724 0 1 0 108 6 0 0 20 0 18 0 284983344 9787842560 64156 33554432000 1073741824 1073778376 140737354461808 140737354452944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2669/statm: 2389610 64156 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558440

[startup+1.50079 s]
/proc/loadavg: 2.08 2.03 2.01 3/212 2687
/proc/meminfo: memFree=27777580/32873844 swapFree=6856/6856
[pid=2669] ppid=2667 vsize=9558440 CPUtime=2.2 cores=1,3,5,7
/proc/2669/stat : 2669 (java) S 2667 2669 29719 0 -1 4202496 8549 0 1 0 202 18 0 0 20 0 18 0 284983344 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140737354452944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2669/statm: 2389610 144570 2255 9 0 2380296 0
[pid=2669/tid=2671] ppid=2667 vsize=9558440 CPUtime=1.38 cores=1,3,5,7
/proc/2669/task/2671/stat : 2671 (java) R 2667 2669 29719 0 -1 4202560 2744 0 1 0 127 11 0 0 20 0 18 0 284983345 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719395679752 223655027981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2672] ppid=2667 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/2669/task/2672/stat : 2672 (java) S 2667 2669 29719 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 18 0 284983346 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719373781416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2673] ppid=2667 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/2669/task/2673/stat : 2673 (java) S 2667 2669 29719 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 18 0 284983346 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719372728872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2674] ppid=2667 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/2669/task/2674/stat : 2674 (java) S 2667 2669 29719 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 284983346 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719371675816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2675] ppid=2667 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/2669/task/2675/stat : 2675 (java) S 2667 2669 29719 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 284983346 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719370623272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2676] ppid=2667 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/2669/task/2676/stat : 2676 (java) S 2667 2669 29719 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 18 0 284983346 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719033412520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2669/tid=2677] ppid=2667 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/2669/task/2677/stat : 2677 (java) S 2667 2669 29719 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 284983346 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719032359976 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2678] ppid=2667 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/2669/task/2678/stat : 2678 (java) S 2667 2669 29719 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 284983346 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719031306920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2679] ppid=2667 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/2669/task/2679/stat : 2679 (java) S 2667 2669 29719 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 284983346 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719030254376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2680] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2680/stat : 2680 (java) S 2667 2669 29719 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 18 0 284983347 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719018056040 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2681] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2681/stat : 2681 (java) S 2667 2669 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 284983348 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719017002360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2682] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2682/stat : 2682 (java) S 2667 2669 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 284983348 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719015949192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2683] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2683/stat : 2683 (java) S 2667 2669 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284983350 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719014897936 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2684] ppid=2667 vsize=9558440 CPUtime=0.28 cores=1,3,5,7
/proc/2669/task/2684/stat : 2684 (java) S 2667 2669 29719 0 -1 4202560 2542 0 0 0 28 0 0 0 20 0 18 0 284983350 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719013845816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2685] ppid=2667 vsize=9558440 CPUtime=0.22 cores=1,3,5,7
/proc/2669/task/2685/stat : 2685 (java) S 2667 2669 29719 0 -1 4202560 1513 0 0 0 22 0 0 0 20 0 18 0 284983350 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719012793272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2686] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2686/stat : 2686 (java) S 2667 2669 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284983350 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719011740408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2687] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2687/stat : 2687 (java) S 2667 2669 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284983350 9787842560 144570 33554432000 1073741824 1073778376 140737354461808 140719010688072 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9558440

[startup+3.1008 s]
/proc/loadavg: 2.15 2.04 2.01 3/212 2687
/proc/meminfo: memFree=26990472/32873844 swapFree=6856/6856
[pid=2669] ppid=2667 vsize=9558440 CPUtime=4.03 cores=1,3,5,7
/proc/2669/stat : 2669 (java) S 2667 2669 29719 0 -1 4202496 9707 0 1 0 369 34 0 0 20 0 18 0 284983344 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140737354452944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2669/statm: 2389610 276996 2255 9 0 2380296 0
[pid=2669/tid=2671] ppid=2667 vsize=9558440 CPUtime=2.9 cores=1,3,5,7
/proc/2669/task/2671/stat : 2671 (java) R 2667 2669 29719 0 -1 4202560 2979 0 1 0 270 20 0 0 20 0 18 0 284983345 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719395671856 140719251969562 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2672] ppid=2667 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/2669/task/2672/stat : 2672 (java) S 2667 2669 29719 0 -1 4202560 134 0 0 0 8 3 0 0 20 0 18 0 284983346 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719373781416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2673] ppid=2667 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/2669/task/2673/stat : 2673 (java) S 2667 2669 29719 0 -1 4202560 98 0 0 0 4 3 0 0 20 0 18 0 284983346 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719372728872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2669/tid=2674] ppid=2667 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/2669/task/2674/stat : 2674 (java) S 2667 2669 29719 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 18 0 284983346 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719371675816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2675] ppid=2667 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/2669/task/2675/stat : 2675 (java) S 2667 2669 29719 0 -1 4202560 126 0 0 0 4 1 0 0 20 0 18 0 284983346 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719370623272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2676] ppid=2667 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/2669/task/2676/stat : 2676 (java) S 2667 2669 29719 0 -1 4202560 94 0 0 0 3 2 0 0 20 0 18 0 284983346 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719033412520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2669/tid=2677] ppid=2667 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/2669/task/2677/stat : 2677 (java) S 2667 2669 29719 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 18 0 284983346 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719032359976 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2678] ppid=2667 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/2669/task/2678/stat : 2678 (java) S 2667 2669 29719 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 18 0 284983346 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719031306920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2679] ppid=2667 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/2669/task/2679/stat : 2679 (java) S 2667 2669 29719 0 -1 4202560 21 0 0 0 1 2 0 0 20 0 18 0 284983346 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719030254376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2680] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2680/stat : 2680 (java) S 2667 2669 29719 0 -1 4202560 947 0 0 0 0 0 0 0 20 0 18 0 284983347 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719018056040 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2681] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2681/stat : 2681 (java) S 2667 2669 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 284983348 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719017002360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2682] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2682/stat : 2682 (java) S 2667 2669 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 284983348 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719015949192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2683] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2683/stat : 2683 (java) S 2667 2669 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284983350 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719014897936 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2684] ppid=2667 vsize=9558440 CPUtime=0.32 cores=1,3,5,7
/proc/2669/task/2684/stat : 2684 (java) S 2667 2669 29719 0 -1 4202560 2561 0 0 0 32 0 0 0 20 0 18 0 284983350 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719013845816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2685] ppid=2667 vsize=9558440 CPUtime=0.22 cores=1,3,5,7
/proc/2669/task/2685/stat : 2685 (java) S 2667 2669 29719 0 -1 4202560 1513 0 0 0 22 0 0 0 20 0 18 0 284983350 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719012793272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2686] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2686/stat : 2686 (java) S 2667 2669 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284983350 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719011740408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2687] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2687/stat : 2687 (java) S 2667 2669 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284983350 9787842560 276996 33554432000 1073741824 1073778376 140737354461808 140719010688072 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9558440

[startup+6.3008 s]
/proc/loadavg: 2.15 2.04 2.01 3/212 2687
/proc/meminfo: memFree=25944324/32873844 swapFree=6856/6856
[pid=2669] ppid=2667 vsize=9558440 CPUtime=7.83 cores=1,3,5,7
/proc/2669/stat : 2669 (java) S 2667 2669 29719 0 -1 4202496 11575 0 1 0 715 68 0 0 20 0 18 0 284983344 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140737354452944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2669/statm: 2389610 552313 2255 9 0 2380296 0
[pid=2669/tid=2671] ppid=2667 vsize=9558440 CPUtime=5.91 cores=1,3,5,7
/proc/2669/task/2671/stat : 2671 (java) R 2667 2669 29719 0 -1 4202560 3674 0 1 0 551 40 0 0 20 0 18 0 284983345 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719395672080 223655027981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2672] ppid=2667 vsize=9558440 CPUtime=0.2 cores=1,3,5,7
/proc/2669/task/2672/stat : 2672 (java) S 2667 2669 29719 0 -1 4202560 235 0 0 0 16 4 0 0 20 0 18 0 284983346 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719373781416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2673] ppid=2667 vsize=9558440 CPUtime=0.16 cores=1,3,5,7
/proc/2669/task/2673/stat : 2673 (java) S 2667 2669 29719 0 -1 4202560 217 0 0 0 12 4 0 0 20 0 18 0 284983346 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719372728872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2674] ppid=2667 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/2669/task/2674/stat : 2674 (java) S 2667 2669 29719 0 -1 4202560 165 0 0 0 13 4 0 0 20 0 18 0 284983346 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719371675816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2675] ppid=2667 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/2669/task/2675/stat : 2675 (java) S 2667 2669 29719 0 -1 4202560 255 0 0 0 9 2 0 0 20 0 18 0 284983346 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719370623272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2676] ppid=2667 vsize=9558440 CPUtime=0.18 cores=1,3,5,7
/proc/2669/task/2676/stat : 2676 (java) S 2667 2669 29719 0 -1 4202560 157 0 0 0 13 5 0 0 20 0 18 0 284983346 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719033412520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2669/tid=2677] ppid=2667 vsize=9558440 CPUtime=0.16 cores=1,3,5,7
/proc/2669/task/2677/stat : 2677 (java) S 2667 2669 29719 0 -1 4202560 175 0 0 0 13 3 0 0 20 0 18 0 284983346 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719032359976 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2678] ppid=2667 vsize=9558440 CPUtime=0.12 cores=1,3,5,7
/proc/2669/task/2678/stat : 2678 (java) S 2667 2669 29719 0 -1 4202560 130 0 0 0 10 2 0 0 20 0 18 0 284983346 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719031306920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2679] ppid=2667 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/2669/task/2679/stat : 2679 (java) S 2667 2669 29719 0 -1 4202560 52 0 0 0 8 3 0 0 20 0 18 0 284983346 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719030254376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2680] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2680/stat : 2680 (java) S 2667 2669 29719 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 284983347 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719018056040 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2681] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2681/stat : 2681 (java) S 2667 2669 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 284983348 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719017002360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2682] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2682/stat : 2682 (java) S 2667 2669 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 284983348 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719015949192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2683] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2683/stat : 2683 (java) S 2667 2669 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284983350 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719014897936 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2684] ppid=2667 vsize=9558440 CPUtime=0.33 cores=1,3,5,7
/proc/2669/task/2684/stat : 2684 (java) S 2667 2669 29719 0 -1 4202560 2564 0 0 0 33 0 0 0 20 0 18 0 284983350 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719013845816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2685] ppid=2667 vsize=9558440 CPUtime=0.22 cores=1,3,5,7
/proc/2669/task/2685/stat : 2685 (java) S 2667 2669 29719 0 -1 4202560 1513 0 0 0 22 0 0 0 20 0 18 0 284983350 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719012793272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2686] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2686/stat : 2686 (java) S 2667 2669 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284983350 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719011740408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2687] ppid=2667 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2687/stat : 2687 (java) S 2667 2669 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284983350 9787842560 552313 33554432000 1073741824 1073778376 140737354461808 140719010688072 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 9558440

[startup+12.7008 s]
/proc/loadavg: 2.13 2.04 2.01 3/212 2687
/proc/meminfo: memFree=25198172/32873844 swapFree=6856/6856
[pid=2669] ppid=2667 vsize=9558440 CPUtime=15.18 cores=1,3,5,7
/proc/2669/stat : 2669 (java) S 2667 2669 29719 0 -1 4202496 13178 0 1 0 1426 92 0 0 20 0 18 0 284983344 9787842560 725699 33554432000 1073741824 1073778376 140737354461808 140737354452944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2669/statm: 2389610 725699 2255 9 0 2380296 0
[pid=2669/tid=2671] ppid=2667 vsize=9558440 CPUtime=11.97 cores=1,3,5,7

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

[pid=2669/tid=2684] ppid=2667 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/2669/task/2684/stat : 2684 (java) S 2667 2669 29719 0 -1 4202560 3948 0 0 0 73 0 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719013845816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2669/tid=2685] ppid=2667 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/2669/task/2685/stat : 2685 (java) S 2667 2669 29719 0 -1 4202560 7623 0 0 0 60 2 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719012793272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2686] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2686/stat : 2686 (java) S 2667 2669 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719011740408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2687] ppid=2667 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/2669/task/2687/stat : 2687 (java) S 2667 2669 29719 0 -1 4202560 99 0 0 0 36 49 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719010688072 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2688] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2688/stat : 2688 (java) S 2667 2669 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284988023 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719009633320 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1734.6
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2762
/proc/meminfo: memFree=23701620/32873844 swapFree=6856/6856
[pid=2669] ppid=2667 vsize=9625004 CPUtime=1794.69 cores=1,3,5,7
/proc/2669/stat : 2669 (java) S 2667 2669 29719 0 -1 4202496 24640 0 1 0 179218 251 0 0 20 0 19 0 284983344 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140737354452944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2669/statm: 2406251 893547 2286 9 0 2396937 0
[pid=2669/tid=2671] ppid=2667 vsize=9625004 CPUtime=1674.46 cores=1,3,5,7
/proc/2669/task/2671/stat : 2671 (java) R 2667 2669 29719 0 -1 4202560 4224 0 1 0 167359 87 0 0 20 0 19 0 284983345 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719395680560 140719252295144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2672] ppid=2667 vsize=9625004 CPUtime=1.61 cores=1,3,5,7
/proc/2669/task/2672/stat : 2672 (java) S 2667 2669 29719 0 -1 4202560 669 0 0 0 145 16 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719373781416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2669/tid=2673] ppid=2667 vsize=9625004 CPUtime=1.81 cores=1,3,5,7
/proc/2669/task/2673/stat : 2673 (java) S 2667 2669 29719 0 -1 4202560 723 0 0 0 168 13 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719372728872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2674] ppid=2667 vsize=9625004 CPUtime=1.66 cores=1,3,5,7
/proc/2669/task/2674/stat : 2674 (java) S 2667 2669 29719 0 -1 4202560 606 0 0 0 155 11 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719371675816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2675] ppid=2667 vsize=9625004 CPUtime=1.78 cores=1,3,5,7
/proc/2669/task/2675/stat : 2675 (java) S 2667 2669 29719 0 -1 4202560 845 0 0 0 168 10 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719370623272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2676] ppid=2667 vsize=9625004 CPUtime=1.55 cores=1,3,5,7
/proc/2669/task/2676/stat : 2676 (java) S 2667 2669 29719 0 -1 4202560 678 0 0 0 143 12 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719033412520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2669/tid=2677] ppid=2667 vsize=9625004 CPUtime=1.68 cores=1,3,5,7
/proc/2669/task/2677/stat : 2677 (java) S 2667 2669 29719 0 -1 4202560 469 0 0 0 155 13 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719032359976 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2678] ppid=2667 vsize=9625004 CPUtime=1.91 cores=1,3,5,7
/proc/2669/task/2678/stat : 2678 (java) S 2667 2669 29719 0 -1 4202560 972 0 0 0 180 11 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719031306920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2679] ppid=2667 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/2669/task/2679/stat : 2679 (java) S 2667 2669 29719 0 -1 4202560 540 0 0 0 138 10 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719030254376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2680] ppid=2667 vsize=9625004 CPUtime=103.87 cores=1,3,5,7
/proc/2669/task/2680/stat : 2680 (java) S 2667 2669 29719 0 -1 4202560 2056 0 0 0 10381 6 0 0 20 0 19 0 284983347 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719018056040 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2681] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2681/stat : 2681 (java) S 2667 2669 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284983348 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719017002360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2682] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2682/stat : 2682 (java) S 2667 2669 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284983348 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719015949192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2683] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2683/stat : 2683 (java) S 2667 2669 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719014897936 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2684] ppid=2667 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/2669/task/2684/stat : 2684 (java) S 2667 2669 29719 0 -1 4202560 3948 0 0 0 73 0 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719013845816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2669/tid=2685] ppid=2667 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/2669/task/2685/stat : 2685 (java) S 2667 2669 29719 0 -1 4202560 7623 0 0 0 60 2 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719012793272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2686] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2686/stat : 2686 (java) S 2667 2669 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719011740408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2687] ppid=2667 vsize=9625004 CPUtime=0.89 cores=1,3,5,7
/proc/2669/task/2687/stat : 2687 (java) S 2667 2669 29719 0 -1 4202560 103 0 0 0 38 51 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719010688072 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2688] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2688/stat : 2688 (java) S 2667 2669 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284988023 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719009633320 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.7 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 2762
/proc/meminfo: memFree=23701620/32873844 swapFree=6856/6856
[pid=2669] ppid=2667 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/2669/stat : 2669 (java) S 2667 2669 29719 0 -1 4202496 24640 0 1 0 179758 251 0 0 20 0 19 0 284983344 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140737354452944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2669/statm: 2406251 893547 2286 9 0 2396937 0
[pid=2669/tid=2671] ppid=2667 vsize=9625004 CPUtime=1679.86 cores=1,3,5,7
/proc/2669/task/2671/stat : 2671 (java) R 2667 2669 29719 0 -1 4202560 4224 0 1 0 167899 87 0 0 20 0 19 0 284983345 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719395680560 140719252436624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2672] ppid=2667 vsize=9625004 CPUtime=1.61 cores=1,3,5,7
/proc/2669/task/2672/stat : 2672 (java) S 2667 2669 29719 0 -1 4202560 669 0 0 0 145 16 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719373781416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2669/tid=2673] ppid=2667 vsize=9625004 CPUtime=1.81 cores=1,3,5,7
/proc/2669/task/2673/stat : 2673 (java) S 2667 2669 29719 0 -1 4202560 723 0 0 0 168 13 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719372728872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2674] ppid=2667 vsize=9625004 CPUtime=1.66 cores=1,3,5,7
/proc/2669/task/2674/stat : 2674 (java) S 2667 2669 29719 0 -1 4202560 606 0 0 0 155 11 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719371675816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2675] ppid=2667 vsize=9625004 CPUtime=1.78 cores=1,3,5,7
/proc/2669/task/2675/stat : 2675 (java) S 2667 2669 29719 0 -1 4202560 845 0 0 0 168 10 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719370623272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2676] ppid=2667 vsize=9625004 CPUtime=1.55 cores=1,3,5,7
/proc/2669/task/2676/stat : 2676 (java) S 2667 2669 29719 0 -1 4202560 678 0 0 0 143 12 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719033412520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2669/tid=2677] ppid=2667 vsize=9625004 CPUtime=1.68 cores=1,3,5,7
/proc/2669/task/2677/stat : 2677 (java) S 2667 2669 29719 0 -1 4202560 469 0 0 0 155 13 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719032359976 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2678] ppid=2667 vsize=9625004 CPUtime=1.91 cores=1,3,5,7
/proc/2669/task/2678/stat : 2678 (java) S 2667 2669 29719 0 -1 4202560 972 0 0 0 180 11 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719031306920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2679] ppid=2667 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/2669/task/2679/stat : 2679 (java) S 2667 2669 29719 0 -1 4202560 540 0 0 0 138 10 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719030254376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2680] ppid=2667 vsize=9625004 CPUtime=103.87 cores=1,3,5,7
/proc/2669/task/2680/stat : 2680 (java) S 2667 2669 29719 0 -1 4202560 2056 0 0 0 10381 6 0 0 20 0 19 0 284983347 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719018056040 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2681] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2681/stat : 2681 (java) S 2667 2669 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284983348 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719017002360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2682] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2682/stat : 2682 (java) S 2667 2669 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284983348 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719015949192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2683] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2683/stat : 2683 (java) S 2667 2669 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719014897936 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2684] ppid=2667 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/2669/task/2684/stat : 2684 (java) S 2667 2669 29719 0 -1 4202560 3948 0 0 0 73 0 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719013845816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2669/tid=2685] ppid=2667 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/2669/task/2685/stat : 2685 (java) S 2667 2669 29719 0 -1 4202560 7623 0 0 0 60 2 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719012793272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2686] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2686/stat : 2686 (java) S 2667 2669 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719011740408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2687] ppid=2667 vsize=9625004 CPUtime=0.89 cores=1,3,5,7
/proc/2669/task/2687/stat : 2687 (java) S 2667 2669 29719 0 -1 4202560 103 0 0 0 38 51 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719010688072 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2688] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2688/stat : 2688 (java) S 2667 2669 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284988023 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719009633320 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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+1787.7 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 2762
/proc/meminfo: memFree=23701620/32873844 swapFree=6856/6856
[pid=2669] ppid=2667 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/2669/stat : 2669 (java) S 2667 2669 29719 0 -1 4202496 24640 0 1 0 179758 251 0 0 20 0 19 0 284983344 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140737354452944 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2669/statm: 2406251 893547 2286 9 0 2396937 0
[pid=2669/tid=2671] ppid=2667 vsize=9625004 CPUtime=1679.86 cores=1,3,5,7
/proc/2669/task/2671/stat : 2671 (java) R 2667 2669 29719 0 -1 4202560 4224 0 1 0 167899 87 0 0 20 0 19 0 284983345 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719395680560 140719252436624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2672] ppid=2667 vsize=9625004 CPUtime=1.61 cores=1,3,5,7
/proc/2669/task/2672/stat : 2672 (java) S 2667 2669 29719 0 -1 4202560 669 0 0 0 145 16 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719373781416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2669/tid=2673] ppid=2667 vsize=9625004 CPUtime=1.81 cores=1,3,5,7
/proc/2669/task/2673/stat : 2673 (java) S 2667 2669 29719 0 -1 4202560 723 0 0 0 168 13 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719372728872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2674] ppid=2667 vsize=9625004 CPUtime=1.66 cores=1,3,5,7
/proc/2669/task/2674/stat : 2674 (java) S 2667 2669 29719 0 -1 4202560 606 0 0 0 155 11 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719371675816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2675] ppid=2667 vsize=9625004 CPUtime=1.78 cores=1,3,5,7
/proc/2669/task/2675/stat : 2675 (java) S 2667 2669 29719 0 -1 4202560 845 0 0 0 168 10 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719370623272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2676] ppid=2667 vsize=9625004 CPUtime=1.55 cores=1,3,5,7
/proc/2669/task/2676/stat : 2676 (java) S 2667 2669 29719 0 -1 4202560 678 0 0 0 143 12 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719033412520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2669/tid=2677] ppid=2667 vsize=9625004 CPUtime=1.68 cores=1,3,5,7
/proc/2669/task/2677/stat : 2677 (java) S 2667 2669 29719 0 -1 4202560 469 0 0 0 155 13 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719032359976 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2678] ppid=2667 vsize=9625004 CPUtime=1.91 cores=1,3,5,7
/proc/2669/task/2678/stat : 2678 (java) S 2667 2669 29719 0 -1 4202560 972 0 0 0 180 11 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719031306920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2679] ppid=2667 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/2669/task/2679/stat : 2679 (java) S 2667 2669 29719 0 -1 4202560 540 0 0 0 138 10 0 0 20 0 19 0 284983346 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719030254376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2680] ppid=2667 vsize=9625004 CPUtime=103.87 cores=1,3,5,7
/proc/2669/task/2680/stat : 2680 (java) S 2667 2669 29719 0 -1 4202560 2056 0 0 0 10381 6 0 0 20 0 19 0 284983347 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719018056040 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2681] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2681/stat : 2681 (java) S 2667 2669 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284983348 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719017002360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2682] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2682/stat : 2682 (java) S 2667 2669 29719 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 284983348 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719015949192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2683] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2683/stat : 2683 (java) S 2667 2669 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719014897936 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2669/tid=2684] ppid=2667 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/2669/task/2684/stat : 2684 (java) S 2667 2669 29719 0 -1 4202560 3948 0 0 0 73 0 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719013845816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2669/tid=2685] ppid=2667 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/2669/task/2685/stat : 2685 (java) S 2667 2669 29719 0 -1 4202560 7623 0 0 0 60 2 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719012793272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2686] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2686/stat : 2686 (java) S 2667 2669 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719011740408 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2669/tid=2687] ppid=2667 vsize=9625004 CPUtime=0.89 cores=1,3,5,7
/proc/2669/task/2687/stat : 2687 (java) S 2667 2669 29719 0 -1 4202560 103 0 0 0 38 51 0 0 20 0 19 0 284983350 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719010688072 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2669/tid=2688] ppid=2667 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2669/task/2688/stat : 2688 (java) S 2667 2669 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284988023 9856004096 893547 33554432000 1073741824 1073778376 140737354461808 140719009633320 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2669 and gives
#  childrusage.ru_utime.tv_sec=1797
#  childrusage.ru_utime.tv_usec=248776
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=582607
# CPU time returned by wait4() is 1799.83
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.76
CPU time (s): 1800.09
CPU user time (s): 1797.58
CPU system time (s): 2.51
CPU usage (%): 100.69
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.25
system time used= 2.58261
maximum resident set size= 3574368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24688
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40472
involuntary context switches= 35652

runsolver used 6.00909 second user time and 16.7145 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-28 09:03:04
IDJOB=3709972
IDBENCH=89646
IDSOLVER=2289
FILE ID=node144/3709972-1338188577
RUNJOBID= node144-1338157682-29736
PBS_JOBID= 14624532
Free space on /tmp= 71164 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-172.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-3709972-1338188577/watcher-3709972-1338188577 -o /tmp/evaluation-result-3709972-1338188577/solver-3709972-1338188577 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709972-1338188577.opb

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

MD5SUM BENCH= 6217a9adeb5cd4d9104428c4e3eb327a
RANDOM SEED=1298859664

node144.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.196
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.39
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.196
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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.196
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.196
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.92
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.196
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.196
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:        28093604 kB
Buffers:          390476 kB
Cached:          2977400 kB
SwapCached:            0 kB
Active:          1737032 kB
Inactive:        2188224 kB
Active(anon):     558960 kB
Inactive(anon):        0 kB
Active(file):    1178072 kB
Inactive(file):  2188224 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            309496 kB
Writeback:             0 kB
AnonPages:        575640 kB
Mapped:            22628 kB
Shmem:               200 kB
Slab:             703876 kB
SReclaimable:     145420 kB
SUnreclaim:       558456 kB
KernelStack:        1592 kB
PageTables:         5292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1087196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 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= 71124 MiB
End job on node144 at 2012-05-28 09:32:54