Trace number 3709715

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.02 1779.35

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr.opb
MD5SUMd3d31f2bec4390bf166702fac3cf6fcc
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.053991
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2800
Total number of constraints150
Number of constraints which are clauses80
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 constraint40
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 41
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.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.07	c version 2.3.2.v20120418
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		501472288
0.02/0.07	c Max memory 		7480803328
0.02/0.07	c Total memory 		504102912
0.02/0.07	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709715-1338126551.opb
0.10/0.11	c reading problem ... 
0.29/0.22	c ... done. Wall clock time 0.113s.
0.29/0.22	c declared #vars     2800
0.29/0.22	c #constraints  150
0.29/0.22	c constraints type 
0.29/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
0.29/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.29/0.22	c 150 constraints processed.
2.30/1.97	c cleaning 2502 clauses out of 5006 with flag 5006/5006
5.37/4.93	c cleaning 4249 clauses out of 8498 with flag 11000/11000
9.24/8.79	c cleaning 5625 clauses out of 11252 with flag 18003/18003
13.21/12.69	c cleaning 6809 clauses out of 13624 with flag 26000/26000
18.95/18.27	c cleaning 7902 clauses out of 15815 with flag 35000/35000
24.36/23.68	c cleaning 8950 clauses out of 17913 with flag 45000/45000
30.90/30.13	c cleaning 9978 clauses out of 19963 with flag 56000/56000
37.96/37.17	c cleaning 10988 clauses out of 21985 with flag 68000/68000
49.74/48.81	c cleaning 11999 clauses out of 24001 with flag 81004/81004
57.71/56.77	c cleaning 12998 clauses out of 26001 with flag 95003/95003
70.09/69.07	c cleaning 13984 clauses out of 28002 with flag 110002/110002
80.27/79.13	c cleaning 15015 clauses out of 30031 with flag 126015/126015
91.94/90.78	c cleaning 15998 clauses out of 32002 with flag 143001/143001
105.59/104.36	c cleaning 16998 clauses out of 34004 with flag 161001/161001
120.09/118.75	c cleaning 18003 clauses out of 36005 with flag 180000/180000
134.60/133.14	c cleaning 18981 clauses out of 38003 with flag 200001/200001
150.49/148.98	c cleaning 20004 clauses out of 40021 with flag 221000/221000
167.30/165.60	c cleaning 21001 clauses out of 42018 with flag 243001/243001
185.16/183.46	c cleaning 22006 clauses out of 44017 with flag 266001/266001
202.28/200.45	c cleaning 23002 clauses out of 46010 with flag 290000/290000
223.37/221.46	c cleaning 23999 clauses out of 48008 with flag 315000/315000
247.49/245.46	c cleaning 24997 clauses out of 50010 with flag 341001/341001
266.94/264.74	c cleaning 26002 clauses out of 52013 with flag 368001/368001
288.97/286.53	c cleaning 27006 clauses out of 54011 with flag 396001/396001
313.13/310.59	c cleaning 27996 clauses out of 56005 with flag 425001/425001
342.08/339.30	c cleaning 28992 clauses out of 58009 with flag 455001/455001
370.80/367.93	c cleaning 30007 clauses out of 60017 with flag 486001/486001
402.77/399.32	c cleaning 31000 clauses out of 62010 with flag 518001/518001
437.52/433.67	c cleaning 32000 clauses out of 64011 with flag 551002/551002
468.18/463.95	c cleaning 33003 clauses out of 66012 with flag 585003/585003
498.40/493.67	c cleaning 33988 clauses out of 68006 with flag 620000/620000
532.33/527.14	c cleaning 35003 clauses out of 70018 with flag 656000/656000
564.13/558.52	c cleaning 36004 clauses out of 72015 with flag 693000/693000
600.32/594.36	c cleaning 37005 clauses out of 74012 with flag 731001/731001
646.83/640.24	c cleaning 37998 clauses out of 76007 with flag 770001/770001
685.40/678.38	c cleaning 39001 clauses out of 78009 with flag 810001/810001
734.80/727.23	c cleaning 40002 clauses out of 80007 with flag 851000/851000
782.71/774.50	c cleaning 41005 clauses out of 82013 with flag 893008/893008
823.47/814.78	c cleaning 41999 clauses out of 84003 with flag 936003/936003
871.38/862.14	c cleaning 42994 clauses out of 86001 with flag 980000/980000
924.78/914.76	c cleaning 44000 clauses out of 88008 with flag 1025001/1025001
1009.46/998.20	c cleaning 45005 clauses out of 90015 with flag 1071008/1071008
1060.63/1048.54	c cleaning 45997 clauses out of 92002 with flag 1118000/1118000
1113.00/1100.27	c cleaning 47006 clauses out of 94014 with flag 1166009/1166009
1161.51/1148.16	c cleaning 47996 clauses out of 96007 with flag 1215008/1215008
1226.48/1212.46	c cleaning 48997 clauses out of 98004 with flag 1265001/1265001
1297.94/1283.22	c cleaning 50002 clauses out of 100014 with flag 1316008/1316008
1353.23/1337.63	c cleaning 50997 clauses out of 102004 with flag 1368000/1368000
1411.26/1394.88	c cleaning 51999 clauses out of 104008 with flag 1421001/1421001
1475.26/1458.07	c cleaning 53005 clauses out of 106009 with flag 1475001/1475001
1545.03/1527.09	c cleaning 54000 clauses out of 108004 with flag 1530001/1530001
1630.00/1611.14	c cleaning 54995 clauses out of 110004 with flag 1586001/1586001
1700.42/1680.83	c cleaning 55997 clauses out of 112008 with flag 1643000/1643000
1787.15/1766.76	c cleaning 57001 clauses out of 114011 with flag 1701000/1701000
1800.02/1779.31	c starts		: 209
1800.02/1779.31	c conflicts		: 1715308
1800.02/1779.31	c decisions		: 1860574
1800.02/1779.31	c propagations		: 87252181
1800.02/1779.31	c inspects		: 6427009255
1800.02/1779.31	c shortcuts		: 0
1800.02/1779.31	c learnt literals	: 0
1800.02/1779.31	c learnt binary clauses	: 0
1800.02/1779.31	c learnt ternary clauses	: 0
1800.02/1779.31	c learnt constraints	: 1715308
1800.02/1779.31	c ignored constraints	: 0
1800.02/1779.31	c root simplifications	: 209
1800.02/1779.31	c removed literals (reason simplification)	: 9540815
1800.02/1779.31	c reason swapping (by a shorter reason)	: 0
1800.02/1779.31	c Calls to reduceDB	: 54
1800.02/1779.31	c number of reductions to clauses (during analyze)	: 0
1800.02/1779.31	c number of learned constraints concerned by reduction	: 0
1800.02/1779.31	c number of learning phase by resolution	: 0
1800.02/1779.31	c number of learning phase by cutting planes	: 0
1800.02/1779.31	c speed (assignments/second)	: 49043.373492621475
1800.02/1779.31	c non guided choices	596
1800.02/1779.34	c learnt constraints type 
1800.02/1779.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71356
1800.02/1779.34	c constraints type 
1800.02/1779.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
1800.02/1779.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
1800.02/1779.34	c 150 constraints processed.
1800.02/1779.34	s UNKNOWN
1800.02/1779.34	c Total wall clock time (in seconds): 1779.231

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-3709715-1338126551/watcher-3709715-1338126551 -o /tmp/evaluation-result-3709715-1338126551/solver-3709715-1338126551 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709715-1338126551.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.06 2.03 2.01 3/194 18081
/proc/meminfo: memFree=27549788/32873660 swapFree=7120/7120
[pid=18081] ppid=18079 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/18081/stat : 18081 (java) S 18079 18081 16973 0 -1 4202496 1218 0 0 0 0 0 0 0 20 0 2 0 278780817 96370688 927 33554432000 1073741824 1073778376 140734816958928 140734816950064 270333411389 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18081/statm: 23528 931 705 9 0 16769 0
[pid=18081/tid=18082] ppid=18079 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18082/stat : 18082 (java) R 18079 18081 16973 0 -1 4202560 83 0 0 0 0 0 0 0 20 0 2 0 278780817 98635776 939 33554432000 1073741824 1073778376 140734816958928 140059456323112 270320893512 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.0330539 s]
/proc/loadavg: 2.06 2.03 2.01 3/194 18081
/proc/meminfo: memFree=27549788/32873660 swapFree=7120/7120
[pid=18081] ppid=18079 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/18081/stat : 18081 (java) S 18079 18081 16973 0 -1 4202496 3014 0 1 0 2 0 0 0 20 0 13 0 278780817 9446973440 3710 33554432000 1073741824 1073778376 140734816958928 140734816950064 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18081/statm: 2306390 3710 1692 9 0 2297091 0
[pid=18081/tid=18082] ppid=18079 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/18081/task/18082/stat : 18082 (java) R 18079 18081 16973 0 -1 4202560 1831 0 1 0 1 0 0 0 20 0 13 0 278780817 9446973440 3710 33554432000 1073741824 1073778376 140734816958928 140059456323824 270333437197 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100297 s]
/proc/loadavg: 2.06 2.03 2.01 3/194 18081
/proc/meminfo: memFree=27549788/32873660 swapFree=7120/7120
[pid=18081] ppid=18079 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/18081/stat : 18081 (java) S 18079 18081 16973 0 -1 4202496 4360 0 1 0 9 1 0 0 20 0 18 0 278780817 9787842560 6037 33554432000 1073741824 1073778376 140734816958928 140734816950064 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18081/statm: 2389610 6037 2122 9 0 2380296 0
[pid=18081/tid=18082] ppid=18079 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/18081/task/18082/stat : 18082 (java) R 18079 18081 16973 0 -1 4202560 2481 0 1 0 7 0 0 0 20 0 18 0 278780817 9787842560 6037 33554432000 1073741824 1073778376 140734816958928 140059456327368 270330094711 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300196 s]
/proc/loadavg: 2.06 2.03 2.01 3/194 18081
/proc/meminfo: memFree=27549788/32873660 swapFree=7120/7120
[pid=18081] ppid=18079 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/18081/stat : 18081 (java) S 18079 18081 16973 0 -1 4202496 6077 0 1 0 52 1 0 0 20 0 19 0 278780817 9856004096 9259 33554432000 1073741824 1073778376 140734816958928 140734816950064 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18081/statm: 2406251 9259 2238 9 0 2396937 0
[pid=18081/tid=18082] ppid=18079 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/18081/task/18082/stat : 18082 (java) R 18079 18081 16973 0 -1 4202560 2519 0 1 0 26 1 0 0 20 0 19 0 278780817 9856004096 9259 33554432000 1073741824 1073778376 140734816958928 140059456328464 140059302977031 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625004

[startup+0.700256 s]
/proc/loadavg: 2.06 2.03 2.01 3/194 18081
/proc/meminfo: memFree=27549788/32873660 swapFree=7120/7120
[pid=18081] ppid=18079 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/18081/stat : 18081 (java) S 18079 18081 16973 0 -1 4202496 6195 0 1 0 105 1 0 0 20 0 19 0 278780817 9856004096 10830 33554432000 1073741824 1073778376 140734816958928 140734816950064 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18081/statm: 2406251 10830 2240 9 0 2396937 0
[pid=18081/tid=18082] ppid=18079 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/18081/task/18082/stat : 18082 (java) R 18079 18081 16973 0 -1 4202560 2522 0 1 0 66 1 0 0 20 0 19 0 278780817 9856004096 10830 33554432000 1073741824 1073778376 140734816958928 140059456328232 140059303451778 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625004

[startup+1.5007 s]
/proc/loadavg: 2.06 2.03 2.01 3/213 18100
/proc/meminfo: memFree=27511216/32873660 swapFree=7120/7120
[pid=18081] ppid=18079 vsize=9625004 CPUtime=1.87 cores=0,2,4,6
/proc/18081/stat : 18081 (java) S 18079 18081 16973 0 -1 4202496 6207 0 1 0 186 1 0 0 20 0 19 0 278780817 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140734816950064 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18081/statm: 2406251 13396 2245 9 0 2396937 0
[pid=18081/tid=18082] ppid=18079 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/18081/task/18082/stat : 18082 (java) R 18079 18081 16973 0 -1 4202560 2528 0 1 0 146 1 0 0 20 0 19 0 278780817 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140059456328328 140059303451781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18084] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18084/stat : 18084 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140059428780968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18085] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18085/stat : 18085 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140059427728424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18086] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18086/stat : 18086 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140059426675368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18081/tid=18087] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18087/stat : 18087 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140059425622824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18088] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18088/stat : 18088 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140059424569768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18089] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18089/stat : 18089 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140059423517224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18090] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18090/stat : 18090 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140059422464168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18091] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18091/stat : 18091 (java) S 18079 18081 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140059291986216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18092] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18092/stat : 18092 (java) S 18079 18081 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278780819 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140058809039720 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18093] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18093/stat : 18093 (java) S 18079 18081 16973 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278780820 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140058807986040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18094] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18094/stat : 18094 (java) S 18079 18081 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278780820 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140058806932872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18095] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18095/stat : 18095 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780822 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140058805881616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18096] ppid=18079 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/18081/task/18096/stat : 18096 (java) R 18079 18081 16973 0 -1 4202560 1221 0 0 0 15 0 0 0 20 0 19 0 278780822 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140058804828472 140059459851263 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18097] ppid=18079 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/18081/task/18097/stat : 18097 (java) S 18079 18081 16973 0 -1 4202560 1257 0 0 0 21 0 0 0 20 0 19 0 278780822 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140058803775928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18098] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18098/stat : 18098 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780822 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140058802723064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18099] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18099/stat : 18099 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780822 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140058801670728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18100] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18100/stat : 18100 (java) S 18079 18081 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278780840 9856004096 13396 33554432000 1073741824 1073778376 140734816958928 140058800617000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625004

[startup+3.10069 s]
/proc/loadavg: 2.06 2.03 2.01 3/213 18100
/proc/meminfo: memFree=27469140/32873660 swapFree=7120/7120
[pid=18081] ppid=18079 vsize=9625004 CPUtime=3.54 cores=0,2,4,6
/proc/18081/stat : 18081 (java) S 18079 18081 16973 0 -1 4202496 6353 0 1 0 351 3 0 0 20 0 19 0 278780817 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140734816950064 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18081/statm: 2406251 22151 2275 9 0 2396937 0
[pid=18081/tid=18082] ppid=18079 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/18081/task/18082/stat : 18082 (java) R 18079 18081 16973 0 -1 4202560 2535 0 1 0 304 1 0 0 20 0 19 0 278780817 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140059456328072 140059303451837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18084] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18084/stat : 18084 (java) S 18079 18081 16973 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140059428780968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18085] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18085/stat : 18085 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140059427728424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18086] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18086/stat : 18086 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140059426675368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18081/tid=18087] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18087/stat : 18087 (java) S 18079 18081 16973 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140059425622824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18088] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18088/stat : 18088 (java) S 18079 18081 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140059424569768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18089] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18089/stat : 18089 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140059423517224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18090] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18090/stat : 18090 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140059422464168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18091] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18091/stat : 18091 (java) S 18079 18081 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140059291986216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18092] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18092/stat : 18092 (java) S 18079 18081 16973 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 278780819 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140058809039720 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18093] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18093/stat : 18093 (java) S 18079 18081 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278780820 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140058807986040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18094] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18094/stat : 18094 (java) S 18079 18081 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780820 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140058806932872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18095] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18095/stat : 18095 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780822 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140058805881616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18096] ppid=18079 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/18081/task/18096/stat : 18096 (java) S 18079 18081 16973 0 -1 4202560 1296 0 0 0 19 0 0 0 20 0 19 0 278780822 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140058804828472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18097] ppid=18079 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/18081/task/18097/stat : 18097 (java) S 18079 18081 16973 0 -1 4202560 1261 0 0 0 22 0 0 0 20 0 19 0 278780822 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140058803775928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18098] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18098/stat : 18098 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780822 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140058802723064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18099] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18099/stat : 18099 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780822 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140058801670728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18100] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18100/stat : 18100 (java) S 18079 18081 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278780840 9856004096 22151 33554432000 1073741824 1073778376 140734816958928 140058800617000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625004

[startup+6.30071 s]
/proc/loadavg: 2.22 2.07 2.02 3/213 18100
/proc/meminfo: memFree=27428016/32873660 swapFree=7120/7120
[pid=18081] ppid=18079 vsize=9625004 CPUtime=6.83 cores=0,2,4,6
/proc/18081/stat : 18081 (java) S 18079 18081 16973 0 -1 4202496 6895 0 1 0 677 6 0 0 20 0 19 0 278780817 9856004096 30713 33554432000 1073741824 1073778376 140734816958928 140734816950064 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18081/statm: 2406251 30713 2275 9 0 2396937 0
[pid=18081/tid=18082] ppid=18079 vsize=9625004 CPUtime=6.2 cores=0,2,4,6
/proc/18081/task/18082/stat : 18082 (java) R 18079 18081 16973 0 -1 4202560 2537 0 1 0 619 1 0 0 20 0 19 0 278780817 9856004096 30713 33554432000 1073741824 1073778376 140734816958928 140059456328200 140059303451846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18084] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18084/stat : 18084 (java) S 18079 18081 16973 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 30713 33554432000 1073741824 1073778376 140734816958928 140059428780968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18081/tid=18085] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18085/stat : 18085 (java) S 18079 18081 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 30713 33554432000 1073741824 1073778376 140734816958928 140059427728424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18086] ppid=18079 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18081/task/18086/stat : 18086 (java) S 18079 18081 16973 0 -1 4202560 105 0 0 0 1 0 0 0 20 0 19 0 278780818 9856004096 30713 33554432000 1073741824 1073778376 140734816958928 140059426675368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18087] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18087/stat : 18087 (java) S 18079 18081 16973 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 30713 33554432000 1073741824 1073778376 140734816958928 140059425622824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18088] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18088/stat : 18088 (java) S 18079 18081 16973 0 -1 4202560 146 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 30713 33554432000 1073741824 1073778376 140734816958928 140059424569768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18089] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18089/stat : 18089 (java) S 18079 18081 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 30713 33554432000 1073741824 1073778376 140734816958928 140059423517224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18090] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18090/stat : 18090 (java) S 18079 18081 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278780818 9856004096 30713 33554432000 1073741824 1073778376 140734816958928 140059422464168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18091] ppid=18079 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18081/task/18091/stat : 18091 (java) S 18079 18081 16973 0 -1 4202560 153 0 0 0 1 0 0 0 20 0 19 0 278780818 9856004096 30713 33554432000 1073741824 1073778376 140734816958928 140059291986216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18092] ppid=18079 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18081/task/18092/stat : 18092 (java) S 18079 18081 16973 0 -1 4202560 38 0 0 0 1 0 0 0 20 0 19 0 278780819 9856004096 30713 33554432000 1073741824 1073778376 140734816958928 140058809039720 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18093] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18093/stat : 18093 (java) S 18079 18081 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278780820 9856004096 30713 33554432000 1073741824 1073778376 140734816958928 140058807986040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18094] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18094/stat : 18094 (java) S 18079 18081 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780820 9856004096 30713 33554432000 1073741824 1073778376 140734816958928 140058806932872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18095] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18095/stat : 18095 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780822 9856004096 30713 33554432000 1073741824 1073778376 140734816958928 140058805881616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18096] ppid=18079 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/18081/task/18096/stat : 18096 (java) S 18079 18081 16973 0 -1 4202560 1296 0 0 0 21 0 0 0 20 0 19 0 278780822 9856004096 30713 33554432000 1073741824 1073778376 140734816958928 140058804828472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18097] ppid=18079 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/18081/task/18097/stat : 18097 (java) S 18079 18081 16973 0 -1 4202560 1261 0 0 0 23 0 0 0 20 0 19 0 278780822 9856004096 30713 33554432000 1073741824 1073778376 140734816958928 140058803775928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=18081/tid=18096] ppid=18079 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/18081/task/18096/stat : 18096 (java) S 18079 18081 16973 0 -1 4202560 2403 0 0 0 32 0 0 0 20 0 19 0 278780822 9856004096 177067 33554432000 1073741824 1073778376 140734816958928 140058804828472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18097] ppid=18079 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/18081/task/18097/stat : 18097 (java) S 18079 18081 16973 0 -1 4202560 1266 0 0 0 23 0 0 0 20 0 19 0 278780822 9856004096 177067 33554432000 1073741824 1073778376 140734816958928 140058803775928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18098] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18098/stat : 18098 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780822 9856004096 177067 33554432000 1073741824 1073778376 140734816958928 140058802723064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18099] ppid=18079 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/18081/task/18099/stat : 18099 (java) S 18079 18081 16973 0 -1 4202560 95 0 0 0 29 30 0 0 20 0 19 0 278780822 9856004096 177067 33554432000 1073741824 1073778376 140734816958928 140058801670728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18100] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18100/stat : 18100 (java) S 18079 18081 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278780840 9856004096 177067 33554432000 1073741824 1073778376 140734816958928 140058800617000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1681.76
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 18137
/proc/meminfo: memFree=26626492/32873660 swapFree=7120/7120
[pid=18081] ppid=18079 vsize=9625004 CPUtime=1742.28 cores=0,2,4,6
/proc/18081/stat : 18081 (java) S 18079 18081 16973 0 -1 4202496 24097 0 1 0 174090 138 0 0 20 0 19 0 278780817 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140734816950064 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18081/statm: 2406251 177428 2276 9 0 2396937 0
[pid=18081/tid=18082] ppid=18079 vsize=9625004 CPUtime=1706.67 cores=0,2,4,6
/proc/18081/task/18082/stat : 18082 (java) R 18079 18081 16973 0 -1 4202560 2996 0 1 0 170637 30 0 0 20 0 19 0 278780817 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140059456327040 140059303454432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18084] ppid=18079 vsize=9625004 CPUtime=3.49 cores=0,2,4,6
/proc/18081/task/18084/stat : 18084 (java) S 18079 18081 16973 0 -1 4202560 1766 0 0 0 336 13 0 0 20 0 19 0 278780818 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140059428780968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18085] ppid=18079 vsize=9625004 CPUtime=3.43 cores=0,2,4,6
/proc/18081/task/18085/stat : 18085 (java) S 18079 18081 16973 0 -1 4202560 1655 0 0 0 330 13 0 0 20 0 19 0 278780818 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140059427728424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18086] ppid=18079 vsize=9625004 CPUtime=3.34 cores=0,2,4,6
/proc/18081/task/18086/stat : 18086 (java) S 18079 18081 16973 0 -1 4202560 1855 0 0 0 325 9 0 0 20 0 19 0 278780818 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140059426675368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18087] ppid=18079 vsize=9625004 CPUtime=3.27 cores=0,2,4,6
/proc/18081/task/18087/stat : 18087 (java) S 18079 18081 16973 0 -1 4202560 1445 0 0 0 317 10 0 0 20 0 19 0 278780818 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140059425622824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18088] ppid=18079 vsize=9625004 CPUtime=3.39 cores=0,2,4,6
/proc/18081/task/18088/stat : 18088 (java) S 18079 18081 16973 0 -1 4202560 2564 0 0 0 327 12 0 0 20 0 19 0 278780818 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140059424569768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18089] ppid=18079 vsize=9625004 CPUtime=3.27 cores=0,2,4,6
/proc/18081/task/18089/stat : 18089 (java) S 18079 18081 16973 0 -1 4202560 2070 0 0 0 315 12 0 0 20 0 19 0 278780818 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140059423517224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18090] ppid=18079 vsize=9625004 CPUtime=3.24 cores=0,2,4,6
/proc/18081/task/18090/stat : 18090 (java) S 18079 18081 16973 0 -1 4202560 1605 0 0 0 313 11 0 0 20 0 19 0 278780818 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140059422464168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18091] ppid=18079 vsize=9625004 CPUtime=3.25 cores=0,2,4,6
/proc/18081/task/18091/stat : 18091 (java) S 18079 18081 16973 0 -1 4202560 2285 0 0 0 311 14 0 0 20 0 19 0 278780818 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140059291986216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18081/tid=18092] ppid=18079 vsize=9625004 CPUtime=3.31 cores=0,2,4,6
/proc/18081/task/18092/stat : 18092 (java) S 18079 18081 16973 0 -1 4202560 901 0 0 0 325 6 0 0 20 0 19 0 278780819 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140058809039720 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18093] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18093/stat : 18093 (java) S 18079 18081 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278780820 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140058807986040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18094] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18094/stat : 18094 (java) S 18079 18081 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780820 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140058806932872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18095] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18095/stat : 18095 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780822 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140058805881616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18096] ppid=18079 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/18081/task/18096/stat : 18096 (java) S 18079 18081 16973 0 -1 4202560 2403 0 0 0 32 0 0 0 20 0 19 0 278780822 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140058804828472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18097] ppid=18079 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/18081/task/18097/stat : 18097 (java) S 18079 18081 16973 0 -1 4202560 1266 0 0 0 23 0 0 0 20 0 19 0 278780822 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140058803775928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18098] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18098/stat : 18098 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780822 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140058802723064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18099] ppid=18079 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/18081/task/18099/stat : 18099 (java) S 18079 18081 16973 0 -1 4202560 99 0 0 0 30 31 0 0 20 0 19 0 278780822 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140058801670728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18100] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18100/stat : 18100 (java) S 18079 18081 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278780840 9856004096 177428 33554432000 1073741824 1073778376 140734816958928 140058800617000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1742.28
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 18138
/proc/meminfo: memFree=26620616/32873660 swapFree=7120/7120
[pid=18081] ppid=18079 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/18081/stat : 18081 (java) S 18079 18081 16973 0 -1 4202496 24147 0 1 0 179861 141 0 0 20 0 19 0 278780817 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140734816950064 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18081/statm: 2406251 178530 2276 9 0 2396937 0
[pid=18081/tid=18082] ppid=18079 vsize=9625004 CPUtime=1763.07 cores=0,2,4,6
/proc/18081/task/18082/stat : 18082 (java) R 18079 18081 16973 0 -1 4202560 3016 0 1 0 176276 31 0 0 20 0 19 0 278780817 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059456327040 140059303451521 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18084] ppid=18079 vsize=9625004 CPUtime=3.62 cores=0,2,4,6
/proc/18081/task/18084/stat : 18084 (java) S 18079 18081 16973 0 -1 4202560 1766 0 0 0 349 13 0 0 20 0 19 0 278780818 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059428780968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18081/tid=18085] ppid=18079 vsize=9625004 CPUtime=3.56 cores=0,2,4,6
/proc/18081/task/18085/stat : 18085 (java) S 18079 18081 16973 0 -1 4202560 1656 0 0 0 342 14 0 0 20 0 19 0 278780818 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059427728424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18086] ppid=18079 vsize=9625004 CPUtime=3.46 cores=0,2,4,6
/proc/18081/task/18086/stat : 18086 (java) S 18079 18081 16973 0 -1 4202560 1864 0 0 0 337 9 0 0 20 0 19 0 278780818 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059426675368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18087] ppid=18079 vsize=9625004 CPUtime=3.38 cores=0,2,4,6
/proc/18081/task/18087/stat : 18087 (java) S 18079 18081 16973 0 -1 4202560 1454 0 0 0 327 11 0 0 20 0 19 0 278780818 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059425622824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18088] ppid=18079 vsize=9625004 CPUtime=3.55 cores=0,2,4,6
/proc/18081/task/18088/stat : 18088 (java) S 18079 18081 16973 0 -1 4202560 2566 0 0 0 342 13 0 0 20 0 19 0 278780818 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059424569768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18089] ppid=18079 vsize=9625004 CPUtime=3.39 cores=0,2,4,6
/proc/18081/task/18089/stat : 18089 (java) S 18079 18081 16973 0 -1 4202560 2070 0 0 0 326 13 0 0 20 0 19 0 278780818 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059423517224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18090] ppid=18079 vsize=9625004 CPUtime=3.35 cores=0,2,4,6
/proc/18081/task/18090/stat : 18090 (java) S 18079 18081 16973 0 -1 4202560 1606 0 0 0 324 11 0 0 20 0 19 0 278780818 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059422464168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18091] ppid=18079 vsize=9625004 CPUtime=3.39 cores=0,2,4,6
/proc/18081/task/18091/stat : 18091 (java) S 18079 18081 16973 0 -1 4202560 2285 0 0 0 325 14 0 0 20 0 19 0 278780818 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059291986216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18092] ppid=18079 vsize=9625004 CPUtime=3.48 cores=0,2,4,6
/proc/18081/task/18092/stat : 18092 (java) S 18079 18081 16973 0 -1 4202560 905 0 0 0 342 6 0 0 20 0 19 0 278780819 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058809039720 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18093] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18093/stat : 18093 (java) S 18079 18081 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278780820 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058807986040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18094] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18094/stat : 18094 (java) S 18079 18081 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780820 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058806932872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18095] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18095/stat : 18095 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780822 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058805881616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18096] ppid=18079 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/18081/task/18096/stat : 18096 (java) S 18079 18081 16973 0 -1 4202560 2403 0 0 0 32 0 0 0 20 0 19 0 278780822 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058804828472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18097] ppid=18079 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/18081/task/18097/stat : 18097 (java) S 18079 18081 16973 0 -1 4202560 1266 0 0 0 23 0 0 0 20 0 19 0 278780822 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058803775928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18098] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18098/stat : 18098 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780822 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058802723064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18099] ppid=18079 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/18081/task/18099/stat : 18099 (java) S 18079 18081 16973 0 -1 4202560 103 0 0 0 31 32 0 0 20 0 19 0 278780822 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058801670728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18100] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18100/stat : 18100 (java) S 18079 18081 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278780840 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058800617000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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+1779.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 18138
/proc/meminfo: memFree=26620616/32873660 swapFree=7120/7120
[pid=18081] ppid=18079 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/18081/stat : 18081 (java) S 18079 18081 16973 0 -1 4202496 24147 0 1 0 179861 141 0 0 20 0 19 0 278780817 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140734816950064 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18081/statm: 2406251 178530 2276 9 0 2396937 0
[pid=18081/tid=18082] ppid=18079 vsize=9625004 CPUtime=1763.07 cores=0,2,4,6
/proc/18081/task/18082/stat : 18082 (java) R 18079 18081 16973 0 -1 4202560 3016 0 1 0 176276 31 0 0 20 0 19 0 278780817 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059456327040 140059303451521 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18084] ppid=18079 vsize=9625004 CPUtime=3.62 cores=0,2,4,6
/proc/18081/task/18084/stat : 18084 (java) S 18079 18081 16973 0 -1 4202560 1766 0 0 0 349 13 0 0 20 0 19 0 278780818 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059428780968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18081/tid=18085] ppid=18079 vsize=9625004 CPUtime=3.56 cores=0,2,4,6
/proc/18081/task/18085/stat : 18085 (java) S 18079 18081 16973 0 -1 4202560 1656 0 0 0 342 14 0 0 20 0 19 0 278780818 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059427728424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18086] ppid=18079 vsize=9625004 CPUtime=3.46 cores=0,2,4,6
/proc/18081/task/18086/stat : 18086 (java) S 18079 18081 16973 0 -1 4202560 1864 0 0 0 337 9 0 0 20 0 19 0 278780818 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059426675368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18087] ppid=18079 vsize=9625004 CPUtime=3.38 cores=0,2,4,6
/proc/18081/task/18087/stat : 18087 (java) S 18079 18081 16973 0 -1 4202560 1454 0 0 0 327 11 0 0 20 0 19 0 278780818 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059425622824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18088] ppid=18079 vsize=9625004 CPUtime=3.55 cores=0,2,4,6
/proc/18081/task/18088/stat : 18088 (java) S 18079 18081 16973 0 -1 4202560 2566 0 0 0 342 13 0 0 20 0 19 0 278780818 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059424569768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18089] ppid=18079 vsize=9625004 CPUtime=3.39 cores=0,2,4,6
/proc/18081/task/18089/stat : 18089 (java) S 18079 18081 16973 0 -1 4202560 2070 0 0 0 326 13 0 0 20 0 19 0 278780818 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059423517224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18090] ppid=18079 vsize=9625004 CPUtime=3.35 cores=0,2,4,6
/proc/18081/task/18090/stat : 18090 (java) S 18079 18081 16973 0 -1 4202560 1606 0 0 0 324 11 0 0 20 0 19 0 278780818 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059422464168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18091] ppid=18079 vsize=9625004 CPUtime=3.39 cores=0,2,4,6
/proc/18081/task/18091/stat : 18091 (java) S 18079 18081 16973 0 -1 4202560 2285 0 0 0 325 14 0 0 20 0 19 0 278780818 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140059291986216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18092] ppid=18079 vsize=9625004 CPUtime=3.48 cores=0,2,4,6
/proc/18081/task/18092/stat : 18092 (java) S 18079 18081 16973 0 -1 4202560 905 0 0 0 342 6 0 0 20 0 19 0 278780819 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058809039720 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18093] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18093/stat : 18093 (java) S 18079 18081 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278780820 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058807986040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18094] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18094/stat : 18094 (java) S 18079 18081 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780820 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058806932872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18095] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18095/stat : 18095 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780822 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058805881616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18096] ppid=18079 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/18081/task/18096/stat : 18096 (java) S 18079 18081 16973 0 -1 4202560 2403 0 0 0 32 0 0 0 20 0 19 0 278780822 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058804828472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18081/tid=18097] ppid=18079 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/18081/task/18097/stat : 18097 (java) S 18079 18081 16973 0 -1 4202560 1266 0 0 0 23 0 0 0 20 0 19 0 278780822 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058803775928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18098] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18098/stat : 18098 (java) S 18079 18081 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780822 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058802723064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18081/tid=18099] ppid=18079 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/18081/task/18099/stat : 18099 (java) S 18079 18081 16973 0 -1 4202560 103 0 0 0 31 32 0 0 20 0 19 0 278780822 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058801670728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18081/tid=18100] ppid=18079 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18081/task/18100/stat : 18100 (java) S 18079 18081 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278780840 9856004096 178530 33554432000 1073741824 1073778376 140734816958928 140058800617000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1779.35
CPU time (s): 1800.02
CPU user time (s): 1798.61
CPU system time (s): 1.41
CPU usage (%): 101.162
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.96
system time used= 1.81272
maximum resident set size= 718280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24189
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51220
involuntary context switches= 57048

runsolver used 9.33058 second user time and 11.9932 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 15:49:11
IDJOB=3709715
IDBENCH=1390
IDSOLVER=2289
FILE ID=node117/3709715-1338126551
RUNJOBID= node117-1338124635-16989
PBS_JOBID= 14624513
Free space on /tmp= 70048 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_40_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-3709715-1338126551/watcher-3709715-1338126551 -o /tmp/evaluation-result-3709715-1338126551/solver-3709715-1338126551 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709715-1338126551.opb

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

MD5SUM BENCH= d3d31f2bec4390bf166702fac3cf6fcc
RANDOM SEED=390225037

node117.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.148
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.29
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.148
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.148
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.148
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.95
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.148
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.91
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.148
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		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        27550696 kB
Buffers:          322276 kB
Cached:          4041144 kB
SwapCached:            0 kB
Active:          2267372 kB
Inactive:        2182660 kB
Active(anon):      77716 kB
Inactive(anon):    11356 kB
Active(file):    2189656 kB
Inactive(file):  2171304 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2040 kB
Writeback:             0 kB
AnonPages:         93276 kB
Mapped:            22604 kB
Shmem:               200 kB
Slab:             735612 kB
SReclaimable:     179272 kB
SUnreclaim:       556340 kB
KernelStack:        1592 kB
PageTables:         4404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     696548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70048 MiB
End job on node117 at 2012-05-27 16:18:52