Trace number 3689571

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 NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.01 1793.77

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-stp3d.opb
MD5SUM1cc8070e576e6483e1f532bdbbfa41dd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576266096
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576266096
Number of bits of the biggest sum of numbers33
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c No reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3689571-1337891660.opb
0.00/0.10	c reading problem ... 
18.21/16.08	c ... done. Wall clock time 15.989s.
18.21/16.08	c declared #vars     204880
18.21/16.08	c #constraints  184017
18.21/16.08	c constraints type 
18.21/16.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
18.21/16.08	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3552
18.21/16.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 51151
18.21/16.08	c ignored satisfied constraints => 3556
18.21/16.08	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
18.21/16.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 129278
18.21/16.08	c 187573 constraints processed.
18.21/16.08	c objective function length is 75648 literals
24.29/21.68	c cleaning 2453 clauses out of 4976 with flag 5001/5001
28.29/25.53	c cleaning 4197 clauses out of 8511 with flag 11000/11000
32.14/29.38	c cleaning 5600 clauses out of 11307 with flag 18000/18000
36.78/33.93	c cleaning 6833 clauses out of 13701 with flag 26000/26000
42.87/39.91	c cleaning 7849 clauses out of 15865 with flag 35000/35000
48.21/45.22	c cleaning 8883 clauses out of 18012 with flag 45000/45000
54.24/51.27	c cleaning 10012 clauses out of 20127 with flag 56003/56003
60.48/57.47	c cleaning 10898 clauses out of 22109 with flag 68000/68000
67.71/64.68	c cleaning 11929 clauses out of 24207 with flag 81001/81001
74.98/71.80	c cleaning 12987 clauses out of 26277 with flag 95001/95001
84.33/81.10	c cleaning 14032 clauses out of 28289 with flag 110000/110000
92.86/89.60	c cleaning 14913 clauses out of 30257 with flag 126001/126001
101.51/98.23	c cleaning 16008 clauses out of 32341 with flag 143000/143000
112.05/108.77	c cleaning 16955 clauses out of 34331 with flag 161001/161001
124.09/120.74	c cleaning 17956 clauses out of 36370 with flag 180001/180001
135.45/132.09	c cleaning 18944 clauses out of 38413 with flag 200001/200001
148.69/145.24	c cleaning 20074 clauses out of 40467 with flag 221000/221000
159.63/156.11	c cleaning 21106 clauses out of 42392 with flag 243000/243000
173.01/169.41	c cleaning 21998 clauses out of 44284 with flag 266002/266002
186.37/182.76	c cleaning 23051 clauses out of 46287 with flag 290003/290003
199.80/196.13	c cleaning 24038 clauses out of 48233 with flag 315000/315000
214.86/211.15	c cleaning 25045 clauses out of 50195 with flag 341001/341001
232.21/228.43	c cleaning 25909 clauses out of 52149 with flag 368001/368001
250.59/246.71	c cleaning 27019 clauses out of 54237 with flag 396000/396000
271.64/267.77	c cleaning 27807 clauses out of 56218 with flag 425001/425001
293.27/289.38	c cleaning 28981 clauses out of 58409 with flag 455000/455000
315.21/311.30	c cleaning 30106 clauses out of 60426 with flag 486002/486002
336.17/332.17	c cleaning 31038 clauses out of 62321 with flag 518005/518005
356.39/352.40	c cleaning 31861 clauses out of 64277 with flag 551001/551001
379.06/374.97	c cleaning 33104 clauses out of 66413 with flag 585001/585001
398.99/394.88	c cleaning 33949 clauses out of 68305 with flag 620000/620000
423.83/419.61	c cleaning 35028 clauses out of 70355 with flag 656000/656000
449.96/445.75	c cleaning 35951 clauses out of 72328 with flag 693003/693003
477.61/473.31	c cleaning 36970 clauses out of 74374 with flag 731001/731001
515.56/511.21	c cleaning 38090 clauses out of 76404 with flag 770001/770001
548.50/544.14	c cleaning 38941 clauses out of 78313 with flag 810001/810001
575.67/571.26	c cleaning 39879 clauses out of 80368 with flag 851001/851001
602.80/598.40	c cleaning 41016 clauses out of 82487 with flag 893000/893000
634.77/630.30	c cleaning 41641 clauses out of 84471 with flag 936000/936000
668.35/663.75	c cleaning 43059 clauses out of 86828 with flag 980000/980000
699.86/695.16	c cleaning 44242 clauses out of 88768 with flag 1025000/1025000
726.30/721.54	c cleaning 44965 clauses out of 90527 with flag 1071001/1071001
756.55/751.71	c cleaning 46087 clauses out of 92561 with flag 1118000/1118000
786.48/781.69	c cleaning 47009 clauses out of 94474 with flag 1166001/1166001
829.62/824.73	c cleaning 48015 clauses out of 96463 with flag 1215000/1215000
864.66/859.77	c cleaning 49040 clauses out of 98448 with flag 1265001/1265001
911.66/906.65	c cleaning 49906 clauses out of 100406 with flag 1316000/1316000
941.21/936.15	c cleaning 50841 clauses out of 102500 with flag 1368000/1368000
972.77/967.68	c cleaning 51864 clauses out of 104661 with flag 1421004/1421004
1007.34/1002.13	c cleaning 53135 clauses out of 106797 with flag 1475004/1475004
1043.91/1038.69	c cleaning 54183 clauses out of 108656 with flag 1530001/1530001
1085.60/1080.23	c cleaning 55023 clauses out of 110472 with flag 1586000/1586000
1130.44/1125.05	c cleaning 56037 clauses out of 112449 with flag 1643000/1643000
1172.28/1166.87	c cleaning 56825 clauses out of 114412 with flag 1701000/1701000
1217.02/1211.60	c cleaning 58240 clauses out of 116586 with flag 1760000/1760000
1267.39/1261.81	c cleaning 58909 clauses out of 118345 with flag 1820000/1820000
1319.01/1313.37	c cleaning 59901 clauses out of 120436 with flag 1881000/1881000
1363.97/1358.25	c cleaning 60975 clauses out of 122536 with flag 1943001/1943001
1409.88/1404.05	c cleaning 61988 clauses out of 124564 with flag 2006004/2006004
1457.82/1451.95	c cleaning 63057 clauses out of 126575 with flag 2070003/2070003
1503.65/1497.70	c cleaning 63929 clauses out of 128514 with flag 2135000/2135000
1599.62/1593.61	c cleaning 64917 clauses out of 130585 with flag 2201000/2201000
1691.32/1685.26	c cleaning 65901 clauses out of 132669 with flag 2268001/2268001
1775.93/1769.74	c cleaning 67081 clauses out of 134768 with flag 2336001/2336001
1800.01/1793.71	c starts		: 224
1800.01/1793.71	c conflicts		: 2373697
1800.01/1793.71	c decisions		: 8029611
1800.01/1793.71	c propagations		: 6150746100
1800.01/1793.71	c inspects		: 8560054180
1800.01/1793.71	c shortcuts		: 0
1800.01/1793.71	c learnt literals	: 137
1800.01/1793.71	c learnt binary clauses	: 4292
1800.01/1793.71	c learnt ternary clauses	: 19872
1800.01/1793.71	c learnt constraints	: 2373560
1800.01/1793.71	c ignored constraints	: 0
1800.01/1793.71	c root simplifications	: 0
1800.01/1793.71	c removed literals (reason simplification)	: 0
1800.01/1793.71	c reason swapping (by a shorter reason)	: 0
1800.01/1793.71	c Calls to reduceDB	: 64
1800.01/1793.71	c number of reductions to clauses (during analyze)	: 0
1800.01/1793.71	c number of learned constraints concerned by reduction	: 0
1800.01/1793.71	c number of learning phase by resolution	: 0
1800.01/1793.71	c number of learning phase by cutting planes	: 0
1800.01/1793.71	c speed (assignments/second)	: 3460324.356148446
1800.01/1793.71	c non guided choices	531770
1800.01/1793.75	c learnt constraints type 
1800.01/1793.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4292
1800.01/1793.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 101125
1800.01/1793.75	c constraints type 
1800.01/1793.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
1800.01/1793.75	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3552
1800.01/1793.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 51151
1800.01/1793.75	c ignored satisfied constraints => 3556
1800.01/1793.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
1800.01/1793.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 129278
1800.01/1793.75	c 187573 constraints processed.
1800.01/1793.75	s UNKNOWN
1800.01/1793.75	c Total wall clock time (in seconds): 1793.658

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-3689571-1337891660/watcher-3689571-1337891660 -o /tmp/evaluation-result-3689571-1337891660/solver-3689571-1337891660 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689571-1337891660.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.09 2.02 2.24 3/193 31979
/proc/meminfo: memFree=28525044/32873648 swapFree=6596/6596
[pid=31979] ppid=31977 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/31979/stat : 31979 (java) R 31977 31979 25418 0 -1 4202496 1010 0 0 0 0 0 0 0 20 0 1 0 255290493 23793664 738 33554432000 1073741824 1073778376 140734145771840 140734145760904 140395770392567 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31979/statm: 5809 745 547 9 0 128 0

[startup+0.014165 s]
/proc/loadavg: 2.09 2.02 2.24 3/193 31979
/proc/meminfo: memFree=28525044/32873648 swapFree=6596/6596
[pid=31979] ppid=31977 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/31979/stat : 31979 (java) S 31977 31979 25418 0 -1 4202496 2200 0 1 0 0 0 0 0 20 0 10 0 255290493 9231130624 2902 33554432000 1073741824 1073778376 140734145771840 140734145762976 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31979/statm: 2253695 2903 1060 9 0 2244804 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.10029 s]
/proc/loadavg: 2.09 2.02 2.24 3/193 31979
/proc/meminfo: memFree=28525044/32873648 swapFree=6596/6596
[pid=31979] ppid=31977 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/31979/stat : 31979 (java) S 31977 31979 25418 0 -1 4202496 4458 0 1 0 10 1 0 0 20 0 18 0 255290493 9787813888 6131 33554432000 1073741824 1073778376 140734145771840 140734145762976 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31979/statm: 2389603 6131 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300281 s]
/proc/loadavg: 2.09 2.02 2.24 3/193 31979
/proc/meminfo: memFree=28525044/32873648 swapFree=6596/6596
[pid=31979] ppid=31977 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/31979/stat : 31979 (java) S 31977 31979 25418 0 -1 4202496 5478 0 1 0 44 2 0 0 20 0 18 0 255290493 9787813888 15293 33554432000 1073741824 1073778376 140734145771840 140734145762976 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31979/statm: 2389603 15293 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700267 s]
/proc/loadavg: 2.09 2.02 2.24 3/193 31979
/proc/meminfo: memFree=28525044/32873648 swapFree=6596/6596
[pid=31979] ppid=31977 vsize=9558412 CPUtime=1.2 cores=0,2,4,6
/proc/31979/stat : 31979 (java) S 31977 31979 25418 0 -1 4202496 6031 0 1 0 107 13 0 0 20 0 18 0 255290493 9787813888 84698 33554432000 1073741824 1073778376 140734145771840 140734145762976 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31979/statm: 2389603 84698 2236 9 0 2380296 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9558412

[startup+1.50074 s]
/proc/loadavg: 2.24 2.05 2.25 3/211 31997
/proc/meminfo: memFree=27774804/32873648 swapFree=6596/6596
[pid=31979] ppid=31977 vsize=9558412 CPUtime=2.26 cores=0,2,4,6
/proc/31979/stat : 31979 (java) S 31977 31979 25418 0 -1 4202496 7311 0 1 0 194 32 0 0 20 0 18 0 255290493 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140734145762976 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31979/statm: 2389603 275969 2236 9 0 2380296 0
[pid=31979/tid=31981] ppid=31977 vsize=9558412 CPUtime=1.29 cores=0,2,4,6
/proc/31979/task/31981/stat : 31981 (java) R 31977 31979 25418 0 -1 4202560 2898 0 1 0 114 15 0 0 20 0 18 0 255290494 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395762415944 140395585594085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31979/tid=31982] ppid=31977 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/31979/task/31982/stat : 31982 (java) S 31977 31979 25418 0 -1 4202560 57 0 0 0 4 3 0 0 20 0 18 0 255290494 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395723909800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31983] ppid=31977 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/31979/task/31983/stat : 31983 (java) S 31977 31979 25418 0 -1 4202560 56 0 0 0 6 2 0 0 20 0 18 0 255290494 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395722857256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31984] ppid=31977 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/31979/task/31984/stat : 31984 (java) S 31977 31979 25418 0 -1 4202560 50 0 0 0 6 2 0 0 20 0 18 0 255290494 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395721804712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31985] ppid=31977 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/31979/task/31985/stat : 31985 (java) S 31977 31979 25418 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 18 0 255290494 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395720752168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31986] ppid=31977 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/31979/task/31986/stat : 31986 (java) S 31977 31979 25418 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 18 0 255290494 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395719698600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31987] ppid=31977 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/31979/task/31987/stat : 31987 (java) S 31977 31979 25418 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 18 0 255290494 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395718646056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31988] ppid=31977 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/31979/task/31988/stat : 31988 (java) S 31977 31979 25418 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 18 0 255290494 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395717593512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31989] ppid=31977 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/31979/task/31989/stat : 31989 (java) S 31977 31979 25418 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 18 0 255290494 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395716540968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31990] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31990/stat : 31990 (java) S 31977 31979 25418 0 -1 4202560 955 0 0 0 0 0 0 0 20 0 18 0 255290495 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395704130152 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31991] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31991/stat : 31991 (java) S 31977 31979 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255290496 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395585463928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31992] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31992/stat : 31992 (java) S 31977 31979 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255290496 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395584411272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31993] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31993/stat : 31993 (java) S 31977 31979 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255290498 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395583360016 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31994] ppid=31977 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/31979/task/31994/stat : 31994 (java) R 31977 31979 25418 0 -1 4202560 847 0 0 0 14 0 0 0 20 0 18 0 255290498 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395582306360 140395769404957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31995] ppid=31977 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/31979/task/31995/stat : 31995 (java) S 31977 31979 25418 0 -1 4202560 1090 0 0 0 12 0 0 0 20 0 18 0 255290498 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395581253816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31996] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31996/stat : 31996 (java) S 31977 31979 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255290498 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395580201464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31997] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31997/stat : 31997 (java) S 31977 31979 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255290498 9787813888 275969 33554432000 1073741824 1073778376 140734145771840 140395579149128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9558412

[startup+3.10075 s]
/proc/loadavg: 2.24 2.05 2.25 3/211 31997
/proc/meminfo: memFree=27174416/32873648 swapFree=6596/6596
[pid=31979] ppid=31977 vsize=9558412 CPUtime=4.83 cores=0,2,4,6
/proc/31979/stat : 31979 (java) S 31977 31979 25418 0 -1 4202496 13166 0 1 0 424 59 0 0 20 0 18 0 255290493 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140734145762976 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31979/statm: 2389603 551079 2255 9 0 2380296 0
[pid=31979/tid=31981] ppid=31977 vsize=9558412 CPUtime=2.64 cores=0,2,4,6
/proc/31979/task/31981/stat : 31981 (java) R 31977 31979 25418 0 -1 4202560 3392 0 1 0 234 30 0 0 20 0 18 0 255290494 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395762416168 140395770182746 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31979/tid=31982] ppid=31977 vsize=9558412 CPUtime=0.21 cores=0,2,4,6
/proc/31979/task/31982/stat : 31982 (java) S 31977 31979 25418 0 -1 4202560 435 0 0 0 17 4 0 0 20 0 18 0 255290494 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395723909800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31983] ppid=31977 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/31979/task/31983/stat : 31983 (java) S 31977 31979 25418 0 -1 4202560 352 0 0 0 14 3 0 0 20 0 18 0 255290494 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395722857256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31984] ppid=31977 vsize=9558412 CPUtime=0.21 cores=0,2,4,6
/proc/31979/task/31984/stat : 31984 (java) S 31977 31979 25418 0 -1 4202560 376 0 0 0 17 4 0 0 20 0 18 0 255290494 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395721804712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31985] ppid=31977 vsize=9558412 CPUtime=0.22 cores=0,2,4,6
/proc/31979/task/31985/stat : 31985 (java) S 31977 31979 25418 0 -1 4202560 94 0 0 0 18 4 0 0 20 0 18 0 255290494 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395720752168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31986] ppid=31977 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/31979/task/31986/stat : 31986 (java) S 31977 31979 25418 0 -1 4202560 57 0 0 0 13 3 0 0 20 0 18 0 255290494 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395719698600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31987] ppid=31977 vsize=9558412 CPUtime=0.2 cores=0,2,4,6
/proc/31979/task/31987/stat : 31987 (java) S 31977 31979 25418 0 -1 4202560 555 0 0 0 17 3 0 0 20 0 18 0 255290494 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395718646056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31988] ppid=31977 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/31979/task/31988/stat : 31988 (java) S 31977 31979 25418 0 -1 4202560 78 0 0 0 15 3 0 0 20 0 18 0 255290494 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395717593512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31989] ppid=31977 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/31979/task/31989/stat : 31989 (java) S 31977 31979 25418 0 -1 4202560 86 0 0 0 11 3 0 0 20 0 18 0 255290494 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395716540968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31990] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31990/stat : 31990 (java) S 31977 31979 25418 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 255290495 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395704130152 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31991] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31991/stat : 31991 (java) S 31977 31979 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255290496 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395585463928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31992] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31992/stat : 31992 (java) S 31977 31979 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255290496 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395584411272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31993] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31993/stat : 31993 (java) S 31977 31979 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255290498 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395583360016 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31994] ppid=31977 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/31979/task/31994/stat : 31994 (java) S 31977 31979 25418 0 -1 4202560 2564 0 0 0 28 0 0 0 20 0 18 0 255290498 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395582306360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31995] ppid=31977 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/31979/task/31995/stat : 31995 (java) S 31977 31979 25418 0 -1 4202560 2740 0 0 0 25 0 0 0 20 0 18 0 255290498 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395581253816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31996] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31996/stat : 31996 (java) S 31977 31979 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255290498 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395580201464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31997] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31997/stat : 31997 (java) S 31977 31979 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255290498 9787813888 551079 33554432000 1073741824 1073778376 140734145771840 140395579149128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 9558412

[startup+6.30077 s]
/proc/loadavg: 2.24 2.05 2.25 10/211 31997
/proc/meminfo: memFree=24623896/32873648 swapFree=6596/6596
[pid=31979] ppid=31977 vsize=9558412 CPUtime=8.16 cores=0,2,4,6
/proc/31979/stat : 31979 (java) S 31977 31979 25418 0 -1 4202496 13914 0 1 0 748 68 0 0 20 0 18 0 255290493 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140734145762976 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31979/statm: 2389603 690976 2255 9 0 2380296 0
[pid=31979/tid=31981] ppid=31977 vsize=9558412 CPUtime=5.79 cores=0,2,4,6
/proc/31979/task/31981/stat : 31981 (java) R 31977 31979 25418 0 -1 4202560 4111 0 1 0 540 39 0 0 20 0 18 0 255290494 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395762409376 140395770182743 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31982] ppid=31977 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/31979/task/31982/stat : 31982 (java) S 31977 31979 25418 0 -1 4202560 437 0 0 0 19 4 0 0 20 0 18 0 255290494 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395723909800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31979/tid=31983] ppid=31977 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/31979/task/31983/stat : 31983 (java) S 31977 31979 25418 0 -1 4202560 352 0 0 0 15 3 0 0 20 0 18 0 255290494 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395722857256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31984] ppid=31977 vsize=9558412 CPUtime=0.22 cores=0,2,4,6
/proc/31979/task/31984/stat : 31984 (java) S 31977 31979 25418 0 -1 4202560 377 0 0 0 18 4 0 0 20 0 18 0 255290494 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395721804712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31985] ppid=31977 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/31979/task/31985/stat : 31985 (java) S 31977 31979 25418 0 -1 4202560 95 0 0 0 19 4 0 0 20 0 18 0 255290494 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395720752168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31986] ppid=31977 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/31979/task/31986/stat : 31986 (java) S 31977 31979 25418 0 -1 4202560 57 0 0 0 14 3 0 0 20 0 18 0 255290494 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395719698600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31987] ppid=31977 vsize=9558412 CPUtime=0.22 cores=0,2,4,6
/proc/31979/task/31987/stat : 31987 (java) S 31977 31979 25418 0 -1 4202560 555 0 0 0 18 4 0 0 20 0 18 0 255290494 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395718646056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31988] ppid=31977 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/31979/task/31988/stat : 31988 (java) S 31977 31979 25418 0 -1 4202560 98 0 0 0 16 3 0 0 20 0 18 0 255290494 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395717593512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31989] ppid=31977 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/31979/task/31989/stat : 31989 (java) S 31977 31979 25418 0 -1 4202560 91 0 0 0 14 3 0 0 20 0 18 0 255290494 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395716540968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31990] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31990/stat : 31990 (java) S 31977 31979 25418 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 255290495 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395704130152 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31991] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31991/stat : 31991 (java) S 31977 31979 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255290496 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395585463928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31992] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31992/stat : 31992 (java) S 31977 31979 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255290496 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395584411272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31993] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31993/stat : 31993 (java) S 31977 31979 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255290498 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395583360016 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31994] ppid=31977 vsize=9558412 CPUtime=0.32 cores=0,2,4,6
/proc/31979/task/31994/stat : 31994 (java) S 31977 31979 25418 0 -1 4202560 2564 0 0 0 32 0 0 0 20 0 18 0 255290498 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395582306360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31995] ppid=31977 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/31979/task/31995/stat : 31995 (java) S 31977 31979 25418 0 -1 4202560 2740 0 0 0 27 0 0 0 20 0 18 0 255290498 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395581253816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31996] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31996/stat : 31996 (java) S 31977 31979 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255290498 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395580201464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31997] ppid=31977 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31997/stat : 31997 (java) S 31977 31979 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255290498 9787813888 690976 33554432000 1073741824 1073778376 140734145771840 140395579149128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 2.20 2.05 2.25 3/211 31997
/proc/meminfo: memFree=23154744/32873648 swapFree=6596/6596
[pid=31979] ppid=31977 vsize=9558412 CPUtime=14.76 cores=0,2,4,6
/proc/31979/stat : 31979 (java) S 31977 31979 25418 0 -1 4202496 13986 0 1 0 1406 70 0 0 20 0 18 0 255290493 9787813888 702054 33554432000 1073741824 1073778376 140734145771840 140734145762976 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31979/statm: 2389603 702054 2255 9 0 2380296 0
[pid=31979/tid=31981] ppid=31977 vsize=9558412 CPUtime=12.08 cores=0,2,4,6

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

[pid=31979/tid=31994] ppid=31977 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/31979/task/31994/stat : 31994 (java) S 31977 31979 25418 0 -1 4202560 3518 0 0 0 55 2 0 0 20 0 19 0 255290498 9855975424 723640 33554432000 1073741824 1073778376 140734145771840 140395582306360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31979/tid=31995] ppid=31977 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/31979/task/31995/stat : 31995 (java) S 31977 31979 25418 0 -1 4202560 3215 0 0 0 66 1 0 0 20 0 19 0 255290498 9855975424 723640 33554432000 1073741824 1073778376 140734145771840 140395581253816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31996] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31996/stat : 31996 (java) S 31977 31979 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255290498 9855975424 723640 33554432000 1073741824 1073778376 140734145771840 140395580201464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31997] ppid=31977 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/31979/task/31997/stat : 31997 (java) S 31977 31979 25418 0 -1 4202560 99 0 0 0 30 32 0 0 20 0 19 0 255290498 9855975424 723640 33554432000 1073741824 1073778376 140734145771840 140395579149128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31998] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31998/stat : 31998 (java) S 31977 31979 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255292114 9855975424 723640 33554432000 1073741824 1073778376 140734145771840 140395578094888 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1728.52
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.03 3/192 32047
/proc/meminfo: memFree=25832996/32873648 swapFree=6596/6596
[pid=31979] ppid=31977 vsize=9624976 CPUtime=1788.61 cores=0,2,4,6
/proc/31979/stat : 31979 (java) S 31977 31979 25418 0 -1 4202496 36101 0 1 0 178756 105 0 0 20 0 19 0 255290493 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140734145762976 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31979/statm: 2406244 723645 2282 9 0 2396937 0
[pid=31979/tid=31981] ppid=31977 vsize=9624976 CPUtime=1762.02 cores=0,2,4,6
/proc/31979/task/31981/stat : 31981 (java) R 31977 31979 25418 0 -1 4202560 4219 0 1 0 176136 66 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395762417952 140395586418853 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31979/tid=31982] ppid=31977 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/31979/task/31982/stat : 31982 (java) S 31977 31979 25418 0 -1 4202560 457 0 0 0 83 6 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395723909800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31983] ppid=31977 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/31979/task/31983/stat : 31983 (java) S 31977 31979 25418 0 -1 4202560 381 0 0 0 89 5 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395722857256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31979/tid=31984] ppid=31977 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/31979/task/31984/stat : 31984 (java) S 31977 31979 25418 0 -1 4202560 399 0 0 0 70 5 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395721804712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31985] ppid=31977 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/31979/task/31985/stat : 31985 (java) S 31977 31979 25418 0 -1 4202560 182 0 0 0 77 6 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395720752168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31979/tid=31986] ppid=31977 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/31979/task/31986/stat : 31986 (java) S 31977 31979 25418 0 -1 4202560 137 0 0 0 73 4 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395719698600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31987] ppid=31977 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/31979/task/31987/stat : 31987 (java) S 31977 31979 25418 0 -1 4202560 565 0 0 0 77 4 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395718646056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31988] ppid=31977 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/31979/task/31988/stat : 31988 (java) S 31977 31979 25418 0 -1 4202560 178 0 0 0 83 4 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395717593512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31989] ppid=31977 vsize=9624976 CPUtime=0.85 cores=0,2,4,6
/proc/31979/task/31989/stat : 31989 (java) S 31977 31979 25418 0 -1 4202560 166 0 0 0 81 4 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395716540968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31990] ppid=31977 vsize=9624976 CPUtime=13.81 cores=0,2,4,6
/proc/31979/task/31990/stat : 31990 (java) S 31977 31979 25418 0 -1 4202560 21398 0 0 0 1376 5 0 0 20 0 19 0 255290495 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395704130152 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31991] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31991/stat : 31991 (java) S 31977 31979 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255290496 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395585463928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31992] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31992/stat : 31992 (java) S 31977 31979 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255290496 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395584411272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31993] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31993/stat : 31993 (java) S 31977 31979 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255290498 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395583360016 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31994] ppid=31977 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/31979/task/31994/stat : 31994 (java) S 31977 31979 25418 0 -1 4202560 3518 0 0 0 55 2 0 0 20 0 19 0 255290498 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395582306360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31979/tid=31995] ppid=31977 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/31979/task/31995/stat : 31995 (java) S 31977 31979 25418 0 -1 4202560 3215 0 0 0 66 1 0 0 20 0 19 0 255290498 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395581253816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31996] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31996/stat : 31996 (java) S 31977 31979 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255290498 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395580201464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31997] ppid=31977 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/31979/task/31997/stat : 31997 (java) S 31977 31979 25418 0 -1 4202560 103 0 0 0 32 33 0 0 20 0 19 0 255290498 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395579149128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31998] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31998/stat : 31998 (java) S 31977 31979 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255292114 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395578094888 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1788.61
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.7 s]
/proc/loadavg: 2.06 2.01 2.03 3/192 32047
/proc/meminfo: memFree=25832668/32873648 swapFree=6596/6596
[pid=31979] ppid=31977 vsize=9624976 CPUtime=1800.01 cores=0,2,4,6
/proc/31979/stat : 31979 (java) S 31977 31979 25418 0 -1 4202496 36101 0 1 0 179896 105 0 0 20 0 19 0 255290493 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140734145762976 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31979/statm: 2406244 723645 2282 9 0 2396937 0
[pid=31979/tid=31981] ppid=31977 vsize=9624976 CPUtime=1773.39 cores=0,2,4,6
/proc/31979/task/31981/stat : 31981 (java) R 31977 31979 25418 0 -1 4202560 4219 0 1 0 177273 66 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395762417952 140395585970464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31979/tid=31982] ppid=31977 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/31979/task/31982/stat : 31982 (java) S 31977 31979 25418 0 -1 4202560 457 0 0 0 83 6 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395723909800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31983] ppid=31977 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/31979/task/31983/stat : 31983 (java) S 31977 31979 25418 0 -1 4202560 381 0 0 0 89 5 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395722857256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31979/tid=31984] ppid=31977 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/31979/task/31984/stat : 31984 (java) S 31977 31979 25418 0 -1 4202560 399 0 0 0 70 5 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395721804712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31985] ppid=31977 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/31979/task/31985/stat : 31985 (java) S 31977 31979 25418 0 -1 4202560 182 0 0 0 77 6 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395720752168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31979/tid=31986] ppid=31977 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/31979/task/31986/stat : 31986 (java) S 31977 31979 25418 0 -1 4202560 137 0 0 0 73 4 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395719698600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31987] ppid=31977 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/31979/task/31987/stat : 31987 (java) S 31977 31979 25418 0 -1 4202560 565 0 0 0 77 4 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395718646056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31988] ppid=31977 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/31979/task/31988/stat : 31988 (java) S 31977 31979 25418 0 -1 4202560 178 0 0 0 83 4 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395717593512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31989] ppid=31977 vsize=9624976 CPUtime=0.85 cores=0,2,4,6
/proc/31979/task/31989/stat : 31989 (java) S 31977 31979 25418 0 -1 4202560 166 0 0 0 81 4 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395716540968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31990] ppid=31977 vsize=9624976 CPUtime=13.81 cores=0,2,4,6
/proc/31979/task/31990/stat : 31990 (java) S 31977 31979 25418 0 -1 4202560 21398 0 0 0 1376 5 0 0 20 0 19 0 255290495 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395704130152 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31991] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31991/stat : 31991 (java) S 31977 31979 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255290496 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395585463928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31992] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31992/stat : 31992 (java) S 31977 31979 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255290496 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395584411272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31993] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31993/stat : 31993 (java) S 31977 31979 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255290498 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395583360016 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31994] ppid=31977 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/31979/task/31994/stat : 31994 (java) S 31977 31979 25418 0 -1 4202560 3518 0 0 0 55 2 0 0 20 0 19 0 255290498 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395582306360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31979/tid=31995] ppid=31977 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/31979/task/31995/stat : 31995 (java) S 31977 31979 25418 0 -1 4202560 3215 0 0 0 66 1 0 0 20 0 19 0 255290498 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395581253816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31996] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31996/stat : 31996 (java) S 31977 31979 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255290498 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395580201464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31997] ppid=31977 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/31979/task/31997/stat : 31997 (java) S 31977 31979 25418 0 -1 4202560 103 0 0 0 32 33 0 0 20 0 19 0 255290498 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395579149128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31998] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31998/stat : 31998 (java) S 31977 31979 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255292114 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395578094888 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1793.7 s]
/proc/loadavg: 2.06 2.01 2.03 3/192 32047
/proc/meminfo: memFree=25832668/32873648 swapFree=6596/6596
[pid=31979] ppid=31977 vsize=9624976 CPUtime=1800.01 cores=0,2,4,6
/proc/31979/stat : 31979 (java) S 31977 31979 25418 0 -1 4202496 36101 0 1 0 179896 105 0 0 20 0 19 0 255290493 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140734145762976 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31979/statm: 2406244 723645 2282 9 0 2396937 0
[pid=31979/tid=31981] ppid=31977 vsize=9624976 CPUtime=1773.39 cores=0,2,4,6
/proc/31979/task/31981/stat : 31981 (java) R 31977 31979 25418 0 -1 4202560 4219 0 1 0 177273 66 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395762417952 140395585970464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31979/tid=31982] ppid=31977 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/31979/task/31982/stat : 31982 (java) S 31977 31979 25418 0 -1 4202560 457 0 0 0 83 6 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395723909800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31983] ppid=31977 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/31979/task/31983/stat : 31983 (java) S 31977 31979 25418 0 -1 4202560 381 0 0 0 89 5 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395722857256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31979/tid=31984] ppid=31977 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/31979/task/31984/stat : 31984 (java) S 31977 31979 25418 0 -1 4202560 399 0 0 0 70 5 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395721804712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31985] ppid=31977 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/31979/task/31985/stat : 31985 (java) S 31977 31979 25418 0 -1 4202560 182 0 0 0 77 6 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395720752168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31979/tid=31986] ppid=31977 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/31979/task/31986/stat : 31986 (java) S 31977 31979 25418 0 -1 4202560 137 0 0 0 73 4 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395719698600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31987] ppid=31977 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/31979/task/31987/stat : 31987 (java) S 31977 31979 25418 0 -1 4202560 565 0 0 0 77 4 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395718646056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31988] ppid=31977 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/31979/task/31988/stat : 31988 (java) S 31977 31979 25418 0 -1 4202560 178 0 0 0 83 4 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395717593512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31989] ppid=31977 vsize=9624976 CPUtime=0.85 cores=0,2,4,6
/proc/31979/task/31989/stat : 31989 (java) S 31977 31979 25418 0 -1 4202560 166 0 0 0 81 4 0 0 20 0 19 0 255290494 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395716540968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31990] ppid=31977 vsize=9624976 CPUtime=13.81 cores=0,2,4,6
/proc/31979/task/31990/stat : 31990 (java) S 31977 31979 25418 0 -1 4202560 21398 0 0 0 1376 5 0 0 20 0 19 0 255290495 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395704130152 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31991] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31991/stat : 31991 (java) S 31977 31979 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255290496 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395585463928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31992] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31992/stat : 31992 (java) S 31977 31979 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255290496 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395584411272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31993] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31993/stat : 31993 (java) S 31977 31979 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255290498 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395583360016 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31979/tid=31994] ppid=31977 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/31979/task/31994/stat : 31994 (java) S 31977 31979 25418 0 -1 4202560 3518 0 0 0 55 2 0 0 20 0 19 0 255290498 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395582306360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31979/tid=31995] ppid=31977 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/31979/task/31995/stat : 31995 (java) S 31977 31979 25418 0 -1 4202560 3215 0 0 0 66 1 0 0 20 0 19 0 255290498 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395581253816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31996] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31996/stat : 31996 (java) S 31977 31979 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255290498 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395580201464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31979/tid=31997] ppid=31977 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/31979/task/31997/stat : 31997 (java) S 31977 31979 25418 0 -1 4202560 103 0 0 0 32 33 0 0 20 0 19 0 255290498 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395579149128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31979/tid=31998] ppid=31977 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31979/task/31998/stat : 31998 (java) S 31977 31979 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255292114 9855975424 723645 33554432000 1073741824 1073778376 140734145771840 140395578094888 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1793.77
CPU time (s): 1800.01
CPU user time (s): 1798.96
CPU system time (s): 1.05
CPU usage (%): 100.348
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.57
system time used= 1.60176
maximum resident set size= 2894964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36132
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40885
involuntary context switches= 12727

runsolver used 6.18006 second user time and 14.5628 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-24 22:34:20
IDJOB=3689571
IDBENCH=89904
IDSOLVER=2269
FILE ID=node148/3689571-1337891660
RUNJOBID= node148-1337889854-31232
PBS_JOBID= 14620056
Free space on /tmp= 71380 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-stp3d.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689571-1337891660/watcher-3689571-1337891660 -o /tmp/evaluation-result-3689571-1337891660/solver-3689571-1337891660 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689571-1337891660.opb

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

MD5SUM BENCH= 1cc8070e576e6483e1f532bdbbfa41dd
RANDOM SEED=1212878387

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28525300 kB
Buffers:          251452 kB
Cached:          3040588 kB
SwapCached:            0 kB
Active:          1016116 kB
Inactive:        2522072 kB
Active(anon):     248716 kB
Inactive(anon):        0 kB
Active(file):     767400 kB
Inactive(file):  2522072 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            330100 kB
Writeback:             0 kB
AnonPages:        252840 kB
Mapped:            22384 kB
Shmem:               200 kB
Slab:             659128 kB
SReclaimable:      98492 kB
SUnreclaim:       560636 kB
KernelStack:        1584 kB
PageTables:         4684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     823184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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= 71360 MiB
End job on node148 at 2012-05-24 23:04:16