Trace number 3709960

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.86 1796.15

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-116.opb
MD5SUMf3a33f6abe76a69a8be60a1cc6635095
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 variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	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.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=true
0.09/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3709960-1338188964.opb
0.09/0.13	c reading problem ... 
7.49/6.14	c ... done. Wall clock time 6.019s.
7.49/6.14	c declared #vars     44846
7.49/6.14	c #constraints  989877
7.49/6.14	c constraints type 
7.49/6.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 689672
7.49/6.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
7.49/6.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 196912
7.49/6.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 99769
7.49/6.15	c 989877 constraints processed.
10.94/9.19	c cleaning 2500 clauses out of 5000 with flag 5000/5000
14.49/11.97	c cleaning 4244 clauses out of 8500 with flag 11000/11000
17.19/14.69	c cleaning 5626 clauses out of 11256 with flag 18000/18000
20.51/17.94	c cleaning 6809 clauses out of 13630 with flag 26000/26000
24.04/21.44	c cleaning 7903 clauses out of 15821 with flag 35000/35000
27.54/25.00	c cleaning 8955 clauses out of 17918 with flag 45000/45000
31.75/29.17	c cleaning 9981 clauses out of 19964 with flag 56001/56001
35.87/33.25	c cleaning 10990 clauses out of 21983 with flag 68001/68001
41.08/38.46	c cleaning 11991 clauses out of 23992 with flag 81000/81000
45.78/43.14	c cleaning 12992 clauses out of 26001 with flag 95000/95000
50.79/48.14	c cleaning 14003 clauses out of 28009 with flag 110000/110000
57.00/54.37	c cleaning 14999 clauses out of 30006 with flag 126000/126000
63.30/60.68	c cleaning 16001 clauses out of 32009 with flag 143002/143002
70.02/67.38	c cleaning 17002 clauses out of 34006 with flag 161000/161000
78.43/75.75	c cleaning 17998 clauses out of 36005 with flag 180001/180001
86.16/83.45	c cleaning 19000 clauses out of 38006 with flag 200000/200000
94.68/91.99	c cleaning 19999 clauses out of 40006 with flag 221000/221000
103.70/100.95	c cleaning 20999 clauses out of 42007 with flag 243000/243000
113.50/110.72	c cleaning 22005 clauses out of 44010 with flag 266002/266002
123.83/121.04	c cleaning 23002 clauses out of 46006 with flag 290003/290003
134.52/131.72	c cleaning 23994 clauses out of 48003 with flag 315002/315002
146.96/144.13	c cleaning 25004 clauses out of 50009 with flag 341002/341002
159.27/156.45	c cleaning 25998 clauses out of 52003 with flag 368000/368000
172.90/170.06	c cleaning 27002 clauses out of 54007 with flag 396002/396002
186.91/184.04	c cleaning 27998 clauses out of 56003 with flag 425000/425000
202.23/199.37	c cleaning 29003 clauses out of 58007 with flag 455002/455002
218.26/215.32	c cleaning 29995 clauses out of 60003 with flag 486001/486001
234.11/231.14	c cleaning 30998 clauses out of 62007 with flag 518000/518000
251.32/248.31	c cleaning 31997 clauses out of 64009 with flag 551000/551000
270.63/267.68	c cleaning 32997 clauses out of 66012 with flag 585000/585000
289.96/286.97	c cleaning 34005 clauses out of 68015 with flag 620000/620000
309.98/306.96	c cleaning 34997 clauses out of 70011 with flag 656001/656001
328.98/325.93	c cleaning 36004 clauses out of 72014 with flag 693001/693001
350.70/347.65	c cleaning 37000 clauses out of 74009 with flag 731000/731000
376.01/373.00	c cleaning 38005 clauses out of 76010 with flag 770001/770001
396.72/393.68	c cleaning 38996 clauses out of 78004 with flag 810000/810000
420.63/417.57	c cleaning 40002 clauses out of 80009 with flag 851001/851001
446.55/443.46	c cleaning 40996 clauses out of 82006 with flag 893000/893000
472.57/469.47	c cleaning 42002 clauses out of 84011 with flag 936001/936001
500.40/497.22	c cleaning 43000 clauses out of 86009 with flag 980001/980001
529.20/526.06	c cleaning 43995 clauses out of 88008 with flag 1025000/1025000
554.33/551.17	c cleaning 44998 clauses out of 90014 with flag 1071001/1071001
583.34/580.20	c cleaning 46002 clauses out of 92016 with flag 1118001/1118001
613.95/610.74	c cleaning 47001 clauses out of 94014 with flag 1166001/1166001
644.26/641.05	c cleaning 48000 clauses out of 96012 with flag 1215000/1215000
677.46/674.25	c cleaning 48992 clauses out of 98012 with flag 1265000/1265000
707.77/704.50	c cleaning 50005 clauses out of 100021 with flag 1316001/1316001
741.83/738.56	c cleaning 51002 clauses out of 102016 with flag 1368001/1368001
776.45/773.15	c cleaning 52001 clauses out of 104014 with flag 1421001/1421001
805.68/802.30	c cleaning 52997 clauses out of 106012 with flag 1475000/1475000
840.09/836.78	c cleaning 54004 clauses out of 108015 with flag 1530000/1530000
876.21/872.87	c cleaning 54995 clauses out of 110013 with flag 1586002/1586002
911.34/907.98	c cleaning 56004 clauses out of 112016 with flag 1643000/1643000
947.45/944.09	c cleaning 57003 clauses out of 114012 with flag 1701000/1701000
984.18/980.70	c cleaning 58000 clauses out of 116009 with flag 1760000/1760000
1025.31/1021.87	c cleaning 59005 clauses out of 118011 with flag 1820002/1820002
1067.23/1063.71	c cleaning 59993 clauses out of 120004 with flag 1881000/1881000
1106.76/1103.23	c cleaning 60995 clauses out of 122012 with flag 1943001/1943001
1153.88/1150.34	c cleaning 62007 clauses out of 124019 with flag 2006003/2006003
1190.02/1186.48	c cleaning 63000 clauses out of 126009 with flag 2070000/2070000
1231.77/1228.12	c cleaning 63992 clauses out of 128009 with flag 2135000/2135000
1276.88/1273.26	c cleaning 65006 clauses out of 130018 with flag 2201001/2201001
1334.81/1331.15	c cleaning 65995 clauses out of 132011 with flag 2268000/2268000
1377.66/1373.94	c cleaning 67004 clauses out of 134017 with flag 2336001/2336001
1423.28/1419.50	c cleaning 68003 clauses out of 136012 with flag 2405000/2405000
1470.53/1466.76	c cleaning 68997 clauses out of 138009 with flag 2475000/2475000
1522.46/1518.66	c cleaning 69990 clauses out of 140012 with flag 2546000/2546000
1577.79/1573.98	c cleaning 71008 clauses out of 142023 with flag 2618001/2618001
1639.40/1635.59	c cleaning 72003 clauses out of 144015 with flag 2691001/2691001
1700.42/1696.51	c cleaning 72997 clauses out of 146011 with flag 2765000/2765000
1768.56/1764.63	c cleaning 74002 clauses out of 148015 with flag 2840001/2840001
1800.08/1796.11	c starts		: 231
1800.08/1796.11	c conflicts		: 2885672
1800.08/1796.11	c decisions		: 3456104
1800.08/1796.11	c propagations		: 2291147480
1800.08/1796.11	c inspects		: 21813297127
1800.08/1796.11	c shortcuts		: 0
1800.08/1796.11	c learnt literals	: 0
1800.08/1796.11	c learnt binary clauses	: 2
1800.08/1796.11	c learnt ternary clauses	: 7
1800.08/1796.11	c learnt constraints	: 2885672
1800.08/1796.11	c ignored constraints	: 0
1800.08/1796.11	c root simplifications	: 231
1800.08/1796.11	c removed literals (reason simplification)	: 85207655
1800.08/1796.11	c reason swapping (by a shorter reason)	: 0
1800.08/1796.11	c Calls to reduceDB	: 71
1800.08/1796.11	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.11	c number of learned constraints concerned by reduction	: 0
1800.08/1796.11	c number of learning phase by resolution	: 0
1800.08/1796.11	c number of learning phase by cutting planes	: 0
1800.08/1796.11	c speed (assignments/second)	: 1280018.0397712989
1800.08/1796.11	c non guided choices	3726
1800.08/1796.14	c learnt constraints type 
1800.08/1796.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.08/1796.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119749
1800.08/1796.14	c constraints type 
1800.08/1796.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 689672
1800.08/1796.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
1800.08/1796.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 196912
1800.08/1796.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 99769
1800.08/1796.14	c 989877 constraints processed.
1800.08/1796.14	s UNKNOWN
1800.08/1796.14	c Total wall clock time (in seconds): 1796.015

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 17775
/proc/meminfo: memFree=30625264/32873844 swapFree=7372/7372
[pid=17775] ppid=17773 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17775/stat : 17775 (java) R 17773 17775 12979 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 285022639 9515008 183 33554432000 1073741824 1073778376 140735323344544 140735323335576 251032059573 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17775/statm: 2323 183 140 9 0 71 0

[startup+0.0763731 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 17775
/proc/meminfo: memFree=30625264/32873844 swapFree=7372/7372
[pid=17775] ppid=17773 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/17775/stat : 17775 (java) S 17773 17775 12979 0 -1 4202496 3314 0 1 0 4 1 0 0 20 0 18 0 285022639 9787842560 4522 33554432000 1073741824 1073778376 140735716145264 140735716136400 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17775/statm: 2389610 4526 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100251 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 17775
/proc/meminfo: memFree=30625264/32873844 swapFree=7372/7372
[pid=17775] ppid=17773 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/17775/stat : 17775 (java) S 17773 17775 12979 0 -1 4202496 4213 0 1 0 8 1 0 0 20 0 18 0 285022639 9787842560 5420 33554432000 1073741824 1073778376 140735716145264 140735716136400 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17775/statm: 2389610 5420 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300217 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 17775
/proc/meminfo: memFree=30625264/32873844 swapFree=7372/7372
[pid=17775] ppid=17773 vsize=9558440 CPUtime=0.44 cores=0,2,4,6
/proc/17775/stat : 17775 (java) S 17773 17775 12979 0 -1 4202496 5375 0 1 0 43 1 0 0 20 0 18 0 285022639 9787842560 9253 33554432000 1073741824 1073778376 140735716145264 140735716136400 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17775/statm: 2389610 9253 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558440

[startup+0.70024 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 17775
/proc/meminfo: memFree=30625264/32873844 swapFree=7372/7372
[pid=17775] ppid=17773 vsize=9558440 CPUtime=1.12 cores=0,2,4,6
/proc/17775/stat : 17775 (java) S 17773 17775 12979 0 -1 4202496 6703 0 1 0 108 4 0 0 20 0 18 0 285022639 9787842560 40563 33554432000 1073741824 1073778376 140735716145264 140735716136400 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17775/statm: 2389610 40563 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558440

[startup+1.50067 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 17793
/proc/meminfo: memFree=30454512/32873844 swapFree=7372/7372
[pid=17775] ppid=17773 vsize=9558440 CPUtime=2.15 cores=0,2,4,6
/proc/17775/stat : 17775 (java) S 17773 17775 12979 0 -1 4202496 8342 0 1 0 206 9 0 0 20 0 18 0 285022639 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140735716136400 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17775/statm: 2389610 62836 2255 9 0 2380296 0
[pid=17775/tid=17777] ppid=17773 vsize=9558440 CPUtime=1.42 cores=0,2,4,6
/proc/17775/task/17777/stat : 17777 (java) R 17773 17775 12979 0 -1 4202560 2591 0 1 0 138 4 0 0 20 0 18 0 285022640 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140416341294944 140416188304117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17778] ppid=17773 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/17775/task/17778/stat : 17778 (java) S 17773 17775 12979 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 285022641 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140416313755816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17779] ppid=17773 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17779/stat : 17779 (java) S 17773 17775 12979 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 285022641 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140416312703272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17780] ppid=17773 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/17775/task/17780/stat : 17780 (java) S 17773 17775 12979 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 285022641 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140416311650728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17781] ppid=17773 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/17775/task/17781/stat : 17781 (java) S 17773 17775 12979 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 285022641 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140416310598184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17775/tid=17782] ppid=17773 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17782/stat : 17782 (java) S 17773 17775 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285022641 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140416309545640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17783] ppid=17773 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 285022641 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140416308493096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17784] ppid=17773 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 12979 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 285022641 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140416307440552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17785] ppid=17773 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/17775/task/17785/stat : 17785 (java) S 17773 17775 12979 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 285022641 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140416306388008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17775/tid=17786] ppid=17773 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17786/stat : 17786 (java) S 17773 17775 12979 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 285022642 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140415695030376 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17775/tid=17787] ppid=17773 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17787/stat : 17787 (java) S 17773 17775 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285022643 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140415693976696 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17788] ppid=17773 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17788/stat : 17788 (java) S 17773 17775 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285022643 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140415692924040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17789] ppid=17773 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17789/stat : 17789 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285022645 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140415691872784 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17790] ppid=17773 vsize=9558440 CPUtime=0.29 cores=0,2,4,6
/proc/17775/task/17790/stat : 17790 (java) S 17773 17775 12979 0 -1 4202560 2401 0 0 0 29 0 0 0 20 0 18 0 285022645 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140415690820152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17791] ppid=17773 vsize=9558440 CPUtime=0.25 cores=0,2,4,6
/proc/17775/task/17791/stat : 17791 (java) S 17773 17775 12979 0 -1 4202560 2015 0 0 0 25 0 0 0 20 0 18 0 285022645 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140415689767608 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17792] ppid=17773 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17792/stat : 17792 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285022645 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140415688715256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17793] ppid=17773 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17793/stat : 17793 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285022645 9787842560 62836 33554432000 1073741824 1073778376 140735716145264 140415687662920 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9558440

[startup+3.10068 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 17793
/proc/meminfo: memFree=30280684/32873844 swapFree=7372/7372
[pid=17775] ppid=17773 vsize=9558440 CPUtime=4.07 cores=0,2,4,6
/proc/17775/stat : 17775 (java) S 17773 17775 12979 0 -1 4202496 9174 0 1 0 385 22 0 0 20 0 18 0 285022639 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140735716136400 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17775/statm: 2389610 149916 2255 9 0 2380296 0
[pid=17775/tid=17777] ppid=17773 vsize=9558440 CPUtime=2.91 cores=0,2,4,6
/proc/17775/task/17777/stat : 17777 (java) R 17773 17775 12979 0 -1 4202560 2724 0 1 0 282 9 0 0 20 0 18 0 285022640 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140416341301960 140416188299388 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17778] ppid=17773 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/17775/task/17778/stat : 17778 (java) S 17773 17775 12979 0 -1 4202560 59 0 0 0 4 2 0 0 20 0 18 0 285022641 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140416313755816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17779] ppid=17773 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/17775/task/17779/stat : 17779 (java) S 17773 17775 12979 0 -1 4202560 51 0 0 0 3 0 0 0 20 0 18 0 285022641 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140416312703272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17780] ppid=17773 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/17775/task/17780/stat : 17780 (java) S 17773 17775 12979 0 -1 4202560 57 0 0 0 6 3 0 0 20 0 18 0 285022641 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140416311650728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17781] ppid=17773 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/17775/task/17781/stat : 17781 (java) S 17773 17775 12979 0 -1 4202560 46 0 0 0 7 1 0 0 20 0 18 0 285022641 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140416310598184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17782] ppid=17773 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/17775/task/17782/stat : 17782 (java) S 17773 17775 12979 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 18 0 285022641 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140416309545640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17783] ppid=17773 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 12979 0 -1 4202560 54 0 0 0 2 1 0 0 20 0 18 0 285022641 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140416308493096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17784] ppid=17773 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 12979 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 18 0 285022641 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140416307440552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17785] ppid=17773 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/17775/task/17785/stat : 17785 (java) S 17773 17775 12979 0 -1 4202560 65 0 0 0 3 2 0 0 20 0 18 0 285022641 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140416306388008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17775/tid=17786] ppid=17773 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17786/stat : 17786 (java) S 17773 17775 12979 0 -1 4202560 454 0 0 0 0 0 0 0 20 0 18 0 285022642 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140415695030376 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17775/tid=17787] ppid=17773 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17787/stat : 17787 (java) S 17773 17775 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285022643 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140415693976696 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17788] ppid=17773 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17788/stat : 17788 (java) S 17773 17775 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285022643 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140415692924040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17789] ppid=17773 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17789/stat : 17789 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285022645 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140415691872784 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17790] ppid=17773 vsize=9558440 CPUtime=0.3 cores=0,2,4,6
/proc/17775/task/17790/stat : 17790 (java) S 17773 17775 12979 0 -1 4202560 2411 0 0 0 30 0 0 0 20 0 18 0 285022645 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140415690820152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17791] ppid=17773 vsize=9558440 CPUtime=0.25 cores=0,2,4,6
/proc/17775/task/17791/stat : 17791 (java) S 17773 17775 12979 0 -1 4202560 2015 0 0 0 25 0 0 0 20 0 18 0 285022645 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140415689767608 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17792] ppid=17773 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17792/stat : 17792 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285022645 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140415688715256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17793] ppid=17773 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17793/stat : 17793 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285022645 9787842560 149916 33554432000 1073741824 1073778376 140735716145264 140415687662920 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9558440

[startup+6.30067 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 17793
/proc/meminfo: memFree=29481660/32873844 swapFree=7372/7372
[pid=17775] ppid=17773 vsize=9625004 CPUtime=7.83 cores=0,2,4,6
/proc/17775/stat : 17775 (java) S 17773 17775 12979 0 -1 4202496 11498 0 1 0 742 41 0 0 20 0 19 0 285022639 9856004096 287788 33554432000 1073741824 1073778376 140735716145264 140735716136400 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17775/statm: 2406251 287788 2267 9 0 2396937 0
[pid=17775/tid=17777] ppid=17773 vsize=9625004 CPUtime=5.97 cores=0,2,4,6
/proc/17775/task/17777/stat : 17777 (java) R 17773 17775 12979 0 -1 4202560 3358 0 1 0 579 18 0 0 20 0 19 0 285022640 9856004096 287788 33554432000 1073741824 1073778376 140735716145264 140416341303944 140416188658470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17778] ppid=17773 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/17775/task/17778/stat : 17778 (java) S 17773 17775 12979 0 -1 4202560 170 0 0 0 9 3 0 0 20 0 19 0 285022641 9856004096 287789 33554432000 1073741824 1073778376 140735716145264 140416313755816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17779] ppid=17773 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/17775/task/17779/stat : 17779 (java) S 17773 17775 12979 0 -1 4202560 143 0 0 0 6 2 0 0 20 0 19 0 285022641 9856004096 287789 33554432000 1073741824 1073778376 140735716145264 140416312703272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17780] ppid=17773 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/17775/task/17780/stat : 17780 (java) S 17773 17775 12979 0 -1 4202560 243 0 0 0 11 4 0 0 20 0 19 0 285022641 9856004096 287789 33554432000 1073741824 1073778376 140735716145264 140416311650728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17781] ppid=17773 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/17775/task/17781/stat : 17781 (java) S 17773 17775 12979 0 -1 4202560 159 0 0 0 13 3 0 0 20 0 19 0 285022641 9856004096 287789 33554432000 1073741824 1073778376 140735716145264 140416310598184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17782] ppid=17773 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/17775/task/17782/stat : 17782 (java) S 17773 17775 12979 0 -1 4202560 65 0 0 0 8 3 0 0 20 0 19 0 285022641 9856004096 287789 33554432000 1073741824 1073778376 140735716145264 140416309545640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17783] ppid=17773 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 12979 0 -1 4202560 177 0 0 0 9 3 0 0 20 0 19 0 285022641 9856004096 287789 33554432000 1073741824 1073778376 140735716145264 140416308493096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17784] ppid=17773 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 12979 0 -1 4202560 162 0 0 0 12 3 0 0 20 0 19 0 285022641 9856004096 287789 33554432000 1073741824 1073778376 140735716145264 140416307440552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17775/tid=17785] ppid=17773 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/17775/task/17785/stat : 17785 (java) S 17773 17775 12979 0 -1 4202560 91 0 0 0 7 4 0 0 20 0 19 0 285022641 9856004096 287789 33554432000 1073741824 1073778376 140735716145264 140416306388008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17786] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17786/stat : 17786 (java) S 17773 17775 12979 0 -1 4202560 767 0 0 0 0 0 0 0 20 0 19 0 285022642 9856004096 287789 33554432000 1073741824 1073778376 140735716145264 140415695030376 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17787] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17787/stat : 17787 (java) S 17773 17775 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285022643 9856004096 287789 33554432000 1073741824 1073778376 140735716145264 140415693976696 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17788] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17788/stat : 17788 (java) S 17773 17775 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285022643 9856004096 287789 33554432000 1073741824 1073778376 140735716145264 140415692924040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17789] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17789/stat : 17789 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285022645 9856004096 287789 33554432000 1073741824 1073778376 140735716145264 140415691872784 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17790] ppid=17773 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/17775/task/17790/stat : 17790 (java) R 17773 17775 12979 0 -1 4202560 2431 0 0 0 37 0 0 0 20 0 19 0 285022645 9856004096 287789 33554432000 1073741824 1073778376 140735716145264 140415690820152 140416347758324 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17791] ppid=17773 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/17775/task/17791/stat : 17791 (java) R 17773 17775 12979 0 -1 4202560 2551 0 0 0 34 0 0 0 20 0 19 0 285022645 9856004096 287789 33554432000 1073741824 1073778376 140735716145264 140415689767488 140416343859232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17792] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17792/stat : 17792 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285022645 9856004096 287789 33554432000 1073741824 1073778376 140735716145264 140415688715256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17793] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17793/stat : 17793 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285022645 9856004096 287789 33554432000 1073741824 1073778376 140735716145264 140415687662920 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17794
/proc/meminfo: memFree=29322056/32873844 swapFree=7372/7372
[pid=17775] ppid=17773 vsize=9625004 CPUtime=15.29 cores=0,2,4,6
/proc/17775/stat : 17775 (java) S 17773 17775 12979 0 -1 4202496 19797 0 1 0 1481 48 0 0 20 0 19 0 285022639 9856004096 327768 33554432000 1073741824 1073778376 140735716145264 140735716136400 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17775/statm: 2406251 327768 2286 9 0 2396937 0
[pid=17775/tid=17777] ppid=17773 vsize=9625004 CPUtime=11.69 cores=0,2,4,6

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

[pid=17775/tid=17783] ppid=17773 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 12979 0 -1 4202560 287 0 0 0 37 4 0 0 20 0 19 0 285022641 9856004096 339513 33554432000 1073741824 1073778376 140735716145264 140416308493096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17784] ppid=17773 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 12979 0 -1 4202560 749 0 0 0 39 5 0 0 20 0 19 0 285022641 9856004096 339513 33554432000 1073741824 1073778376 140735716145264 140416307440552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17775/tid=17785] ppid=17773 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/17775/task/17785/stat : 17785 (java) S 17773 17775 12979 0 -1 4202560 351 0 0 0 33 5 0 0 20 0 19 0 285022641 9856004096 339513 33554432000 1073741824 1073778376 140735716145264 140416306388008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17786] ppid=17773 vsize=9625004 CPUtime=20.89 cores=0,2,4,6
/proc/17775/task/17786/stat : 17786 (java) S 17773 17775 12979 0 -1 4202560 987 0 0 0 2084 5 0 0 20 0 19 0 285022642 9856004096 339513 33554432000 1073741824 1073778376 140735716145264 140415695030376 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17787] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17787/stat : 17787 (java) S 17773 17775 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285022643 9856004096 339513 33554432000 1073741824 1073778376 140735716145264 140415693976696 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17788] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17788/stat : 17788 (java) S 17773 17775 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285022643 9856004096 339513 33554432000 1073741824 1073778376 140735716145264 140415692924040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17789] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17789/stat : 17789 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285022645 9856004096 339513 33554432000 1073741824 1073778376 140735716145264 140415691872784 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17790] ppid=17773 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/17775/task/17790/stat : 17790 (java) S 17773 17775 12979 0 -1 4202560 10113 0 0 0 103 2 0 0 20 0 19 0 285022645 9856004096 339513 33554432000 1073741824 1073778376 140735716145264 140415690820152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17791] ppid=17773 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/17775/task/17791/stat : 17791 (java) S 17773 17775 12979 0 -1 4202560 2615 0 0 0 51 0 0 0 20 0 19 0 285022645 9856004096 339513 33554432000 1073741824 1073778376 140735716145264 140415689767608 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17792] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17792/stat : 17792 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285022645 9856004096 339513 33554432000 1073741824 1073778376 140735716145264 140415688715256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17793] ppid=17773 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/17775/task/17793/stat : 17793 (java) S 17773 17775 12979 0 -1 4202560 99 0 0 0 26 32 0 0 20 0 19 0 285022645 9856004096 339513 33554432000 1073741824 1073778376 140735716145264 140415687662920 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17794] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17794/stat : 17794 (java) S 17773 17775 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285023257 9856004096 339513 33554432000 1073741824 1073778376 140735716145264 140415686607656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.26
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17982
/proc/meminfo: memFree=29311528/32873844 swapFree=7372/7372
[pid=17775] ppid=17773 vsize=9625004 CPUtime=1786.28 cores=0,2,4,6
/proc/17775/stat : 17775 (java) S 17773 17775 12979 0 -1 4202496 22858 0 1 0 178550 78 0 0 20 0 19 0 285022639 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140735716136400 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17775/statm: 2406251 340041 2287 9 0 2396937 0
[pid=17775/tid=17777] ppid=17773 vsize=9625004 CPUtime=1759.9 cores=0,2,4,6
/proc/17775/task/17777/stat : 17777 (java) R 17773 17775 12979 0 -1 4202560 3432 0 1 0 175943 47 0 0 20 0 19 0 285022640 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416341303600 140416188686897 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17778] ppid=17773 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/17775/task/17778/stat : 17778 (java) S 17773 17775 12979 0 -1 4202560 366 0 0 0 37 4 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416313755816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17779] ppid=17773 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/17775/task/17779/stat : 17779 (java) S 17773 17775 12979 0 -1 4202560 1203 0 0 0 37 4 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416312703272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17775/tid=17780] ppid=17773 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/17775/task/17780/stat : 17780 (java) S 17773 17775 12979 0 -1 4202560 478 0 0 0 48 6 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416311650728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17781] ppid=17773 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/17775/task/17781/stat : 17781 (java) S 17773 17775 12979 0 -1 4202560 620 0 0 0 42 4 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416310598184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17782] ppid=17773 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/17775/task/17782/stat : 17782 (java) S 17773 17775 12979 0 -1 4202560 370 0 0 0 34 5 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416309545640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17783] ppid=17773 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 12979 0 -1 4202560 287 0 0 0 37 4 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416308493096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17784] ppid=17773 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 12979 0 -1 4202560 749 0 0 0 39 5 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416307440552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17785] ppid=17773 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/17775/task/17785/stat : 17785 (java) S 17773 17775 12979 0 -1 4202560 351 0 0 0 34 5 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416306388008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17786] ppid=17773 vsize=9625004 CPUtime=21.17 cores=0,2,4,6
/proc/17775/task/17786/stat : 17786 (java) S 17773 17775 12979 0 -1 4202560 990 0 0 0 2112 5 0 0 20 0 19 0 285022642 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415695030376 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17787] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17787/stat : 17787 (java) S 17773 17775 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285022643 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415693976696 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17788] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17788/stat : 17788 (java) S 17773 17775 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285022643 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415692924040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17789] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17789/stat : 17789 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285022645 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415691872784 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17790] ppid=17773 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/17775/task/17790/stat : 17790 (java) S 17773 17775 12979 0 -1 4202560 10113 0 0 0 103 2 0 0 20 0 19 0 285022645 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415690820152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17791] ppid=17773 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/17775/task/17791/stat : 17791 (java) S 17773 17775 12979 0 -1 4202560 2615 0 0 0 51 0 0 0 20 0 19 0 285022645 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415689767608 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17792] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17792/stat : 17792 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285022645 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415688715256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17793] ppid=17773 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/17775/task/17793/stat : 17793 (java) S 17773 17775 12979 0 -1 4202560 103 0 0 0 28 33 0 0 20 0 19 0 285022645 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415687662920 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17794] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17794/stat : 17794 (java) S 17773 17775 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285023257 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415686607656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.28
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17982
/proc/meminfo: memFree=29303088/32873844 swapFree=7372/7372
[pid=17775] ppid=17773 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/17775/stat : 17775 (java) S 17773 17775 12979 0 -1 4202496 22858 0 1 0 179930 78 0 0 20 0 19 0 285022639 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140735716136400 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17775/statm: 2406251 340041 2287 9 0 2396937 0
[pid=17775/tid=17777] ppid=17773 vsize=9625004 CPUtime=1773.7 cores=0,2,4,6
/proc/17775/task/17777/stat : 17777 (java) R 17773 17775 12979 0 -1 4202560 3432 0 1 0 177323 47 0 0 20 0 19 0 285022640 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416341303600 140416188686958 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17778] ppid=17773 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/17775/task/17778/stat : 17778 (java) S 17773 17775 12979 0 -1 4202560 366 0 0 0 37 4 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416313755816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17779] ppid=17773 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/17775/task/17779/stat : 17779 (java) S 17773 17775 12979 0 -1 4202560 1203 0 0 0 37 4 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416312703272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17775/tid=17780] ppid=17773 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/17775/task/17780/stat : 17780 (java) S 17773 17775 12979 0 -1 4202560 478 0 0 0 48 6 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416311650728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17781] ppid=17773 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/17775/task/17781/stat : 17781 (java) S 17773 17775 12979 0 -1 4202560 620 0 0 0 42 4 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416310598184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17782] ppid=17773 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/17775/task/17782/stat : 17782 (java) S 17773 17775 12979 0 -1 4202560 370 0 0 0 34 5 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416309545640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17783] ppid=17773 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 12979 0 -1 4202560 287 0 0 0 37 4 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416308493096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17784] ppid=17773 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 12979 0 -1 4202560 749 0 0 0 39 5 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416307440552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17785] ppid=17773 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/17775/task/17785/stat : 17785 (java) S 17773 17775 12979 0 -1 4202560 351 0 0 0 34 5 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416306388008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17786] ppid=17773 vsize=9625004 CPUtime=21.17 cores=0,2,4,6
/proc/17775/task/17786/stat : 17786 (java) S 17773 17775 12979 0 -1 4202560 990 0 0 0 2112 5 0 0 20 0 19 0 285022642 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415695030376 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17787] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17787/stat : 17787 (java) S 17773 17775 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285022643 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415693976696 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17788] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17788/stat : 17788 (java) S 17773 17775 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285022643 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415692924040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17789] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17789/stat : 17789 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285022645 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415691872784 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17790] ppid=17773 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/17775/task/17790/stat : 17790 (java) S 17773 17775 12979 0 -1 4202560 10113 0 0 0 103 2 0 0 20 0 19 0 285022645 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415690820152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17791] ppid=17773 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/17775/task/17791/stat : 17791 (java) S 17773 17775 12979 0 -1 4202560 2615 0 0 0 51 0 0 0 20 0 19 0 285022645 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415689767608 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17792] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17792/stat : 17792 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285022645 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415688715256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17793] ppid=17773 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/17775/task/17793/stat : 17793 (java) S 17773 17775 12979 0 -1 4202560 103 0 0 0 28 34 0 0 20 0 19 0 285022645 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415687662920 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17794] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17794/stat : 17794 (java) S 17773 17775 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285023257 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415686607656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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+1796.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17982
/proc/meminfo: memFree=29303088/32873844 swapFree=7372/7372
[pid=17775] ppid=17773 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/17775/stat : 17775 (java) S 17773 17775 12979 0 -1 4202496 22858 0 1 0 179930 78 0 0 20 0 19 0 285022639 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140735716136400 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17775/statm: 2406251 340041 2287 9 0 2396937 0
[pid=17775/tid=17777] ppid=17773 vsize=9625004 CPUtime=1773.7 cores=0,2,4,6
/proc/17775/task/17777/stat : 17777 (java) R 17773 17775 12979 0 -1 4202560 3432 0 1 0 177323 47 0 0 20 0 19 0 285022640 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416341303600 140416188686958 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17778] ppid=17773 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/17775/task/17778/stat : 17778 (java) S 17773 17775 12979 0 -1 4202560 366 0 0 0 37 4 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416313755816 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17779] ppid=17773 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/17775/task/17779/stat : 17779 (java) S 17773 17775 12979 0 -1 4202560 1203 0 0 0 37 4 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416312703272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17775/tid=17780] ppid=17773 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/17775/task/17780/stat : 17780 (java) S 17773 17775 12979 0 -1 4202560 478 0 0 0 48 6 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416311650728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17781] ppid=17773 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/17775/task/17781/stat : 17781 (java) S 17773 17775 12979 0 -1 4202560 620 0 0 0 42 4 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416310598184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17782] ppid=17773 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/17775/task/17782/stat : 17782 (java) S 17773 17775 12979 0 -1 4202560 370 0 0 0 34 5 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416309545640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17783] ppid=17773 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 12979 0 -1 4202560 287 0 0 0 37 4 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416308493096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17784] ppid=17773 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 12979 0 -1 4202560 749 0 0 0 39 5 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416307440552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17785] ppid=17773 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/17775/task/17785/stat : 17785 (java) S 17773 17775 12979 0 -1 4202560 351 0 0 0 34 5 0 0 20 0 19 0 285022641 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140416306388008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17786] ppid=17773 vsize=9625004 CPUtime=21.17 cores=0,2,4,6
/proc/17775/task/17786/stat : 17786 (java) S 17773 17775 12979 0 -1 4202560 990 0 0 0 2112 5 0 0 20 0 19 0 285022642 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415695030376 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17787] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17787/stat : 17787 (java) S 17773 17775 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285022643 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415693976696 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17788] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17788/stat : 17788 (java) S 17773 17775 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285022643 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415692924040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17789] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17789/stat : 17789 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285022645 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415691872784 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17775/tid=17790] ppid=17773 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/17775/task/17790/stat : 17790 (java) S 17773 17775 12979 0 -1 4202560 10113 0 0 0 103 2 0 0 20 0 19 0 285022645 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415690820152 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17791] ppid=17773 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/17775/task/17791/stat : 17791 (java) S 17773 17775 12979 0 -1 4202560 2615 0 0 0 51 0 0 0 20 0 19 0 285022645 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415689767608 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17792] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17792/stat : 17792 (java) S 17773 17775 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285022645 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415688715256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17775/tid=17793] ppid=17773 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/17775/task/17793/stat : 17793 (java) S 17773 17775 12979 0 -1 4202560 103 0 0 0 28 34 0 0 20 0 19 0 285022645 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415687662920 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17775/tid=17794] ppid=17773 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17775/task/17794/stat : 17794 (java) S 17773 17775 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285023257 9856004096 340041 33554432000 1073741824 1073778376 140735716145264 140415686607656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1796.15
CPU time (s): 1800.86
CPU user time (s): 1799.47
CPU system time (s): 1.39179
CPU usage (%): 100.262
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 1.39179
maximum resident set size= 1360308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22897
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40177
involuntary context switches= 20288

runsolver used 6.03008 second user time and 14.8847 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-28 09:09:25
IDJOB=3709960
IDBENCH=89654
IDSOLVER=2289
FILE ID=node118/3709960-1338188964
RUNJOBID= node118-1338156758-12995
PBS_JOBID= 14624527
Free space on /tmp= 71620 MiB

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

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

MD5SUM BENCH= f3a33f6abe76a69a8be60a1cc6635095
RANDOM SEED=128428635

node118.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.212
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.42
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.212
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	: 5438.55
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.212
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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:       32873844 kB
MemFree:        30625908 kB
Buffers:          388824 kB
Cached:           566152 kB
SwapCached:            0 kB
Active:          1015492 kB
Inactive:         387704 kB
Active(anon):     438400 kB
Inactive(anon):    11320 kB
Active(file):     577092 kB
Inactive(file):   376384 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             45084 kB
Writeback:             0 kB
AnonPages:        460784 kB
Mapped:            19880 kB
Shmem:               200 kB
Slab:             697460 kB
SReclaimable:     138552 kB
SUnreclaim:       558908 kB
KernelStack:        1600 kB
PageTables:         5064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1087712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    425984 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= 71620 MiB
End job on node118 at 2012-05-28 09:39:24