Trace number 3710409

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.08 1794.95

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_0_ic.opb
MD5SUM3ccb0020d438b0d41f96e5d1bc8e13b8
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 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 14748631329
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 14748631329
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710409-1338255442.opb
0.10/0.12	c reading problem ... 
1.01/0.58	c ... done. Wall clock time 0.453s.
1.01/0.58	c declared #vars     15725
1.01/0.58	c #constraints  33136
1.01/0.58	c constraints type 
1.01/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.01/0.58	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.01/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.01/0.58	c ignored satisfied constraints => 3
1.01/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.01/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.01/0.58	c 33139 constraints processed.
5.00/3.91	c cleaning 2501 clauses out of 5001 with flag 5001/5001
8.33/7.02	c cleaning 4251 clauses out of 8501 with flag 11002/11002
12.25/10.91	c cleaning 5621 clauses out of 11248 with flag 18000/18000
17.05/15.71	c cleaning 6812 clauses out of 13627 with flag 26000/26000
22.03/20.64	c cleaning 7901 clauses out of 15815 with flag 35000/35000
26.36/24.91	c cleaning 8952 clauses out of 17914 with flag 45000/45000
32.27/30.82	c cleaning 9973 clauses out of 19963 with flag 56001/56001
38.16/36.72	c cleaning 10991 clauses out of 21990 with flag 68001/68001
45.09/43.63	c cleaning 11995 clauses out of 24002 with flag 81004/81004
53.22/51.71	c cleaning 12999 clauses out of 26003 with flag 95000/95000
61.76/60.25	c cleaning 13997 clauses out of 28005 with flag 110001/110001
69.29/67.72	c cleaning 14993 clauses out of 30007 with flag 126000/126000
77.11/75.59	c cleaning 15997 clauses out of 32014 with flag 143000/143000
86.33/84.79	c cleaning 17006 clauses out of 34017 with flag 161000/161000
97.05/95.41	c cleaning 18003 clauses out of 36011 with flag 180000/180000
108.68/107.06	c cleaning 18994 clauses out of 38008 with flag 200000/200000
119.82/118.16	c cleaning 20005 clauses out of 40014 with flag 221000/221000
129.54/127.84	c cleaning 20995 clauses out of 42010 with flag 243001/243001
139.65/137.97	c cleaning 22001 clauses out of 44014 with flag 266000/266000
152.69/151.00	c cleaning 23000 clauses out of 46014 with flag 290001/290001
166.01/164.21	c cleaning 24001 clauses out of 48013 with flag 315000/315000
182.53/180.72	c cleaning 24994 clauses out of 50012 with flag 341000/341000
194.98/193.15	c cleaning 25995 clauses out of 52019 with flag 368001/368001
209.62/207.75	c cleaning 27007 clauses out of 54026 with flag 396003/396003
226.03/224.13	c cleaning 27998 clauses out of 56017 with flag 425001/425001
244.68/242.72	c cleaning 29007 clauses out of 58021 with flag 455003/455003
261.54/259.56	c cleaning 30001 clauses out of 60011 with flag 486000/486000
279.89/277.89	c cleaning 30999 clauses out of 62011 with flag 518001/518001
299.13/297.05	c cleaning 32002 clauses out of 64014 with flag 551003/551003
316.17/314.04	c cleaning 32998 clauses out of 66012 with flag 585003/585003
336.13/333.99	c cleaning 33996 clauses out of 68011 with flag 620000/620000
353.76/351.59	c cleaning 34999 clauses out of 70015 with flag 656000/656000
373.12/370.84	c cleaning 36006 clauses out of 72016 with flag 693000/693000
391.67/389.40	c cleaning 36999 clauses out of 74010 with flag 731000/731000
409.10/406.75	c cleaning 38003 clauses out of 76013 with flag 770002/770002
429.22/426.76	c cleaning 39000 clauses out of 78011 with flag 810003/810003
456.98/454.45	c cleaning 39999 clauses out of 80011 with flag 851003/851003
480.23/477.60	c cleaning 40988 clauses out of 82009 with flag 893000/893000
504.57/501.99	c cleaning 41999 clauses out of 84022 with flag 936001/936001
529.92/527.28	c cleaning 43007 clauses out of 86024 with flag 980002/980002
552.55/549.82	c cleaning 43991 clauses out of 88015 with flag 1025000/1025000
574.99/572.28	c cleaning 44992 clauses out of 90024 with flag 1071000/1071000
607.15/604.32	c cleaning 46010 clauses out of 92032 with flag 1118000/1118000
636.55/633.69	c cleaning 47004 clauses out of 94022 with flag 1166000/1166000
659.49/656.58	c cleaning 48003 clauses out of 96020 with flag 1215002/1215002
681.38/678.35	c cleaning 48999 clauses out of 98015 with flag 1265000/1265000
706.05/702.93	c cleaning 50002 clauses out of 100019 with flag 1316003/1316003
734.03/730.82	c cleaning 50999 clauses out of 102014 with flag 1368000/1368000
762.35/759.12	c cleaning 51999 clauses out of 104016 with flag 1421001/1421001
795.60/792.35	c cleaning 53002 clauses out of 106017 with flag 1475001/1475001
832.84/829.56	c cleaning 54006 clauses out of 108015 with flag 1530001/1530001
874.80/871.49	c cleaning 54998 clauses out of 110009 with flag 1586001/1586001
908.99/905.53	c cleaning 56001 clauses out of 112010 with flag 1643000/1643000
944.22/940.73	c cleaning 56999 clauses out of 114009 with flag 1701000/1701000
979.11/975.53	c cleaning 57992 clauses out of 116012 with flag 1760002/1760002
1017.39/1013.72	c cleaning 58996 clauses out of 118018 with flag 1820000/1820000
1059.98/1056.29	c cleaning 60006 clauses out of 120022 with flag 1881000/1881000
1098.76/1094.91	c cleaning 61001 clauses out of 122016 with flag 1943000/1943000
1134.73/1130.81	c cleaning 62006 clauses out of 124015 with flag 2006000/2006000
1168.86/1164.98	c cleaning 62995 clauses out of 126009 with flag 2070000/2070000
1214.22/1210.20	c cleaning 64001 clauses out of 128015 with flag 2135001/2135001
1258.15/1254.16	c cleaning 65004 clauses out of 130015 with flag 2201002/2201002
1301.92/1297.83	c cleaning 65990 clauses out of 132010 with flag 2268001/2268001
1347.28/1343.11	c cleaning 66998 clauses out of 134024 with flag 2336005/2336005
1391.84/1387.68	c cleaning 67994 clauses out of 136023 with flag 2405002/2405002
1440.94/1436.69	c cleaning 68998 clauses out of 138028 with flag 2475001/2475001
1486.69/1482.37	c cleaning 70009 clauses out of 140029 with flag 2546000/2546000
1535.79/1531.39	c cleaning 70970 clauses out of 142020 with flag 2618000/2618000
1573.50/1568.92	c cleaning 72022 clauses out of 144051 with flag 2691001/2691001
1615.09/1610.41	c cleaning 72997 clauses out of 146030 with flag 2765002/2765002
1650.58/1645.81	c cleaning 74009 clauses out of 148033 with flag 2840002/2840002
1691.19/1686.31	c cleaning 75002 clauses out of 150023 with flag 2916001/2916001
1733.41/1728.45	c cleaning 76008 clauses out of 152022 with flag 2993002/2993002
1780.93/1775.83	c cleaning 76996 clauses out of 154012 with flag 3071000/3071000
1800.08/1794.91	c starts		: 247
1800.08/1794.91	c conflicts		: 3103025
1800.08/1794.91	c decisions		: 5178407
1800.08/1794.91	c propagations		: 2209515455
1800.08/1794.91	c inspects		: 15537965380
1800.08/1794.91	c shortcuts		: 0
1800.08/1794.91	c learnt literals	: 0
1800.08/1794.91	c learnt binary clauses	: 0
1800.08/1794.91	c learnt ternary clauses	: 0
1800.08/1794.91	c learnt constraints	: 3103025
1800.08/1794.91	c ignored constraints	: 0
1800.08/1794.91	c root simplifications	: 247
1800.08/1794.91	c removed literals (reason simplification)	: 104309125
1800.08/1794.91	c reason swapping (by a shorter reason)	: 0
1800.08/1794.91	c Calls to reduceDB	: 74
1800.08/1794.91	c number of reductions to clauses (during analyze)	: 0
1800.08/1794.91	c number of learned constraints concerned by reduction	: 0
1800.08/1794.91	c number of learning phase by resolution	: 0
1800.08/1794.91	c number of learning phase by cutting planes	: 0
1800.08/1794.91	c speed (assignments/second)	: 1231397.790800389
1800.08/1794.91	c non guided choices	312
1800.08/1794.94	c learnt constraints type 
1800.08/1794.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109063
1800.08/1794.94	c constraints type 
1800.08/1794.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.08/1794.94	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.08/1794.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.08/1794.94	c ignored satisfied constraints => 3
1800.08/1794.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.08/1794.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.08/1794.94	c 33139 constraints processed.
1800.08/1794.94	s UNKNOWN
1800.08/1794.94	c Total wall clock time (in seconds): 1794.818

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-3710409-1338255442/watcher-3710409-1338255442 -o /tmp/evaluation-result-3710409-1338255442/solver-3710409-1338255442 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710409-1338255442.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.01 2.00 2.00 3/194 2313
/proc/meminfo: memFree=30966980/32873844 swapFree=6872/6872
[pid=2313] ppid=2311 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/2313/stat : 2313 (java) R 2311 2313 32222 0 -1 4202496 981 0 0 0 0 0 0 0 20 0 1 0 291611224 23793664 707 33554432000 1073741824 1073778376 140735412861968 140735412851032 209088198736 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2313/statm: 5809 707 522 9 0 128 0

[startup+0.0276709 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 2313
/proc/meminfo: memFree=30966980/32873844 swapFree=6872/6872
[pid=2313] ppid=2311 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 32222 0 -1 4202496 2915 0 1 0 1 0 0 0 20 0 11 0 291611224 9310650368 3613 33554432000 1073741824 1073778376 140735412861968 140735412853104 209100767293 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2313/statm: 2273108 3613 1623 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100335 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 2313
/proc/meminfo: memFree=30966980/32873844 swapFree=6872/6872
[pid=2313] ppid=2311 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 32222 0 -1 4202496 4266 0 1 0 9 1 0 0 20 0 18 0 291611224 9787842560 5472 33554432000 1073741824 1073778376 140735412861968 140735412853104 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2313/statm: 2389610 5474 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.3002 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 2313
/proc/meminfo: memFree=30966980/32873844 swapFree=6872/6872
[pid=2313] ppid=2311 vsize=9558440 CPUtime=0.5 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 32222 0 -1 4202496 5950 0 1 0 48 2 0 0 20 0 18 0 291611224 9787842560 9281 33554432000 1073741824 1073778376 140735412861968 140735412853104 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2313/statm: 2389610 9281 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558440

[startup+0.7002 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 2313
/proc/meminfo: memFree=30966980/32873844 swapFree=6872/6872
[pid=2313] ppid=2311 vsize=9625004 CPUtime=1.49 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 32222 0 -1 4202496 12104 0 1 0 145 4 0 0 20 0 19 0 291611224 9856004096 33448 33554432000 1073741824 1073778376 140735412861968 140735412853104 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2313/statm: 2406251 33448 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9625004

[startup+1.50088 s]
/proc/loadavg: 1.93 1.99 1.99 2/193 2335
/proc/meminfo: memFree=31165532/32873844 swapFree=6872/6872
[pid=2313] ppid=2311 vsize=9625004 CPUtime=2.52 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 32222 0 -1 4202496 13358 0 1 0 247 5 0 0 20 0 19 0 291611224 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140735412853104 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2313/statm: 2406251 33964 2258 9 0 2396937 0
[pid=2313/tid=2315] ppid=2311 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/2313/task/2315/stat : 2315 (java) R 2311 2313 32222 0 -1 4202560 2593 0 1 0 144 3 0 0 20 0 19 0 291611225 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140641126228520 140640999180071 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2316] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2316/stat : 2316 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640969931688 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2317] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2317/stat : 2317 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640968879144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2318] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2318/stat : 2318 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640967826088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2319] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2319/stat : 2319 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640966773544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2320] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2320/stat : 2320 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640965720488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2321] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2321/stat : 2321 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640964667944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2322] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2322/stat : 2322 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640963614888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2323] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2323/stat : 2323 (java) S 2311 2313 32222 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640962562344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2324] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2324/stat : 2324 (java) S 2311 2313 32222 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291611227 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640950365032 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2325] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2325/stat : 2325 (java) S 2311 2313 32222 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291611227 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640949311352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2326] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2326/stat : 2326 (java) S 2311 2313 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611227 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640948258184 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2327] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2327/stat : 2327 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611230 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640947206928 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2328] ppid=2311 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/2313/task/2328/stat : 2328 (java) S 2311 2313 32222 0 -1 4202560 5429 0 0 0 51 0 0 0 20 0 19 0 291611230 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640946153784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2329] ppid=2311 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/2313/task/2329/stat : 2329 (java) S 2311 2313 32222 0 -1 4202560 4140 0 0 0 50 0 0 0 20 0 19 0 291611230 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640945101240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2330] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2330/stat : 2330 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611230 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640944048376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2331] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2331/stat : 2331 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611230 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640942996040 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2335] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2335/stat : 2335 (java) S 2311 2313 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611284 9856004096 33964 33554432000 1073741824 1073778376 140735412861968 140640941942312 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9625004

[startup+3.10082 s]
/proc/loadavg: 1.93 1.99 1.99 2/193 2335
/proc/meminfo: memFree=31163440/32873844 swapFree=6872/6872
[pid=2313] ppid=2311 vsize=9625004 CPUtime=4.16 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 32222 0 -1 4202496 13364 0 1 0 411 5 0 0 20 0 19 0 291611224 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140735412853104 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2313/statm: 2406251 34480 2261 9 0 2396937 0
[pid=2313/tid=2315] ppid=2311 vsize=9625004 CPUtime=3.07 cores=1,3,5,7
/proc/2313/task/2315/stat : 2315 (java) R 2311 2313 32222 0 -1 4202560 2595 0 1 0 304 3 0 0 20 0 19 0 291611225 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140641126228088 140640999046042 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2316] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2316/stat : 2316 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640969931688 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2317] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2317/stat : 2317 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640968879144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2318] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2318/stat : 2318 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640967826088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2319] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2319/stat : 2319 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640966773544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2320] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2320/stat : 2320 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640965720488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2321] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2321/stat : 2321 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640964667944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2322] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2322/stat : 2322 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640963614888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2323] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2323/stat : 2323 (java) S 2311 2313 32222 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640962562344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2324] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2324/stat : 2324 (java) S 2311 2313 32222 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291611227 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640950365032 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2325] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2325/stat : 2325 (java) S 2311 2313 32222 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291611227 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640949311352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2326] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2326/stat : 2326 (java) S 2311 2313 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611227 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640948258184 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2327] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2327/stat : 2327 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611230 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640947206928 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2328] ppid=2311 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/2313/task/2328/stat : 2328 (java) S 2311 2313 32222 0 -1 4202560 5429 0 0 0 52 0 0 0 20 0 19 0 291611230 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640946153784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2329] ppid=2311 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/2313/task/2329/stat : 2329 (java) S 2311 2313 32222 0 -1 4202560 4143 0 0 0 53 0 0 0 20 0 19 0 291611230 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640945101240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2330] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2330/stat : 2330 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611230 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640944048376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2331] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2331/stat : 2331 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611230 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640942996040 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2335] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2335/stat : 2335 (java) S 2311 2313 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611284 9856004096 34480 33554432000 1073741824 1073778376 140735412861968 140640941942312 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9625004

[startup+6.30075 s]
/proc/loadavg: 1.93 1.99 1.99 3/213 2391
/proc/meminfo: memFree=31005196/32873844 swapFree=6872/6872
[pid=2313] ppid=2311 vsize=9625004 CPUtime=7.6 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 32222 0 -1 4202496 17422 0 1 0 753 7 0 0 20 0 19 0 291611224 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140735412853104 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2313/statm: 2406251 41727 2289 9 0 2396937 0
[pid=2313/tid=2315] ppid=2311 vsize=9625004 CPUtime=6.21 cores=1,3,5,7
/proc/2313/task/2315/stat : 2315 (java) R 2311 2313 32222 0 -1 4202560 2601 0 1 0 618 3 0 0 20 0 19 0 291611225 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140641126228600 140640999045501 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2316] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2316/stat : 2316 (java) S 2311 2313 32222 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640969931688 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2317] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2317/stat : 2317 (java) S 2311 2313 32222 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640968879144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2318] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2318/stat : 2318 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640967826088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2319] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2319/stat : 2319 (java) S 2311 2313 32222 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640966773544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2320] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2320/stat : 2320 (java) S 2311 2313 32222 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640965720488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2321] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2321/stat : 2321 (java) S 2311 2313 32222 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640964667944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2322] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2322/stat : 2322 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640963614888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2323] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2323/stat : 2323 (java) S 2311 2313 32222 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291611225 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640962562344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2324] ppid=2311 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/2313/task/2324/stat : 2324 (java) S 2311 2313 32222 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 19 0 291611227 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640950365032 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2325] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2325/stat : 2325 (java) S 2311 2313 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291611227 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640949311352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2326] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2326/stat : 2326 (java) S 2311 2313 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291611227 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640948258184 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2327] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2327/stat : 2327 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611230 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640947206928 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2328] ppid=2311 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/2313/task/2328/stat : 2328 (java) S 2311 2313 32222 0 -1 4202560 9222 0 0 0 67 2 0 0 20 0 19 0 291611230 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640946153784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2329] ppid=2311 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/2313/task/2329/stat : 2329 (java) S 2311 2313 32222 0 -1 4202560 4339 0 0 0 57 0 0 0 20 0 19 0 291611230 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640945101240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2330] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2330/stat : 2330 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611230 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640944048376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2331] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2331/stat : 2331 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611230 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640942996040 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2335] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2335/stat : 2335 (java) S 2311 2313 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611284 9856004096 41727 33554432000 1073741824 1073778376 140735412861968 140640941942312 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=2313/tid=2328] ppid=2311 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/2313/task/2328/stat : 2328 (java) S 2311 2313 32222 0 -1 4202560 9230 0 0 0 69 2 0 0 20 0 19 0 291611230 9856004096 70755 33554432000 1073741824 1073778376 140735412861968 140640946153784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2329] ppid=2311 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/2313/task/2329/stat : 2329 (java) S 2311 2313 32222 0 -1 4202560 4526 0 0 0 68 0 0 0 20 0 19 0 291611230 9856004096 70755 33554432000 1073741824 1073778376 140735412861968 140640945101240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2330] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2330/stat : 2330 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611230 9856004096 70755 33554432000 1073741824 1073778376 140735412861968 140640944048376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2331] ppid=2311 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/2313/task/2331/stat : 2331 (java) S 2311 2313 32222 0 -1 4202560 99 0 0 0 44 28 0 0 20 0 19 0 291611230 9856004096 70755 33554432000 1073741824 1073778376 140735412861968 140640942996040 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2335] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2335/stat : 2335 (java) S 2311 2313 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611284 9856004096 70755 33554432000 1073741824 1073778376 140735412861968 140640941942312 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1727.31
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 2429
/proc/meminfo: memFree=30736928/32873844 swapFree=6872/6872
[pid=2313] ppid=2311 vsize=9625004 CPUtime=1787.47 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 32222 0 -1 4202496 18907 0 1 0 178667 80 0 0 20 0 19 0 291611224 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140735412853104 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2313/statm: 2406251 70759 2290 9 0 2396937 0
[pid=2313/tid=2315] ppid=2311 vsize=9625004 CPUtime=1772.15 cores=1,3,5,7
/proc/2313/task/2315/stat : 2315 (java) R 2311 2313 32222 0 -1 4202560 2672 0 1 0 177185 30 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140641126228272 140640999127132 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2316] ppid=2311 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/2313/task/2316/stat : 2316 (java) S 2311 2313 32222 0 -1 4202560 115 0 0 0 43 3 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640969931688 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2317] ppid=2311 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/2313/task/2317/stat : 2317 (java) S 2311 2313 32222 0 -1 4202560 141 0 0 0 48 2 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640968879144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2318] ppid=2311 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/2313/task/2318/stat : 2318 (java) S 2311 2313 32222 0 -1 4202560 173 0 0 0 52 4 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640967826088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2319] ppid=2311 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/2313/task/2319/stat : 2319 (java) S 2311 2313 32222 0 -1 4202560 152 0 0 0 56 3 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640966773544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2320] ppid=2311 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/2313/task/2320/stat : 2320 (java) S 2311 2313 32222 0 -1 4202560 185 0 0 0 50 3 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640965720488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2321] ppid=2311 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/2313/task/2321/stat : 2321 (java) S 2311 2313 32222 0 -1 4202560 69 0 0 0 53 2 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640964667944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2322] ppid=2311 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/2313/task/2322/stat : 2322 (java) S 2311 2313 32222 0 -1 4202560 111 0 0 0 45 1 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640963614888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2323] ppid=2311 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/2313/task/2323/stat : 2323 (java) S 2311 2313 32222 0 -1 4202560 107 0 0 0 47 2 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640962562344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2324] ppid=2311 vsize=9625004 CPUtime=4.2 cores=1,3,5,7
/proc/2313/task/2324/stat : 2324 (java) S 2311 2313 32222 0 -1 4202560 141 0 0 0 416 4 0 0 20 0 19 0 291611227 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640950365032 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2325] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2325/stat : 2325 (java) S 2311 2313 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291611227 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640949311352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2326] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2326/stat : 2326 (java) S 2311 2313 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291611227 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640948258184 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2327] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2327/stat : 2327 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611230 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640947206928 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2328] ppid=2311 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/2313/task/2328/stat : 2328 (java) S 2311 2313 32222 0 -1 4202560 9230 0 0 0 69 2 0 0 20 0 19 0 291611230 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640946153784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2329] ppid=2311 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/2313/task/2329/stat : 2329 (java) S 2311 2313 32222 0 -1 4202560 4526 0 0 0 68 0 0 0 20 0 19 0 291611230 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640945101240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2330] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2330/stat : 2330 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611230 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640944048376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2331] ppid=2311 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/2313/task/2331/stat : 2331 (java) S 2311 2313 32222 0 -1 4202560 103 0 0 0 45 29 0 0 20 0 19 0 291611230 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640942996040 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2335] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2335/stat : 2335 (java) S 2311 2313 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611284 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640941942312 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1787.47
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 2429
/proc/meminfo: memFree=30737052/32873844 swapFree=6872/6872
[pid=2313] ppid=2311 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 32222 0 -1 4202496 18907 0 1 0 179927 81 0 0 20 0 19 0 291611224 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140735412853104 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2313/statm: 2406251 70759 2290 9 0 2396937 0
[pid=2313/tid=2315] ppid=2311 vsize=9625004 CPUtime=1784.72 cores=1,3,5,7
/proc/2313/task/2315/stat : 2315 (java) R 2311 2313 32222 0 -1 4202560 2672 0 1 0 178441 31 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140641126228272 140640999097415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2316] ppid=2311 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/2313/task/2316/stat : 2316 (java) S 2311 2313 32222 0 -1 4202560 115 0 0 0 43 3 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640969931688 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2317] ppid=2311 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/2313/task/2317/stat : 2317 (java) S 2311 2313 32222 0 -1 4202560 141 0 0 0 48 2 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640968879144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2318] ppid=2311 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/2313/task/2318/stat : 2318 (java) S 2311 2313 32222 0 -1 4202560 173 0 0 0 52 4 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640967826088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2319] ppid=2311 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/2313/task/2319/stat : 2319 (java) S 2311 2313 32222 0 -1 4202560 152 0 0 0 56 3 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640966773544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2320] ppid=2311 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/2313/task/2320/stat : 2320 (java) S 2311 2313 32222 0 -1 4202560 185 0 0 0 50 3 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640965720488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2321] ppid=2311 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/2313/task/2321/stat : 2321 (java) S 2311 2313 32222 0 -1 4202560 69 0 0 0 53 2 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640964667944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2322] ppid=2311 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/2313/task/2322/stat : 2322 (java) S 2311 2313 32222 0 -1 4202560 111 0 0 0 45 1 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640963614888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2323] ppid=2311 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/2313/task/2323/stat : 2323 (java) S 2311 2313 32222 0 -1 4202560 107 0 0 0 47 2 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640962562344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2324] ppid=2311 vsize=9625004 CPUtime=4.2 cores=1,3,5,7
/proc/2313/task/2324/stat : 2324 (java) S 2311 2313 32222 0 -1 4202560 141 0 0 0 416 4 0 0 20 0 19 0 291611227 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640950365032 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2325] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2325/stat : 2325 (java) S 2311 2313 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291611227 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640949311352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2326] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2326/stat : 2326 (java) S 2311 2313 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291611227 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640948258184 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2327] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2327/stat : 2327 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611230 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640947206928 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2328] ppid=2311 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/2313/task/2328/stat : 2328 (java) S 2311 2313 32222 0 -1 4202560 9230 0 0 0 69 2 0 0 20 0 19 0 291611230 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640946153784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2329] ppid=2311 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/2313/task/2329/stat : 2329 (java) S 2311 2313 32222 0 -1 4202560 4526 0 0 0 68 0 0 0 20 0 19 0 291611230 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640945101240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2330] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2330/stat : 2330 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611230 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640944048376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2331] ppid=2311 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/2313/task/2331/stat : 2331 (java) S 2311 2313 32222 0 -1 4202560 103 0 0 0 45 30 0 0 20 0 19 0 291611230 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640942996040 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2335] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2335/stat : 2335 (java) S 2311 2313 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611284 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640941942312 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1794.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 2429
/proc/meminfo: memFree=30737052/32873844 swapFree=6872/6872
[pid=2313] ppid=2311 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/2313/stat : 2313 (java) S 2311 2313 32222 0 -1 4202496 18907 0 1 0 179927 81 0 0 20 0 19 0 291611224 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140735412853104 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2313/statm: 2406251 70759 2290 9 0 2396937 0
[pid=2313/tid=2315] ppid=2311 vsize=9625004 CPUtime=1784.72 cores=1,3,5,7
/proc/2313/task/2315/stat : 2315 (java) R 2311 2313 32222 0 -1 4202560 2672 0 1 0 178441 31 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140641126228272 140640999097415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2316] ppid=2311 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/2313/task/2316/stat : 2316 (java) S 2311 2313 32222 0 -1 4202560 115 0 0 0 43 3 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640969931688 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2317] ppid=2311 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/2313/task/2317/stat : 2317 (java) S 2311 2313 32222 0 -1 4202560 141 0 0 0 48 2 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640968879144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2318] ppid=2311 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/2313/task/2318/stat : 2318 (java) S 2311 2313 32222 0 -1 4202560 173 0 0 0 52 4 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640967826088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2319] ppid=2311 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/2313/task/2319/stat : 2319 (java) S 2311 2313 32222 0 -1 4202560 152 0 0 0 56 3 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640966773544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2320] ppid=2311 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/2313/task/2320/stat : 2320 (java) S 2311 2313 32222 0 -1 4202560 185 0 0 0 50 3 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640965720488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2321] ppid=2311 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/2313/task/2321/stat : 2321 (java) S 2311 2313 32222 0 -1 4202560 69 0 0 0 53 2 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640964667944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2322] ppid=2311 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/2313/task/2322/stat : 2322 (java) S 2311 2313 32222 0 -1 4202560 111 0 0 0 45 1 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640963614888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2323] ppid=2311 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/2313/task/2323/stat : 2323 (java) S 2311 2313 32222 0 -1 4202560 107 0 0 0 47 2 0 0 20 0 19 0 291611225 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640962562344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2324] ppid=2311 vsize=9625004 CPUtime=4.2 cores=1,3,5,7
/proc/2313/task/2324/stat : 2324 (java) S 2311 2313 32222 0 -1 4202560 141 0 0 0 416 4 0 0 20 0 19 0 291611227 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640950365032 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2325] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2325/stat : 2325 (java) S 2311 2313 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291611227 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640949311352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2326] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2326/stat : 2326 (java) S 2311 2313 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291611227 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640948258184 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2327] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2327/stat : 2327 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611230 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640947206928 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2328] ppid=2311 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/2313/task/2328/stat : 2328 (java) S 2311 2313 32222 0 -1 4202560 9230 0 0 0 69 2 0 0 20 0 19 0 291611230 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640946153784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2313/tid=2329] ppid=2311 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/2313/task/2329/stat : 2329 (java) S 2311 2313 32222 0 -1 4202560 4526 0 0 0 68 0 0 0 20 0 19 0 291611230 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640945101240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2313/tid=2330] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2330/stat : 2330 (java) S 2311 2313 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611230 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640944048376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2313/tid=2331] ppid=2311 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/2313/task/2331/stat : 2331 (java) S 2311 2313 32222 0 -1 4202560 103 0 0 0 45 30 0 0 20 0 19 0 291611230 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640942996040 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2313/tid=2335] ppid=2311 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2313/task/2335/stat : 2335 (java) S 2311 2313 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611284 9856004096 70759 33554432000 1073741824 1073778376 140735412861968 140640941942312 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1794.95
CPU time (s): 1800.08
CPU user time (s): 1799.27
CPU system time (s): 0.81
CPU usage (%): 100.286
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.54
system time used= 1.01385
maximum resident set size= 283156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18939
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39993
involuntary context switches= 20002

runsolver used 5.60115 second user time and 16.9524 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-29 03:37:22
IDJOB=3710409
IDBENCH=92768
IDSOLVER=2289
FILE ID=node105/3710409-1338255442
RUNJOBID= node105-1338228444-32239
PBS_JOBID= 14624634
Free space on /tmp= 71584 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_0_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-3710409-1338255442/watcher-3710409-1338255442 -o /tmp/evaluation-result-3710409-1338255442/solver-3710409-1338255442 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710409-1338255442.opb

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

MD5SUM BENCH= 3ccb0020d438b0d41f96e5d1bc8e13b8
RANDOM SEED=245890806

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30966980 kB
Buffers:          418260 kB
Cached:           298468 kB
SwapCached:         1708 kB
Active:           737204 kB
Inactive:         312752 kB
Active(anon):     329308 kB
Inactive(anon):     4812 kB
Active(file):     407896 kB
Inactive(file):   307940 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:              2448 kB
Writeback:             0 kB
AnonPages:        400300 kB
Mapped:            17204 kB
Shmem:                 0 kB
Slab:             718100 kB
SReclaimable:     159364 kB
SUnreclaim:       558736 kB
KernelStack:        1760 kB
PageTables:         4916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 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= 71580 MiB
End job on node105 at 2012-05-29 04:07:19