Trace number 3709876

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-21-20.opb
MD5SUM2f4fbbd7ac7eea50904b3e0a14134afd
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.004999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints41
Number of constraints which are clauses21
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 constraint21
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 22
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.10	c See www.sat4j.org for details.
0.05/0.10	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.11	c version 2.3.2.v20120418
0.05/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.11	c java.vm.version	19.1-b02
0.05/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.11	c sun.arch.data.model	64
0.05/0.11	c java.version		1.6.0_24
0.05/0.11	c os.name		Linux
0.05/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.11	c os.arch		amd64
0.05/0.11	c Free memory 		501472288
0.05/0.11	c Max memory 		7480803328
0.05/0.11	c Total memory 		504102912
0.05/0.11	c Number of processors 	8
0.05/0.14	c read org.sat4j.minisat.orders.VarOrderHeap
0.05/0.14	c configuring ORDERS
0.05/0.15	c --- Begin Solver configuration ---
0.05/0.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.05/0.15	c Learn all clauses as in MiniSAT
0.05/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.05/0.15	c Expensive reason simplification
0.05/0.15	c Armin Biere (Picosat) restarts strategy
0.05/0.15	c Glucose learned constraints deletion strategy
0.05/0.15	c timeout=2147483s
0.05/0.15	c DB Simplification allowed=true
0.05/0.15	c Heuristics kept accross calls (keep the solver "hot")
0.05/0.15	c --- End Solver configuration ---
0.05/0.15	c solving HOME/instance-3709876-1338151494.opb
0.05/0.15	c reading problem ... 
0.05/0.19	c ... done. Wall clock time 0.04s.
0.05/0.19	c declared #vars     420
0.05/0.19	c #constraints  41
0.05/0.19	c constraints type 
0.05/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21
0.05/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.05/0.19	c 41 constraints processed.
1.16/0.97	c cleaning 2501 clauses out of 5001 with flag 5001/5001
2.13/1.80	c cleaning 4249 clauses out of 8499 with flag 11000/11000
3.24/2.97	c cleaning 5611 clauses out of 11250 with flag 18000/18000
4.77/4.43	c cleaning 6810 clauses out of 13640 with flag 26001/26001
6.51/6.18	c cleaning 7904 clauses out of 15829 with flag 35000/35000
8.81/8.42	c cleaning 8960 clauses out of 17928 with flag 45003/45003
11.02/10.65	c cleaning 9978 clauses out of 19967 with flag 56002/56002
13.64/13.26	c cleaning 10996 clauses out of 21995 with flag 68008/68008
16.54/16.17	c cleaning 11990 clauses out of 23992 with flag 81001/81001
19.26/18.87	c cleaning 12994 clauses out of 26001 with flag 95000/95000
22.27/21.82	c cleaning 13973 clauses out of 28009 with flag 110002/110002
25.49/25.04	c cleaning 15009 clauses out of 30034 with flag 126000/126000
29.42/28.99	c cleaning 16013 clauses out of 32035 with flag 143010/143010
34.04/33.56	c cleaning 17008 clauses out of 34016 with flag 161004/161004
39.19/38.62	c cleaning 17980 clauses out of 36005 with flag 180001/180001
43.54/42.91	c cleaning 19004 clauses out of 38024 with flag 200000/200000
50.08/49.44	c cleaning 20005 clauses out of 40020 with flag 221000/221000
55.79/55.10	c cleaning 21004 clauses out of 42018 with flag 243003/243003
62.12/61.47	c cleaning 22004 clauses out of 44011 with flag 266000/266000
68.85/68.17	c cleaning 22991 clauses out of 46010 with flag 290003/290003
77.07/76.33	c cleaning 23994 clauses out of 48017 with flag 315001/315001
84.94/84.12	c cleaning 25008 clauses out of 50022 with flag 341000/341000
93.78/92.96	c cleaning 25987 clauses out of 52014 with flag 368000/368000
102.70/101.83	c cleaning 27014 clauses out of 54030 with flag 396003/396003
111.26/110.36	c cleaning 28005 clauses out of 56016 with flag 425003/425003
121.50/120.55	c cleaning 28998 clauses out of 58008 with flag 455000/455000
131.23/130.30	c cleaning 30006 clauses out of 60011 with flag 486001/486001
143.97/142.95	c cleaning 30997 clauses out of 62006 with flag 518002/518002
156.82/155.78	c cleaning 32002 clauses out of 64009 with flag 551002/551002
169.48/168.36	c cleaning 33002 clauses out of 66009 with flag 585004/585004
180.12/178.99	c cleaning 33999 clauses out of 68005 with flag 620002/620002
191.26/190.03	c cleaning 34997 clauses out of 70006 with flag 656002/656002
202.60/201.38	c cleaning 35996 clauses out of 72008 with flag 693001/693001
217.04/215.73	c cleaning 36994 clauses out of 74011 with flag 731000/731000
233.26/231.95	c cleaning 38007 clauses out of 76020 with flag 770003/770003
248.84/247.47	c cleaning 38988 clauses out of 78010 with flag 810000/810000
267.78/266.34	c cleaning 40003 clauses out of 80022 with flag 851000/851000
285.15/283.67	c cleaning 41008 clauses out of 82022 with flag 893003/893003
302.14/300.58	c cleaning 42000 clauses out of 84013 with flag 936002/936002
319.29/317.62	c cleaning 42999 clauses out of 86011 with flag 980000/980000
339.05/337.35	c cleaning 43996 clauses out of 88015 with flag 1025003/1025003
359.04/357.27	c cleaning 44997 clauses out of 90016 with flag 1071000/1071000
379.51/377.63	c cleaning 46008 clauses out of 92019 with flag 1118000/1118000
397.17/395.22	c cleaning 46993 clauses out of 94015 with flag 1166004/1166004
416.92/414.98	c cleaning 47990 clauses out of 96018 with flag 1215000/1215000
440.65/438.69	c cleaning 49008 clauses out of 98028 with flag 1265000/1265000
461.82/459.71	c cleaning 50005 clauses out of 100021 with flag 1316001/1316001
481.21/479.03	c cleaning 51000 clauses out of 102016 with flag 1368001/1368001
506.06/503.87	c cleaning 52005 clauses out of 104016 with flag 1421001/1421001
524.53/522.21	c cleaning 53000 clauses out of 106010 with flag 1475000/1475000
545.80/543.49	c cleaning 54001 clauses out of 108012 with flag 1530002/1530002
567.68/565.22	c cleaning 55000 clauses out of 110011 with flag 1586002/1586002
589.72/587.23	c cleaning 55998 clauses out of 112009 with flag 1643000/1643000
617.61/615.10	c cleaning 56998 clauses out of 114011 with flag 1701000/1701000
647.99/645.38	c cleaning 57998 clauses out of 116013 with flag 1760000/1760000
674.57/671.88	c cleaning 58994 clauses out of 118015 with flag 1820000/1820000
709.06/706.22	c cleaning 60003 clauses out of 120023 with flag 1881002/1881002
736.71/733.90	c cleaning 60999 clauses out of 122020 with flag 1943002/1943002
767.55/764.68	c cleaning 62007 clauses out of 124023 with flag 2006004/2006004
795.32/792.31	c cleaning 62994 clauses out of 126012 with flag 2070000/2070000
824.38/821.35	c cleaning 64003 clauses out of 128018 with flag 2135000/2135000
847.98/844.88	c cleaning 65005 clauses out of 130015 with flag 2201000/2201000
880.25/877.00	c cleaning 65995 clauses out of 132011 with flag 2268001/2268001
905.45/902.19	c cleaning 67003 clauses out of 134016 with flag 2336001/2336001
932.59/929.24	c cleaning 68001 clauses out of 136012 with flag 2405000/2405000
959.35/955.92	c cleaning 68998 clauses out of 138012 with flag 2475001/2475001
993.37/989.95	c cleaning 70000 clauses out of 140014 with flag 2546001/2546001
1025.43/1021.90	c cleaning 71001 clauses out of 142013 with flag 2618000/2618000
1054.90/1051.31	c cleaning 72001 clauses out of 144015 with flag 2691003/2691003
1098.46/1094.82	c cleaning 73002 clauses out of 146011 with flag 2765000/2765000
1137.79/1134.07	c cleaning 74003 clauses out of 148012 with flag 2840003/2840003
1174.38/1170.55	c cleaning 74999 clauses out of 150006 with flag 2916000/2916000
1210.99/1207.03	c cleaning 76000 clauses out of 152008 with flag 2993001/2993001
1242.09/1238.03	c cleaning 77001 clauses out of 154007 with flag 3071000/3071000
1268.06/1263.96	c cleaning 78001 clauses out of 156006 with flag 3150000/3150000
1295.81/1291.68	c cleaning 78987 clauses out of 158005 with flag 3230000/3230000
1334.26/1330.01	c cleaning 80005 clauses out of 160020 with flag 3311002/3311002
1372.03/1367.72	c cleaning 81004 clauses out of 162015 with flag 3393002/3393002
1411.58/1407.25	c cleaning 81999 clauses out of 164010 with flag 3476001/3476001
1457.05/1452.65	c cleaning 82998 clauses out of 166013 with flag 3560003/3560003
1490.65/1486.10	c cleaning 83997 clauses out of 168012 with flag 3645000/3645000
1529.33/1524.77	c cleaning 85000 clauses out of 170015 with flag 3731000/3731000
1562.10/1557.40	c cleaning 86005 clauses out of 172016 with flag 3818001/3818001
1598.75/1594.00	c cleaning 87004 clauses out of 174013 with flag 3906003/3906003
1635.43/1630.60	c cleaning 88001 clauses out of 176007 with flag 3995001/3995001
1679.72/1674.84	c cleaning 89001 clauses out of 178011 with flag 4085006/4085006
1719.93/1714.94	c cleaning 89996 clauses out of 180005 with flag 4176001/4176001
1757.04/1751.93	c cleaning 91002 clauses out of 182009 with flag 4268001/4268001
1800.07/1794.91	c starts		: 253
1800.07/1794.91	c conflicts		: 4358779
1800.07/1794.91	c decisions		: 4972127
1800.07/1794.91	c propagations		: 91487624
1800.07/1794.91	c inspects		: 22250992528
1800.07/1794.91	c shortcuts		: 0
1800.07/1794.91	c learnt literals	: 0
1800.07/1794.91	c learnt binary clauses	: 0
1800.07/1794.91	c learnt ternary clauses	: 0
1800.07/1794.91	c learnt constraints	: 4358779
1800.07/1794.91	c ignored constraints	: 0
1800.07/1794.91	c root simplifications	: 253
1800.07/1794.91	c removed literals (reason simplification)	: 8628780
1800.07/1794.91	c reason swapping (by a shorter reason)	: 0
1800.07/1794.91	c Calls to reduceDB	: 88
1800.07/1794.91	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.91	c number of learned constraints concerned by reduction	: 0
1800.07/1794.91	c number of learning phase by resolution	: 0
1800.07/1794.91	c number of learning phase by cutting planes	: 0
1800.07/1794.91	c speed (assignments/second)	: 50975.95893735015
1800.07/1794.91	c non guided choices	192
1800.07/1794.94	c learnt constraints type 
1800.07/1794.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 181800
1800.07/1794.94	c constraints type 
1800.07/1794.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21
1800.07/1794.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
1800.07/1794.94	c 41 constraints processed.
1800.07/1794.94	s UNKNOWN
1800.07/1794.94	c Total wall clock time (in seconds): 1794.797

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.27 2.11 2.04 3/194 26342
/proc/meminfo: memFree=30597044/32873844 swapFree=6872/6872
[pid=26342] ppid=26340 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/26342/stat : 26342 (java) R 26340 26342 22966 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 281277906 278528 34 33554432000 1073741824 1073778376 140735640958992 140735640956168 270109046240 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26342/statm: 625 42 34 9 0 25 0

[startup+0.0719001 s]
/proc/loadavg: 2.27 2.11 2.04 3/194 26342
/proc/meminfo: memFree=30597044/32873844 swapFree=6872/6872
[pid=26342] ppid=26340 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/26342/stat : 26342 (java) S 26340 26342 22966 0 -1 4202496 3073 0 1 0 3 0 0 0 20 0 13 0 281277906 9446973440 3771 33554432000 1073741824 1073778376 140733803874704 140733803865840 270121599037 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26342/statm: 2306390 3771 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100258 s]
/proc/loadavg: 2.27 2.11 2.04 3/194 26342
/proc/meminfo: memFree=30597044/32873844 swapFree=6872/6872
[pid=26342] ppid=26340 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/26342/stat : 26342 (java) S 26340 26342 22966 0 -1 4202496 3375 0 1 0 5 0 0 0 20 0 18 0 281277906 9787842560 4584 33554432000 1073741824 1073778376 140733803874704 140733803865840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26342/statm: 2389610 4584 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.30021 s]
/proc/loadavg: 2.27 2.11 2.04 3/194 26342
/proc/meminfo: memFree=30597044/32873844 swapFree=6872/6872
[pid=26342] ppid=26340 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/26342/stat : 26342 (java) S 26340 26342 22966 0 -1 4202496 6600 0 1 0 46 2 0 0 20 0 19 0 281277906 9856004096 8010 33554432000 1073741824 1073778376 140733803874704 140733803865840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26342/statm: 2406251 8010 2235 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625004

[startup+0.700184 s]
/proc/loadavg: 2.27 2.11 2.04 3/194 26342
/proc/meminfo: memFree=30597044/32873844 swapFree=6872/6872
[pid=26342] ppid=26340 vsize=9625004 CPUtime=0.94 cores=0,2,4,6
/proc/26342/stat : 26342 (java) S 26340 26342 22966 0 -1 4202496 6609 0 1 0 92 2 0 0 20 0 19 0 281277906 9856004096 9552 33554432000 1073741824 1073778376 140733803874704 140733803865840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26342/statm: 2406251 9552 2241 9 0 2396937 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 9625004

[startup+1.50063 s]
/proc/loadavg: 2.27 2.11 2.04 3/213 26361
/proc/meminfo: memFree=30554808/32873844 swapFree=6872/6872
[pid=26342] ppid=26340 vsize=9625004 CPUtime=1.8 cores=0,2,4,6
/proc/26342/stat : 26342 (java) S 26340 26342 22966 0 -1 4202496 6737 0 1 0 178 2 0 0 20 0 19 0 281277906 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140733803865840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26342/statm: 2406251 12704 2273 9 0 2396937 0
[pid=26342/tid=26344] ppid=26340 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/26342/task/26344/stat : 26344 (java) R 26340 26342 22966 0 -1 4202560 2500 0 1 0 142 2 0 0 20 0 19 0 281277908 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140108793791032 140108628387475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26345] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26345/stat : 26345 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140108755282216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26342/tid=26346] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26346/stat : 26346 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140108754229416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26342/tid=26347] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26347/stat : 26347 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140108753177128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26342/tid=26348] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26348/stat : 26348 (java) S 26340 26342 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140108752124328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26349] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26349/stat : 26349 (java) S 26340 26342 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140108751072040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26350] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26350/stat : 26350 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140108750019240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26342/tid=26351] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26351/stat : 26351 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140108748966952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26352] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26352/stat : 26352 (java) S 26340 26342 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140108747914152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26353] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26353/stat : 26353 (java) S 26340 26342 22966 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 281277911 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140108617869544 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26354] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26354/stat : 26354 (java) S 26340 26342 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281277911 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140108616815608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26355] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26355/stat : 26355 (java) S 26340 26342 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281277912 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140108615763208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26356] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26356/stat : 26356 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277914 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140108614711696 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26357] ppid=26340 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/26342/task/26357/stat : 26357 (java) S 26340 26342 22966 0 -1 4202560 1684 0 0 0 16 0 0 0 20 0 19 0 281277914 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140108613659320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26358] ppid=26340 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/26342/task/26358/stat : 26358 (java) S 26340 26342 22966 0 -1 4202560 1318 0 0 0 15 0 0 0 20 0 19 0 281277914 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140108612606520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26342/tid=26359] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26359/stat : 26359 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277915 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140107738770552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26342/tid=26360] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26360/stat : 26360 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277915 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140107737717960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26361] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26361/stat : 26361 (java) S 26340 26342 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281277926 9856004096 12704 33554432000 1073741824 1073778376 140733803874704 140107736662952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 2.27 2.11 2.04 3/213 26361
/proc/meminfo: memFree=30544320/32873844 swapFree=6872/6872
[pid=26342] ppid=26340 vsize=9625004 CPUtime=3.46 cores=0,2,4,6
/proc/26342/stat : 26342 (java) S 26340 26342 22966 0 -1 4202496 6771 0 1 0 343 3 0 0 20 0 19 0 281277906 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140733803865840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26342/statm: 2406251 16810 2273 9 0 2396937 0
[pid=26342/tid=26344] ppid=26340 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/26342/task/26344/stat : 26344 (java) R 26340 26342 22966 0 -1 4202560 2501 0 1 0 299 2 0 0 20 0 19 0 281277908 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140108793790728 140108628387475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26345] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26345/stat : 26345 (java) S 26340 26342 22966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140108755282216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26342/tid=26346] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26346/stat : 26346 (java) S 26340 26342 22966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140108754229416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26342/tid=26347] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26347/stat : 26347 (java) S 26340 26342 22966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140108753177128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26342/tid=26348] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26348/stat : 26348 (java) S 26340 26342 22966 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140108752124328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26349] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26349/stat : 26349 (java) S 26340 26342 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140108751072040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26350] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26350/stat : 26350 (java) S 26340 26342 22966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140108750019240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26351] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26351/stat : 26351 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140108748966952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26352] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26352/stat : 26352 (java) S 26340 26342 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140108747914152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26353] ppid=26340 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/26342/task/26353/stat : 26353 (java) S 26340 26342 22966 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 281277911 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140108617869544 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26354] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26354/stat : 26354 (java) S 26340 26342 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281277911 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140108616815608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26355] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26355/stat : 26355 (java) S 26340 26342 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281277912 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140108615763208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26356] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26356/stat : 26356 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277914 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140108614711696 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26357] ppid=26340 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/26342/task/26357/stat : 26357 (java) S 26340 26342 22966 0 -1 4202560 1684 0 0 0 18 0 0 0 20 0 19 0 281277914 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140108613659320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26358] ppid=26340 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/26342/task/26358/stat : 26358 (java) S 26340 26342 22966 0 -1 4202560 1319 0 0 0 17 0 0 0 20 0 19 0 281277914 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140108612606520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26359] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26359/stat : 26359 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277915 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140107738770552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26342/tid=26360] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26360/stat : 26360 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277915 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140107737717960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26361] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26361/stat : 26361 (java) S 26340 26342 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281277926 9856004096 16810 33554432000 1073741824 1073778376 140733803874704 140107736662952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625004

[startup+6.30071 s]
/proc/loadavg: 2.25 2.11 2.04 3/213 26361
/proc/meminfo: memFree=30533708/32873844 swapFree=6872/6872
[pid=26342] ppid=26340 vsize=9625004 CPUtime=6.71 cores=0,2,4,6
/proc/26342/stat : 26342 (java) S 26340 26342 22966 0 -1 4202496 6803 0 1 0 667 4 0 0 20 0 19 0 281277906 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140733803865840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26342/statm: 2406251 20392 2275 9 0 2396937 0
[pid=26342/tid=26344] ppid=26340 vsize=9625004 CPUtime=6.16 cores=0,2,4,6
/proc/26342/task/26344/stat : 26344 (java) R 26340 26342 22966 0 -1 4202560 2504 0 1 0 614 2 0 0 20 0 19 0 281277908 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140108793790768 140108628499538 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26345] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26345/stat : 26345 (java) S 26340 26342 22966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140108755282216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26342/tid=26346] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26346/stat : 26346 (java) S 26340 26342 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140108754229416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26347] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26347/stat : 26347 (java) S 26340 26342 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140108753177128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26342/tid=26348] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26348/stat : 26348 (java) S 26340 26342 22966 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140108752124328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26349] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26349/stat : 26349 (java) S 26340 26342 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140108751072040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26350] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26350/stat : 26350 (java) S 26340 26342 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140108750019240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26351] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26351/stat : 26351 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140108748966952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26352] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26352/stat : 26352 (java) S 26340 26342 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281277910 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140108747914152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26342/tid=26353] ppid=26340 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/26342/task/26353/stat : 26353 (java) S 26340 26342 22966 0 -1 4202560 36 0 0 0 5 0 0 0 20 0 19 0 281277911 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140108617869544 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26342/tid=26354] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26354/stat : 26354 (java) S 26340 26342 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281277911 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140108616815608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26355] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26355/stat : 26355 (java) S 26340 26342 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281277912 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140108615763208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26356] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26356/stat : 26356 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277914 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140108614711696 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26357] ppid=26340 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/26342/task/26357/stat : 26357 (java) S 26340 26342 22966 0 -1 4202560 1684 0 0 0 18 0 0 0 20 0 19 0 281277914 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140108613659320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26358] ppid=26340 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/26342/task/26358/stat : 26358 (java) S 26340 26342 22966 0 -1 4202560 1322 0 0 0 21 0 0 0 20 0 19 0 281277914 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140108612606520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26359] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26359/stat : 26359 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277915 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140107738770552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26342/tid=26360] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26360/stat : 26360 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277915 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140107737717960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26361] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26361/stat : 26361 (java) S 26340 26342 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281277926 9856004096 20392 33554432000 1073741824 1073778376 140733803874704 140107736662952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=26342/tid=26357] ppid=26340 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/26342/task/26357/stat : 26357 (java) S 26340 26342 22966 0 -1 4202560 1684 0 0 0 18 0 0 0 20 0 19 0 281277914 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108613659320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26358] ppid=26340 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/26342/task/26358/stat : 26358 (java) S 26340 26342 22966 0 -1 4202560 1518 0 0 0 25 0 0 0 20 0 19 0 281277914 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108612606520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26359] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26359/stat : 26359 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277915 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140107738770552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26342/tid=26360] ppid=26340 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/26342/task/26360/stat : 26360 (java) S 26340 26342 22966 0 -1 4202560 99 0 0 0 49 15 0 0 20 0 19 0 281277915 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140107737717960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26361] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26361/stat : 26361 (java) S 26340 26342 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281277926 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140107736662952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.44
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 26458
/proc/meminfo: memFree=30007112/32873844 swapFree=6872/6872
[pid=26342] ppid=26340 vsize=9625004 CPUtime=1787.46 cores=0,2,4,6
/proc/26342/stat : 26342 (java) S 26340 26342 22966 0 -1 4202496 9343 0 1 0 178699 47 0 0 20 0 19 0 281277906 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140733803865840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26342/statm: 2406251 97605 2276 9 0 2396937 0
[pid=26342/tid=26344] ppid=26340 vsize=9625004 CPUtime=1771.03 cores=0,2,4,6
/proc/26342/task/26344/stat : 26344 (java) R 26340 26342 22966 0 -1 4202560 2627 0 1 0 177073 30 0 0 20 0 19 0 281277908 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108793790768 140108628387265 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26345] ppid=26340 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/26342/task/26345/stat : 26345 (java) S 26340 26342 22966 0 -1 4202560 318 0 0 0 74 3 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108755282216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26346] ppid=26340 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/26342/task/26346/stat : 26346 (java) S 26340 26342 22966 0 -1 4202560 173 0 0 0 65 2 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108754229416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26342/tid=26347] ppid=26340 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/26342/task/26347/stat : 26347 (java) S 26340 26342 22966 0 -1 4202560 85 0 0 0 75 3 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108753177128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26342/tid=26348] ppid=26340 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/26342/task/26348/stat : 26348 (java) S 26340 26342 22966 0 -1 4202560 363 0 0 0 79 3 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108752124328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26349] ppid=26340 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/26342/task/26349/stat : 26349 (java) S 26340 26342 22966 0 -1 4202560 270 0 0 0 76 3 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108751072040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26350] ppid=26340 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/26342/task/26350/stat : 26350 (java) S 26340 26342 22966 0 -1 4202560 228 0 0 0 83 4 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108750019240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26351] ppid=26340 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/26342/task/26351/stat : 26351 (java) S 26340 26342 22966 0 -1 4202560 376 0 0 0 85 4 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108748966952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26352] ppid=26340 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/26342/task/26352/stat : 26352 (java) S 26340 26342 22966 0 -1 4202560 248 0 0 0 83 3 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108747914152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26353] ppid=26340 vsize=9625004 CPUtime=4.63 cores=0,2,4,6
/proc/26342/task/26353/stat : 26353 (java) S 26340 26342 22966 0 -1 4202560 170 0 0 0 460 3 0 0 20 0 19 0 281277911 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108617869544 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26354] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26354/stat : 26354 (java) S 26340 26342 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281277911 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108616815608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26355] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26355/stat : 26355 (java) S 26340 26342 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281277912 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108615763208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26356] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26356/stat : 26356 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277914 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108614711696 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26357] ppid=26340 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/26342/task/26357/stat : 26357 (java) S 26340 26342 22966 0 -1 4202560 1684 0 0 0 18 0 0 0 20 0 19 0 281277914 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108613659320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26358] ppid=26340 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/26342/task/26358/stat : 26358 (java) S 26340 26342 22966 0 -1 4202560 1518 0 0 0 25 0 0 0 20 0 19 0 281277914 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108612606520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26359] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26359/stat : 26359 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277915 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140107738770552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26342/tid=26360] ppid=26340 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/26342/task/26360/stat : 26360 (java) S 26340 26342 22966 0 -1 4202560 103 0 0 0 51 15 0 0 20 0 19 0 281277915 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140107737717960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26361] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26361/stat : 26361 (java) S 26340 26342 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281277926 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140107736662952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.46
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 2.00 2.03 2.00 4/213 26458
/proc/meminfo: memFree=30007112/32873844 swapFree=6872/6872
[pid=26342] ppid=26340 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/26342/stat : 26342 (java) S 26340 26342 22966 0 -1 4202496 9343 0 1 0 179959 48 0 0 20 0 19 0 281277906 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140733803865840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26342/statm: 2406251 97605 2276 9 0 2396937 0
[pid=26342/tid=26344] ppid=26340 vsize=9625004 CPUtime=1783.6 cores=0,2,4,6
/proc/26342/task/26344/stat : 26344 (java) R 26340 26342 22966 0 -1 4202560 2627 0 1 0 178329 31 0 0 20 0 19 0 281277908 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108793790768 140108628387924 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26345] ppid=26340 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/26342/task/26345/stat : 26345 (java) S 26340 26342 22966 0 -1 4202560 318 0 0 0 74 3 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108755282216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26346] ppid=26340 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/26342/task/26346/stat : 26346 (java) S 26340 26342 22966 0 -1 4202560 173 0 0 0 65 2 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108754229416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26342/tid=26347] ppid=26340 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/26342/task/26347/stat : 26347 (java) S 26340 26342 22966 0 -1 4202560 85 0 0 0 75 3 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108753177128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26342/tid=26348] ppid=26340 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/26342/task/26348/stat : 26348 (java) S 26340 26342 22966 0 -1 4202560 363 0 0 0 79 3 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108752124328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26349] ppid=26340 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/26342/task/26349/stat : 26349 (java) S 26340 26342 22966 0 -1 4202560 270 0 0 0 76 3 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108751072040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26350] ppid=26340 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/26342/task/26350/stat : 26350 (java) S 26340 26342 22966 0 -1 4202560 228 0 0 0 83 4 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108750019240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26351] ppid=26340 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/26342/task/26351/stat : 26351 (java) S 26340 26342 22966 0 -1 4202560 376 0 0 0 85 4 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108748966952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26352] ppid=26340 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/26342/task/26352/stat : 26352 (java) S 26340 26342 22966 0 -1 4202560 248 0 0 0 83 3 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108747914152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26353] ppid=26340 vsize=9625004 CPUtime=4.63 cores=0,2,4,6
/proc/26342/task/26353/stat : 26353 (java) S 26340 26342 22966 0 -1 4202560 170 0 0 0 460 3 0 0 20 0 19 0 281277911 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108617869544 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26354] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26354/stat : 26354 (java) S 26340 26342 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281277911 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108616815608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26355] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26355/stat : 26355 (java) S 26340 26342 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281277912 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108615763208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26356] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26356/stat : 26356 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277914 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108614711696 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26357] ppid=26340 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/26342/task/26357/stat : 26357 (java) S 26340 26342 22966 0 -1 4202560 1684 0 0 0 18 0 0 0 20 0 19 0 281277914 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108613659320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26358] ppid=26340 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/26342/task/26358/stat : 26358 (java) S 26340 26342 22966 0 -1 4202560 1518 0 0 0 25 0 0 0 20 0 19 0 281277914 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108612606520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26359] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26359/stat : 26359 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277915 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140107738770552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26342/tid=26360] ppid=26340 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/26342/task/26360/stat : 26360 (java) S 26340 26342 22966 0 -1 4202560 103 0 0 0 51 15 0 0 20 0 19 0 281277915 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140107737717960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26361] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26361/stat : 26361 (java) S 26340 26342 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281277926 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140107736662952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1794.9 s]
/proc/loadavg: 2.00 2.03 2.00 4/213 26458
/proc/meminfo: memFree=30007112/32873844 swapFree=6872/6872
[pid=26342] ppid=26340 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/26342/stat : 26342 (java) S 26340 26342 22966 0 -1 4202496 9343 0 1 0 179959 48 0 0 20 0 19 0 281277906 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140733803865840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26342/statm: 2406251 97605 2276 9 0 2396937 0
[pid=26342/tid=26344] ppid=26340 vsize=9625004 CPUtime=1783.6 cores=0,2,4,6
/proc/26342/task/26344/stat : 26344 (java) R 26340 26342 22966 0 -1 4202560 2627 0 1 0 178329 31 0 0 20 0 19 0 281277908 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108793790768 140108628387924 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26345] ppid=26340 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/26342/task/26345/stat : 26345 (java) S 26340 26342 22966 0 -1 4202560 318 0 0 0 74 3 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108755282216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26346] ppid=26340 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/26342/task/26346/stat : 26346 (java) S 26340 26342 22966 0 -1 4202560 173 0 0 0 65 2 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108754229416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26342/tid=26347] ppid=26340 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/26342/task/26347/stat : 26347 (java) S 26340 26342 22966 0 -1 4202560 85 0 0 0 75 3 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108753177128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26342/tid=26348] ppid=26340 vsize=9625004 CPUtime=0.82 cores=0,2,4,6
/proc/26342/task/26348/stat : 26348 (java) S 26340 26342 22966 0 -1 4202560 363 0 0 0 79 3 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108752124328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26349] ppid=26340 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/26342/task/26349/stat : 26349 (java) S 26340 26342 22966 0 -1 4202560 270 0 0 0 76 3 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108751072040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26350] ppid=26340 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/26342/task/26350/stat : 26350 (java) S 26340 26342 22966 0 -1 4202560 228 0 0 0 83 4 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108750019240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26351] ppid=26340 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/26342/task/26351/stat : 26351 (java) S 26340 26342 22966 0 -1 4202560 376 0 0 0 85 4 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108748966952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26352] ppid=26340 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/26342/task/26352/stat : 26352 (java) S 26340 26342 22966 0 -1 4202560 248 0 0 0 83 3 0 0 20 0 19 0 281277910 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108747914152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26353] ppid=26340 vsize=9625004 CPUtime=4.63 cores=0,2,4,6
/proc/26342/task/26353/stat : 26353 (java) S 26340 26342 22966 0 -1 4202560 170 0 0 0 460 3 0 0 20 0 19 0 281277911 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108617869544 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26354] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26354/stat : 26354 (java) S 26340 26342 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281277911 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108616815608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26355] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26355/stat : 26355 (java) S 26340 26342 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281277912 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108615763208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26356] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26356/stat : 26356 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277914 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108614711696 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26357] ppid=26340 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/26342/task/26357/stat : 26357 (java) S 26340 26342 22966 0 -1 4202560 1684 0 0 0 18 0 0 0 20 0 19 0 281277914 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108613659320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26358] ppid=26340 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/26342/task/26358/stat : 26358 (java) S 26340 26342 22966 0 -1 4202560 1518 0 0 0 25 0 0 0 20 0 19 0 281277914 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140108612606520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26342/tid=26359] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26359/stat : 26359 (java) S 26340 26342 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281277915 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140107738770552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26342/tid=26360] ppid=26340 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/26342/task/26360/stat : 26360 (java) S 26340 26342 22966 0 -1 4202560 103 0 0 0 51 15 0 0 20 0 19 0 281277915 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140107737717960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26342/tid=26361] ppid=26340 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26342/task/26361/stat : 26361 (java) S 26340 26342 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281277926 9856004096 97605 33554432000 1073741824 1073778376 140733803874704 140107736662952 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26342 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=249080
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=881865
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.95
CPU time (s): 1800.07
CPU user time (s): 1799.59
CPU system time (s): 0.48
CPU usage (%): 100.285
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.25
system time used= 0.881865
maximum resident set size= 394672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9388
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40334
involuntary context switches= 26757

runsolver used 4.92225 second user time and 16.2815 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 22:44:54
IDJOB=3709876
IDBENCH=2598
IDSOLVER=2289
FILE ID=node106/3709876-1338151494
RUNJOBID= node106-1338138950-25294
PBS_JOBID= 14624504
Free space on /tmp= 71324 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-21-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-3709876-1338151494/watcher-3709876-1338151494 -o /tmp/evaluation-result-3709876-1338151494/solver-3709876-1338151494 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709876-1338151494.opb

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

MD5SUM BENCH= 2f4fbbd7ac7eea50904b3e0a14134afd
RANDOM SEED=370234475

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:        30597416 kB
Buffers:          170012 kB
Cached:           518620 kB
SwapCached:            0 kB
Active:          1343168 kB
Inactive:          87548 kB
Active(anon):     732612 kB
Inactive(anon):    12004 kB
Active(file):     610556 kB
Inactive(file):    75544 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:        754932 kB
Mapped:            18688 kB
Shmem:               200 kB
Slab:             696824 kB
SReclaimable:     138948 kB
SUnreclaim:       557876 kB
KernelStack:        1608 kB
PageTables:         5296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1616740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    722944 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-27 23:14:51