Trace number 3709877

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.37 1793.95

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-25-20.opb
MD5SUMa69e1395b1a03cfd48605e1acc7227e4
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.007998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints45
Number of constraints which are clauses25
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
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.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3709877-1338151064.opb
0.08/0.13	c reading problem ... 
0.08/0.17	c ... done. Wall clock time 0.042s.
0.08/0.17	c declared #vars     500
0.08/0.17	c #constraints  45
0.08/0.17	c constraints type 
0.08/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 25
0.08/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.08/0.17	c 45 constraints processed.
1.20/0.98	c cleaning 2500 clauses out of 5000 with flag 5000/5000
2.48/2.10	c cleaning 4250 clauses out of 8501 with flag 11001/11001
4.00/3.69	c cleaning 5629 clauses out of 11265 with flag 18015/18015
5.92/5.55	c cleaning 6810 clauses out of 13621 with flag 26000/26000
7.88/7.44	c cleaning 7916 clauses out of 15831 with flag 35020/35020
9.80/9.37	c cleaning 8947 clauses out of 17897 with flag 45002/45002
12.01/11.53	c cleaning 9971 clauses out of 19949 with flag 56001/56001
14.61/14.18	c cleaning 10989 clauses out of 21981 with flag 68004/68004
17.45/16.95	c cleaning 11988 clauses out of 23988 with flag 81000/81000
20.79/20.23	c cleaning 12995 clauses out of 26001 with flag 95001/95001
24.22/23.64	c cleaning 14001 clauses out of 28009 with flag 110004/110004
27.95/27.34	c cleaning 14999 clauses out of 30005 with flag 126001/126001
32.10/31.41	c cleaning 16006 clauses out of 32017 with flag 143012/143012
36.63/35.98	c cleaning 16998 clauses out of 34000 with flag 161001/161001
42.35/41.61	c cleaning 17993 clauses out of 36002 with flag 180001/180001
47.41/46.61	c cleaning 19001 clauses out of 38008 with flag 200000/200000
54.16/53.37	c cleaning 20007 clauses out of 40021 with flag 221014/221014
61.04/60.13	c cleaning 21002 clauses out of 42011 with flag 243011/243011
70.01/69.08	c cleaning 21989 clauses out of 43999 with flag 266001/266001
78.60/77.55	c cleaning 23002 clauses out of 46010 with flag 290001/290001
86.44/85.31	c cleaning 23999 clauses out of 48012 with flag 315005/315005
95.28/94.11	c cleaning 25002 clauses out of 50009 with flag 341001/341001
105.36/104.15	c cleaning 25987 clauses out of 52007 with flag 368001/368001
116.93/115.63	c cleaning 27008 clauses out of 54021 with flag 396002/396002
127.70/126.36	c cleaning 28002 clauses out of 56013 with flag 425002/425002
139.76/138.34	c cleaning 28987 clauses out of 58009 with flag 455000/455000
153.75/152.24	c cleaning 30004 clauses out of 60030 with flag 486008/486008
168.45/166.84	c cleaning 30997 clauses out of 62019 with flag 518001/518001
182.85/181.16	c cleaning 32007 clauses out of 64026 with flag 551005/551005
201.42/199.67	c cleaning 33007 clauses out of 66020 with flag 585006/585006
216.98/215.12	c cleaning 34001 clauses out of 68013 with flag 620006/620006
231.89/229.91	c cleaning 34994 clauses out of 70006 with flag 656000/656000
246.44/244.47	c cleaning 35994 clauses out of 72013 with flag 693001/693001
265.72/263.60	c cleaning 37003 clauses out of 74018 with flag 731000/731000
291.24/289.01	c cleaning 38005 clauses out of 76017 with flag 770002/770002
310.84/308.51	c cleaning 39008 clauses out of 78021 with flag 810011/810011
334.33/331.91	c cleaning 40002 clauses out of 80010 with flag 851008/851008
360.03/357.57	c cleaning 40993 clauses out of 82000 with flag 893000/893000
384.26/381.66	c cleaning 42004 clauses out of 84011 with flag 936004/936004
405.35/402.69	c cleaning 43000 clauses out of 86004 with flag 980001/980001
435.93/433.14	c cleaning 43992 clauses out of 88003 with flag 1025000/1025000
471.82/468.95	c cleaning 45003 clauses out of 90011 with flag 1071000/1071000
509.25/506.27	c cleaning 45986 clauses out of 92010 with flag 1118002/1118002
543.18/540.18	c cleaning 47009 clauses out of 94022 with flag 1166000/1166000
588.25/585.08	c cleaning 48010 clauses out of 96028 with flag 1215015/1215015
620.96/617.63	c cleaning 48999 clauses out of 98005 with flag 1265002/1265002
657.21/653.81	c cleaning 50009 clauses out of 100018 with flag 1316014/1316014
689.73/686.24	c cleaning 50997 clauses out of 101995 with flag 1368000/1368000
719.25/715.68	c cleaning 51993 clauses out of 103999 with flag 1421001/1421001
759.99/756.26	c cleaning 53001 clauses out of 106008 with flag 1475003/1475003
807.12/803.25	c cleaning 53988 clauses out of 108004 with flag 1530000/1530000
861.52/857.48	c cleaning 55009 clauses out of 110022 with flag 1586006/1586006
900.02/895.83	c cleaning 55982 clauses out of 112008 with flag 1643001/1643001
946.30/942.02	c cleaning 57012 clauses out of 114025 with flag 1701000/1701000
1005.96/1001.62	c cleaning 58011 clauses out of 116030 with flag 1760017/1760017
1066.17/1061.78	c cleaning 58997 clauses out of 118002 with flag 1820000/1820000
1133.53/1129.07	c cleaning 60002 clauses out of 120007 with flag 1881002/1881002
1199.22/1194.69	c cleaning 60986 clauses out of 122005 with flag 1943002/1943002
1259.83/1255.16	c cleaning 62002 clauses out of 124019 with flag 2006002/2006002
1321.85/1316.95	c cleaning 63001 clauses out of 126015 with flag 2070000/2070000
1371.19/1366.20	c cleaning 64004 clauses out of 128018 with flag 2135004/2135004
1435.94/1430.78	c cleaning 65002 clauses out of 130014 with flag 2201004/2201004
1506.33/1500.93	c cleaning 65991 clauses out of 132009 with flag 2268001/2268001
1556.01/1550.43	c cleaning 66995 clauses out of 134017 with flag 2336000/2336000
1625.87/1620.16	c cleaning 68003 clauses out of 136023 with flag 2405001/2405001
1689.86/1684.00	c cleaning 69010 clauses out of 138019 with flag 2475000/2475000
1761.45/1755.50	c cleaning 70000 clauses out of 140013 with flag 2546004/2546004
1800.09/1793.91	c starts		: 230
1800.09/1793.91	c conflicts		: 2602925
1800.09/1793.91	c decisions		: 2860802
1800.09/1793.91	c propagations		: 72368499
1800.09/1793.91	c inspects		: 15820630657
1800.09/1793.91	c shortcuts		: 0
1800.09/1793.91	c learnt literals	: 0
1800.09/1793.91	c learnt binary clauses	: 0
1800.09/1793.91	c learnt ternary clauses	: 0
1800.09/1793.91	c learnt constraints	: 2602925
1800.09/1793.91	c ignored constraints	: 0
1800.09/1793.91	c root simplifications	: 230
1800.09/1793.91	c removed literals (reason simplification)	: 11759523
1800.09/1793.91	c reason swapping (by a shorter reason)	: 0
1800.09/1793.91	c Calls to reduceDB	: 67
1800.09/1793.91	c number of reductions to clauses (during analyze)	: 0
1800.09/1793.91	c number of learned constraints concerned by reduction	: 0
1800.09/1793.91	c number of learning phase by resolution	: 0
1800.09/1793.91	c number of learning phase by cutting planes	: 0
1800.09/1793.91	c speed (assignments/second)	: 40345.05521706335
1800.09/1793.91	c non guided choices	192
1800.09/1793.94	c learnt constraints type 
1800.09/1793.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126970
1800.09/1793.94	c constraints type 
1800.09/1793.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 25
1800.09/1793.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
1800.09/1793.94	c 45 constraints processed.
1800.09/1793.94	s UNKNOWN
1800.09/1793.94	c Total wall clock time (in seconds): 1793.817

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-3709877-1338151064/watcher-3709877-1338151064 -o /tmp/evaluation-result-3709877-1338151064/solver-3709877-1338151064 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709877-1338151064.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: 1.91 1.98 1.99 3/194 28418
/proc/meminfo: memFree=28665796/32873844 swapFree=6856/6856
[pid=28418] ppid=28416 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/28418/stat : 28418 (java) D 28416 28418 24682 0 -1 4202496 82 0 0 0 0 0 0 0 20 0 1 0 281231278 278528 34 33554432000 1073741824 1073778376 140735781126928 140735781124104 223642479911 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/28418/statm: 68 34 25 9 0 25 0

[startup+0.085688 s]
/proc/loadavg: 1.91 1.98 1.99 3/194 28418
/proc/meminfo: memFree=28665796/32873844 swapFree=6856/6856
[pid=28418] ppid=28416 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/28418/stat : 28418 (java) S 28416 28418 24682 0 -1 4202496 3403 0 1 0 4 1 0 0 20 0 18 0 281231278 9787842560 4610 33554432000 1073741824 1073778376 140735309446400 140735309437536 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28418/statm: 2389610 4611 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100331 s]
/proc/loadavg: 1.91 1.98 1.99 3/194 28418
/proc/meminfo: memFree=28665796/32873844 swapFree=6856/6856
[pid=28418] ppid=28416 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/28418/stat : 28418 (java) S 28416 28418 24682 0 -1 4202496 4120 0 1 0 7 1 0 0 20 0 18 0 281231278 9787842560 5325 33554432000 1073741824 1073778376 140735309446400 140735309437536 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28418/statm: 2389610 5330 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300292 s]
/proc/loadavg: 1.91 1.98 1.99 3/194 28418
/proc/meminfo: memFree=28665796/32873844 swapFree=6856/6856
[pid=28418] ppid=28416 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/28418/stat : 28418 (java) S 28416 28418 24682 0 -1 4202496 7078 0 1 0 47 3 0 0 20 0 19 0 281231278 9856004096 8744 33554432000 1073741824 1073778376 140735309446400 140735309437536 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28418/statm: 2406251 8744 2235 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625004

[startup+0.700298 s]
/proc/loadavg: 1.91 1.98 1.99 3/194 28418
/proc/meminfo: memFree=28665796/32873844 swapFree=6856/6856
[pid=28418] ppid=28416 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/28418/stat : 28418 (java) S 28416 28418 24682 0 -1 4202496 7530 0 1 0 94 3 0 0 20 0 19 0 281231278 9856004096 9785 33554432000 1073741824 1073778376 140735309446400 140735309437536 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28418/statm: 2406251 9785 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9625004

[startup+1.50078 s]
/proc/loadavg: 1.91 1.98 1.99 3/213 28437
/proc/meminfo: memFree=28614496/32873844 swapFree=6856/6856
[pid=28418] ppid=28416 vsize=9625004 CPUtime=1.84 cores=1,3,5,7
/proc/28418/stat : 28418 (java) S 28416 28418 24682 0 -1 4202496 7935 0 1 0 180 4 0 0 20 0 19 0 281231278 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140735309437536 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28418/statm: 2406251 14954 2274 9 0 2396937 0
[pid=28418/tid=28420] ppid=28416 vsize=9625004 CPUtime=1.44 cores=1,3,5,7
/proc/28418/task/28420/stat : 28420 (java) R 28416 28418 24682 0 -1 4202560 2516 0 1 0 142 2 0 0 20 0 19 0 281231279 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473716601256 140473566531656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28421] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28421/stat : 28421 (java) S 28416 28418 24682 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473689053992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28422] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28422/stat : 28422 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473688001192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28423] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28423/stat : 28423 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473686948904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28424] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28424/stat : 28424 (java) S 28416 28418 24682 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473685896104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28425] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28425/stat : 28425 (java) S 28416 28418 24682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473684842792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28426] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28426/stat : 28426 (java) S 28416 28418 24682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473555003560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28427] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28427/stat : 28427 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473553951272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28428] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28428/stat : 28428 (java) S 28416 28418 24682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473552898472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28429] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28429/stat : 28429 (java) S 28416 28418 24682 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 281231282 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473069951720 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28430] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28430/stat : 28430 (java) S 28416 28418 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281231282 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473068897784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28431] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28431/stat : 28431 (java) S 28416 28418 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281231282 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473067845384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28432] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28432/stat : 28432 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473066793872 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28433] ppid=28416 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/28418/task/28433/stat : 28433 (java) S 28416 28418 24682 0 -1 4202560 1747 0 0 0 13 0 0 0 20 0 19 0 281231285 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473065740472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28434] ppid=28416 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/28418/task/28434/stat : 28434 (java) S 28416 28418 24682 0 -1 4202560 2426 0 0 0 20 1 0 0 20 0 19 0 281231285 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473064687672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28435] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28435/stat : 28435 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473063635576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28436] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28436/stat : 28436 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473062582984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28437] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28437/stat : 28437 (java) S 28416 28418 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281231296 9856004096 14954 33554432000 1073741824 1073778376 140735309446400 140473061529000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625004

[startup+3.10077 s]
/proc/loadavg: 1.91 1.98 1.99 3/213 28437
/proc/meminfo: memFree=28615240/32873844 swapFree=6856/6856
[pid=28418] ppid=28416 vsize=9625004 CPUtime=3.5 cores=1,3,5,7
/proc/28418/stat : 28418 (java) S 28416 28418 24682 0 -1 4202496 7963 0 1 0 344 6 0 0 20 0 19 0 281231278 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140735309437536 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28418/statm: 2406251 18545 2274 9 0 2396937 0
[pid=28418/tid=28420] ppid=28416 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/28418/task/28420/stat : 28420 (java) R 28416 28418 24682 0 -1 4202560 2518 0 1 0 300 2 0 0 20 0 19 0 281231279 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473716601352 140473566587692 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28421] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28421/stat : 28421 (java) S 28416 28418 24682 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473689053992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28422] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28422/stat : 28422 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473688001192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28423] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28423/stat : 28423 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473686948904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28424] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28424/stat : 28424 (java) S 28416 28418 24682 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473685896104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28425] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28425/stat : 28425 (java) S 28416 28418 24682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473684842792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28426] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28426/stat : 28426 (java) S 28416 28418 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473555003560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28427] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28427/stat : 28427 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473553951272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28428] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28428/stat : 28428 (java) S 28416 28418 24682 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473552898472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28429] ppid=28416 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/28418/task/28429/stat : 28429 (java) S 28416 28418 24682 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 281231282 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473069951720 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28430] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28430/stat : 28430 (java) S 28416 28418 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281231282 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473068897784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28431] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28431/stat : 28431 (java) S 28416 28418 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281231282 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473067845384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28432] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28432/stat : 28432 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473066793872 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28433] ppid=28416 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/28418/task/28433/stat : 28433 (java) S 28416 28418 24682 0 -1 4202560 1747 0 0 0 15 0 0 0 20 0 19 0 281231285 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473065740472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28434] ppid=28416 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/28418/task/28434/stat : 28434 (java) S 28416 28418 24682 0 -1 4202560 2426 0 0 0 21 1 0 0 20 0 19 0 281231285 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473064687672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28435] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28435/stat : 28435 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473063635576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28436] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28436/stat : 28436 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473062582984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28437] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28437/stat : 28437 (java) S 28416 28418 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281231296 9856004096 18545 33554432000 1073741824 1073778376 140735309446400 140473061529000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 28437
/proc/meminfo: memFree=28592464/32873844 swapFree=6856/6856
[pid=28418] ppid=28416 vsize=9625004 CPUtime=6.78 cores=1,3,5,7
/proc/28418/stat : 28418 (java) S 28416 28418 24682 0 -1 4202496 7993 0 1 0 671 7 0 0 20 0 19 0 281231278 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140735309437536 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28418/statm: 2406251 20984 2275 9 0 2396937 0
[pid=28418/tid=28420] ppid=28416 vsize=9625004 CPUtime=6.17 cores=1,3,5,7
/proc/28418/task/28420/stat : 28420 (java) R 28416 28418 24682 0 -1 4202560 2521 0 1 0 615 2 0 0 20 0 19 0 281231279 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473716601136 140473566395109 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28421] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28421/stat : 28421 (java) S 28416 28418 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473689053992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28422] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28422/stat : 28422 (java) S 28416 28418 24682 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473688001192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28423] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28423/stat : 28423 (java) S 28416 28418 24682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473686948904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28424] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28424/stat : 28424 (java) S 28416 28418 24682 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473685896104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28425] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28425/stat : 28425 (java) S 28416 28418 24682 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473684842792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28426] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28426/stat : 28426 (java) S 28416 28418 24682 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473555003560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28427] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28427/stat : 28427 (java) S 28416 28418 24682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473553951272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28428] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28428/stat : 28428 (java) S 28416 28418 24682 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281231281 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473552898472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28429] ppid=28416 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/28418/task/28429/stat : 28429 (java) S 28416 28418 24682 0 -1 4202560 35 0 0 0 5 0 0 0 20 0 19 0 281231282 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473069951720 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28430] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28430/stat : 28430 (java) S 28416 28418 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281231282 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473068897784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28431] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28431/stat : 28431 (java) S 28416 28418 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281231282 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473067845384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28432] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28432/stat : 28432 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473066793872 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28433] ppid=28416 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/28418/task/28433/stat : 28433 (java) S 28416 28418 24682 0 -1 4202560 1747 0 0 0 15 0 0 0 20 0 19 0 281231285 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473065740472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28434] ppid=28416 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/28418/task/28434/stat : 28434 (java) S 28416 28418 24682 0 -1 4202560 2427 0 0 0 25 1 0 0 20 0 19 0 281231285 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473064687672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28435] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28435/stat : 28435 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473063635576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28436] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28436/stat : 28436 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473062582984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28437] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28437/stat : 28437 (java) S 28416 28418 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281231296 9856004096 20984 33554432000 1073741824 1073778376 140735309446400 140473061529000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=28418/tid=28426] ppid=28416 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/28418/task/28426/stat : 28426 (java) S 28416 28418 24682 0 -1 4202560 141 0 0 0 77 4 0 0 20 0 19 0 281231281 9856004096 105017 33554432000 1073741824 1073778376 140735309446400 140473555003560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28427] ppid=28416 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/28418/task/28427/stat : 28427 (java) S 28416 28418 24682 0 -1 4202560 436 0 0 0 81 4 0 0 20 0 19 0 281231281 9856004096 105017 33554432000 1073741824 1073778376 140735309446400 140473553951272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28428] ppid=28416 vsize=9625004 CPUtime=0.89 cores=1,3,5,7
/proc/28418/task/28428/stat : 28428 (java) S 28416 28418 24682 0 -1 4202560 272 0 0 0 84 5 0 0 20 0 19 0 281231281 9856004096 105017 33554432000 1073741824 1073778376 140735309446400 140473552898472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28429] ppid=28416 vsize=9625004 CPUtime=3.97 cores=1,3,5,7
/proc/28418/task/28429/stat : 28429 (java) S 28416 28418 24682 0 -1 4202560 120 0 0 0 393 4 0 0 20 0 19 0 281231282 9856004096 105017 33554432000 1073741824 1073778376 140735309446400 140473069951720 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28430] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28430/stat : 28430 (java) S 28416 28418 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281231282 9856004096 105017 33554432000 1073741824 1073778376 140735309446400 140473068897784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28431] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28431/stat : 28431 (java) S 28416 28418 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281231282 9856004096 105017 33554432000 1073741824 1073778376 140735309446400 140473067845384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28432] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28432/stat : 28432 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 105017 33554432000 1073741824 1073778376 140735309446400 140473066793872 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28433] ppid=28416 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/28418/task/28433/stat : 28433 (java) S 28416 28418 24682 0 -1 4202560 1747 0 0 0 15 0 0 0 20 0 19 0 281231285 9856004096 105017 33554432000 1073741824 1073778376 140735309446400 140473065740472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28434] ppid=28416 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/28418/task/28434/stat : 28434 (java) S 28416 28418 24682 0 -1 4202560 2495 0 0 0 29 2 0 0 20 0 19 0 281231285 9856004096 105017 33554432000 1073741824 1073778376 140735309446400 140473064687672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28435] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28435/stat : 28435 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 105017 33554432000 1073741824 1073778376 140735309446400 140473063635576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28436] ppid=28416 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/28418/task/28436/stat : 28436 (java) S 28416 28418 24682 0 -1 4202560 99 0 0 0 39 42 0 0 20 0 19 0 281231285 9856004096 105017 33554432000 1073741824 1073778376 140735309446400 140473062582984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28437] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28437/stat : 28437 (java) S 28416 28418 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281231296 9856004096 105017 33554432000 1073741824 1073778376 140735309446400 140473061529000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1728.36
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 28535
/proc/meminfo: memFree=27422460/32873844 swapFree=6856/6856
[pid=28418] ppid=28416 vsize=9625004 CPUtime=1788.48 cores=1,3,5,7
/proc/28418/stat : 28418 (java) S 28416 28418 24682 0 -1 4202496 10726 0 1 0 178746 102 0 0 20 0 19 0 281231278 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140735309437536 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28418/statm: 2406251 107577 2276 9 0 2396937 0
[pid=28418/tid=28420] ppid=28416 vsize=9625004 CPUtime=1776 cores=1,3,5,7
/proc/28418/task/28420/stat : 28420 (java) R 28416 28418 24682 0 -1 4202560 2629 0 1 0 177568 32 0 0 20 0 19 0 281231279 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473716601136 140473566632176 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28421] ppid=28416 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/28418/task/28421/stat : 28421 (java) S 28416 28418 24682 0 -1 4202560 265 0 0 0 81 4 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473689053992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28422] ppid=28416 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/28418/task/28422/stat : 28422 (java) S 28416 28418 24682 0 -1 4202560 354 0 0 0 82 3 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473688001192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28423] ppid=28416 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/28418/task/28423/stat : 28423 (java) S 28416 28418 24682 0 -1 4202560 267 0 0 0 81 4 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473686948904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28424] ppid=28416 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/28418/task/28424/stat : 28424 (java) S 28416 28418 24682 0 -1 4202560 385 0 0 0 82 5 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473685896104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28425] ppid=28416 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/28418/task/28425/stat : 28425 (java) S 28416 28418 24682 0 -1 4202560 322 0 0 0 95 7 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473684842792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28426] ppid=28416 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/28418/task/28426/stat : 28426 (java) S 28416 28418 24682 0 -1 4202560 143 0 0 0 78 4 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473555003560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28427] ppid=28416 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/28418/task/28427/stat : 28427 (java) S 28416 28418 24682 0 -1 4202560 439 0 0 0 82 4 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473553951272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28428] ppid=28416 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/28418/task/28428/stat : 28428 (java) S 28416 28418 24682 0 -1 4202560 273 0 0 0 85 5 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473552898472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28429] ppid=28416 vsize=9625004 CPUtime=4.08 cores=1,3,5,7
/proc/28418/task/28429/stat : 28429 (java) S 28416 28418 24682 0 -1 4202560 122 0 0 0 404 4 0 0 20 0 19 0 281231282 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473069951720 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28430] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28430/stat : 28430 (java) S 28416 28418 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281231282 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473068897784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28431] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28431/stat : 28431 (java) S 28416 28418 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281231282 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473067845384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28432] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28432/stat : 28432 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473066793872 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28433] ppid=28416 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/28418/task/28433/stat : 28433 (java) S 28416 28418 24682 0 -1 4202560 1747 0 0 0 15 0 0 0 20 0 19 0 281231285 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473065740472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28434] ppid=28416 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/28418/task/28434/stat : 28434 (java) S 28416 28418 24682 0 -1 4202560 2495 0 0 0 29 2 0 0 20 0 19 0 281231285 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473064687672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28435] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28435/stat : 28435 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473063635576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28436] ppid=28416 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/28418/task/28436/stat : 28436 (java) S 28416 28418 24682 0 -1 4202560 103 0 0 0 40 44 0 0 20 0 19 0 281231285 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473062582984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28437] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28437/stat : 28437 (java) S 28416 28418 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281231296 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473061529000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1788.48
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/213 28535
/proc/meminfo: memFree=27422460/32873844 swapFree=6856/6856
[pid=28418] ppid=28416 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/28418/stat : 28418 (java) S 28416 28418 24682 0 -1 4202496 10726 0 1 0 179907 102 0 0 20 0 19 0 281231278 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140735309437536 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28418/statm: 2406251 107577 2276 9 0 2396937 0
[pid=28418/tid=28420] ppid=28416 vsize=9625004 CPUtime=1787.6 cores=1,3,5,7
/proc/28418/task/28420/stat : 28420 (java) R 28416 28418 24682 0 -1 4202560 2629 0 1 0 178727 33 0 0 20 0 19 0 281231279 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473716601136 140473566504122 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28421] ppid=28416 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/28418/task/28421/stat : 28421 (java) S 28416 28418 24682 0 -1 4202560 265 0 0 0 81 4 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473689053992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28422] ppid=28416 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/28418/task/28422/stat : 28422 (java) S 28416 28418 24682 0 -1 4202560 354 0 0 0 82 3 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473688001192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28423] ppid=28416 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/28418/task/28423/stat : 28423 (java) S 28416 28418 24682 0 -1 4202560 267 0 0 0 81 4 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473686948904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28424] ppid=28416 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/28418/task/28424/stat : 28424 (java) S 28416 28418 24682 0 -1 4202560 385 0 0 0 82 5 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473685896104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28425] ppid=28416 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/28418/task/28425/stat : 28425 (java) S 28416 28418 24682 0 -1 4202560 322 0 0 0 95 7 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473684842792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28426] ppid=28416 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/28418/task/28426/stat : 28426 (java) S 28416 28418 24682 0 -1 4202560 143 0 0 0 78 4 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473555003560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28427] ppid=28416 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/28418/task/28427/stat : 28427 (java) S 28416 28418 24682 0 -1 4202560 439 0 0 0 82 4 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473553951272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28428] ppid=28416 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/28418/task/28428/stat : 28428 (java) S 28416 28418 24682 0 -1 4202560 273 0 0 0 85 5 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473552898472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28429] ppid=28416 vsize=9625004 CPUtime=4.08 cores=1,3,5,7
/proc/28418/task/28429/stat : 28429 (java) S 28416 28418 24682 0 -1 4202560 122 0 0 0 404 4 0 0 20 0 19 0 281231282 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473069951720 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28430] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28430/stat : 28430 (java) S 28416 28418 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281231282 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473068897784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28431] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28431/stat : 28431 (java) S 28416 28418 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281231282 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473067845384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28432] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28432/stat : 28432 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473066793872 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28433] ppid=28416 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/28418/task/28433/stat : 28433 (java) S 28416 28418 24682 0 -1 4202560 1747 0 0 0 15 0 0 0 20 0 19 0 281231285 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473065740472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28434] ppid=28416 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/28418/task/28434/stat : 28434 (java) S 28416 28418 24682 0 -1 4202560 2495 0 0 0 29 2 0 0 20 0 19 0 281231285 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473064687672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28435] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28435/stat : 28435 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473063635576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28436] ppid=28416 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/28418/task/28436/stat : 28436 (java) S 28416 28418 24682 0 -1 4202560 103 0 0 0 40 44 0 0 20 0 19 0 281231285 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473062582984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28437] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28437/stat : 28437 (java) S 28416 28418 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281231296 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473061529000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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+1793.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/213 28535
/proc/meminfo: memFree=27422460/32873844 swapFree=6856/6856
[pid=28418] ppid=28416 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/28418/stat : 28418 (java) S 28416 28418 24682 0 -1 4202496 10726 0 1 0 179907 102 0 0 20 0 19 0 281231278 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140735309437536 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28418/statm: 2406251 107577 2276 9 0 2396937 0
[pid=28418/tid=28420] ppid=28416 vsize=9625004 CPUtime=1787.6 cores=1,3,5,7
/proc/28418/task/28420/stat : 28420 (java) R 28416 28418 24682 0 -1 4202560 2629 0 1 0 178727 33 0 0 20 0 19 0 281231279 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473716601136 140473566504122 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28421] ppid=28416 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/28418/task/28421/stat : 28421 (java) S 28416 28418 24682 0 -1 4202560 265 0 0 0 81 4 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473689053992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28422] ppid=28416 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/28418/task/28422/stat : 28422 (java) S 28416 28418 24682 0 -1 4202560 354 0 0 0 82 3 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473688001192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28423] ppid=28416 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/28418/task/28423/stat : 28423 (java) S 28416 28418 24682 0 -1 4202560 267 0 0 0 81 4 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473686948904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28424] ppid=28416 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/28418/task/28424/stat : 28424 (java) S 28416 28418 24682 0 -1 4202560 385 0 0 0 82 5 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473685896104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28425] ppid=28416 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/28418/task/28425/stat : 28425 (java) S 28416 28418 24682 0 -1 4202560 322 0 0 0 95 7 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473684842792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28426] ppid=28416 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/28418/task/28426/stat : 28426 (java) S 28416 28418 24682 0 -1 4202560 143 0 0 0 78 4 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473555003560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28427] ppid=28416 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/28418/task/28427/stat : 28427 (java) S 28416 28418 24682 0 -1 4202560 439 0 0 0 82 4 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473553951272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28418/tid=28428] ppid=28416 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/28418/task/28428/stat : 28428 (java) S 28416 28418 24682 0 -1 4202560 273 0 0 0 85 5 0 0 20 0 19 0 281231281 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473552898472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28429] ppid=28416 vsize=9625004 CPUtime=4.08 cores=1,3,5,7
/proc/28418/task/28429/stat : 28429 (java) S 28416 28418 24682 0 -1 4202560 122 0 0 0 404 4 0 0 20 0 19 0 281231282 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473069951720 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28430] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28430/stat : 28430 (java) S 28416 28418 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281231282 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473068897784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28431] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28431/stat : 28431 (java) S 28416 28418 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281231282 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473067845384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28432] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28432/stat : 28432 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473066793872 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28433] ppid=28416 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/28418/task/28433/stat : 28433 (java) S 28416 28418 24682 0 -1 4202560 1747 0 0 0 15 0 0 0 20 0 19 0 281231285 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473065740472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28434] ppid=28416 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/28418/task/28434/stat : 28434 (java) S 28416 28418 24682 0 -1 4202560 2495 0 0 0 29 2 0 0 20 0 19 0 281231285 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473064687672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28418/tid=28435] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28435/stat : 28435 (java) S 28416 28418 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281231285 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473063635576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28418/tid=28436] ppid=28416 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/28418/task/28436/stat : 28436 (java) S 28416 28418 24682 0 -1 4202560 103 0 0 0 40 44 0 0 20 0 19 0 281231285 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473062582984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28418/tid=28437] ppid=28416 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28418/task/28437/stat : 28437 (java) S 28416 28418 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281231296 9856004096 107577 33554432000 1073741824 1073778376 140735309446400 140473061529000 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1793.95
CPU time (s): 1800.37
CPU user time (s): 1799.04
CPU system time (s): 1.3348
CPU usage (%): 100.358
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.3348
maximum resident set size= 430464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10769
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39852
involuntary context switches= 29179

runsolver used 6.563 second user time and 16.7215 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-27 22:37:44
IDJOB=3709877
IDBENCH=2569
IDSOLVER=2289
FILE ID=node144/3709877-1338151064
RUNJOBID= node144-1338138284-27029
PBS_JOBID= 14624480
Free space on /tmp= 71496 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-25-20.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-3709877-1338151064/watcher-3709877-1338151064 -o /tmp/evaluation-result-3709877-1338151064/solver-3709877-1338151064 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709877-1338151064.opb

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

MD5SUM BENCH= a69e1395b1a03cfd48605e1acc7227e4
RANDOM SEED=359302529

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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:        28666168 kB
Buffers:          375188 kB
Cached:          2609284 kB
SwapCached:            0 kB
Active:          1187592 kB
Inactive:        2182432 kB
Active(anon):     386732 kB
Inactive(anon):        0 kB
Active(file):     800860 kB
Inactive(file):  2182432 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:        390636 kB
Mapped:            22576 kB
Shmem:               200 kB
Slab:             696764 kB
SReclaimable:     139172 kB
SUnreclaim:       557592 kB
KernelStack:        1608 kB
PageTables:         4768 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     589556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 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= 71496 MiB
End job on node144 at 2012-05-27 23:07:40