Trace number 3709954

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 1796.55

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820157.opb
MD5SUMda32b1e615c8e1bae2ecd5f742c16c96
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.00/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.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3709954-1338197996.opb
0.07/0.14	c reading problem ... 
0.23/0.27	c ... done. Wall clock time 0.132s.
0.23/0.27	c declared #vars     1200
0.23/0.27	c #constraints  1135
0.23/0.27	c constraints type 
0.23/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 790
0.23/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 195
0.23/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150
0.23/0.27	c 1135 constraints processed.
1.03/0.64	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.49/1.03	c cleaning 4248 clauses out of 8503 with flag 11000/11000
2.09/1.60	c cleaning 5622 clauses out of 11256 with flag 18001/18001
2.81/2.40	c cleaning 6810 clauses out of 13633 with flag 26000/26000
3.85/3.36	c cleaning 7903 clauses out of 15823 with flag 35000/35000
4.96/4.43	c cleaning 8945 clauses out of 17921 with flag 45001/45001
6.25/5.77	c cleaning 9971 clauses out of 19975 with flag 56000/56000
7.95/7.43	c cleaning 10995 clauses out of 22005 with flag 68001/68001
9.76/9.21	c cleaning 11999 clauses out of 24010 with flag 81001/81001
11.66/11.14	c cleaning 12997 clauses out of 26010 with flag 95000/95000
13.78/13.23	c cleaning 13997 clauses out of 28013 with flag 110000/110000
16.08/15.53	c cleaning 15003 clauses out of 30016 with flag 126000/126000
18.88/18.39	c cleaning 15992 clauses out of 32013 with flag 143000/143000
21.71/21.11	c cleaning 16990 clauses out of 34021 with flag 161000/161000
24.41/23.84	c cleaning 18008 clauses out of 36032 with flag 180001/180001
28.91/28.33	c cleaning 19006 clauses out of 38023 with flag 200000/200000
32.44/31.83	c cleaning 20006 clauses out of 40018 with flag 221001/221001
36.35/35.72	c cleaning 21000 clauses out of 42013 with flag 243002/243002
40.57/39.94	c cleaning 21998 clauses out of 44012 with flag 266001/266001
44.97/44.36	c cleaning 22994 clauses out of 46013 with flag 290000/290000
49.78/49.11	c cleaning 23996 clauses out of 48020 with flag 315001/315001
53.18/52.55	c cleaning 24979 clauses out of 50023 with flag 341000/341000
58.61/57.96	c cleaning 26007 clauses out of 52047 with flag 368003/368003
64.83/64.18	c cleaning 26999 clauses out of 54037 with flag 396000/396000
69.97/69.26	c cleaning 28015 clauses out of 56041 with flag 425003/425003
76.06/75.37	c cleaning 29007 clauses out of 58024 with flag 455001/455001
82.36/81.60	c cleaning 29999 clauses out of 60017 with flag 486001/486001
90.27/89.53	c cleaning 30992 clauses out of 62018 with flag 518001/518001
98.90/98.17	c cleaning 32001 clauses out of 64025 with flag 551000/551000
108.01/107.24	c cleaning 33000 clauses out of 66025 with flag 585001/585001
115.13/114.40	c cleaning 34003 clauses out of 68024 with flag 620000/620000
123.03/122.22	c cleaning 34988 clauses out of 70021 with flag 656000/656000
131.03/130.23	c cleaning 35989 clauses out of 72034 with flag 693001/693001
139.55/138.78	c cleaning 37008 clauses out of 74044 with flag 731000/731000
151.37/150.54	c cleaning 37990 clauses out of 76037 with flag 770001/770001
160.51/159.67	c cleaning 38998 clauses out of 78046 with flag 810000/810000
171.43/170.52	c cleaning 40007 clauses out of 80048 with flag 851000/851000
183.17/182.25	c cleaning 41011 clauses out of 82042 with flag 893001/893001
196.30/195.36	c cleaning 42005 clauses out of 84035 with flag 936005/936005
209.13/208.19	c cleaning 42996 clauses out of 86025 with flag 980000/980000
223.17/222.11	c cleaning 43999 clauses out of 88029 with flag 1025000/1025000
242.60/241.54	c cleaning 44999 clauses out of 90030 with flag 1071000/1071000
258.46/257.38	c cleaning 46001 clauses out of 92031 with flag 1118000/1118000
277.97/276.83	c cleaning 46993 clauses out of 94030 with flag 1166000/1166000
294.37/293.23	c cleaning 48003 clauses out of 96037 with flag 1215000/1215000
312.71/311.53	c cleaning 49009 clauses out of 98036 with flag 1265002/1265002
330.62/329.48	c cleaning 49999 clauses out of 100026 with flag 1316001/1316001
345.68/344.48	c cleaning 51009 clauses out of 102026 with flag 1368000/1368000
365.40/364.16	c cleaning 51997 clauses out of 104018 with flag 1421001/1421001
383.71/382.41	c cleaning 52996 clauses out of 106020 with flag 1475000/1475000
405.11/403.86	c cleaning 53999 clauses out of 108024 with flag 1530000/1530000
429.63/428.38	c cleaning 54996 clauses out of 110025 with flag 1586000/1586000
452.16/450.85	c cleaning 56001 clauses out of 112029 with flag 1643000/1643000
473.40/472.00	c cleaning 57006 clauses out of 114030 with flag 1701002/1701002
495.54/494.18	c cleaning 58001 clauses out of 116024 with flag 1760002/1760002
524.81/523.35	c cleaning 59004 clauses out of 118023 with flag 1820002/1820002
557.46/555.92	c cleaning 59990 clauses out of 120018 with flag 1881001/1881001
590.94/589.34	c cleaning 60997 clauses out of 122028 with flag 1943001/1943001
618.28/616.65	c cleaning 62010 clauses out of 124030 with flag 2006000/2006000
638.65/636.95	c cleaning 62995 clauses out of 126021 with flag 2070001/2070001
662.68/660.99	c cleaning 64006 clauses out of 128026 with flag 2135001/2135001
690.94/689.16	c cleaning 64994 clauses out of 130019 with flag 2201000/2201000
729.33/727.49	c cleaning 66009 clauses out of 132027 with flag 2268002/2268002
762.78/760.88	c cleaning 66995 clauses out of 134016 with flag 2336000/2336000
803.77/801.74	c cleaning 68004 clauses out of 136021 with flag 2405000/2405000
837.82/835.72	c cleaning 68987 clauses out of 138017 with flag 2475000/2475000
886.97/884.84	c cleaning 69994 clauses out of 140031 with flag 2546001/2546001
933.25/931.00	c cleaning 71014 clauses out of 142037 with flag 2618001/2618001
963.63/961.35	c cleaning 72003 clauses out of 144024 with flag 2691002/2691002
1009.29/1006.95	c cleaning 72998 clauses out of 146019 with flag 2765000/2765000
1055.97/1053.50	c cleaning 73986 clauses out of 148021 with flag 2840000/2840000
1104.56/1102.04	c cleaning 75001 clauses out of 150036 with flag 2916001/2916001
1154.64/1152.05	c cleaning 76001 clauses out of 152034 with flag 2993000/2993000
1193.39/1190.77	c cleaning 77007 clauses out of 154036 with flag 3071003/3071003
1234.05/1231.39	c cleaning 77995 clauses out of 156026 with flag 3150000/3150000
1275.30/1272.53	c cleaning 79011 clauses out of 158031 with flag 3230000/3230000
1321.90/1319.07	c cleaning 79997 clauses out of 160022 with flag 3311002/3311002
1382.58/1379.62	c cleaning 80993 clauses out of 162023 with flag 3393000/3393000
1428.28/1425.25	c cleaning 82000 clauses out of 164032 with flag 3476002/3476002
1477.55/1474.50	c cleaning 82987 clauses out of 166031 with flag 3560001/3560001
1529.41/1526.26	c cleaning 84004 clauses out of 168043 with flag 3645000/3645000
1578.59/1575.39	c cleaning 85016 clauses out of 170041 with flag 3731002/3731002
1632.56/1629.29	c cleaning 86007 clauses out of 172023 with flag 3818000/3818000
1691.51/1688.12	c cleaning 86998 clauses out of 174016 with flag 3906000/3906000
1746.88/1743.44	c cleaning 87995 clauses out of 176019 with flag 3995001/3995001
1800.08/1796.51	c starts		: 253
1800.08/1796.51	c conflicts		: 4070712
1800.08/1796.51	c decisions		: 4893352
1800.08/1796.51	c propagations		: 572869005
1800.08/1796.51	c inspects		: 27452794153
1800.08/1796.51	c shortcuts		: 0
1800.08/1796.51	c learnt literals	: 0
1800.08/1796.51	c learnt binary clauses	: 0
1800.08/1796.51	c learnt ternary clauses	: 0
1800.08/1796.51	c learnt constraints	: 4070712
1800.08/1796.51	c ignored constraints	: 0
1800.08/1796.51	c root simplifications	: 253
1800.08/1796.51	c removed literals (reason simplification)	: 18396164
1800.08/1796.51	c reason swapping (by a shorter reason)	: 0
1800.08/1796.51	c Calls to reduceDB	: 85
1800.08/1796.51	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.51	c number of learned constraints concerned by reduction	: 0
1800.08/1796.51	c number of learning phase by resolution	: 0
1800.08/1796.51	c number of learning phase by cutting planes	: 0
1800.08/1796.51	c speed (assignments/second)	: 318926.9395665053
1800.08/1796.51	c non guided choices	1402
1800.08/1796.54	c learnt constraints type 
1800.08/1796.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 163748
1800.08/1796.54	c constraints type 
1800.08/1796.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 790
1800.08/1796.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 195
1800.08/1796.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150
1800.08/1796.54	c 1135 constraints processed.
1800.08/1796.54	s UNKNOWN
1800.08/1796.54	c Total wall clock time (in seconds): 1796.409

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-3709954-1338197996/watcher-3709954-1338197996 -o /tmp/evaluation-result-3709954-1338197996/solver-3709954-1338197996 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709954-1338197996.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.01 1.96 3/194 10340
/proc/meminfo: memFree=30002544/32873844 swapFree=6872/6872
[pid=10340] ppid=10338 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10340/stat : 10340 (java) D 10338 10340 9972 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 285928080 9515008 183 33554432000 1073741824 1073778376 140733385888752 140733385879784 270118239925 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/10340/statm: 2323 183 140 9 0 71 0

[startup+0.011649 s]
/proc/loadavg: 2.00 2.01 1.96 3/194 10340
/proc/meminfo: memFree=30002544/32873844 swapFree=6872/6872
[pid=10340] ppid=10338 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/10340/stat : 10340 (java) S 10338 10340 9972 0 -1 4202496 1166 0 0 0 0 0 0 0 20 0 2 0 285928080 91889664 886 33554432000 1073741824 1073778376 140734835371680 140734835362816 270121599037 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10340/statm: 22435 893 676 9 0 16770 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 89736

[startup+0.100266 s]
/proc/loadavg: 2.00 2.01 1.96 3/194 10340
/proc/meminfo: memFree=30002544/32873844 swapFree=6872/6872
[pid=10340] ppid=10338 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/10340/stat : 10340 (java) S 10338 10340 9972 0 -1 4202496 3688 0 1 0 6 1 0 0 20 0 18 0 285928080 9787842560 4895 33554432000 1073741824 1073778376 140734835371680 140734835362816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10340/statm: 2389610 4895 1939 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.3003 s]
/proc/loadavg: 2.00 2.01 1.96 3/194 10340
/proc/meminfo: memFree=30002544/32873844 swapFree=6872/6872
[pid=10340] ppid=10338 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/10340/stat : 10340 (java) S 10338 10340 9972 0 -1 4202496 5797 0 1 0 41 2 0 0 20 0 19 0 285928080 9856004096 9020 33554432000 1073741824 1073778376 140734835371680 140734835362816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10340/statm: 2406251 9028 2230 9 0 2396937 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9625004

[startup+0.700275 s]
/proc/loadavg: 2.00 2.01 1.96 3/194 10340
/proc/meminfo: memFree=30002544/32873844 swapFree=6872/6872
[pid=10340] ppid=10338 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/10340/stat : 10340 (java) S 10338 10340 9972 0 -1 4202496 8160 0 1 0 114 2 0 0 20 0 19 0 285928080 9856004096 11303 33554432000 1073741824 1073778376 140734835371680 140734835362816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10340/statm: 2406251 11303 2276 9 0 2396937 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9625004

[startup+1.50065 s]
/proc/loadavg: 2.00 2.01 1.96 3/213 10359
/proc/meminfo: memFree=29965672/32873844 swapFree=6872/6872
[pid=10340] ppid=10338 vsize=9625004 CPUtime=1.99 cores=1,3,5,7
/proc/10340/stat : 10340 (java) S 10338 10340 9972 0 -1 4202496 8172 0 1 0 196 3 0 0 20 0 19 0 285928080 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140734835362816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10340/statm: 2406251 11824 2276 9 0 2396937 0
[pid=10340/tid=10342] ppid=10338 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/10340/task/10342/stat : 10342 (java) R 10338 10340 9972 0 -1 4202560 2515 0 1 0 142 1 0 0 20 0 19 0 285928082 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730804449704 140730660575106 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10340/tid=10343] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10343/stat : 10343 (java) S 10338 10340 9972 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730782550568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10344] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10344/stat : 10344 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730781497768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10345] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10345/stat : 10345 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730780444968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10340/tid=10346] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10346/stat : 10346 (java) S 10338 10340 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730779392168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10340/tid=10347] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10347/stat : 10347 (java) S 10338 10340 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730441919528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10348] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10348/stat : 10348 (java) S 10338 10340 9972 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730440866728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10349] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10349/stat : 10349 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730439813928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10350] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10350/stat : 10350 (java) S 10338 10340 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730438761128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10351] ppid=10338 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/10340/task/10351/stat : 10351 (java) S 10338 10340 9972 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 285928084 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730426563048 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10340/tid=10352] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10352/stat : 10352 (java) S 10338 10340 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285928085 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730425509112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10353] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10353/stat : 10353 (java) S 10338 10340 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285928085 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730424456200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10354] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10354/stat : 10354 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928087 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730423404688 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10355] ppid=10338 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/10340/task/10355/stat : 10355 (java) S 10338 10340 9972 0 -1 4202560 2156 0 0 0 25 0 0 0 20 0 19 0 285928087 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730422352824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10356] ppid=10338 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/10340/task/10356/stat : 10356 (java) S 10338 10340 9972 0 -1 4202560 2245 0 0 0 23 0 0 0 20 0 19 0 285928087 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730421300024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10357] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10357/stat : 10357 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928087 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730420247416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10358] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10358/stat : 10358 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928087 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730419194824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10359] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10359/stat : 10359 (java) S 10338 10340 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285928108 9856004096 11824 33554432000 1073741824 1073778376 140734835371680 140730418140328 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9625004

[startup+3.10065 s]
/proc/loadavg: 2.00 2.01 1.96 3/213 10359
/proc/meminfo: memFree=29961080/32873844 swapFree=6872/6872
[pid=10340] ppid=10338 vsize=9625004 CPUtime=3.64 cores=1,3,5,7
/proc/10340/stat : 10340 (java) S 10338 10340 9972 0 -1 4202496 8265 0 1 0 361 3 0 0 20 0 19 0 285928080 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140734835362816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10340/statm: 2406251 12342 2276 9 0 2396937 0
[pid=10340/tid=10342] ppid=10338 vsize=9625004 CPUtime=3 cores=1,3,5,7
/proc/10340/task/10342/stat : 10342 (java) R 10338 10340 9972 0 -1 4202560 2517 0 1 0 299 1 0 0 20 0 19 0 285928082 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730804449800 140730660575111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10340/tid=10343] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10343/stat : 10343 (java) S 10338 10340 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730782550568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10344] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10344/stat : 10344 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730781497768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10345] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10345/stat : 10345 (java) S 10338 10340 9972 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730780444968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10340/tid=10346] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10346/stat : 10346 (java) S 10338 10340 9972 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730779392168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10347] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10347/stat : 10347 (java) S 10338 10340 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730441919528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10348] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10348/stat : 10348 (java) S 10338 10340 9972 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730440866728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10349] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10349/stat : 10349 (java) S 10338 10340 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730439813928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10350] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10350/stat : 10350 (java) S 10338 10340 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730438761128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10351] ppid=10338 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/10340/task/10351/stat : 10351 (java) S 10338 10340 9972 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 285928084 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730426563048 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10352] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10352/stat : 10352 (java) S 10338 10340 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285928085 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730425509112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10353] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10353/stat : 10353 (java) S 10338 10340 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285928085 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730424456200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10354] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10354/stat : 10354 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928087 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730423404688 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10355] ppid=10338 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/10340/task/10355/stat : 10355 (java) S 10338 10340 9972 0 -1 4202560 2156 0 0 0 25 0 0 0 20 0 19 0 285928087 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730422352824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10356] ppid=10338 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/10340/task/10356/stat : 10356 (java) S 10338 10340 9972 0 -1 4202560 2329 0 0 0 27 0 0 0 20 0 19 0 285928087 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730421300024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10340/tid=10357] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10357/stat : 10357 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928087 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730420247416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10358] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10358/stat : 10358 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928087 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730419194824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10359] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10359/stat : 10359 (java) S 10338 10340 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285928108 9856004096 12342 33554432000 1073741824 1073778376 140734835371680 140730418140328 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9625004

[startup+6.30065 s]
/proc/loadavg: 2.00 2.01 1.96 3/214 10362
/proc/meminfo: memFree=29961272/32873844 swapFree=6872/6872
[pid=10340] ppid=10338 vsize=9625004 CPUtime=6.85 cores=1,3,5,7
/proc/10340/stat : 10340 (java) S 10338 10340 9972 0 -1 4202496 8281 0 1 0 682 3 0 0 20 0 19 0 285928080 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140734835362816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10340/statm: 2406251 12702 2276 9 0 2396937 0
[pid=10340/tid=10342] ppid=10338 vsize=9625004 CPUtime=6.14 cores=1,3,5,7
/proc/10340/task/10342/stat : 10342 (java) R 10338 10340 9972 0 -1 4202560 2521 0 1 0 613 1 0 0 20 0 19 0 285928082 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730804449584 140730660575106 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10340/tid=10343] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10343/stat : 10343 (java) S 10338 10340 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730782550568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10344] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10344/stat : 10344 (java) S 10338 10340 9972 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730781497768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10345] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10345/stat : 10345 (java) S 10338 10340 9972 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730780444968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10340/tid=10346] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10346/stat : 10346 (java) S 10338 10340 9972 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730779392168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10347] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10347/stat : 10347 (java) S 10338 10340 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730441919528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10340/tid=10348] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10348/stat : 10348 (java) S 10338 10340 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730440866728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10349] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10349/stat : 10349 (java) S 10338 10340 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730439813928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10340/tid=10350] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10350/stat : 10350 (java) S 10338 10340 9972 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 285928083 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730438761128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10351] ppid=10338 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/10340/task/10351/stat : 10351 (java) S 10338 10340 9972 0 -1 4202560 31 0 0 0 7 0 0 0 20 0 19 0 285928084 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730426563048 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10352] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10352/stat : 10352 (java) S 10338 10340 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285928085 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730425509112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10353] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10353/stat : 10353 (java) S 10338 10340 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285928085 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730424456200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10354] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10354/stat : 10354 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928087 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730423404688 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10355] ppid=10338 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/10340/task/10355/stat : 10355 (java) S 10338 10340 9972 0 -1 4202560 2156 0 0 0 25 0 0 0 20 0 19 0 285928087 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730422352824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10356] ppid=10338 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/10340/task/10356/stat : 10356 (java) S 10338 10340 9972 0 -1 4202560 2329 0 0 0 27 0 0 0 20 0 19 0 285928087 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730421300024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10340/tid=10357] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10357/stat : 10357 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928087 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730420247416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10358] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10358/stat : 10358 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928087 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730419194824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10359] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10359/stat : 10359 (java) S 10338 10340 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285928108 9856004096 12702 33554432000 1073741824 1073778376 140734835371680 140730418140328 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=10340/tid=10355] ppid=10338 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/10340/task/10355/stat : 10355 (java) S 10338 10340 9972 0 -1 4202560 2156 0 0 0 25 0 0 0 20 0 19 0 285928087 9856004096 33622 33554432000 1073741824 1073778376 140734835371680 140730422352824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10356] ppid=10338 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/10340/task/10356/stat : 10356 (java) S 10338 10340 9972 0 -1 4202560 2483 0 0 0 29 0 0 0 20 0 19 0 285928087 9856004096 33622 33554432000 1073741824 1073778376 140734835371680 140730421300024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10340/tid=10357] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10357/stat : 10357 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928087 9856004096 33622 33554432000 1073741824 1073778376 140734835371680 140730420247416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10358] ppid=10338 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/10340/task/10358/stat : 10358 (java) S 10338 10340 9972 0 -1 4202560 99 0 0 0 58 29 0 0 20 0 19 0 285928087 9856004096 33622 33554432000 1073741824 1073778376 140734835371680 140730419194824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10340/tid=10359] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10359/stat : 10359 (java) S 10338 10340 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285928108 9856004096 33622 33554432000 1073741824 1073778376 140734835371680 140730418140328 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.75
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/213 10514
/proc/meminfo: memFree=29489460/32873844 swapFree=6872/6872
[pid=10340] ppid=10338 vsize=9625004 CPUtime=1785.85 cores=1,3,5,7
/proc/10340/stat : 10340 (java) S 10338 10340 9972 0 -1 4202496 9299 0 1 0 178522 63 0 0 20 0 19 0 285928080 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140734835362816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10340/statm: 2406251 34646 2277 9 0 2396937 0
[pid=10340/tid=10342] ppid=10338 vsize=9625004 CPUtime=1774.08 cores=1,3,5,7
/proc/10340/task/10342/stat : 10342 (java) R 10338 10340 9972 0 -1 4202560 2608 0 1 0 177381 27 0 0 20 0 19 0 285928082 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730804449584 140730660517411 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10343] ppid=10338 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/10340/task/10343/stat : 10343 (java) S 10338 10340 9972 0 -1 4202560 63 0 0 0 30 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730782550568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10344] ppid=10338 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/10340/task/10344/stat : 10344 (java) S 10338 10340 9972 0 -1 4202560 59 0 0 0 29 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730781497768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10345] ppid=10338 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/10340/task/10345/stat : 10345 (java) S 10338 10340 9972 0 -1 4202560 100 0 0 0 30 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730780444968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10346] ppid=10338 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/10340/task/10346/stat : 10346 (java) S 10338 10340 9972 0 -1 4202560 153 0 0 0 31 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730779392168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10340/tid=10347] ppid=10338 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/10340/task/10347/stat : 10347 (java) S 10338 10340 9972 0 -1 4202560 40 0 0 0 30 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730441919528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10348] ppid=10338 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/10340/task/10348/stat : 10348 (java) S 10338 10340 9972 0 -1 4202560 94 0 0 0 35 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730440866728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10349] ppid=10338 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/10340/task/10349/stat : 10349 (java) S 10338 10340 9972 0 -1 4202560 59 0 0 0 28 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730439813928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10350] ppid=10338 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/10340/task/10350/stat : 10350 (java) S 10338 10340 9972 0 -1 4202560 67 0 0 0 26 1 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730438761128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10340/tid=10351] ppid=10338 vsize=9625004 CPUtime=2.69 cores=1,3,5,7
/proc/10340/task/10351/stat : 10351 (java) S 10338 10340 9972 0 -1 4202560 127 0 0 0 267 2 0 0 20 0 19 0 285928084 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730426563048 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10340/tid=10352] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10352/stat : 10352 (java) S 10338 10340 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285928085 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730425509112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10353] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10353/stat : 10353 (java) S 10338 10340 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285928085 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730424456200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10354] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10354/stat : 10354 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928087 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730423404688 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10355] ppid=10338 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/10340/task/10355/stat : 10355 (java) S 10338 10340 9972 0 -1 4202560 2156 0 0 0 25 0 0 0 20 0 19 0 285928087 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730422352824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10356] ppid=10338 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/10340/task/10356/stat : 10356 (java) S 10338 10340 9972 0 -1 4202560 2483 0 0 0 29 0 0 0 20 0 19 0 285928087 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730421300024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10340/tid=10357] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10357/stat : 10357 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928087 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730420247416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10358] ppid=10338 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/10340/task/10358/stat : 10358 (java) S 10338 10340 9972 0 -1 4202560 103 0 0 0 60 31 0 0 20 0 19 0 285928087 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730419194824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10340/tid=10359] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10359/stat : 10359 (java) S 10338 10340 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285928108 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730418140328 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.85
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.00 2.04 2.00 3/213 10514
/proc/meminfo: memFree=29489956/32873844 swapFree=6872/6872
[pid=10340] ppid=10338 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/10340/stat : 10340 (java) S 10338 10340 9972 0 -1 4202496 9299 0 1 0 179944 64 0 0 20 0 19 0 285928080 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140734835362816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10340/statm: 2406251 34646 2277 9 0 2396937 0
[pid=10340/tid=10342] ppid=10338 vsize=9625004 CPUtime=1788.25 cores=1,3,5,7
/proc/10340/task/10342/stat : 10342 (java) R 10338 10340 9972 0 -1 4202560 2608 0 1 0 178797 28 0 0 20 0 19 0 285928082 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730804449584 140730660575106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10343] ppid=10338 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/10340/task/10343/stat : 10343 (java) S 10338 10340 9972 0 -1 4202560 63 0 0 0 30 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730782550568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10344] ppid=10338 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/10340/task/10344/stat : 10344 (java) S 10338 10340 9972 0 -1 4202560 59 0 0 0 29 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730781497768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10345] ppid=10338 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/10340/task/10345/stat : 10345 (java) S 10338 10340 9972 0 -1 4202560 100 0 0 0 30 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730780444968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10346] ppid=10338 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/10340/task/10346/stat : 10346 (java) S 10338 10340 9972 0 -1 4202560 153 0 0 0 31 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730779392168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10340/tid=10347] ppid=10338 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/10340/task/10347/stat : 10347 (java) S 10338 10340 9972 0 -1 4202560 40 0 0 0 30 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730441919528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10348] ppid=10338 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/10340/task/10348/stat : 10348 (java) S 10338 10340 9972 0 -1 4202560 94 0 0 0 35 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730440866728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10349] ppid=10338 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/10340/task/10349/stat : 10349 (java) S 10338 10340 9972 0 -1 4202560 59 0 0 0 28 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730439813928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10350] ppid=10338 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/10340/task/10350/stat : 10350 (java) S 10338 10340 9972 0 -1 4202560 67 0 0 0 26 1 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730438761128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10340/tid=10351] ppid=10338 vsize=9625004 CPUtime=2.69 cores=1,3,5,7
/proc/10340/task/10351/stat : 10351 (java) S 10338 10340 9972 0 -1 4202560 127 0 0 0 267 2 0 0 20 0 19 0 285928084 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730426563048 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10340/tid=10352] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10352/stat : 10352 (java) S 10338 10340 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285928085 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730425509112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10353] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10353/stat : 10353 (java) S 10338 10340 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285928085 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730424456200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10354] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10354/stat : 10354 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928087 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730423404688 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10355] ppid=10338 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/10340/task/10355/stat : 10355 (java) S 10338 10340 9972 0 -1 4202560 2156 0 0 0 25 0 0 0 20 0 19 0 285928087 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730422352824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10356] ppid=10338 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/10340/task/10356/stat : 10356 (java) S 10338 10340 9972 0 -1 4202560 2483 0 0 0 29 0 0 0 20 0 19 0 285928087 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730421300024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10340/tid=10357] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10357/stat : 10357 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928087 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730420247416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10358] ppid=10338 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/10340/task/10358/stat : 10358 (java) S 10338 10340 9972 0 -1 4202560 103 0 0 0 60 31 0 0 20 0 19 0 285928087 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730419194824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10340/tid=10359] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10359/stat : 10359 (java) S 10338 10340 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285928108 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730418140328 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 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+1796.5 s]
/proc/loadavg: 2.00 2.04 2.00 3/213 10514
/proc/meminfo: memFree=29489956/32873844 swapFree=6872/6872
[pid=10340] ppid=10338 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/10340/stat : 10340 (java) S 10338 10340 9972 0 -1 4202496 9299 0 1 0 179944 64 0 0 20 0 19 0 285928080 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140734835362816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10340/statm: 2406251 34646 2277 9 0 2396937 0
[pid=10340/tid=10342] ppid=10338 vsize=9625004 CPUtime=1788.25 cores=1,3,5,7
/proc/10340/task/10342/stat : 10342 (java) R 10338 10340 9972 0 -1 4202560 2608 0 1 0 178797 28 0 0 20 0 19 0 285928082 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730804449584 140730660575106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10343] ppid=10338 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/10340/task/10343/stat : 10343 (java) S 10338 10340 9972 0 -1 4202560 63 0 0 0 30 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730782550568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10344] ppid=10338 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/10340/task/10344/stat : 10344 (java) S 10338 10340 9972 0 -1 4202560 59 0 0 0 29 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730781497768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10345] ppid=10338 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/10340/task/10345/stat : 10345 (java) S 10338 10340 9972 0 -1 4202560 100 0 0 0 30 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730780444968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10346] ppid=10338 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/10340/task/10346/stat : 10346 (java) S 10338 10340 9972 0 -1 4202560 153 0 0 0 31 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730779392168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10340/tid=10347] ppid=10338 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/10340/task/10347/stat : 10347 (java) S 10338 10340 9972 0 -1 4202560 40 0 0 0 30 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730441919528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10348] ppid=10338 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/10340/task/10348/stat : 10348 (java) S 10338 10340 9972 0 -1 4202560 94 0 0 0 35 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730440866728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10349] ppid=10338 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/10340/task/10349/stat : 10349 (java) S 10338 10340 9972 0 -1 4202560 59 0 0 0 28 0 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730439813928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10350] ppid=10338 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/10340/task/10350/stat : 10350 (java) S 10338 10340 9972 0 -1 4202560 67 0 0 0 26 1 0 0 20 0 19 0 285928083 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730438761128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10340/tid=10351] ppid=10338 vsize=9625004 CPUtime=2.69 cores=1,3,5,7
/proc/10340/task/10351/stat : 10351 (java) S 10338 10340 9972 0 -1 4202560 127 0 0 0 267 2 0 0 20 0 19 0 285928084 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730426563048 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10340/tid=10352] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10352/stat : 10352 (java) S 10338 10340 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285928085 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730425509112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10353] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10353/stat : 10353 (java) S 10338 10340 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285928085 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730424456200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10354] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10354/stat : 10354 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928087 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730423404688 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10355] ppid=10338 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/10340/task/10355/stat : 10355 (java) S 10338 10340 9972 0 -1 4202560 2156 0 0 0 25 0 0 0 20 0 19 0 285928087 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730422352824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10340/tid=10356] ppid=10338 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/10340/task/10356/stat : 10356 (java) S 10338 10340 9972 0 -1 4202560 2483 0 0 0 29 0 0 0 20 0 19 0 285928087 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730421300024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10340/tid=10357] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10357/stat : 10357 (java) S 10338 10340 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285928087 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730420247416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10340/tid=10358] ppid=10338 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/10340/task/10358/stat : 10358 (java) S 10338 10340 9972 0 -1 4202560 103 0 0 0 60 31 0 0 20 0 19 0 285928087 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730419194824 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10340/tid=10359] ppid=10338 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10340/task/10359/stat : 10359 (java) S 10338 10340 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285928108 9856004096 34646 33554432000 1073741824 1073778376 140734835371680 140730418140328 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 10340 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=390211
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=763883
# CPU time returned by wait4() is 1795.15
# 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): 1796.55
CPU time (s): 1800.08
CPU user time (s): 1799.44
CPU system time (s): 0.64
CPU usage (%): 100.196
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.39
system time used= 0.763883
maximum resident set size= 140796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9347
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40214
involuntary context switches= 11162

runsolver used 6.31004 second user time and 15.8736 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 11:39:56
IDJOB=3709954
IDBENCH=89819
IDSOLVER=2289
FILE ID=node106/3709954-1338197996
RUNJOBID= node106-1338195726-9989
PBS_JOBID= 14624610
Free space on /tmp= 71300 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820157.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-3709954-1338197996/watcher-3709954-1338197996 -o /tmp/evaluation-result-3709954-1338197996/solver-3709954-1338197996 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709954-1338197996.opb

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

MD5SUM BENCH= da32b1e615c8e1bae2ecd5f742c16c96
RANDOM SEED=1623717895

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:        30002916 kB
Buffers:          294484 kB
Cached:           582500 kB
SwapCached:            0 kB
Active:          1840332 kB
Inactive:         170680 kB
Active(anon):    1124576 kB
Inactive(anon):    11256 kB
Active(file):     715756 kB
Inactive(file):   159424 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:       1141756 kB
Mapped:            18784 kB
Shmem:               200 kB
Slab:             716392 kB
SReclaimable:     158472 kB
SUnreclaim:       557920 kB
KernelStack:        1592 kB
PageTables:         6488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1582988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1095680 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= 71332 MiB
End job on node106 at 2012-05-28 12:09:55