Trace number 3709714

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.04 1782.35

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl35_36_pb.cnf.cr.opb
MD5SUM63dafaa5a785f38064ac19ced11339d2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.046992
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2520
Total number of constraints142
Number of constraints which are clauses72
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint36
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/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-3709714-1338130321.opb
0.09/0.13	c reading problem ... 
0.24/0.24	c ... done. Wall clock time 0.11s.
0.24/0.24	c declared #vars     2520
0.24/0.24	c #constraints  142
0.24/0.24	c constraints type 
0.24/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 72
0.24/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.24/0.24	c 142 constraints processed.
2.34/1.94	c cleaning 2503 clauses out of 5006 with flag 5006/5006
5.02/4.59	c cleaning 4251 clauses out of 8504 with flag 11007/11007
8.64/8.14	c cleaning 5628 clauses out of 11256 with flag 18010/18010
13.01/12.48	c cleaning 6805 clauses out of 13620 with flag 26002/26002
18.12/17.41	c cleaning 7904 clauses out of 15813 with flag 35000/35000
23.86/23.14	c cleaning 8951 clauses out of 17909 with flag 45000/45000
30.31/29.51	c cleaning 9976 clauses out of 19962 with flag 56004/56004
37.08/36.28	c cleaning 10988 clauses out of 21982 with flag 68000/68000
45.04/44.18	c cleaning 12000 clauses out of 24001 with flag 81007/81007
52.86/51.93	c cleaning 12994 clauses out of 25994 with flag 95000/95000
63.75/62.77	c cleaning 14006 clauses out of 28014 with flag 110014/110014
72.78/71.75	c cleaning 14997 clauses out of 29994 with flag 126000/126000
83.07/81.99	c cleaning 15999 clauses out of 32004 with flag 143007/143007
95.85/94.66	c cleaning 17009 clauses out of 34019 with flag 161021/161021
111.96/110.61	c cleaning 18006 clauses out of 36011 with flag 180022/180022
123.75/122.39	c cleaning 18986 clauses out of 37983 with flag 200000/200000
141.90/140.48	c cleaning 20004 clauses out of 40007 with flag 221010/221010
160.21/158.63	c cleaning 21004 clauses out of 42012 with flag 243019/243019
178.68/177.09	c cleaning 21996 clauses out of 43993 with flag 266004/266004
195.40/193.61	c cleaning 23005 clauses out of 46011 with flag 290018/290018
217.37/215.52	c cleaning 24008 clauses out of 48018 with flag 315030/315030
242.19/240.20	c cleaning 24984 clauses out of 49984 with flag 341004/341004
270.66/268.54	c cleaning 25999 clauses out of 52003 with flag 368007/368007
298.65/296.46	c cleaning 26999 clauses out of 53998 with flag 396001/396001
319.26/316.90	c cleaning 28002 clauses out of 56004 with flag 425006/425006
346.02/343.63	c cleaning 29011 clauses out of 58030 with flag 455034/455034
376.03/373.50	c cleaning 29988 clauses out of 59985 with flag 486000/486000
412.44/409.70	c cleaning 31009 clauses out of 62018 with flag 518021/518021
442.47/439.69	c cleaning 31988 clauses out of 63988 with flag 551000/551000
478.45/475.41	c cleaning 33004 clauses out of 66007 with flag 585007/585007
509.71/506.55	c cleaning 33994 clauses out of 67997 with flag 620001/620001
539.98/536.11	c cleaning 34999 clauses out of 70002 with flag 656000/656000
569.04/564.73	c cleaning 35999 clauses out of 72012 with flag 693009/693009
608.17/603.51	c cleaning 36999 clauses out of 74005 with flag 731001/731001
663.24/658.24	c cleaning 38005 clauses out of 76011 with flag 770006/770006
721.80/716.05	c cleaning 39007 clauses out of 78019 with flag 810019/810019
791.44/784.99	c cleaning 39993 clauses out of 79995 with flag 851002/851002
863.11/855.84	c cleaning 41011 clauses out of 82028 with flag 893028/893028
907.96/900.04	c cleaning 41990 clauses out of 83991 with flag 936002/936002
968.20/959.74	c cleaning 43009 clauses out of 86020 with flag 980021/980021
1031.87/1022.65	c cleaning 43995 clauses out of 87996 with flag 1025006/1025006
1112.04/1102.05	c cleaning 44995 clauses out of 89995 with flag 1071000/1071000
1165.13/1154.15	c cleaning 45997 clauses out of 92001 with flag 1118001/1118001
1236.08/1224.58	c cleaning 47001 clauses out of 94007 with flag 1166004/1166004
1319.07/1306.74	c cleaning 48007 clauses out of 96016 with flag 1215014/1215014
1419.87/1406.51	c cleaning 49002 clauses out of 98013 with flag 1265018/1265018
1493.32/1479.05	c cleaning 49990 clauses out of 99993 with flag 1316000/1316000
1558.47/1543.43	c cleaning 51007 clauses out of 102017 with flag 1368014/1368014
1640.21/1624.32	c cleaning 51999 clauses out of 104007 with flag 1421011/1421011
1688.46/1671.93	c cleaning 52985 clauses out of 105997 with flag 1475000/1475000
1774.63/1757.36	c cleaning 54003 clauses out of 108012 with flag 1530000/1530000
1800.04/1782.31	c starts		: 208
1800.04/1782.31	c conflicts		: 1551800
1800.04/1782.31	c decisions		: 1787519
1800.04/1782.31	c propagations		: 67195141
1800.04/1782.31	c inspects		: 8051894029
1800.04/1782.31	c shortcuts		: 0
1800.04/1782.31	c learnt literals	: 0
1800.04/1782.31	c learnt binary clauses	: 0
1800.04/1782.31	c learnt ternary clauses	: 0
1800.04/1782.31	c learnt constraints	: 1551800
1800.04/1782.31	c ignored constraints	: 0
1800.04/1782.31	c root simplifications	: 208
1800.04/1782.31	c removed literals (reason simplification)	: 13916464
1800.04/1782.31	c reason swapping (by a shorter reason)	: 0
1800.04/1782.31	c Calls to reduceDB	: 51
1800.04/1782.31	c number of reductions to clauses (during analyze)	: 0
1800.04/1782.31	c number of learned constraints concerned by reduction	: 0
1800.04/1782.31	c number of learning phase by resolution	: 0
1800.04/1782.31	c number of learning phase by cutting planes	: 0
1800.04/1782.31	c speed (assignments/second)	: 37706.337872075375
1800.04/1782.31	c non guided choices	597
1800.04/1782.34	c learnt constraints type 
1800.04/1782.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75822
1800.04/1782.34	c constraints type 
1800.04/1782.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 72
1800.04/1782.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
1800.04/1782.34	c 142 constraints processed.
1800.04/1782.34	s UNKNOWN
1800.04/1782.34	c Total wall clock time (in seconds): 1782.211

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-3709714-1338130321/watcher-3709714-1338130321 -o /tmp/evaluation-result-3709714-1338130321/solver-3709714-1338130321 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709714-1338130321.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: 1.99 1.97 1.99 3/194 29152
/proc/meminfo: memFree=30555364/32873844 swapFree=6600/6600
[pid=29152] ppid=29150 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/29152/stat : 29152 (java) D 29150 29152 28151 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 279156924 9515008 183 33554432000 1073741824 1073778376 140733864615184 140733864606216 213419638453 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/29152/statm: 2323 183 140 9 0 71 0

[startup+0.103594 s]
/proc/loadavg: 1.99 1.97 1.99 3/194 29152
/proc/meminfo: memFree=30555364/32873844 swapFree=6600/6600
[pid=29152] ppid=29150 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/29152/stat : 29152 (java) S 29150 29152 28151 0 -1 4202496 4254 0 1 0 8 1 0 0 20 0 18 0 279156924 9787842560 5460 33554432000 1073741824 1073778376 140734810456096 140734810447232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29152/statm: 2389610 5460 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.200248 s]
/proc/loadavg: 1.99 1.97 1.99 3/194 29152
/proc/meminfo: memFree=30555364/32873844 swapFree=6600/6600
[pid=29152] ppid=29150 vsize=9558440 CPUtime=0.24 cores=0,2,4,6
/proc/29152/stat : 29152 (java) S 29150 29152 28151 0 -1 4202496 4829 0 1 0 23 1 0 0 20 0 18 0 279156924 9787842560 6995 33554432000 1073741824 1073778376 140734810456096 140734810447232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29152/statm: 2389610 7008 2194 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558440

[startup+0.300261 s]
/proc/loadavg: 1.99 1.97 1.99 3/194 29152
/proc/meminfo: memFree=30555364/32873844 swapFree=6600/6600
[pid=29152] ppid=29150 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/29152/stat : 29152 (java) S 29150 29152 28151 0 -1 4202496 5868 0 1 0 47 1 0 0 20 0 19 0 279156924 9856004096 8533 33554432000 1073741824 1073778376 140734810456096 140734810447232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29152/statm: 2406251 8533 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625004

[startup+0.700212 s]
/proc/loadavg: 1.99 1.97 1.99 3/194 29152
/proc/meminfo: memFree=30555364/32873844 swapFree=6600/6600
[pid=29152] ppid=29150 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/29152/stat : 29152 (java) S 29150 29152 28151 0 -1 4202496 6877 0 1 0 108 2 0 0 20 0 19 0 279156924 9856004096 10482 33554432000 1073741824 1073778376 140734810456096 140734810447232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29152/statm: 2406251 10482 2241 9 0 2396937 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625004

[startup+1.50071 s]
/proc/loadavg: 1.99 1.97 1.99 3/213 29171
/proc/meminfo: memFree=30517336/32873844 swapFree=6600/6600
[pid=29152] ppid=29150 vsize=9625004 CPUtime=1.94 cores=0,2,4,6
/proc/29152/stat : 29152 (java) S 29150 29152 28151 0 -1 4202496 7089 0 1 0 192 2 0 0 20 0 19 0 279156924 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 140734810447232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29152/statm: 2406251 13053 2250 9 0 2396937 0
[pid=29152/tid=29154] ppid=29150 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/29152/task/29154/stat : 29154 (java) R 29150 29152 28151 0 -1 4202560 2522 0 1 0 145 1 0 0 20 0 19 0 279156926 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728235528936 139728175717651 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29155] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29155/stat : 29155 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728174259240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29156] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29156/stat : 29156 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728173206440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29157] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29157/stat : 29157 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728172153640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29158] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29158/stat : 29158 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728076356264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29159] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29159/stat : 29159 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728075303464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29160] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29160/stat : 29160 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728074250664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29161] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29161/stat : 29161 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728073197864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29162] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29162/stat : 29162 (java) S 29150 29152 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728072145064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29163] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29163/stat : 29163 (java) S 29150 29152 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279156928 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728059735016 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29164] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29164/stat : 29164 (java) S 29150 29152 28151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 279156928 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728058681080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29165] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29165/stat : 29165 (java) S 29150 29152 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279156928 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728057628168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29166] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29166/stat : 29166 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156931 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728056576656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29167] ppid=29150 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/29152/task/29167/stat : 29167 (java) S 29150 29152 28151 0 -1 4202560 1377 0 0 0 24 0 0 0 20 0 19 0 279156931 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728055523768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29168] ppid=29150 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/29152/task/29168/stat : 29168 (java) S 29150 29152 28151 0 -1 4202560 1989 0 0 0 20 0 0 0 20 0 19 0 279156931 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728054470968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29169] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29169/stat : 29169 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156931 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728053418360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29170] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29170/stat : 29170 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156931 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728052365768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29171] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29171/stat : 29171 (java) S 29150 29152 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279156949 9856004096 13053 33554432000 1073741824 1073778376 140734810456096 139728051312296 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625004

[startup+3.10069 s]
/proc/loadavg: 1.99 1.97 1.99 3/213 29171
/proc/meminfo: memFree=30483816/32873844 swapFree=6600/6600
[pid=29152] ppid=29150 vsize=9625004 CPUtime=3.57 cores=0,2,4,6
/proc/29152/stat : 29152 (java) S 29150 29152 28151 0 -1 4202496 7159 0 1 0 354 3 0 0 20 0 19 0 279156924 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 140734810447232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29152/statm: 2406251 19752 2276 9 0 2396937 0
[pid=29152/tid=29154] ppid=29150 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/29152/task/29154/stat : 29154 (java) R 29150 29152 28151 0 -1 4202560 2528 0 1 0 302 1 0 0 20 0 19 0 279156926 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728235528584 139728175717474 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29155] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29155/stat : 29155 (java) S 29150 29152 28151 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728174259240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29156] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29156/stat : 29156 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728173206440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29157] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29157/stat : 29157 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728172153640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29158] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29158/stat : 29158 (java) S 29150 29152 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728076356264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29159] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29159/stat : 29159 (java) S 29150 29152 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728075303464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29160] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29160/stat : 29160 (java) S 29150 29152 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728074250664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29161] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29161/stat : 29161 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728073197864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29162] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29162/stat : 29162 (java) S 29150 29152 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728072145064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29163] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29163/stat : 29163 (java) S 29150 29152 28151 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 279156928 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728059735016 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29164] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29164/stat : 29164 (java) S 29150 29152 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279156928 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728058681080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29165] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29165/stat : 29165 (java) S 29150 29152 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279156928 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728057628168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29166] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29166/stat : 29166 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156931 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728056576656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29167] ppid=29150 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/29152/task/29167/stat : 29167 (java) S 29150 29152 28151 0 -1 4202560 1381 0 0 0 25 0 0 0 20 0 19 0 279156931 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728055523768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29168] ppid=29150 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/29152/task/29168/stat : 29168 (java) S 29150 29152 28151 0 -1 4202560 1990 0 0 0 21 0 0 0 20 0 19 0 279156931 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728054470968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29169] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29169/stat : 29169 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156931 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728053418360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29170] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29170/stat : 29170 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156931 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728052365768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29171] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29171/stat : 29171 (java) S 29150 29152 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279156949 9856004096 19752 33554432000 1073741824 1073778376 140734810456096 139728051312296 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625004

[startup+6.30073 s]
/proc/loadavg: 1.99 1.97 1.99 3/213 29171
/proc/meminfo: memFree=30445712/32873844 swapFree=6600/6600
[pid=29152] ppid=29150 vsize=9625004 CPUtime=6.84 cores=0,2,4,6
/proc/29152/stat : 29152 (java) S 29150 29152 28151 0 -1 4202496 7674 0 1 0 679 5 0 0 20 0 19 0 279156924 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 140734810447232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29152/statm: 2406251 26649 2276 9 0 2396937 0
[pid=29152/tid=29154] ppid=29150 vsize=9625004 CPUtime=6.2 cores=0,2,4,6
/proc/29152/task/29154/stat : 29154 (java) R 29150 29152 28151 0 -1 4202560 2530 0 1 0 619 1 0 0 20 0 19 0 279156926 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728235528496 139728175717587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29155] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29155/stat : 29155 (java) S 29150 29152 28151 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728174259240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29156] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29156/stat : 29156 (java) S 29150 29152 28151 0 -1 4202560 114 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728173206440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29157] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29157/stat : 29157 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728172153640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29158] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29158/stat : 29158 (java) S 29150 29152 28151 0 -1 4202560 166 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728076356264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29159] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29159/stat : 29159 (java) S 29150 29152 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728075303464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29160] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29160/stat : 29160 (java) S 29150 29152 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728074250664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29161] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29161/stat : 29161 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728073197864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29162] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29162/stat : 29162 (java) S 29150 29152 28151 0 -1 4202560 141 0 0 0 0 0 0 0 20 0 19 0 279156927 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728072145064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29163] ppid=29150 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/29152/task/29163/stat : 29163 (java) S 29150 29152 28151 0 -1 4202560 37 0 0 0 1 0 0 0 20 0 19 0 279156928 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728059735016 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29164] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29164/stat : 29164 (java) S 29150 29152 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279156928 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728058681080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29165] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29165/stat : 29165 (java) S 29150 29152 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279156928 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728057628168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29166] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29166/stat : 29166 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156931 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728056576656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29167] ppid=29150 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/29152/task/29167/stat : 29167 (java) S 29150 29152 28151 0 -1 4202560 1381 0 0 0 27 0 0 0 20 0 19 0 279156931 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728055523768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29168] ppid=29150 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/29152/task/29168/stat : 29168 (java) S 29150 29152 28151 0 -1 4202560 1990 0 0 0 23 0 0 0 20 0 19 0 279156931 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728054470968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29169] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29169/stat : 29169 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156931 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728053418360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29170] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29170/stat : 29170 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156931 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728052365768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29171] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29171/stat : 29171 (java) S 29150 29152 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279156949 9856004096 26649 33554432000 1073741824 1073778376 140734810456096 139728051312296 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=29152/tid=29167] ppid=29150 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/29152/task/29167/stat : 29167 (java) S 29150 29152 28151 0 -1 4202560 1381 0 0 0 27 0 0 0 20 0 19 0 279156931 9856004096 151876 33554432000 1073741824 1073778376 140734810456096 139728055523768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29168] ppid=29150 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/29152/task/29168/stat : 29168 (java) S 29150 29152 28151 0 -1 4202560 2737 0 0 0 30 0 0 0 20 0 19 0 279156931 9856004096 151876 33554432000 1073741824 1073778376 140734810456096 139728054470968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29169] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29169/stat : 29169 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156931 9856004096 151876 33554432000 1073741824 1073778376 140734810456096 139728053418360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29170] ppid=29150 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/29152/task/29170/stat : 29170 (java) S 29150 29152 28151 0 -1 4202560 98 0 0 0 30 34 0 0 20 0 19 0 279156931 9856004096 151876 33554432000 1073741824 1073778376 140734810456096 139728052365768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29171] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29171/stat : 29171 (java) S 29150 29152 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279156949 9856004096 151876 33554432000 1073741824 1073778376 140734810456096 139728051312296 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1739.27
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 29268
/proc/meminfo: memFree=29844748/32873844 swapFree=6600/6600
[pid=29152] ppid=29150 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/29152/stat : 29152 (java) S 29150 29152 28151 0 -1 4202496 23951 0 1 0 179887 117 0 0 20 0 19 0 279156924 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 140734810447232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29152/statm: 2406251 153108 2276 9 0 2396937 0
[pid=29152/tid=29154] ppid=29150 vsize=9625004 CPUtime=1767 cores=0,2,4,6
/proc/29152/task/29154/stat : 29154 (java) R 29150 29152 28151 0 -1 4202560 3008 0 1 0 176669 31 0 0 20 0 19 0 279156926 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728235527672 139728175717555 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29155] ppid=29150 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/29152/task/29155/stat : 29155 (java) S 29150 29152 28151 0 -1 4202560 1984 0 0 0 289 10 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728174259240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29156] ppid=29150 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/29152/task/29156/stat : 29156 (java) S 29150 29152 28151 0 -1 4202560 2726 0 0 0 286 10 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728173206440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29157] ppid=29150 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/29152/task/29157/stat : 29157 (java) S 29150 29152 28151 0 -1 4202560 1431 0 0 0 291 11 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728172153640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29158] ppid=29150 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/29152/task/29158/stat : 29158 (java) S 29150 29152 28151 0 -1 4202560 1492 0 0 0 294 11 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728076356264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29159] ppid=29150 vsize=9625004 CPUtime=2.92 cores=0,2,4,6
/proc/29152/task/29159/stat : 29159 (java) S 29150 29152 28151 0 -1 4202560 1065 0 0 0 283 9 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728075303464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29160] ppid=29150 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/29152/task/29160/stat : 29160 (java) S 29150 29152 28151 0 -1 4202560 2198 0 0 0 294 11 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728074250664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29161] ppid=29150 vsize=9625004 CPUtime=3.24 cores=0,2,4,6
/proc/29152/task/29161/stat : 29161 (java) S 29150 29152 28151 0 -1 4202560 2378 0 0 0 312 12 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728073197864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29162] ppid=29150 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/29152/task/29162/stat : 29162 (java) S 29150 29152 28151 0 -1 4202560 1420 0 0 0 287 9 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728072145064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29163] ppid=29150 vsize=9625004 CPUtime=3.37 cores=0,2,4,6
/proc/29152/task/29163/stat : 29163 (java) S 29150 29152 28151 0 -1 4202560 842 0 0 0 330 7 0 0 20 0 19 0 279156928 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728059735016 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29164] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29164/stat : 29164 (java) S 29150 29152 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279156928 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728058681080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29165] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29165/stat : 29165 (java) S 29150 29152 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279156928 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728057628168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29166] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29166/stat : 29166 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156931 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728056576656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29167] ppid=29150 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/29152/task/29167/stat : 29167 (java) S 29150 29152 28151 0 -1 4202560 1381 0 0 0 27 0 0 0 20 0 19 0 279156931 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728055523768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29168] ppid=29150 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/29152/task/29168/stat : 29168 (java) S 29150 29152 28151 0 -1 4202560 2737 0 0 0 30 0 0 0 20 0 19 0 279156931 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728054470968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29169] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29169/stat : 29169 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156931 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728053418360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29170] ppid=29150 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/29152/task/29170/stat : 29170 (java) S 29150 29152 28151 0 -1 4202560 102 0 0 0 31 36 0 0 20 0 19 0 279156931 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728052365768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29171] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29171/stat : 29171 (java) S 29150 29152 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279156949 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728051312296 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 29268
/proc/meminfo: memFree=29844748/32873844 swapFree=6600/6600
[pid=29152] ppid=29150 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/29152/stat : 29152 (java) S 29150 29152 28151 0 -1 4202496 23951 0 1 0 179887 117 0 0 20 0 19 0 279156924 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 140734810447232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29152/statm: 2406251 153108 2276 9 0 2396937 0
[pid=29152/tid=29154] ppid=29150 vsize=9625004 CPUtime=1767 cores=0,2,4,6
/proc/29152/task/29154/stat : 29154 (java) R 29150 29152 28151 0 -1 4202560 3008 0 1 0 176669 31 0 0 20 0 19 0 279156926 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728235527672 139728175717555 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29155] ppid=29150 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/29152/task/29155/stat : 29155 (java) S 29150 29152 28151 0 -1 4202560 1984 0 0 0 289 10 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728174259240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29156] ppid=29150 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/29152/task/29156/stat : 29156 (java) S 29150 29152 28151 0 -1 4202560 2726 0 0 0 286 10 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728173206440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29157] ppid=29150 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/29152/task/29157/stat : 29157 (java) S 29150 29152 28151 0 -1 4202560 1431 0 0 0 291 11 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728172153640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29158] ppid=29150 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/29152/task/29158/stat : 29158 (java) S 29150 29152 28151 0 -1 4202560 1492 0 0 0 294 11 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728076356264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29159] ppid=29150 vsize=9625004 CPUtime=2.92 cores=0,2,4,6
/proc/29152/task/29159/stat : 29159 (java) S 29150 29152 28151 0 -1 4202560 1065 0 0 0 283 9 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728075303464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29160] ppid=29150 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/29152/task/29160/stat : 29160 (java) S 29150 29152 28151 0 -1 4202560 2198 0 0 0 294 11 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728074250664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29161] ppid=29150 vsize=9625004 CPUtime=3.24 cores=0,2,4,6
/proc/29152/task/29161/stat : 29161 (java) S 29150 29152 28151 0 -1 4202560 2378 0 0 0 312 12 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728073197864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29162] ppid=29150 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/29152/task/29162/stat : 29162 (java) S 29150 29152 28151 0 -1 4202560 1420 0 0 0 287 9 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728072145064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29163] ppid=29150 vsize=9625004 CPUtime=3.37 cores=0,2,4,6
/proc/29152/task/29163/stat : 29163 (java) S 29150 29152 28151 0 -1 4202560 842 0 0 0 330 7 0 0 20 0 19 0 279156928 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728059735016 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29164] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29164/stat : 29164 (java) S 29150 29152 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279156928 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728058681080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29165] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29165/stat : 29165 (java) S 29150 29152 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279156928 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728057628168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29166] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29166/stat : 29166 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156931 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728056576656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29167] ppid=29150 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/29152/task/29167/stat : 29167 (java) S 29150 29152 28151 0 -1 4202560 1381 0 0 0 27 0 0 0 20 0 19 0 279156931 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728055523768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29168] ppid=29150 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/29152/task/29168/stat : 29168 (java) S 29150 29152 28151 0 -1 4202560 2737 0 0 0 30 0 0 0 20 0 19 0 279156931 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728054470968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29169] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29169/stat : 29169 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156931 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728053418360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29170] ppid=29150 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/29152/task/29170/stat : 29170 (java) S 29150 29152 28151 0 -1 4202560 102 0 0 0 31 36 0 0 20 0 19 0 279156931 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728052365768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29171] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29171/stat : 29171 (java) S 29150 29152 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279156949 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728051312296 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004
Sleeping 2 seconds

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

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 29268
/proc/meminfo: memFree=29844748/32873844 swapFree=6600/6600
[pid=29152] ppid=29150 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/29152/stat : 29152 (java) S 29150 29152 28151 0 -1 4202496 23951 0 1 0 179887 117 0 0 20 0 19 0 279156924 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 140734810447232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29152/statm: 2406251 153108 2276 9 0 2396937 0
[pid=29152/tid=29154] ppid=29150 vsize=9625004 CPUtime=1767 cores=0,2,4,6
/proc/29152/task/29154/stat : 29154 (java) R 29150 29152 28151 0 -1 4202560 3008 0 1 0 176669 31 0 0 20 0 19 0 279156926 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728235527672 139728175717555 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29155] ppid=29150 vsize=9625004 CPUtime=2.99 cores=0,2,4,6
/proc/29152/task/29155/stat : 29155 (java) S 29150 29152 28151 0 -1 4202560 1984 0 0 0 289 10 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728174259240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29156] ppid=29150 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/29152/task/29156/stat : 29156 (java) S 29150 29152 28151 0 -1 4202560 2726 0 0 0 286 10 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728173206440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29157] ppid=29150 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/29152/task/29157/stat : 29157 (java) S 29150 29152 28151 0 -1 4202560 1431 0 0 0 291 11 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728172153640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29158] ppid=29150 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/29152/task/29158/stat : 29158 (java) S 29150 29152 28151 0 -1 4202560 1492 0 0 0 294 11 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728076356264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29159] ppid=29150 vsize=9625004 CPUtime=2.92 cores=0,2,4,6
/proc/29152/task/29159/stat : 29159 (java) S 29150 29152 28151 0 -1 4202560 1065 0 0 0 283 9 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728075303464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29160] ppid=29150 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/29152/task/29160/stat : 29160 (java) S 29150 29152 28151 0 -1 4202560 2198 0 0 0 294 11 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728074250664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29161] ppid=29150 vsize=9625004 CPUtime=3.24 cores=0,2,4,6
/proc/29152/task/29161/stat : 29161 (java) S 29150 29152 28151 0 -1 4202560 2378 0 0 0 312 12 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728073197864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29162] ppid=29150 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/29152/task/29162/stat : 29162 (java) S 29150 29152 28151 0 -1 4202560 1420 0 0 0 287 9 0 0 20 0 19 0 279156927 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728072145064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29152/tid=29163] ppid=29150 vsize=9625004 CPUtime=3.37 cores=0,2,4,6
/proc/29152/task/29163/stat : 29163 (java) S 29150 29152 28151 0 -1 4202560 842 0 0 0 330 7 0 0 20 0 19 0 279156928 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728059735016 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29164] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29164/stat : 29164 (java) S 29150 29152 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279156928 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728058681080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29165] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29165/stat : 29165 (java) S 29150 29152 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279156928 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728057628168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29166] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29166/stat : 29166 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156931 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728056576656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29167] ppid=29150 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/29152/task/29167/stat : 29167 (java) S 29150 29152 28151 0 -1 4202560 1381 0 0 0 27 0 0 0 20 0 19 0 279156931 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728055523768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29168] ppid=29150 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/29152/task/29168/stat : 29168 (java) S 29150 29152 28151 0 -1 4202560 2737 0 0 0 30 0 0 0 20 0 19 0 279156931 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728054470968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29152/tid=29169] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29169/stat : 29169 (java) S 29150 29152 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279156931 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728053418360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29152/tid=29170] ppid=29150 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/29152/task/29170/stat : 29170 (java) S 29150 29152 28151 0 -1 4202560 102 0 0 0 31 36 0 0 20 0 19 0 279156931 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728052365768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29152/tid=29171] ppid=29150 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29152/task/29171/stat : 29171 (java) S 29150 29152 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279156949 9856004096 153108 33554432000 1073741824 1073778376 140734810456096 139728051312296 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1782.35
CPU time (s): 1800.04
CPU user time (s): 1798.87
CPU system time (s): 1.17
CPU usage (%): 100.993
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.43
system time used= 1.71074
maximum resident set size= 628028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24082
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51148
involuntary context switches= 51636

runsolver used 6.00009 second user time and 15.2057 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 16:52:01
IDJOB=3709714
IDBENCH=1426
IDSOLVER=2289
FILE ID=node140/3709714-1338130321
RUNJOBID= node140-1338124688-28167
PBS_JOBID= 14624514
Free space on /tmp= 71336 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_36_pb.cnf.cr.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-3709714-1338130321/watcher-3709714-1338130321 -o /tmp/evaluation-result-3709714-1338130321/solver-3709714-1338130321 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709714-1338130321.opb

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

MD5SUM BENCH= 63dafaa5a785f38064ac19ced11339d2
RANDOM SEED=1151351997

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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:        30555628 kB
Buffers:          381448 kB
Cached:           704156 kB
SwapCached:         1492 kB
Active:          1213744 kB
Inactive:         245736 kB
Active(anon):     366068 kB
Inactive(anon):     8612 kB
Active(file):     847676 kB
Inactive(file):   237124 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:        445192 kB
Mapped:            19984 kB
Shmem:                 8 kB
Slab:             718488 kB
SReclaimable:     160564 kB
SUnreclaim:       557924 kB
KernelStack:        1760 kB
PageTables:         4988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    411648 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= 71316 MiB
End job on node140 at 2012-05-27 17:21:45