Trace number 3710682

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.01 1795.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_14.opb.PB06.opb
MD5SUM13c1b3915f4d316b882a7e551b1f0496
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark488
Best CPU time to get the best result obtained on this benchmark1791.96
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 502
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 498884
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 498884
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.07	c version 2.3.2.v20120418
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.07	c os.arch		amd64
0.03/0.07	c Free memory 		501472288
0.03/0.07	c Max memory 		7480803328
0.03/0.07	c Total memory 		504102912
0.03/0.07	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=true
0.09/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3710682-1338140609.opb
0.09/0.11	c reading problem ... 
3.26/2.66	c ... done. Wall clock time 2.548s.
3.26/2.66	c declared #vars     10000
3.26/2.66	c #constraints  656900
3.26/2.66	c constraints type 
3.26/2.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
3.26/2.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
3.26/2.66	c 656900 constraints processed.
5.87/4.80	c cleaning 2495 clauses out of 5003 with flag 5003/5003
8.72/7.54	c cleaning 4252 clauses out of 8507 with flag 11002/11002
12.15/10.91	c cleaning 5622 clauses out of 11253 with flag 18000/18000
16.11/14.80	c cleaning 6811 clauses out of 13631 with flag 26000/26000
21.50/20.17	c cleaning 7904 clauses out of 15820 with flag 35000/35000
26.92/25.56	c cleaning 8953 clauses out of 17920 with flag 45004/45004
32.29/30.89	c cleaning 9972 clauses out of 19964 with flag 56001/56001
38.66/37.12	c cleaning 10989 clauses out of 21991 with flag 68000/68000
45.81/44.21	c cleaning 11998 clauses out of 24003 with flag 81001/81001
53.48/51.84	c cleaning 12999 clauses out of 26005 with flag 95001/95001
63.98/62.20	c cleaning 13997 clauses out of 28005 with flag 110000/110000
72.23/70.41	c cleaning 14998 clauses out of 30008 with flag 126000/126000
80.78/78.97	c cleaning 15995 clauses out of 32011 with flag 143001/143001
94.63/92.70	c cleaning 17000 clauses out of 34015 with flag 161000/161000
104.59/102.68	c cleaning 18002 clauses out of 36015 with flag 180000/180000
114.67/112.66	c cleaning 19003 clauses out of 38013 with flag 200000/200000
128.37/126.27	c cleaning 19981 clauses out of 40010 with flag 221000/221000
141.96/139.71	c cleaning 21001 clauses out of 42029 with flag 243000/243000
155.25/152.98	c cleaning 22008 clauses out of 44031 with flag 266003/266003
169.16/166.79	c cleaning 23000 clauses out of 46022 with flag 290002/290002
184.25/181.70	c cleaning 23993 clauses out of 48020 with flag 315000/315000
200.76/198.17	c cleaning 25012 clauses out of 50029 with flag 341002/341002
216.78/214.02	c cleaning 26001 clauses out of 52016 with flag 368001/368001
235.94/233.17	c cleaning 26999 clauses out of 54014 with flag 396000/396000
253.04/250.17	c cleaning 28001 clauses out of 56016 with flag 425001/425001
272.46/269.44	c cleaning 29003 clauses out of 58016 with flag 455002/455002
292.85/289.77	c cleaning 29997 clauses out of 60011 with flag 486000/486000
315.66/312.46	c cleaning 30983 clauses out of 62014 with flag 518000/518000
340.35/337.05	c cleaning 32006 clauses out of 64032 with flag 551001/551001
370.97/367.58	c cleaning 33005 clauses out of 66025 with flag 585000/585000
392.14/388.58	c cleaning 34003 clauses out of 68020 with flag 620000/620000
415.63/411.91	c cleaning 34999 clauses out of 70017 with flag 656000/656000
441.75/437.99	c cleaning 36000 clauses out of 72020 with flag 693002/693002
470.86/466.97	c cleaning 37001 clauses out of 74019 with flag 731001/731001
500.29/496.27	c cleaning 37999 clauses out of 76017 with flag 770000/770000
530.88/526.85	c cleaning 38991 clauses out of 78018 with flag 810000/810000
566.29/562.24	c cleaning 40010 clauses out of 80027 with flag 851000/851000
595.17/590.95	c cleaning 41001 clauses out of 82018 with flag 893001/893001
623.67/619.44	c cleaning 41999 clauses out of 84018 with flag 936002/936002
652.17/647.95	c cleaning 42997 clauses out of 86017 with flag 980000/980000
689.15/684.97	c cleaning 44000 clauses out of 88020 with flag 1025000/1025000
727.76/723.58	c cleaning 45001 clauses out of 90021 with flag 1071001/1071001
761.17/756.92	c cleaning 46002 clauses out of 92019 with flag 1118000/1118000
800.87/796.69	c cleaning 47002 clauses out of 94018 with flag 1166001/1166001
835.19/830.90	c cleaning 47999 clauses out of 96015 with flag 1215000/1215000
871.99/867.78	c cleaning 49003 clauses out of 98016 with flag 1265000/1265000
912.99/908.73	c cleaning 49975 clauses out of 100013 with flag 1316000/1316000
940.89/936.60	c cleaning 51010 clauses out of 102039 with flag 1368001/1368001
977.90/973.63	c cleaning 52007 clauses out of 104028 with flag 1421000/1421000
1014.10/1009.81	c cleaning 53004 clauses out of 106021 with flag 1475000/1475000
1053.20/1048.96	c cleaning 53991 clauses out of 108019 with flag 1530002/1530002
1097.30/1093.02	c cleaning 54992 clauses out of 110027 with flag 1586001/1586001
1142.01/1137.73	c cleaning 56005 clauses out of 112035 with flag 1643001/1643001
1182.12/1177.89	c cleaning 57000 clauses out of 114029 with flag 1701000/1701000
1222.14/1217.82	c cleaning 57996 clauses out of 116029 with flag 1760000/1760000
1266.74/1262.40	c cleaning 59013 clauses out of 118035 with flag 1820002/1820002
1313.05/1308.77	c cleaning 59995 clauses out of 120020 with flag 1881000/1881000
1359.84/1355.52	c cleaning 60996 clauses out of 122025 with flag 1943000/1943000
1404.25/1399.99	c cleaning 62009 clauses out of 124029 with flag 2006000/2006000
1449.45/1445.13	c cleaning 62993 clauses out of 126020 with flag 2070000/2070000
1500.96/1496.68	c cleaning 64011 clauses out of 128029 with flag 2135002/2135002
1552.55/1548.29	c cleaning 64997 clauses out of 130016 with flag 2201000/2201000
1606.85/1602.55	c cleaning 66005 clauses out of 132020 with flag 2268001/2268001
1661.86/1657.52	c cleaning 66997 clauses out of 134016 with flag 2336002/2336002
1749.90/1745.57	c cleaning 67996 clauses out of 136021 with flag 2405004/2405004
1800.01/1795.61	c starts		: 230
1800.01/1795.61	c conflicts		: 2455922
1800.01/1795.61	c decisions		: 3089288
1800.01/1795.61	c propagations		: 418910032
1800.01/1795.61	c inspects		: 8490736253
1800.01/1795.61	c shortcuts		: 0
1800.01/1795.61	c learnt literals	: 0
1800.01/1795.61	c learnt binary clauses	: 0
1800.01/1795.61	c learnt ternary clauses	: 0
1800.01/1795.61	c learnt constraints	: 2455922
1800.01/1795.61	c ignored constraints	: 0
1800.01/1795.61	c root simplifications	: 230
1800.01/1795.61	c removed literals (reason simplification)	: 123545004
1800.01/1795.61	c reason swapping (by a shorter reason)	: 0
1800.01/1795.61	c Calls to reduceDB	: 65
1800.01/1795.61	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.61	c number of learned constraints concerned by reduction	: 0
1800.01/1795.61	c number of learning phase by resolution	: 0
1800.01/1795.61	c number of learning phase by cutting planes	: 0
1800.01/1795.61	c speed (assignments/second)	: 233644.72128397223
1800.01/1795.61	c non guided choices	3725
1800.01/1795.64	c learnt constraints type 
1800.01/1795.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 118973
1800.01/1795.64	c constraints type 
1800.01/1795.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
1800.01/1795.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
1800.01/1795.64	c 656900 constraints processed.
1800.01/1795.64	s UNKNOWN
1800.01/1795.64	c Total wall clock time (in seconds): 1795.527

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-3710682-1338140609/watcher-3710682-1338140609 -o /tmp/evaluation-result-3710682-1338140609/solver-3710682-1338140609 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710682-1338140609.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.00 1.99 1.90 3/191 23850
/proc/meminfo: memFree=28529516/32873624 swapFree=7104/7104
[pid=23850] ppid=23848 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/23850/stat : 23850 (java) R 23848 23850 21372 0 -1 4202496 602 0 0 0 0 0 0 0 20 0 1 0 280186406 23793664 329 33554432000 1073741824 1073778376 140736854848048 140736854837112 227503290931 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23850/statm: 5809 329 253 9 0 128 0

[startup+0.0444159 s]
/proc/loadavg: 2.00 1.99 1.90 3/191 23850
/proc/meminfo: memFree=28529516/32873624 swapFree=7104/7104
[pid=23850] ppid=23848 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/23850/stat : 23850 (java) S 23848 23850 21372 0 -1 4202496 3074 0 1 0 2 1 0 0 20 0 13 0 280186406 9446973440 3771 33554432000 1073741824 1073778376 140736854848048 140736854839184 227515859005 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23850/statm: 2306390 3771 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100204 s]
/proc/loadavg: 2.00 1.99 1.90 3/191 23850
/proc/meminfo: memFree=28529516/32873624 swapFree=7104/7104
[pid=23850] ppid=23848 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/23850/stat : 23850 (java) S 23848 23850 21372 0 -1 4202496 4361 0 1 0 8 1 0 0 20 0 18 0 280186406 9787842560 6033 33554432000 1073741824 1073778376 140736854848048 140736854839184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23850/statm: 2389610 6033 2122 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300152 s]
/proc/loadavg: 2.00 1.99 1.90 3/191 23850
/proc/meminfo: memFree=28529516/32873624 swapFree=7104/7104
[pid=23850] ppid=23848 vsize=9558440 CPUtime=0.48 cores=0,2,4,6
/proc/23850/stat : 23850 (java) S 23848 23850 21372 0 -1 4202496 5370 0 1 0 46 2 0 0 20 0 18 0 280186406 9787842560 9047 33554432000 1073741824 1073778376 140736854848048 140736854839184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23850/statm: 2389610 9047 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558440

[startup+0.700218 s]
/proc/loadavg: 2.00 1.99 1.90 3/191 23850
/proc/meminfo: memFree=28529516/32873624 swapFree=7104/7104
[pid=23850] ppid=23848 vsize=9558440 CPUtime=1.09 cores=0,2,4,6
/proc/23850/stat : 23850 (java) S 23848 23850 21372 0 -1 4202496 7476 0 1 0 104 5 0 0 20 0 18 0 280186406 9787842560 40760 33554432000 1073741824 1073778376 140736854848048 140736854839184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23850/statm: 2389610 40760 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9558440

[startup+1.50067 s]
/proc/loadavg: 2.00 1.99 1.90 4/209 23868
/proc/meminfo: memFree=28209812/32873624 swapFree=7104/7104
[pid=23850] ppid=23848 vsize=9558440 CPUtime=2.04 cores=0,2,4,6
/proc/23850/stat : 23850 (java) S 23848 23850 21372 0 -1 4202496 7723 0 1 0 195 9 0 0 20 0 18 0 280186406 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140736854839184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23850/statm: 2389610 78778 2253 9 0 2380296 0
[pid=23850/tid=23852] ppid=23848 vsize=9558440 CPUtime=1.39 cores=0,2,4,6
/proc/23850/task/23852/stat : 23852 (java) R 23848 23850 21372 0 -1 4202560 2660 0 1 0 135 4 0 0 20 0 18 0 280186407 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140525591678312 227515884813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23850/tid=23853] ppid=23848 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/23850/task/23853/stat : 23853 (java) S 23848 23850 21372 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 18 0 280186407 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140525564132136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23854] ppid=23848 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/23850/task/23854/stat : 23854 (java) S 23848 23850 21372 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 280186407 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140525563079336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23855] ppid=23848 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/23850/task/23855/stat : 23855 (java) S 23848 23850 21372 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 280186407 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140525562027048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23856] ppid=23848 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/23850/task/23856/stat : 23856 (java) S 23848 23850 21372 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 280186407 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140525560974248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23857] ppid=23848 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/23850/task/23857/stat : 23857 (java) S 23848 23850 21372 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 18 0 280186407 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140525559920936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23858] ppid=23848 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/23850/task/23858/stat : 23858 (java) S 23848 23850 21372 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 280186407 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140525430155432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23859] ppid=23848 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/23850/task/23859/stat : 23859 (java) S 23848 23850 21372 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 280186407 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140525429103144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23860] ppid=23848 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/23850/task/23860/stat : 23860 (java) S 23848 23850 21372 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 280186407 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140525428050344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23861] ppid=23848 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23861/stat : 23861 (java) S 23848 23850 21372 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 280186408 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140524945103592 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23862] ppid=23848 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23862/stat : 23862 (java) S 23848 23850 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 280186409 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140524944049656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23863] ppid=23848 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23863/stat : 23863 (java) S 23848 23850 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 280186409 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140524942997256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23864] ppid=23848 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23864/stat : 23864 (java) S 23848 23850 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280186411 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140524941945744 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23865] ppid=23848 vsize=9558440 CPUtime=0.16 cores=0,2,4,6
/proc/23850/task/23865/stat : 23865 (java) S 23848 23850 21372 0 -1 4202560 1874 0 0 0 16 0 0 0 20 0 18 0 280186411 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140524940892344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23866] ppid=23848 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/23850/task/23866/stat : 23866 (java) S 23848 23850 21372 0 -1 4202560 1720 0 0 0 18 0 0 0 20 0 18 0 280186411 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140524939839544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23867] ppid=23848 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23867/stat : 23867 (java) S 23848 23850 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280186411 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140524938787448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23868] ppid=23848 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23868/stat : 23868 (java) S 23848 23850 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280186411 9787842560 78778 33554432000 1073741824 1073778376 140736854848048 140524937734856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9558440

[startup+3.10067 s]
/proc/loadavg: 2.00 1.99 1.90 4/210 23869
/proc/meminfo: memFree=27961388/32873624 swapFree=7104/7104
[pid=23850] ppid=23848 vsize=9625004 CPUtime=4.1 cores=0,2,4,6
/proc/23850/stat : 23850 (java) S 23848 23850 21372 0 -1 4202496 9414 0 1 0 396 14 0 0 20 0 19 0 280186406 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140736854839184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23850/statm: 2406251 98505 2271 9 0 2396937 0
[pid=23850/tid=23852] ppid=23848 vsize=9625004 CPUtime=2.95 cores=0,2,4,6
/proc/23850/task/23852/stat : 23852 (java) R 23848 23850 21372 0 -1 4202560 2697 0 1 0 290 5 0 0 20 0 19 0 280186407 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140525591671096 140525441905315 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23850/tid=23853] ppid=23848 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/23850/task/23853/stat : 23853 (java) S 23848 23850 21372 0 -1 4202560 27 0 0 0 5 1 0 0 20 0 19 0 280186407 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140525564132136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23854] ppid=23848 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23850/task/23854/stat : 23854 (java) S 23848 23850 21372 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 280186407 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140525563079336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23855] ppid=23848 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/23850/task/23855/stat : 23855 (java) S 23848 23850 21372 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 19 0 280186407 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140525562027048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23856] ppid=23848 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23850/task/23856/stat : 23856 (java) S 23848 23850 21372 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 280186407 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140525560974248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23857] ppid=23848 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23850/task/23857/stat : 23857 (java) S 23848 23850 21372 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 280186407 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140525559920936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23858] ppid=23848 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23850/task/23858/stat : 23858 (java) S 23848 23850 21372 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 280186407 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140525430155432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23859] ppid=23848 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/23850/task/23859/stat : 23859 (java) S 23848 23850 21372 0 -1 4202560 41 0 0 0 4 1 0 0 20 0 19 0 280186407 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140525429103144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23860] ppid=23848 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23850/task/23860/stat : 23860 (java) S 23848 23850 21372 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 280186407 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140525428050344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23861] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23861/stat : 23861 (java) S 23848 23850 21372 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 280186408 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140524945103592 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23862] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23862/stat : 23862 (java) S 23848 23850 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280186409 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140524944049656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23863] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23863/stat : 23863 (java) S 23848 23850 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280186409 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140524942997256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23864] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23864/stat : 23864 (java) S 23848 23850 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186411 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140524941945744 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23865] ppid=23848 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/23850/task/23865/stat : 23865 (java) S 23848 23850 21372 0 -1 4202560 2889 0 0 0 36 0 0 0 20 0 19 0 280186411 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140524940892344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23866] ppid=23848 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/23850/task/23866/stat : 23866 (java) S 23848 23850 21372 0 -1 4202560 2248 0 0 0 32 0 0 0 20 0 19 0 280186411 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140524939839544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23867] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23867/stat : 23867 (java) S 23848 23850 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186411 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140524938787448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23868] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23868/stat : 23868 (java) S 23848 23850 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186411 9856004096 98505 33554432000 1073741824 1073778376 140736854848048 140524937734856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 2.00 1.99 1.90 3/211 23870
/proc/meminfo: memFree=27760168/32873624 swapFree=7104/7104
[pid=23850] ppid=23848 vsize=9625004 CPUtime=7.48 cores=0,2,4,6
/proc/23850/stat : 23850 (java) S 23848 23850 21372 0 -1 4202496 9827 0 1 0 732 16 0 0 20 0 19 0 280186406 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140736854839184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23850/statm: 2406251 116915 2289 9 0 2396937 0
[pid=23850/tid=23852] ppid=23848 vsize=9625004 CPUtime=5.9 cores=0,2,4,6
/proc/23850/task/23852/stat : 23852 (java) R 23848 23850 21372 0 -1 4202560 2708 0 1 0 584 6 0 0 20 0 19 0 280186407 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140525591679144 140525441935019 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23850/tid=23853] ppid=23848 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/23850/task/23853/stat : 23853 (java) S 23848 23850 21372 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 19 0 280186407 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140525564132136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23854] ppid=23848 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/23850/task/23854/stat : 23854 (java) S 23848 23850 21372 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 280186407 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140525563079336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23855] ppid=23848 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/23850/task/23855/stat : 23855 (java) S 23848 23850 21372 0 -1 4202560 60 0 0 0 7 2 0 0 20 0 19 0 280186407 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140525562027048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23856] ppid=23848 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/23850/task/23856/stat : 23856 (java) S 23848 23850 21372 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 19 0 280186407 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140525560974248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23857] ppid=23848 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/23850/task/23857/stat : 23857 (java) S 23848 23850 21372 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 280186407 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140525559920936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23858] ppid=23848 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/23850/task/23858/stat : 23858 (java) S 23848 23850 21372 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 19 0 280186407 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140525430155432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23859] ppid=23848 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/23850/task/23859/stat : 23859 (java) S 23848 23850 21372 0 -1 4202560 63 0 0 0 9 1 0 0 20 0 19 0 280186407 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140525429103144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23860] ppid=23848 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23850/task/23860/stat : 23860 (java) S 23848 23850 21372 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 280186407 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140525428050344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23861] ppid=23848 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/23850/task/23861/stat : 23861 (java) S 23848 23850 21372 0 -1 4202560 225 0 0 0 15 0 0 0 20 0 19 0 280186408 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140524945103592 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23862] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23862/stat : 23862 (java) S 23848 23850 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280186409 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140524944049656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23863] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23863/stat : 23863 (java) S 23848 23850 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280186409 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140524942997256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23864] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23864/stat : 23864 (java) S 23848 23850 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186411 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140524941945744 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23865] ppid=23848 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23850/task/23865/stat : 23865 (java) S 23848 23850 21372 0 -1 4202560 3144 0 0 0 43 0 0 0 20 0 19 0 280186411 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140524940892344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23866] ppid=23848 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/23850/task/23866/stat : 23866 (java) S 23848 23850 21372 0 -1 4202560 2250 0 0 0 34 0 0 0 20 0 19 0 280186411 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140524939839544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23867] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23867/stat : 23867 (java) S 23848 23850 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186411 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140524938787448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23868] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23868/stat : 23868 (java) S 23848 23850 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186411 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140524937734856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23870] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23870/stat : 23870 (java) S 23848 23850 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280186674 9856004096 116915 33554432000 1073741824 1073778376 140736854848048 140524936680872 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]
/proc/loadavg: 2.00 1.99 1.90 3/211 23870
/proc/meminfo: memFree=27738304/32873624 swapFree=7104/7104
[pid=23850] ppid=23848 vsize=9625004 CPUtime=13.99 cores=0,2,4,6
/proc/23850/stat : 23850 (java) S 23848 23850 21372 0 -1 4202496 9841 0 1 0 1382 17 0 0 20 0 19 0 280186406 9856004096 119989 33554432000 1073741824 1073778376 140736854848048 140736854839184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

[pid=23850/tid=23865] ppid=23848 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/23850/task/23865/stat : 23865 (java) S 23848 23850 21372 0 -1 4202560 3144 0 0 0 45 0 0 0 20 0 19 0 280186411 9856004096 197919 33554432000 1073741824 1073778376 140736854848048 140524940892344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23866] ppid=23848 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23850/task/23866/stat : 23866 (java) S 23848 23850 21372 0 -1 4202560 2812 0 0 0 43 0 0 0 20 0 19 0 280186411 9856004096 197919 33554432000 1073741824 1073778376 140736854848048 140524939839544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23867] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23867/stat : 23867 (java) S 23848 23850 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186411 9856004096 197919 33554432000 1073741824 1073778376 140736854848048 140524938787448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23868] ppid=23848 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/23850/task/23868/stat : 23868 (java) S 23848 23850 21372 0 -1 4202560 99 0 0 0 28 24 0 0 20 0 19 0 280186411 9856004096 197919 33554432000 1073741824 1073778376 140736854848048 140524937734856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23850/tid=23870] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23870/stat : 23870 (java) S 23848 23850 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280186674 9856004096 197919 33554432000 1073741824 1073778376 140736854848048 140524936680872 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.69
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/211 23908
/proc/meminfo: memFree=26943928/32873624 swapFree=7104/7104
[pid=23850] ppid=23848 vsize=9625004 CPUtime=1786.7 cores=0,2,4,6
/proc/23850/stat : 23850 (java) S 23848 23850 21372 0 -1 4202496 11428 0 1 0 178582 88 0 0 20 0 19 0 280186406 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140736854839184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23850/statm: 2406251 218911 2290 9 0 2396937 0
[pid=23850/tid=23852] ppid=23848 vsize=9625004 CPUtime=1764.39 cores=0,2,4,6
/proc/23850/task/23852/stat : 23852 (java) R 23848 23850 21372 0 -1 4202560 2834 0 1 0 176404 35 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525591679280 140525441777586 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23853] ppid=23848 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/23850/task/23853/stat : 23853 (java) S 23848 23850 21372 0 -1 4202560 143 0 0 0 63 8 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525564132136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23854] ppid=23848 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23850/task/23854/stat : 23854 (java) S 23848 23850 21372 0 -1 4202560 119 0 0 0 42 6 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525563079336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23855] ppid=23848 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/23850/task/23855/stat : 23855 (java) S 23848 23850 21372 0 -1 4202560 172 0 0 0 58 9 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525562027048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23856] ppid=23848 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/23850/task/23856/stat : 23856 (java) S 23848 23850 21372 0 -1 4202560 111 0 0 0 42 5 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525560974248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23857] ppid=23848 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/23850/task/23857/stat : 23857 (java) S 23848 23850 21372 0 -1 4202560 100 0 0 0 52 5 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525559920936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23858] ppid=23848 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/23850/task/23858/stat : 23858 (java) S 23848 23850 21372 0 -1 4202560 139 0 0 0 50 6 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525430155432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23859] ppid=23848 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/23850/task/23859/stat : 23859 (java) S 23848 23850 21372 0 -1 4202560 127 0 0 0 48 4 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525429103144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23860] ppid=23848 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/23850/task/23860/stat : 23860 (java) S 23848 23850 21372 0 -1 4202560 103 0 0 0 40 5 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525428050344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23861] ppid=23848 vsize=9625004 CPUtime=11.94 cores=0,2,4,6
/proc/23850/task/23861/stat : 23861 (java) S 23848 23850 21372 0 -1 4202560 335 0 0 0 1193 1 0 0 20 0 19 0 280186408 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524945103592 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23850/tid=23862] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23862/stat : 23862 (java) S 23848 23850 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280186409 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524944049656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23863] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23863/stat : 23863 (java) S 23848 23850 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280186409 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524942997256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23864] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23864/stat : 23864 (java) S 23848 23850 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186411 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524941945744 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23865] ppid=23848 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/23850/task/23865/stat : 23865 (java) S 23848 23850 21372 0 -1 4202560 3144 0 0 0 45 0 0 0 20 0 19 0 280186411 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524940892344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23866] ppid=23848 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23850/task/23866/stat : 23866 (java) S 23848 23850 21372 0 -1 4202560 2812 0 0 0 43 0 0 0 20 0 19 0 280186411 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524939839544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23867] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23867/stat : 23867 (java) S 23848 23850 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186411 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524938787448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23868] ppid=23848 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/23850/task/23868/stat : 23868 (java) S 23848 23850 21372 0 -1 4202560 103 0 0 0 29 25 0 0 20 0 19 0 280186411 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524937734856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23850/tid=23870] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23870/stat : 23870 (java) S 23848 23850 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280186674 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524936680872 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1786.7
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.00 2.00 1.93 2/190 23911
/proc/meminfo: memFree=27811344/32873624 swapFree=7104/7104
[pid=23850] ppid=23848 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/23850/stat : 23850 (java) S 23848 23850 21372 0 -1 4202496 11428 0 1 0 179913 88 0 0 20 0 19 0 280186406 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140736854839184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23850/statm: 2406251 218911 2290 9 0 2396937 0
[pid=23850/tid=23852] ppid=23848 vsize=9625004 CPUtime=1777.66 cores=0,2,4,6
/proc/23850/task/23852/stat : 23852 (java) R 23848 23850 21372 0 -1 4202560 2834 0 1 0 177730 36 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525591679280 140525441839827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23853] ppid=23848 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/23850/task/23853/stat : 23853 (java) S 23848 23850 21372 0 -1 4202560 143 0 0 0 63 8 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525564132136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23854] ppid=23848 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23850/task/23854/stat : 23854 (java) S 23848 23850 21372 0 -1 4202560 119 0 0 0 42 6 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525563079336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23855] ppid=23848 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/23850/task/23855/stat : 23855 (java) S 23848 23850 21372 0 -1 4202560 172 0 0 0 58 9 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525562027048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23856] ppid=23848 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/23850/task/23856/stat : 23856 (java) S 23848 23850 21372 0 -1 4202560 111 0 0 0 42 5 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525560974248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23857] ppid=23848 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/23850/task/23857/stat : 23857 (java) S 23848 23850 21372 0 -1 4202560 100 0 0 0 52 5 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525559920936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23858] ppid=23848 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/23850/task/23858/stat : 23858 (java) S 23848 23850 21372 0 -1 4202560 139 0 0 0 50 6 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525430155432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23859] ppid=23848 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/23850/task/23859/stat : 23859 (java) S 23848 23850 21372 0 -1 4202560 127 0 0 0 48 4 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525429103144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23860] ppid=23848 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/23850/task/23860/stat : 23860 (java) S 23848 23850 21372 0 -1 4202560 103 0 0 0 40 5 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525428050344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23861] ppid=23848 vsize=9625004 CPUtime=11.94 cores=0,2,4,6
/proc/23850/task/23861/stat : 23861 (java) S 23848 23850 21372 0 -1 4202560 335 0 0 0 1193 1 0 0 20 0 19 0 280186408 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524945103592 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23850/tid=23862] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23862/stat : 23862 (java) S 23848 23850 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280186409 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524944049656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23863] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23863/stat : 23863 (java) S 23848 23850 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280186409 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524942997256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23864] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23864/stat : 23864 (java) S 23848 23850 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186411 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524941945744 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23865] ppid=23848 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/23850/task/23865/stat : 23865 (java) S 23848 23850 21372 0 -1 4202560 3144 0 0 0 45 0 0 0 20 0 19 0 280186411 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524940892344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23866] ppid=23848 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23850/task/23866/stat : 23866 (java) S 23848 23850 21372 0 -1 4202560 2812 0 0 0 43 0 0 0 20 0 19 0 280186411 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524939839544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23867] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23867/stat : 23867 (java) S 23848 23850 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186411 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524938787448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23868] ppid=23848 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/23850/task/23868/stat : 23868 (java) S 23848 23850 21372 0 -1 4202560 103 0 0 0 30 25 0 0 20 0 19 0 280186411 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524937734856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23850/tid=23870] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23870/stat : 23870 (java) S 23848 23850 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280186674 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524936680872 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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+1795.6 s]
/proc/loadavg: 2.00 2.00 1.93 2/190 23911
/proc/meminfo: memFree=27811344/32873624 swapFree=7104/7104
[pid=23850] ppid=23848 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/23850/stat : 23850 (java) S 23848 23850 21372 0 -1 4202496 11428 0 1 0 179913 88 0 0 20 0 19 0 280186406 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140736854839184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23850/statm: 2406251 218911 2290 9 0 2396937 0
[pid=23850/tid=23852] ppid=23848 vsize=9625004 CPUtime=1777.66 cores=0,2,4,6
/proc/23850/task/23852/stat : 23852 (java) R 23848 23850 21372 0 -1 4202560 2834 0 1 0 177730 36 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525591679280 140525441839827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23853] ppid=23848 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/23850/task/23853/stat : 23853 (java) S 23848 23850 21372 0 -1 4202560 143 0 0 0 63 8 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525564132136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23854] ppid=23848 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23850/task/23854/stat : 23854 (java) S 23848 23850 21372 0 -1 4202560 119 0 0 0 42 6 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525563079336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23855] ppid=23848 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/23850/task/23855/stat : 23855 (java) S 23848 23850 21372 0 -1 4202560 172 0 0 0 58 9 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525562027048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23856] ppid=23848 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/23850/task/23856/stat : 23856 (java) S 23848 23850 21372 0 -1 4202560 111 0 0 0 42 5 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525560974248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23857] ppid=23848 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/23850/task/23857/stat : 23857 (java) S 23848 23850 21372 0 -1 4202560 100 0 0 0 52 5 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525559920936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23850/tid=23858] ppid=23848 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/23850/task/23858/stat : 23858 (java) S 23848 23850 21372 0 -1 4202560 139 0 0 0 50 6 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525430155432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23859] ppid=23848 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/23850/task/23859/stat : 23859 (java) S 23848 23850 21372 0 -1 4202560 127 0 0 0 48 4 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525429103144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23860] ppid=23848 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/23850/task/23860/stat : 23860 (java) S 23848 23850 21372 0 -1 4202560 103 0 0 0 40 5 0 0 20 0 19 0 280186407 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140525428050344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23861] ppid=23848 vsize=9625004 CPUtime=11.94 cores=0,2,4,6
/proc/23850/task/23861/stat : 23861 (java) S 23848 23850 21372 0 -1 4202560 335 0 0 0 1193 1 0 0 20 0 19 0 280186408 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524945103592 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23850/tid=23862] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23862/stat : 23862 (java) S 23848 23850 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280186409 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524944049656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23863] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23863/stat : 23863 (java) S 23848 23850 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280186409 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524942997256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23864] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23864/stat : 23864 (java) S 23848 23850 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186411 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524941945744 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23865] ppid=23848 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/23850/task/23865/stat : 23865 (java) S 23848 23850 21372 0 -1 4202560 3144 0 0 0 45 0 0 0 20 0 19 0 280186411 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524940892344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23866] ppid=23848 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23850/task/23866/stat : 23866 (java) S 23848 23850 21372 0 -1 4202560 2812 0 0 0 43 0 0 0 20 0 19 0 280186411 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524939839544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23850/tid=23867] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23867/stat : 23867 (java) S 23848 23850 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280186411 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524938787448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23850/tid=23868] ppid=23848 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/23850/task/23868/stat : 23868 (java) S 23848 23850 21372 0 -1 4202560 103 0 0 0 30 25 0 0 20 0 19 0 280186411 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524937734856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23850/tid=23870] ppid=23848 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23850/task/23870/stat : 23870 (java) S 23848 23850 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280186674 9856004096 218911 33554432000 1073741824 1073778376 140736854848048 140524936680872 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1795.65
CPU time (s): 1800.01
CPU user time (s): 1799.13
CPU system time (s): 0.88
CPU usage (%): 100.243
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.56
system time used= 1.24081
maximum resident set size= 875764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11462
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39050
involuntary context switches= 7699

runsolver used 5.58215 second user time and 14.6518 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-27 19:43:29
IDJOB=3710682
IDBENCH=1973
IDSOLVER=2289
FILE ID=node121/3710682-1338140609
RUNJOBID= node121-1338138816-23672
PBS_JOBID= 14624482
Free space on /tmp= 71676 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_14.opb.PB06.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-3710682-1338140609/watcher-3710682-1338140609 -o /tmp/evaluation-result-3710682-1338140609/solver-3710682-1338140609 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710682-1338140609.opb

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

MD5SUM BENCH= 13c1b3915f4d316b882a7e551b1f0496
RANDOM SEED=1864611878

node121.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.042
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.08
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.042
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.042
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.92
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.042
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		: 2667.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        28529788 kB
Buffers:          510376 kB
Cached:          2809560 kB
SwapCached:            0 kB
Active:           943260 kB
Inactive:        2523048 kB
Active(anon):     147516 kB
Inactive(anon):        0 kB
Active(file):     795744 kB
Inactive(file):  2523048 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             35152 kB
Writeback:             0 kB
AnonPages:         53816 kB
Mapped:            22352 kB
Shmem:               200 kB
Slab:             718932 kB
SReclaimable:     162852 kB
SUnreclaim:       556080 kB
KernelStack:        1576 kB
PageTables:         4188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     811088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71692 MiB
End job on node121 at 2012-05-27 20:13:27