Trace number 3710414

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.05 1794.74

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_5_ic.opb
MD5SUMd92c3493b3e048f1d4b1212b9868f41b
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 variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 125000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11266082609
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 125000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11266082609
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=true
0.07/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3710414-1338255417.opb
0.07/0.14	c reading problem ... 
0.96/0.60	c ... done. Wall clock time 0.459s.
0.96/0.60	c declared #vars     15725
0.96/0.60	c #constraints  33136
0.96/0.60	c constraints type 
0.96/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
0.96/0.60	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
0.96/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.17/0.60	c ignored satisfied constraints => 3
1.17/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.17/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.17/0.60	c 33139 constraints processed.
4.98/3.93	c cleaning 2501 clauses out of 5001 with flag 5001/5001
8.41/7.10	c cleaning 4251 clauses out of 8501 with flag 11002/11002
12.33/11.03	c cleaning 5621 clauses out of 11248 with flag 18000/18000
17.15/15.89	c cleaning 6812 clauses out of 13627 with flag 26000/26000
22.30/20.91	c cleaning 7901 clauses out of 15815 with flag 35000/35000
26.62/25.26	c cleaning 8952 clauses out of 17914 with flag 45000/45000
32.62/31.23	c cleaning 9973 clauses out of 19963 with flag 56001/56001
38.64/37.24	c cleaning 10991 clauses out of 21990 with flag 68001/68001
45.66/44.26	c cleaning 11995 clauses out of 24002 with flag 81004/81004
53.78/52.39	c cleaning 12999 clauses out of 26003 with flag 95000/95000
62.41/60.98	c cleaning 13997 clauses out of 28005 with flag 110001/110001
69.93/68.49	c cleaning 14993 clauses out of 30007 with flag 126000/126000
77.98/76.42	c cleaning 15997 clauses out of 32014 with flag 143000/143000
87.21/85.69	c cleaning 17006 clauses out of 34017 with flag 161000/161000
97.94/96.38	c cleaning 18003 clauses out of 36011 with flag 180000/180000
109.80/108.12	c cleaning 18994 clauses out of 38008 with flag 200000/200000
120.92/119.28	c cleaning 20005 clauses out of 40014 with flag 221000/221000
130.75/129.02	c cleaning 20995 clauses out of 42010 with flag 243001/243001
140.97/139.21	c cleaning 22001 clauses out of 44014 with flag 266000/266000
154.11/152.31	c cleaning 23000 clauses out of 46014 with flag 290001/290001
167.44/165.60	c cleaning 24001 clauses out of 48013 with flag 315000/315000
183.97/182.19	c cleaning 24994 clauses out of 50012 with flag 341000/341000
196.61/194.72	c cleaning 25995 clauses out of 52019 with flag 368001/368001
211.36/209.42	c cleaning 27007 clauses out of 54026 with flag 396003/396003
227.91/225.92	c cleaning 27998 clauses out of 56017 with flag 425001/425001
246.63/244.62	c cleaning 29007 clauses out of 58021 with flag 455003/455003
263.57/261.52	c cleaning 30001 clauses out of 60011 with flag 486000/486000
282.02/279.95	c cleaning 30999 clauses out of 62011 with flag 518001/518001
301.38/299.25	c cleaning 32002 clauses out of 64014 with flag 551003/551003
318.51/316.36	c cleaning 32998 clauses out of 66012 with flag 585003/585003
338.67/336.47	c cleaning 33996 clauses out of 68011 with flag 620000/620000
356.51/354.27	c cleaning 34999 clauses out of 70015 with flag 656000/656000
375.93/373.60	c cleaning 36006 clauses out of 72016 with flag 693000/693000
394.58/392.22	c cleaning 36999 clauses out of 74010 with flag 731000/731000
412.11/409.71	c cleaning 38003 clauses out of 76013 with flag 770002/770002
432.26/429.88	c cleaning 39000 clauses out of 78011 with flag 810003/810003
460.23/457.78	c cleaning 39999 clauses out of 80011 with flag 851003/851003
483.67/481.13	c cleaning 40988 clauses out of 82009 with flag 893000/893000
508.32/505.73	c cleaning 41999 clauses out of 84022 with flag 936001/936001
533.77/531.19	c cleaning 43007 clauses out of 86024 with flag 980002/980002
556.51/553.87	c cleaning 43991 clauses out of 88015 with flag 1025000/1025000
579.16/576.49	c cleaning 44992 clauses out of 90024 with flag 1071000/1071000
611.42/608.63	c cleaning 46010 clauses out of 92032 with flag 1118000/1118000
641.01/638.20	c cleaning 47004 clauses out of 94022 with flag 1166000/1166000
664.16/661.24	c cleaning 48003 clauses out of 96020 with flag 1215002/1215002
686.23/683.21	c cleaning 48999 clauses out of 98015 with flag 1265000/1265000
711.20/708.13	c cleaning 50002 clauses out of 100019 with flag 1316003/1316003
739.39/736.21	c cleaning 50999 clauses out of 102014 with flag 1368000/1368000
768.02/764.81	c cleaning 51999 clauses out of 104016 with flag 1421001/1421001
801.66/798.43	c cleaning 53002 clauses out of 106017 with flag 1475001/1475001
839.35/836.03	c cleaning 54006 clauses out of 108015 with flag 1530001/1530001
881.78/878.42	c cleaning 54998 clauses out of 110009 with flag 1586001/1586001
916.14/912.74	c cleaning 56001 clauses out of 112010 with flag 1643000/1643000
951.80/948.31	c cleaning 56999 clauses out of 114009 with flag 1701000/1701000
986.96/983.43	c cleaning 57992 clauses out of 116012 with flag 1760002/1760002
1025.49/1021.92	c cleaning 58996 clauses out of 118018 with flag 1820000/1820000
1068.63/1065.01	c cleaning 60006 clauses out of 120022 with flag 1881000/1881000
1107.70/1104.05	c cleaning 61001 clauses out of 122016 with flag 1943000/1943000
1143.97/1140.20	c cleaning 62006 clauses out of 124015 with flag 2006000/2006000
1178.44/1174.68	c cleaning 62995 clauses out of 126009 with flag 2070000/2070000
1224.20/1220.32	c cleaning 64001 clauses out of 128015 with flag 2135001/2135001
1268.45/1264.53	c cleaning 65004 clauses out of 130015 with flag 2201002/2201002
1312.76/1308.71	c cleaning 65990 clauses out of 132010 with flag 2268001/2268001
1358.48/1354.34	c cleaning 66998 clauses out of 134024 with flag 2336005/2336005
1403.38/1399.14	c cleaning 67994 clauses out of 136023 with flag 2405002/2405002
1452.88/1448.58	c cleaning 68998 clauses out of 138028 with flag 2475001/2475001
1499.38/1494.99	c cleaning 70009 clauses out of 140029 with flag 2546000/2546000
1548.90/1544.37	c cleaning 70970 clauses out of 142020 with flag 2618000/2618000
1586.80/1582.18	c cleaning 72022 clauses out of 144051 with flag 2691001/2691001
1628.61/1623.88	c cleaning 72997 clauses out of 146030 with flag 2765002/2765002
1664.53/1659.66	c cleaning 74009 clauses out of 148033 with flag 2840002/2840002
1705.66/1700.69	c cleaning 75002 clauses out of 150023 with flag 2916001/2916001
1748.36/1743.21	c cleaning 76008 clauses out of 152022 with flag 2993002/2993002
1796.28/1791.09	c cleaning 76996 clauses out of 154012 with flag 3071000/3071000
1800.05/1794.71	c starts		: 247
1800.05/1794.71	c conflicts		: 3078397
1800.05/1794.71	c decisions		: 5127483
1800.05/1794.71	c propagations		: 2190352467
1800.05/1794.71	c inspects		: 15410582215
1800.05/1794.71	c shortcuts		: 0
1800.05/1794.71	c learnt literals	: 0
1800.05/1794.71	c learnt binary clauses	: 0
1800.05/1794.71	c learnt ternary clauses	: 0
1800.05/1794.71	c learnt constraints	: 3078397
1800.05/1794.71	c ignored constraints	: 0
1800.05/1794.71	c root simplifications	: 247
1800.05/1794.71	c removed literals (reason simplification)	: 103093560
1800.05/1794.71	c reason swapping (by a shorter reason)	: 0
1800.05/1794.71	c Calls to reduceDB	: 74
1800.05/1794.71	c number of reductions to clauses (during analyze)	: 0
1800.05/1794.71	c number of learned constraints concerned by reduction	: 0
1800.05/1794.71	c number of learning phase by resolution	: 0
1800.05/1794.71	c number of learning phase by cutting planes	: 0
1800.05/1794.71	c speed (assignments/second)	: 1220868.6902692947
1800.05/1794.71	c non guided choices	312
1800.05/1794.74	c learnt constraints type 
1800.05/1794.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 84467
1800.05/1794.74	c constraints type 
1800.05/1794.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.05/1794.74	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.05/1794.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.05/1794.74	c ignored satisfied constraints => 3
1800.05/1794.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.05/1794.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.05/1794.74	c 33139 constraints processed.
1800.05/1794.74	s UNKNOWN
1800.05/1794.74	c Total wall clock time (in seconds): 1794.6

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 10535
/proc/meminfo: memFree=28287104/32873844 swapFree=7620/7620
[pid=10535] ppid=10533 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10535/stat : 10535 (java) D 10533 10535 8308 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 291666090 9515008 182 33554432000 1073741824 1073778376 140736070298048 140736070289080 251044642485 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/10535/statm: 2323 182 140 9 0 71 0

[startup+0.0848419 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 10535
/proc/meminfo: memFree=28287104/32873844 swapFree=7620/7620
[pid=10535] ppid=10533 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10533 10535 8308 0 -1 4202496 3382 0 1 0 5 1 0 0 20 0 18 0 291666090 9787842560 4080 33554432000 1073741824 1073778376 140735214748496 140735214739632 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10535/statm: 2389610 4080 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.100333 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 10535
/proc/meminfo: memFree=28287104/32873844 swapFree=7620/7620
[pid=10535] ppid=10533 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10533 10535 8308 0 -1 4202496 3726 0 1 0 6 1 0 0 20 0 18 0 291666090 9787842560 4424 33554432000 1073741824 1073778376 140735214748496 140735214739632 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10535/statm: 2389610 4424 1938 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300268 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 10535
/proc/meminfo: memFree=28287104/32873844 swapFree=7620/7620
[pid=10535] ppid=10533 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10533 10535 8308 0 -1 4202496 5890 0 1 0 44 1 0 0 20 0 18 0 291666090 9787842560 7994 33554432000 1073741824 1073778376 140735214748496 140735214739632 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10535/statm: 2389610 7994 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700267 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 10535
/proc/meminfo: memFree=28287104/32873844 swapFree=7620/7620
[pid=10535] ppid=10533 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10533 10535 8308 0 -1 4202496 11578 0 1 0 140 3 0 0 20 0 19 0 291666090 9856004096 33093 33554432000 1073741824 1073778376 140735214748496 140735214739632 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10535/statm: 2406251 33093 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9625004

[startup+1.50083 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 10554
/proc/meminfo: memFree=28162736/32873844 swapFree=7620/7620
[pid=10535] ppid=10533 vsize=9625004 CPUtime=2.5 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10533 10535 8308 0 -1 4202496 12873 0 1 0 246 4 0 0 20 0 19 0 291666090 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140735214739632 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10535/statm: 2406251 33656 2258 9 0 2396937 0
[pid=10535/tid=10537] ppid=10533 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/10535/task/10537/stat : 10537 (java) R 10533 10535 8308 0 -1 4202560 2606 0 1 0 143 3 0 0 20 0 19 0 291666091 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140625009963432 140624950227397 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10538] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10538/stat : 10538 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624948693160 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10539] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10539/stat : 10539 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624852105512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10540] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10540/stat : 10540 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624851052968 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10541] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10541/stat : 10541 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624850000424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10542] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10542/stat : 10542 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624848947880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10543] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10543/stat : 10543 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624847895336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10544] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10544/stat : 10544 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624846842792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10545] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10545/stat : 10545 (java) S 10533 10535 8308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624845790248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10546] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10546/stat : 10546 (java) S 10533 10535 8308 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291666094 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624833591400 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10547] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10547/stat : 10547 (java) S 10533 10535 8308 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291666094 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624832537720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10548] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10548/stat : 10548 (java) S 10533 10535 8308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291666094 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624831485064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10549] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10549/stat : 10549 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666097 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624830433808 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10550] ppid=10533 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/10535/task/10550/stat : 10550 (java) S 10533 10535 8308 0 -1 4202560 4429 0 0 0 52 0 0 0 20 0 19 0 291666097 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624829381176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10551] ppid=10533 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/10535/task/10551/stat : 10551 (java) S 10533 10535 8308 0 -1 4202560 4639 0 0 0 48 0 0 0 20 0 19 0 291666097 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624828328632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10552] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10552/stat : 10552 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666097 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624827276280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10553] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10553/stat : 10553 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666097 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624826223944 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10554] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10554/stat : 10554 (java) S 10533 10535 8308 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291666152 9856004096 33656 33554432000 1073741824 1073778376 140735214748496 140624825168680 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9625004

[startup+3.10082 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 10554
/proc/meminfo: memFree=28160316/32873844 swapFree=7620/7620
[pid=10535] ppid=10533 vsize=9625004 CPUtime=4.14 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10533 10535 8308 0 -1 4202496 12884 0 1 0 410 4 0 0 20 0 19 0 291666090 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140735214739632 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10535/statm: 2406251 34177 2261 9 0 2396937 0
[pid=10535/tid=10537] ppid=10533 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/10535/task/10537/stat : 10537 (java) R 10533 10535 8308 0 -1 4202560 2608 0 1 0 303 3 0 0 20 0 19 0 291666091 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140625009963128 140624950487050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10538] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10538/stat : 10538 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624948693160 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10539] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10539/stat : 10539 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624852105512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10540] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10540/stat : 10540 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624851052968 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10541] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10541/stat : 10541 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624850000424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10542] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10542/stat : 10542 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624848947880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10543] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10543/stat : 10543 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624847895336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10544] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10544/stat : 10544 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624846842792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10545] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10545/stat : 10545 (java) S 10533 10535 8308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624845790248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10546] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10546/stat : 10546 (java) S 10533 10535 8308 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291666094 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624833591400 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10547] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10547/stat : 10547 (java) S 10533 10535 8308 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291666094 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624832537720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10548] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10548/stat : 10548 (java) S 10533 10535 8308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291666094 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624831485064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10549] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10549/stat : 10549 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666097 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624830433808 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10550] ppid=10533 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/10535/task/10550/stat : 10550 (java) S 10533 10535 8308 0 -1 4202560 4436 0 0 0 55 0 0 0 20 0 19 0 291666097 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624829381176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10551] ppid=10533 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/10535/task/10551/stat : 10551 (java) S 10533 10535 8308 0 -1 4202560 4641 0 0 0 49 0 0 0 20 0 19 0 291666097 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624828328632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10552] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10552/stat : 10552 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666097 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624827276280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10553] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10553/stat : 10553 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666097 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624826223944 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10554] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10554/stat : 10554 (java) S 10533 10535 8308 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291666152 9856004096 34177 33554432000 1073741824 1073778376 140735214748496 140624825168680 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9625004

[startup+6.30081 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 10554
/proc/meminfo: memFree=28128612/32873844 swapFree=7620/7620
[pid=10535] ppid=10533 vsize=9625004 CPUtime=7.59 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10533 10535 8308 0 -1 4202496 16964 0 1 0 753 6 0 0 20 0 19 0 291666090 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140735214739632 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10535/statm: 2406251 41386 2289 9 0 2396937 0
[pid=10535/tid=10537] ppid=10533 vsize=9625004 CPUtime=6.2 cores=1,3,5,7
/proc/10535/task/10537/stat : 10537 (java) R 10533 10535 8308 0 -1 4202560 2614 0 1 0 617 3 0 0 20 0 19 0 291666091 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140625009963656 140624950227397 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10538] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10538/stat : 10538 (java) S 10533 10535 8308 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624948693160 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10539] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10539/stat : 10539 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624852105512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10540] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10540/stat : 10540 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624851052968 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10541] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10541/stat : 10541 (java) S 10533 10535 8308 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624850000424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10542] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10542/stat : 10542 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624848947880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10543] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10543/stat : 10543 (java) S 10533 10535 8308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624847895336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10544] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10544/stat : 10544 (java) S 10533 10535 8308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624846842792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10545] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10545/stat : 10545 (java) S 10533 10535 8308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291666093 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624845790248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10546] ppid=10533 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/10535/task/10546/stat : 10546 (java) S 10533 10535 8308 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 19 0 291666094 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624833591400 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10547] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10547/stat : 10547 (java) S 10533 10535 8308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291666094 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624832537720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10548] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10548/stat : 10548 (java) S 10533 10535 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291666094 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624831485064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10549] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10549/stat : 10549 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666097 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624830433808 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10550] ppid=10533 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/10535/task/10550/stat : 10550 (java) S 10533 10535 8308 0 -1 4202560 8442 0 0 0 74 0 0 0 20 0 19 0 291666097 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624829381176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10551] ppid=10533 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/10535/task/10551/stat : 10551 (java) S 10533 10535 8308 0 -1 4202560 4645 0 0 0 51 0 0 0 20 0 19 0 291666097 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624828328632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10552] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10552/stat : 10552 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666097 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624827276280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10553] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10553/stat : 10553 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666097 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624826223944 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10554] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10554/stat : 10554 (java) S 10533 10535 8308 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291666152 9856004096 41386 33554432000 1073741824 1073778376 140735214748496 140624825168680 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=10535/tid=10550] ppid=10533 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/10535/task/10550/stat : 10550 (java) S 10533 10535 8308 0 -1 4202560 8442 0 0 0 75 0 0 0 20 0 19 0 291666097 9856004096 71324 33554432000 1073741824 1073778376 140735214748496 140624829381176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10551] ppid=10533 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/10535/task/10551/stat : 10551 (java) S 10533 10535 8308 0 -1 4202560 4659 0 0 0 60 0 0 0 20 0 19 0 291666097 9856004096 71324 33554432000 1073741824 1073778376 140735214748496 140624828328632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10552] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10552/stat : 10552 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666097 9856004096 71324 33554432000 1073741824 1073778376 140735214748496 140624827276280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10553] ppid=10533 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/10535/task/10553/stat : 10553 (java) S 10533 10535 8308 0 -1 4202560 99 0 0 0 50 25 0 0 20 0 19 0 291666097 9856004096 71324 33554432000 1073741824 1073778376 140735214748496 140624826223944 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10554] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10554/stat : 10554 (java) S 10533 10535 8308 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291666152 9856004096 71324 33554432000 1073741824 1073778376 140735214748496 140624825168680 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.44
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 10719
/proc/meminfo: memFree=27639880/32873844 swapFree=7620/7620
[pid=10535] ppid=10533 vsize=9625004 CPUtime=1787.58 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10533 10535 8308 0 -1 4202496 18299 0 1 0 178687 71 0 0 20 0 19 0 291666090 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140735214739632 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10535/statm: 2406251 71333 2290 9 0 2396937 0
[pid=10535/tid=10537] ppid=10533 vsize=9625004 CPUtime=1772.22 cores=1,3,5,7
/proc/10535/task/10537/stat : 10537 (java) R 10533 10535 8308 0 -1 4202560 2684 0 1 0 177193 29 0 0 20 0 19 0 291666091 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140625009963312 140624950452867 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10538] ppid=10533 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/10535/task/10538/stat : 10538 (java) S 10533 10535 8308 0 -1 4202560 348 0 0 0 54 3 0 0 20 0 19 0 291666093 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624948693160 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10539] ppid=10533 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/10535/task/10539/stat : 10539 (java) S 10533 10535 8308 0 -1 4202560 64 0 0 0 47 2 0 0 20 0 19 0 291666093 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624852105512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10540] ppid=10533 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/10535/task/10540/stat : 10540 (java) S 10533 10535 8308 0 -1 4202560 236 0 0 0 48 2 0 0 20 0 19 0 291666093 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624851052968 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10541] ppid=10533 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/10535/task/10541/stat : 10541 (java) S 10533 10535 8308 0 -1 4202560 119 0 0 0 54 2 0 0 20 0 19 0 291666093 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624850000424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10542] ppid=10533 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/10535/task/10542/stat : 10542 (java) S 10533 10535 8308 0 -1 4202560 103 0 0 0 48 3 0 0 20 0 19 0 291666093 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624848947880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10543] ppid=10533 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/10535/task/10543/stat : 10543 (java) S 10533 10535 8308 0 -1 4202560 59 0 0 0 53 4 0 0 20 0 19 0 291666093 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624847895336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10544] ppid=10533 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/10535/task/10544/stat : 10544 (java) S 10533 10535 8308 0 -1 4202560 50 0 0 0 50 2 0 0 20 0 19 0 291666093 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624846842792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10545] ppid=10533 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/10535/task/10545/stat : 10545 (java) S 10533 10535 8308 0 -1 4202560 89 0 0 0 52 3 0 0 20 0 19 0 291666093 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624845790248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10546] ppid=10533 vsize=9625004 CPUtime=4.06 cores=1,3,5,7
/proc/10535/task/10546/stat : 10546 (java) S 10533 10535 8308 0 -1 4202560 159 0 0 0 403 3 0 0 20 0 19 0 291666094 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624833591400 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10547] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10547/stat : 10547 (java) S 10533 10535 8308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291666094 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624832537720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10548] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10548/stat : 10548 (java) S 10533 10535 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291666094 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624831485064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10549] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10549/stat : 10549 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666097 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624830433808 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10550] ppid=10533 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/10535/task/10550/stat : 10550 (java) S 10533 10535 8308 0 -1 4202560 8442 0 0 0 75 0 0 0 20 0 19 0 291666097 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624829381176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10551] ppid=10533 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/10535/task/10551/stat : 10551 (java) S 10533 10535 8308 0 -1 4202560 4659 0 0 0 60 0 0 0 20 0 19 0 291666097 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624828328632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10552] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10552/stat : 10552 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666097 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624827276280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10553] ppid=10533 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/10535/task/10553/stat : 10553 (java) S 10533 10535 8308 0 -1 4202560 102 0 0 0 52 26 0 0 20 0 19 0 291666097 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624826223944 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10554] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10554/stat : 10554 (java) S 10533 10535 8308 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291666152 9856004096 71333 33554432000 1073741824 1073778376 140735214748496 140624825168680 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.58
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 10719
/proc/meminfo: memFree=27639888/32873844 swapFree=7620/7620
[pid=10535] ppid=10533 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10533 10535 8308 0 -1 4202496 18321 0 1 0 179934 71 0 0 20 0 19 0 291666090 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140735214739632 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10535/statm: 2406251 71352 2290 9 0 2396937 0
[pid=10535/tid=10537] ppid=10533 vsize=9625004 CPUtime=1784.5 cores=1,3,5,7
/proc/10535/task/10537/stat : 10537 (java) R 10533 10535 8308 0 -1 4202560 2685 0 1 0 178420 30 0 0 20 0 19 0 291666091 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140625009963312 140624950486983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10538] ppid=10533 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/10535/task/10538/stat : 10538 (java) S 10533 10535 8308 0 -1 4202560 367 0 0 0 55 3 0 0 20 0 19 0 291666093 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624948693160 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10539] ppid=10533 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/10535/task/10539/stat : 10539 (java) S 10533 10535 8308 0 -1 4202560 64 0 0 0 48 2 0 0 20 0 19 0 291666093 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624852105512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10540] ppid=10533 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/10535/task/10540/stat : 10540 (java) S 10533 10535 8308 0 -1 4202560 236 0 0 0 49 2 0 0 20 0 19 0 291666093 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624851052968 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10541] ppid=10533 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/10535/task/10541/stat : 10541 (java) S 10533 10535 8308 0 -1 4202560 119 0 0 0 55 2 0 0 20 0 19 0 291666093 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624850000424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10542] ppid=10533 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/10535/task/10542/stat : 10542 (java) S 10533 10535 8308 0 -1 4202560 103 0 0 0 48 3 0 0 20 0 19 0 291666093 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624848947880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10543] ppid=10533 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/10535/task/10543/stat : 10543 (java) S 10533 10535 8308 0 -1 4202560 59 0 0 0 54 4 0 0 20 0 19 0 291666093 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624847895336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10544] ppid=10533 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/10535/task/10544/stat : 10544 (java) S 10533 10535 8308 0 -1 4202560 50 0 0 0 52 2 0 0 20 0 19 0 291666093 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624846842792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10545] ppid=10533 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/10535/task/10545/stat : 10545 (java) S 10533 10535 8308 0 -1 4202560 89 0 0 0 53 3 0 0 20 0 19 0 291666093 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624845790248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10546] ppid=10533 vsize=9625004 CPUtime=4.14 cores=1,3,5,7
/proc/10535/task/10546/stat : 10546 (java) S 10533 10535 8308 0 -1 4202560 161 0 0 0 411 3 0 0 20 0 19 0 291666094 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624833591400 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10547] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10547/stat : 10547 (java) S 10533 10535 8308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291666094 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624832537720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10548] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10548/stat : 10548 (java) S 10533 10535 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291666094 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624831485064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10549] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10549/stat : 10549 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666097 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624830433808 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10550] ppid=10533 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/10535/task/10550/stat : 10550 (java) S 10533 10535 8308 0 -1 4202560 8442 0 0 0 75 0 0 0 20 0 19 0 291666097 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624829381176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10551] ppid=10533 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/10535/task/10551/stat : 10551 (java) S 10533 10535 8308 0 -1 4202560 4659 0 0 0 60 0 0 0 20 0 19 0 291666097 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624828328632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10552] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10552/stat : 10552 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666097 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624827276280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10553] ppid=10533 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/10535/task/10553/stat : 10553 (java) S 10533 10535 8308 0 -1 4202560 102 0 0 0 53 26 0 0 20 0 19 0 291666097 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624826223944 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10554] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10554/stat : 10554 (java) S 10533 10535 8308 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291666152 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624825168680 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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+1794.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 10719
/proc/meminfo: memFree=27639888/32873844 swapFree=7620/7620
[pid=10535] ppid=10533 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/10535/stat : 10535 (java) S 10533 10535 8308 0 -1 4202496 18321 0 1 0 179934 71 0 0 20 0 19 0 291666090 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140735214739632 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10535/statm: 2406251 71352 2290 9 0 2396937 0
[pid=10535/tid=10537] ppid=10533 vsize=9625004 CPUtime=1784.5 cores=1,3,5,7
/proc/10535/task/10537/stat : 10537 (java) R 10533 10535 8308 0 -1 4202560 2685 0 1 0 178420 30 0 0 20 0 19 0 291666091 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140625009963312 140624950486983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10538] ppid=10533 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/10535/task/10538/stat : 10538 (java) S 10533 10535 8308 0 -1 4202560 367 0 0 0 55 3 0 0 20 0 19 0 291666093 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624948693160 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10539] ppid=10533 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/10535/task/10539/stat : 10539 (java) S 10533 10535 8308 0 -1 4202560 64 0 0 0 48 2 0 0 20 0 19 0 291666093 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624852105512 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10540] ppid=10533 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/10535/task/10540/stat : 10540 (java) S 10533 10535 8308 0 -1 4202560 236 0 0 0 49 2 0 0 20 0 19 0 291666093 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624851052968 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10541] ppid=10533 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/10535/task/10541/stat : 10541 (java) S 10533 10535 8308 0 -1 4202560 119 0 0 0 55 2 0 0 20 0 19 0 291666093 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624850000424 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10542] ppid=10533 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/10535/task/10542/stat : 10542 (java) S 10533 10535 8308 0 -1 4202560 103 0 0 0 48 3 0 0 20 0 19 0 291666093 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624848947880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10543] ppid=10533 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/10535/task/10543/stat : 10543 (java) S 10533 10535 8308 0 -1 4202560 59 0 0 0 54 4 0 0 20 0 19 0 291666093 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624847895336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10544] ppid=10533 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/10535/task/10544/stat : 10544 (java) S 10533 10535 8308 0 -1 4202560 50 0 0 0 52 2 0 0 20 0 19 0 291666093 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624846842792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10545] ppid=10533 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/10535/task/10545/stat : 10545 (java) S 10533 10535 8308 0 -1 4202560 89 0 0 0 53 3 0 0 20 0 19 0 291666093 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624845790248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10546] ppid=10533 vsize=9625004 CPUtime=4.14 cores=1,3,5,7
/proc/10535/task/10546/stat : 10546 (java) S 10533 10535 8308 0 -1 4202560 161 0 0 0 411 3 0 0 20 0 19 0 291666094 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624833591400 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10547] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10547/stat : 10547 (java) S 10533 10535 8308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291666094 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624832537720 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10548] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10548/stat : 10548 (java) S 10533 10535 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291666094 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624831485064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10549] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10549/stat : 10549 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666097 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624830433808 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10535/tid=10550] ppid=10533 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/10535/task/10550/stat : 10550 (java) S 10533 10535 8308 0 -1 4202560 8442 0 0 0 75 0 0 0 20 0 19 0 291666097 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624829381176 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10535/tid=10551] ppid=10533 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/10535/task/10551/stat : 10551 (java) S 10533 10535 8308 0 -1 4202560 4659 0 0 0 60 0 0 0 20 0 19 0 291666097 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624828328632 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10552] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10552/stat : 10552 (java) S 10533 10535 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291666097 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624827276280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10535/tid=10553] ppid=10533 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/10535/task/10553/stat : 10553 (java) S 10533 10535 8308 0 -1 4202560 102 0 0 0 53 26 0 0 20 0 19 0 291666097 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624826223944 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10535/tid=10554] ppid=10533 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10535/task/10554/stat : 10554 (java) S 10533 10535 8308 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291666152 9856004096 71352 33554432000 1073741824 1073778376 140735214748496 140624825168680 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10535 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=528190
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=944856
# CPU time returned by wait4() is 1795.47
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.74
CPU time (s): 1800.05
CPU user time (s): 1799.34
CPU system time (s): 0.71
CPU usage (%): 100.296
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.53
system time used= 0.944856
maximum resident set size= 285540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18356
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40124
involuntary context switches= 20453

runsolver used 6.552 second user time and 15.5306 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-29 03:36:57
IDJOB=3710414
IDBENCH=92764
IDSOLVER=2289
FILE ID=node143/3710414-1338255417
RUNJOBID= node143-1338231615-8325
PBS_JOBID= 14624659
Free space on /tmp= 69360 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_5_ic.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-3710414-1338255417/watcher-3710414-1338255417 -o /tmp/evaluation-result-3710414-1338255417/solver-3710414-1338255417 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710414-1338255417.opb

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

MD5SUM BENCH= d92c3493b3e048f1d4b1212b9868f41b
RANDOM SEED=1408047571

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28286732 kB
Buffers:          442408 kB
Cached:          3062660 kB
SwapCached:            0 kB
Active:          3238360 kB
Inactive:         478132 kB
Active(anon):     202668 kB
Inactive(anon):    11300 kB
Active(file):    3035692 kB
Inactive(file):   466832 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2124 kB
Writeback:             0 kB
AnonPages:        220268 kB
Mapped:            22544 kB
Shmem:               200 kB
Slab:             729156 kB
SReclaimable:     171112 kB
SUnreclaim:       558044 kB
KernelStack:        1616 kB
PageTables:         4428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     699104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69348 MiB
End job on node143 at 2012-05-29 04:06:54