Trace number 3709966

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.89 1795.55

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-137.opb
MD5SUM395b6779bc0f993a1d1357b59c2e4536
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709966-1338188652.opb
0.09/0.12	c reading problem ... 
8.41/6.67	c ... done. Wall clock time 6.549s.
8.41/6.67	c declared #vars     48411
8.41/6.67	c #constraints  1123290
8.41/6.67	c constraints type 
8.41/6.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
8.41/6.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
8.41/6.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
8.41/6.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
8.41/6.67	c 1123290 constraints processed.
12.60/10.34	c cleaning 2497 clauses out of 5000 with flag 5000/5000
16.43/13.88	c cleaning 4247 clauses out of 8503 with flag 11000/11000
19.84/17.27	c cleaning 5624 clauses out of 11256 with flag 18000/18000
23.57/20.97	c cleaning 6817 clauses out of 13633 with flag 26001/26001
27.81/25.14	c cleaning 7904 clauses out of 15817 with flag 35002/35002
31.83/29.12	c cleaning 8950 clauses out of 17912 with flag 45001/45001
36.95/34.20	c cleaning 9975 clauses out of 19963 with flag 56002/56002
42.09/39.38	c cleaning 10990 clauses out of 21987 with flag 68001/68001
48.01/45.29	c cleaning 11993 clauses out of 23997 with flag 81001/81001
53.55/50.77	c cleaning 12993 clauses out of 26003 with flag 95000/95000
58.69/55.87	c cleaning 14000 clauses out of 28010 with flag 110000/110000
66.10/63.27	c cleaning 15004 clauses out of 30011 with flag 126001/126001
73.14/70.20	c cleaning 15996 clauses out of 32006 with flag 143000/143000
80.55/77.61	c cleaning 16999 clauses out of 34010 with flag 161000/161000
88.80/85.88	c cleaning 17997 clauses out of 36012 with flag 180001/180001
96.60/93.69	c cleaning 19006 clauses out of 38015 with flag 200001/200001
105.16/102.14	c cleaning 20002 clauses out of 40009 with flag 221001/221001
114.08/111.05	c cleaning 21000 clauses out of 42007 with flag 243001/243001
124.19/121.18	c cleaning 22002 clauses out of 44008 with flag 266002/266002
133.82/130.73	c cleaning 22997 clauses out of 46006 with flag 290002/290002
144.34/141.24	c cleaning 23998 clauses out of 48007 with flag 315000/315000
156.25/153.13	c cleaning 24999 clauses out of 50009 with flag 341000/341000
167.79/164.70	c cleaning 25995 clauses out of 52012 with flag 368002/368002
180.91/177.71	c cleaning 27004 clauses out of 54015 with flag 396000/396000
193.72/190.50	c cleaning 28005 clauses out of 56017 with flag 425006/425006
209.25/206.09	c cleaning 28996 clauses out of 58006 with flag 455000/455000
224.97/221.76	c cleaning 30002 clauses out of 60010 with flag 486000/486000
241.10/237.89	c cleaning 31004 clauses out of 62011 with flag 518003/518003
259.24/255.93	c cleaning 31996 clauses out of 64005 with flag 551001/551001
278.46/275.12	c cleaning 33000 clauses out of 66010 with flag 585002/585002
295.88/292.54	c cleaning 33995 clauses out of 68008 with flag 620000/620000
313.01/309.66	c cleaning 35003 clauses out of 70013 with flag 656000/656000
331.12/327.79	c cleaning 36001 clauses out of 72010 with flag 693000/693000
349.83/346.49	c cleaning 37002 clauses out of 74010 with flag 731001/731001
371.35/367.98	c cleaning 38004 clauses out of 76007 with flag 770000/770000
391.57/388.13	c cleaning 38997 clauses out of 78003 with flag 810000/810000
413.50/410.03	c cleaning 39996 clauses out of 80006 with flag 851000/851000
439.23/435.70	c cleaning 40995 clauses out of 82010 with flag 893000/893000
463.16/459.70	c cleaning 42006 clauses out of 84015 with flag 936000/936000
488.38/484.86	c cleaning 43003 clauses out of 86011 with flag 980002/980002
514.72/511.19	c cleaning 43997 clauses out of 88008 with flag 1025002/1025002
541.13/537.58	c cleaning 45004 clauses out of 90011 with flag 1071002/1071002
573.88/570.24	c cleaning 46000 clauses out of 92006 with flag 1118001/1118001
610.31/606.68	c cleaning 47003 clauses out of 94008 with flag 1166003/1166003
642.94/639.21	c cleaning 47993 clauses out of 96002 with flag 1215000/1215000
678.36/674.65	c cleaning 48999 clauses out of 98009 with flag 1265000/1265000
713.58/709.81	c cleaning 50000 clauses out of 100010 with flag 1316000/1316000
748.75/744.92	c cleaning 50997 clauses out of 102010 with flag 1368000/1368000
780.77/776.98	c cleaning 52001 clauses out of 104015 with flag 1421002/1421002
817.70/813.80	c cleaning 52999 clauses out of 106012 with flag 1475000/1475000
861.53/857.64	c cleaning 53988 clauses out of 108013 with flag 1530000/1530000
900.86/896.94	c cleaning 55006 clauses out of 110025 with flag 1586000/1586000
938.70/934.73	c cleaning 56004 clauses out of 112019 with flag 1643000/1643000
980.33/976.36	c cleaning 56998 clauses out of 114015 with flag 1701000/1701000
1021.88/1017.82	c cleaning 58005 clauses out of 116018 with flag 1760001/1760001
1072.62/1068.59	c cleaning 59007 clauses out of 118014 with flag 1820002/1820002
1119.94/1115.88	c cleaning 59997 clauses out of 120005 with flag 1881000/1881000
1167.97/1163.83	c cleaning 61001 clauses out of 122008 with flag 1943000/1943000
1216.69/1212.59	c cleaning 61998 clauses out of 124008 with flag 2006001/2006001
1263.93/1259.72	c cleaning 62996 clauses out of 126009 with flag 2070000/2070000
1309.75/1305.50	c cleaning 64001 clauses out of 128015 with flag 2135002/2135002
1363.48/1359.26	c cleaning 65000 clauses out of 130012 with flag 2201000/2201000
1416.64/1412.40	c cleaning 66001 clauses out of 132013 with flag 2268001/2268001
1461.55/1457.20	c cleaning 67002 clauses out of 134011 with flag 2336000/2336000
1521.69/1517.36	c cleaning 67999 clauses out of 136009 with flag 2405000/2405000
1581.52/1577.17	c cleaning 69003 clauses out of 138012 with flag 2475002/2475002
1648.87/1644.49	c cleaning 70001 clauses out of 140008 with flag 2546001/2546001
1718.03/1713.56	c cleaning 70998 clauses out of 142006 with flag 2618000/2618000
1790.44/1785.91	c cleaning 72002 clauses out of 144009 with flag 2691001/2691001
1800.08/1795.51	c starts		: 231
1800.08/1795.51	c conflicts		: 2702846
1800.08/1795.51	c decisions		: 3332418
1800.08/1795.51	c propagations		: 2165673823
1800.08/1795.51	c inspects		: 20968249109
1800.08/1795.51	c shortcuts		: 0
1800.08/1795.51	c learnt literals	: 0
1800.08/1795.51	c learnt binary clauses	: 0
1800.08/1795.51	c learnt ternary clauses	: 4
1800.08/1795.51	c learnt constraints	: 2702846
1800.08/1795.51	c ignored constraints	: 0
1800.08/1795.51	c root simplifications	: 231
1800.08/1795.51	c removed literals (reason simplification)	: 84436102
1800.08/1795.51	c reason swapping (by a shorter reason)	: 0
1800.08/1795.51	c Calls to reduceDB	: 69
1800.08/1795.51	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.51	c number of learned constraints concerned by reduction	: 0
1800.08/1795.51	c number of learning phase by resolution	: 0
1800.08/1795.51	c number of learning phase by cutting planes	: 0
1800.08/1795.51	c speed (assignments/second)	: 1210677.15835985
1800.08/1795.51	c non guided choices	3021
1800.08/1795.54	c learnt constraints type 
1800.08/1795.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83880
1800.08/1795.54	c constraints type 
1800.08/1795.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
1800.08/1795.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
1800.08/1795.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
1800.08/1795.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
1800.08/1795.54	c 1123290 constraints processed.
1800.08/1795.54	s UNKNOWN
1800.08/1795.54	c Total wall clock time (in seconds): 1795.417

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-3709966-1338188652/watcher-3709966-1338188652 -o /tmp/evaluation-result-3709966-1338188652/solver-3709966-1338188652 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709966-1338188652.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.36 2.13 2.04 3/194 2729
/proc/meminfo: memFree=25124276/32873844 swapFree=6856/6856
[pid=2729] ppid=2727 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2729/stat : 2729 (java) D 2727 2729 29719 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 284990263 9515008 183 33554432000 1073741824 1073778376 140733338694720 140733338685752 223651643061 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/2729/statm: 2323 183 140 9 0 71 0

[startup+0.032399 s]
/proc/loadavg: 2.36 2.13 2.04 3/194 2729
/proc/meminfo: memFree=25124276/32873844 swapFree=6856/6856
[pid=2729] ppid=2727 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/2729/stat : 2729 (java) S 2727 2729 29719 0 -1 4202496 2778 0 1 0 0 0 0 0 20 0 10 0 284990263 9233014784 3477 33554432000 1073741824 1073778376 140735100678416 140735100669552 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2729/statm: 2254154 3479 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100333 s]
/proc/loadavg: 2.36 2.13 2.04 3/194 2729
/proc/meminfo: memFree=25124276/32873844 swapFree=6856/6856
[pid=2729] ppid=2727 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/2729/stat : 2729 (java) S 2727 2729 29719 0 -1 4202496 4271 0 1 0 8 1 0 0 20 0 18 0 284990263 9787842560 5478 33554432000 1073741824 1073778376 140735100678416 140735100669552 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2729/statm: 2389610 5478 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300161 s]
/proc/loadavg: 2.36 2.13 2.04 3/194 2729
/proc/meminfo: memFree=25124276/32873844 swapFree=6856/6856
[pid=2729] ppid=2727 vsize=9558440 CPUtime=0.45 cores=0,2,4,6
/proc/2729/stat : 2729 (java) S 2727 2729 29719 0 -1 4202496 5609 0 1 0 44 1 0 0 20 0 18 0 284990263 9787842560 9999 33554432000 1073741824 1073778376 140735100678416 140735100669552 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2729/statm: 2389610 9999 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.70032 s]
/proc/loadavg: 2.36 2.13 2.04 3/194 2729
/proc/meminfo: memFree=25124276/32873844 swapFree=6856/6856
[pid=2729] ppid=2727 vsize=9558440 CPUtime=1.12 cores=0,2,4,6
/proc/2729/stat : 2729 (java) S 2727 2729 29719 0 -1 4202496 6741 0 1 0 107 5 0 0 20 0 18 0 284990263 9787842560 40769 33554432000 1073741824 1073778376 140735100678416 140735100669552 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2729/statm: 2389610 40769 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558440

[startup+1.50071 s]
/proc/loadavg: 2.36 2.13 2.04 5/212 2747
/proc/meminfo: memFree=24951400/32873844 swapFree=6856/6856
[pid=2729] ppid=2727 vsize=9558440 CPUtime=2.19 cores=0,2,4,6
/proc/2729/stat : 2729 (java) S 2727 2729 29719 0 -1 4202496 8192 0 1 0 208 11 0 0 20 0 18 0 284990263 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140735100669552 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2729/statm: 2389610 73160 2255 9 0 2380296 0
[pid=2729/tid=2731] ppid=2727 vsize=9558440 CPUtime=1.41 cores=0,2,4,6
/proc/2729/task/2731/stat : 2731 (java) R 2727 2729 29719 0 -1 4202560 2610 0 1 0 135 6 0 0 20 0 18 0 284990264 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140262133095816 223655027981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2729/tid=2732] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2732/stat : 2732 (java) S 2727 2729 29719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 284990265 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140262094588840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2733] ppid=2727 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/2729/task/2733/stat : 2733 (java) S 2727 2729 29719 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 284990265 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140262093536296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2734] ppid=2727 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/2729/task/2734/stat : 2734 (java) S 2727 2729 29719 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 284990265 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140262092483240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2735] ppid=2727 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/2729/task/2735/stat : 2735 (java) S 2727 2729 29719 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 284990265 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140262091430696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2736] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2736/stat : 2736 (java) S 2727 2729 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 284990265 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140262090377640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2737] ppid=2727 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/2729/task/2737/stat : 2737 (java) S 2727 2729 29719 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 284990265 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140261971716648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2738] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2738/stat : 2738 (java) S 2727 2729 29719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 284990265 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140261970663592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2739] ppid=2727 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/2729/task/2739/stat : 2739 (java) S 2727 2729 29719 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 284990265 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140261969611048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2729/tid=2740] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2740/stat : 2740 (java) S 2727 2729 29719 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 284990266 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140261957200744 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2741] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2741/stat : 2741 (java) S 2727 2729 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 284990267 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140261956147064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2742] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2742/stat : 2742 (java) S 2727 2729 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 284990267 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140261350958472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2743] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2743/stat : 2743 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284990269 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140261349907216 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2744] ppid=2727 vsize=9558440 CPUtime=0.3 cores=0,2,4,6
/proc/2729/task/2744/stat : 2744 (java) S 2727 2729 29719 0 -1 4202560 2478 0 0 0 30 0 0 0 20 0 18 0 284990269 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140261348854072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2745] ppid=2727 vsize=9558440 CPUtime=0.24 cores=0,2,4,6
/proc/2729/task/2745/stat : 2745 (java) S 2727 2729 29719 0 -1 4202560 1767 0 0 0 24 0 0 0 20 0 18 0 284990269 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140261347801528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2746] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2746/stat : 2746 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284990269 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140261346748664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2747] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2747/stat : 2747 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284990269 9787842560 73160 33554432000 1073741824 1073778376 140735100678416 140261345696328 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9558440

[startup+3.10068 s]
/proc/loadavg: 2.36 2.13 2.04 3/212 2747
/proc/meminfo: memFree=24780680/32873844 swapFree=6856/6856
[pid=2729] ppid=2727 vsize=9558440 CPUtime=4.12 cores=0,2,4,6
/proc/2729/stat : 2729 (java) S 2727 2729 29719 0 -1 4202496 9029 0 1 0 389 23 0 0 20 0 18 0 284990263 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140735100669552 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2729/statm: 2389610 150029 2255 9 0 2380296 0
[pid=2729/tid=2731] ppid=2727 vsize=9558440 CPUtime=2.88 cores=0,2,4,6
/proc/2729/task/2731/stat : 2731 (java) R 2727 2729 29719 0 -1 4202560 2723 0 1 0 278 10 0 0 20 0 18 0 284990264 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140262133088208 140261972129916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2732] ppid=2727 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/2729/task/2732/stat : 2732 (java) S 2727 2729 29719 0 -1 4202560 74 0 0 0 6 1 0 0 20 0 18 0 284990265 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140262094588840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2729/tid=2733] ppid=2727 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/2729/task/2733/stat : 2733 (java) S 2727 2729 29719 0 -1 4202560 88 0 0 0 7 2 0 0 20 0 18 0 284990265 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140262093536296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2729/tid=2734] ppid=2727 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/2729/task/2734/stat : 2734 (java) S 2727 2729 29719 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 18 0 284990265 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140262092483240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2735] ppid=2727 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/2729/task/2735/stat : 2735 (java) S 2727 2729 29719 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 18 0 284990265 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140262091430696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2736] ppid=2727 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/2729/task/2736/stat : 2736 (java) S 2727 2729 29719 0 -1 4202560 76 0 0 0 4 0 0 0 20 0 18 0 284990265 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140262090377640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2729/tid=2737] ppid=2727 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/2729/task/2737/stat : 2737 (java) S 2727 2729 29719 0 -1 4202560 47 0 0 0 7 2 0 0 20 0 18 0 284990265 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140261971716648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2738] ppid=2727 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/2729/task/2738/stat : 2738 (java) S 2727 2729 29719 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 284990265 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140261970663592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2729/tid=2739] ppid=2727 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/2729/task/2739/stat : 2739 (java) S 2727 2729 29719 0 -1 4202560 58 0 0 0 5 2 0 0 20 0 18 0 284990265 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140261969611048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2740] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2740/stat : 2740 (java) S 2727 2729 29719 0 -1 4202560 455 0 0 0 0 0 0 0 20 0 18 0 284990266 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140261957200744 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2741] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2741/stat : 2741 (java) S 2727 2729 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 284990267 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140261956147064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2742] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2742/stat : 2742 (java) S 2727 2729 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 284990267 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140261350958472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2743] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2743/stat : 2743 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284990269 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140261349907216 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2744] ppid=2727 vsize=9558440 CPUtime=0.31 cores=0,2,4,6
/proc/2729/task/2744/stat : 2744 (java) S 2727 2729 29719 0 -1 4202560 2478 0 0 0 31 0 0 0 20 0 18 0 284990269 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140261348854072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2745] ppid=2727 vsize=9558440 CPUtime=0.24 cores=0,2,4,6
/proc/2729/task/2745/stat : 2745 (java) S 2727 2729 29719 0 -1 4202560 1767 0 0 0 24 0 0 0 20 0 18 0 284990269 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140261347801528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2746] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2746/stat : 2746 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284990269 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140261346748664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2747] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2747/stat : 2747 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284990269 9787842560 150029 33554432000 1073741824 1073778376 140735100678416 140261345696328 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 9558440

[startup+6.30067 s]
/proc/loadavg: 2.41 2.15 2.05 3/212 2747
/proc/meminfo: memFree=23979916/32873844 swapFree=6856/6856
[pid=2729] ppid=2727 vsize=9558440 CPUtime=8.11 cores=0,2,4,6
/proc/2729/stat : 2729 (java) S 2727 2729 29719 0 -1 4202496 11368 0 1 0 766 45 0 0 20 0 18 0 284990263 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140735100669552 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2729/statm: 2389610 307188 2255 9 0 2380296 0
[pid=2729/tid=2731] ppid=2727 vsize=9558440 CPUtime=5.82 cores=0,2,4,6
/proc/2729/task/2731/stat : 2731 (java) R 2727 2729 29719 0 -1 4202560 3286 0 1 0 565 17 0 0 20 0 18 0 284990264 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140262133095112 140261972215814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2732] ppid=2727 vsize=9558440 CPUtime=0.19 cores=0,2,4,6
/proc/2729/task/2732/stat : 2732 (java) S 2727 2729 29719 0 -1 4202560 416 0 0 0 16 3 0 0 20 0 18 0 284990265 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140262094588840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2733] ppid=2727 vsize=9558440 CPUtime=0.21 cores=0,2,4,6
/proc/2729/task/2733/stat : 2733 (java) S 2727 2729 29719 0 -1 4202560 182 0 0 0 17 4 0 0 20 0 18 0 284990265 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140262093536296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2734] ppid=2727 vsize=9558440 CPUtime=0.17 cores=0,2,4,6
/proc/2729/task/2734/stat : 2734 (java) S 2727 2729 29719 0 -1 4202560 191 0 0 0 14 3 0 0 20 0 18 0 284990265 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140262092483240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2735] ppid=2727 vsize=9558440 CPUtime=0.21 cores=0,2,4,6
/proc/2729/task/2735/stat : 2735 (java) S 2727 2729 29719 0 -1 4202560 110 0 0 0 17 4 0 0 20 0 18 0 284990265 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140262091430696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2736] ppid=2727 vsize=9558440 CPUtime=0.17 cores=0,2,4,6
/proc/2729/task/2736/stat : 2736 (java) S 2727 2729 29719 0 -1 4202560 245 0 0 0 14 3 0 0 20 0 18 0 284990265 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140262090377640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2737] ppid=2727 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/2729/task/2737/stat : 2737 (java) S 2727 2729 29719 0 -1 4202560 99 0 0 0 15 3 0 0 20 0 18 0 284990265 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140261971716648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2738] ppid=2727 vsize=9558440 CPUtime=0.17 cores=0,2,4,6
/proc/2729/task/2738/stat : 2738 (java) S 2727 2729 29719 0 -1 4202560 411 0 0 0 14 3 0 0 20 0 18 0 284990265 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140261970663592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2739] ppid=2727 vsize=9558440 CPUtime=0.25 cores=0,2,4,6
/proc/2729/task/2739/stat : 2739 (java) S 2727 2729 29719 0 -1 4202560 237 0 0 0 21 4 0 0 20 0 18 0 284990265 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140261969611048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2729/tid=2740] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2740/stat : 2740 (java) S 2727 2729 29719 0 -1 4202560 772 0 0 0 0 0 0 0 20 0 18 0 284990266 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140261957200744 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2741] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2741/stat : 2741 (java) S 2727 2729 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 284990267 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140261956147064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2742] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2742/stat : 2742 (java) S 2727 2729 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 284990267 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140261350958472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2743] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2743/stat : 2743 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284990269 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140261349907216 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2744] ppid=2727 vsize=9558440 CPUtime=0.33 cores=0,2,4,6
/proc/2729/task/2744/stat : 2744 (java) S 2727 2729 29719 0 -1 4202560 2478 0 0 0 33 0 0 0 20 0 18 0 284990269 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140261348854072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2745] ppid=2727 vsize=9558440 CPUtime=0.24 cores=0,2,4,6
/proc/2729/task/2745/stat : 2745 (java) S 2727 2729 29719 0 -1 4202560 1767 0 0 0 24 0 0 0 20 0 18 0 284990269 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140261347801528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2746] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2746/stat : 2746 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284990269 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140261346748664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2747] ppid=2727 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2747/stat : 2747 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 284990269 9787842560 307188 33554432000 1073741824 1073778376 140735100678416 140261345696328 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (KiB) 9558440

[startup+12.7007 s]
/proc/loadavg: 2.38 2.15 2.05 3/213 2748
/proc/meminfo: memFree=23826152/32873844 swapFree=6856/6856
[pid=2729] ppid=2727 vsize=9625004 CPUtime=15.29 cores=0,2,4,6
/proc/2729/stat : 2729 (java) S 2727 2729 29719 0 -1 4202496 14119 0 1 0 1478 51 0 0 20 0 19 0 284990263 9856004096 328705 33554432000 1073741824 1073778376 140735100678416 140735100669552 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2729/statm: 2406251 328705 2289 9 0 2396937 0
[pid=2729/tid=2731] ppid=2727 vsize=9625004 CPUtime=11.81 cores=0,2,4,6

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

[pid=2729/tid=2737] ppid=2727 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/2729/task/2737/stat : 2737 (java) S 2727 2729 29719 0 -1 4202560 282 0 0 0 47 4 0 0 20 0 19 0 284990265 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261971716648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2729/tid=2738] ppid=2727 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/2729/task/2738/stat : 2738 (java) S 2727 2729 29719 0 -1 4202560 558 0 0 0 45 4 0 0 20 0 19 0 284990265 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261970663592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2739] ppid=2727 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/2729/task/2739/stat : 2739 (java) S 2727 2729 29719 0 -1 4202560 319 0 0 0 54 6 0 0 20 0 19 0 284990265 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261969611048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2740] ppid=2727 vsize=9625004 CPUtime=24.22 cores=0,2,4,6
/proc/2729/task/2740/stat : 2740 (java) S 2727 2729 29719 0 -1 4202560 1146 0 0 0 2418 4 0 0 20 0 19 0 284990266 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261957200744 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2741] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2741/stat : 2741 (java) S 2727 2729 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284990267 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261956147064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2742] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2742/stat : 2742 (java) S 2727 2729 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284990267 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261350958472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2743] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2743/stat : 2743 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284990269 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261349907216 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2744] ppid=2727 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/2729/task/2744/stat : 2744 (java) S 2727 2729 29719 0 -1 4202560 3705 0 0 0 62 0 0 0 20 0 19 0 284990269 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261348854072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2745] ppid=2727 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/2729/task/2745/stat : 2745 (java) S 2727 2729 29719 0 -1 4202560 3039 0 0 0 57 0 0 0 20 0 19 0 284990269 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261347801528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2746] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2746/stat : 2746 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284990269 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261346748664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2747] ppid=2727 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/2729/task/2747/stat : 2747 (java) S 2727 2729 29719 0 -1 4202560 99 0 0 0 36 32 0 0 20 0 19 0 284990269 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261345696328 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2748] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2748/stat : 2748 (java) S 2727 2729 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284990933 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261344642600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.86
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2821
/proc/meminfo: memFree=27200648/32873844 swapFree=6856/6856
[pid=2729] ppid=2727 vsize=9625004 CPUtime=1786.85 cores=0,2,4,6
/proc/2729/stat : 2729 (java) S 2727 2729 29719 0 -1 4202496 15637 0 1 0 178604 81 0 0 20 0 19 0 284990263 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140735100669552 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2729/statm: 2406251 334001 2290 9 0 2396937 0
[pid=2729/tid=2731] ppid=2727 vsize=9625004 CPUtime=1756.81 cores=0,2,4,6
/proc/2729/task/2731/stat : 2731 (java) R 2727 2729 29719 0 -1 4202560 3367 0 1 0 175634 47 0 0 20 0 19 0 284990264 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140262133096752 140261972454527 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2729/tid=2732] ppid=2727 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/2729/task/2732/stat : 2732 (java) S 2727 2729 29719 0 -1 4202560 549 0 0 0 51 4 0 0 20 0 19 0 284990265 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140262094588840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2729/tid=2733] ppid=2727 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/2729/task/2733/stat : 2733 (java) S 2727 2729 29719 0 -1 4202560 346 0 0 0 57 6 0 0 20 0 19 0 284990265 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140262093536296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2734] ppid=2727 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/2729/task/2734/stat : 2734 (java) S 2727 2729 29719 0 -1 4202560 331 0 0 0 51 4 0 0 20 0 19 0 284990265 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140262092483240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2735] ppid=2727 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/2729/task/2735/stat : 2735 (java) S 2727 2729 29719 0 -1 4202560 415 0 0 0 55 6 0 0 20 0 19 0 284990265 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140262091430696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2736] ppid=2727 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/2729/task/2736/stat : 2736 (java) S 2727 2729 29719 0 -1 4202560 296 0 0 0 43 3 0 0 20 0 19 0 284990265 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140262090377640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2737] ppid=2727 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/2729/task/2737/stat : 2737 (java) S 2727 2729 29719 0 -1 4202560 282 0 0 0 47 4 0 0 20 0 19 0 284990265 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261971716648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2729/tid=2738] ppid=2727 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/2729/task/2738/stat : 2738 (java) S 2727 2729 29719 0 -1 4202560 558 0 0 0 45 4 0 0 20 0 19 0 284990265 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261970663592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2739] ppid=2727 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/2729/task/2739/stat : 2739 (java) S 2727 2729 29719 0 -1 4202560 319 0 0 0 54 6 0 0 20 0 19 0 284990265 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261969611048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2740] ppid=2727 vsize=9625004 CPUtime=24.22 cores=0,2,4,6
/proc/2729/task/2740/stat : 2740 (java) S 2727 2729 29719 0 -1 4202560 1146 0 0 0 2418 4 0 0 20 0 19 0 284990266 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261957200744 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2741] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2741/stat : 2741 (java) S 2727 2729 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284990267 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261956147064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2742] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2742/stat : 2742 (java) S 2727 2729 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284990267 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261350958472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2743] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2743/stat : 2743 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284990269 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261349907216 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2744] ppid=2727 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/2729/task/2744/stat : 2744 (java) S 2727 2729 29719 0 -1 4202560 3705 0 0 0 62 0 0 0 20 0 19 0 284990269 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261348854072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2745] ppid=2727 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/2729/task/2745/stat : 2745 (java) S 2727 2729 29719 0 -1 4202560 3039 0 0 0 57 0 0 0 20 0 19 0 284990269 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261347801528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2746] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2746/stat : 2746 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284990269 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261346748664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2747] ppid=2727 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/2729/task/2747/stat : 2747 (java) S 2727 2729 29719 0 -1 4202560 103 0 0 0 37 33 0 0 20 0 19 0 284990269 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261345696328 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2748] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2748/stat : 2748 (java) S 2727 2729 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284990933 9856004096 334001 33554432000 1073741824 1073778376 140735100678416 140261344642600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.85
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2821
/proc/meminfo: memFree=27200648/32873844 swapFree=6856/6856
[pid=2729] ppid=2727 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/2729/stat : 2729 (java) S 2727 2729 29719 0 -1 4202496 15647 0 1 0 179927 81 0 0 20 0 19 0 284990263 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140735100669552 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2729/statm: 2406251 334007 2290 9 0 2396937 0
[pid=2729/tid=2731] ppid=2727 vsize=9625004 CPUtime=1769.67 cores=0,2,4,6
/proc/2729/task/2731/stat : 2731 (java) R 2727 2729 29719 0 -1 4202560 3368 0 1 0 176920 47 0 0 20 0 19 0 284990264 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140262133096752 140261972518232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2729/tid=2732] ppid=2727 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/2729/task/2732/stat : 2732 (java) S 2727 2729 29719 0 -1 4202560 549 0 0 0 52 4 0 0 20 0 19 0 284990265 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140262094588840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2733] ppid=2727 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/2729/task/2733/stat : 2733 (java) S 2727 2729 29719 0 -1 4202560 346 0 0 0 57 6 0 0 20 0 19 0 284990265 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140262093536296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2734] ppid=2727 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/2729/task/2734/stat : 2734 (java) S 2727 2729 29719 0 -1 4202560 331 0 0 0 52 4 0 0 20 0 19 0 284990265 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140262092483240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2735] ppid=2727 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/2729/task/2735/stat : 2735 (java) S 2727 2729 29719 0 -1 4202560 422 0 0 0 55 6 0 0 20 0 19 0 284990265 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140262091430696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2736] ppid=2727 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/2729/task/2736/stat : 2736 (java) S 2727 2729 29719 0 -1 4202560 296 0 0 0 44 3 0 0 20 0 19 0 284990265 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140262090377640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2737] ppid=2727 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/2729/task/2737/stat : 2737 (java) S 2727 2729 29719 0 -1 4202560 282 0 0 0 47 4 0 0 20 0 19 0 284990265 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261971716648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2738] ppid=2727 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/2729/task/2738/stat : 2738 (java) S 2727 2729 29719 0 -1 4202560 558 0 0 0 45 4 0 0 20 0 19 0 284990265 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261970663592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2739] ppid=2727 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/2729/task/2739/stat : 2739 (java) S 2727 2729 29719 0 -1 4202560 319 0 0 0 54 6 0 0 20 0 19 0 284990265 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261969611048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2740] ppid=2727 vsize=9625004 CPUtime=24.56 cores=0,2,4,6
/proc/2729/task/2740/stat : 2740 (java) S 2727 2729 29719 0 -1 4202560 1148 0 0 0 2452 4 0 0 20 0 19 0 284990266 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261957200744 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2741] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2741/stat : 2741 (java) S 2727 2729 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284990267 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261956147064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2742] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2742/stat : 2742 (java) S 2727 2729 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284990267 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261350958472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2743] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2743/stat : 2743 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284990269 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261349907216 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2744] ppid=2727 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/2729/task/2744/stat : 2744 (java) S 2727 2729 29719 0 -1 4202560 3705 0 0 0 62 0 0 0 20 0 19 0 284990269 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261348854072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2745] ppid=2727 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/2729/task/2745/stat : 2745 (java) S 2727 2729 29719 0 -1 4202560 3039 0 0 0 57 0 0 0 20 0 19 0 284990269 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261347801528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2746] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2746/stat : 2746 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284990269 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261346748664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2747] ppid=2727 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/2729/task/2747/stat : 2747 (java) S 2727 2729 29719 0 -1 4202560 103 0 0 0 37 33 0 0 20 0 19 0 284990269 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261345696328 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2748] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2748/stat : 2748 (java) S 2727 2729 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284990933 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261344642600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1795.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 2821
/proc/meminfo: memFree=27200648/32873844 swapFree=6856/6856
[pid=2729] ppid=2727 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/2729/stat : 2729 (java) S 2727 2729 29719 0 -1 4202496 15647 0 1 0 179927 81 0 0 20 0 19 0 284990263 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140735100669552 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2729/statm: 2406251 334007 2290 9 0 2396937 0
[pid=2729/tid=2731] ppid=2727 vsize=9625004 CPUtime=1769.67 cores=0,2,4,6
/proc/2729/task/2731/stat : 2731 (java) R 2727 2729 29719 0 -1 4202560 3368 0 1 0 176920 47 0 0 20 0 19 0 284990264 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140262133096752 140261972518232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2729/tid=2732] ppid=2727 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/2729/task/2732/stat : 2732 (java) S 2727 2729 29719 0 -1 4202560 549 0 0 0 52 4 0 0 20 0 19 0 284990265 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140262094588840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2733] ppid=2727 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/2729/task/2733/stat : 2733 (java) S 2727 2729 29719 0 -1 4202560 346 0 0 0 57 6 0 0 20 0 19 0 284990265 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140262093536296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2734] ppid=2727 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/2729/task/2734/stat : 2734 (java) S 2727 2729 29719 0 -1 4202560 331 0 0 0 52 4 0 0 20 0 19 0 284990265 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140262092483240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2735] ppid=2727 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/2729/task/2735/stat : 2735 (java) S 2727 2729 29719 0 -1 4202560 422 0 0 0 55 6 0 0 20 0 19 0 284990265 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140262091430696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2736] ppid=2727 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/2729/task/2736/stat : 2736 (java) S 2727 2729 29719 0 -1 4202560 296 0 0 0 44 3 0 0 20 0 19 0 284990265 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140262090377640 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2737] ppid=2727 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/2729/task/2737/stat : 2737 (java) S 2727 2729 29719 0 -1 4202560 282 0 0 0 47 4 0 0 20 0 19 0 284990265 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261971716648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2738] ppid=2727 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/2729/task/2738/stat : 2738 (java) S 2727 2729 29719 0 -1 4202560 558 0 0 0 45 4 0 0 20 0 19 0 284990265 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261970663592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2739] ppid=2727 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/2729/task/2739/stat : 2739 (java) S 2727 2729 29719 0 -1 4202560 319 0 0 0 54 6 0 0 20 0 19 0 284990265 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261969611048 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2740] ppid=2727 vsize=9625004 CPUtime=24.56 cores=0,2,4,6
/proc/2729/task/2740/stat : 2740 (java) S 2727 2729 29719 0 -1 4202560 1148 0 0 0 2452 4 0 0 20 0 19 0 284990266 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261957200744 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2741] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2741/stat : 2741 (java) S 2727 2729 29719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284990267 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261956147064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2742] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2742/stat : 2742 (java) S 2727 2729 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284990267 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261350958472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2743] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2743/stat : 2743 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284990269 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261349907216 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2729/tid=2744] ppid=2727 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/2729/task/2744/stat : 2744 (java) S 2727 2729 29719 0 -1 4202560 3705 0 0 0 62 0 0 0 20 0 19 0 284990269 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261348854072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2745] ppid=2727 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/2729/task/2745/stat : 2745 (java) S 2727 2729 29719 0 -1 4202560 3039 0 0 0 57 0 0 0 20 0 19 0 284990269 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261347801528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2746] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2746/stat : 2746 (java) S 2727 2729 29719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284990269 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261346748664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2729/tid=2747] ppid=2727 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/2729/task/2747/stat : 2747 (java) S 2727 2729 29719 0 -1 4202560 103 0 0 0 37 33 0 0 20 0 19 0 284990269 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261345696328 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2729/tid=2748] ppid=2727 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2729/task/2748/stat : 2748 (java) S 2727 2729 29719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284990933 9856004096 334007 33554432000 1073741824 1073778376 140735100678416 140261344642600 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1795.55
CPU time (s): 1800.89
CPU user time (s): 1799.53
CPU system time (s): 1.36279
CPU usage (%): 100.297
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 1.36279
maximum resident set size= 1336168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15684
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40233
involuntary context switches= 11637

runsolver used 7.13091 second user time and 13.383 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-28 09:04:14
IDJOB=3709966
IDBENCH=89649
IDSOLVER=2289
FILE ID=node144/3709966-1338188652
RUNJOBID= node144-1338157682-29735
PBS_JOBID= 14624532
Free space on /tmp= 71124 MiB

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

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

MD5SUM BENCH= 395b6779bc0f993a1d1357b59c2e4536
RANDOM SEED=925346383

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25123904 kB
Buffers:          390572 kB
Cached:          3022504 kB
SwapCached:            0 kB
Active:          4700100 kB
Inactive:        2191876 kB
Active(anon):    3480412 kB
Inactive(anon):        0 kB
Active(file):    1219688 kB
Inactive(file):  2191876 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             50416 kB
Writeback:             0 kB
AnonPages:       3490836 kB
Mapped:            22580 kB
Shmem:               200 kB
Slab:             699664 kB
SReclaimable:     141596 kB
SUnreclaim:       558068 kB
KernelStack:        1592 kB
PageTables:        10840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3829716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3414016 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= 71416 MiB
End job on node144 at 2012-05-28 09:34:11