Trace number 3710475

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.07 1796.13

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_6_mh_ic.opb
MD5SUM10217e17cbd04c0c5cd10efd0fff5914
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5942333
Best CPU time to get the best result obtained on this benchmark1800.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 116930169
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 53972678158
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 116930169
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 53972678158
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3710475-1338250034.opb
0.08/0.13	c reading problem ... 
7.10/5.23	c ... done. Wall clock time 5.094s.
7.10/5.23	c declared #vars     370300
7.10/5.23	c #constraints  855312
7.10/5.23	c constraints type 
7.10/5.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
7.10/5.23	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
7.10/5.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
7.10/5.23	c ignored satisfied constraints => 4
7.10/5.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
7.10/5.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
7.10/5.23	c 855316 constraints processed.
120.27/117.83	c cleaning 2497 clauses out of 5000 with flag 5000/5000
312.70/309.52	c cleaning 4246 clauses out of 8503 with flag 11000/11000
398.24/394.91	c cleaning 5611 clauses out of 11257 with flag 18000/18000
458.24/454.82	c cleaning 6821 clauses out of 13647 with flag 26001/26001
875.47/871.98	c cleaning 7902 clauses out of 15825 with flag 35000/35000
972.86/969.28	c cleaning 8933 clauses out of 17925 with flag 45002/45002
1174.42/1170.80	c cleaning 9989 clauses out of 19990 with flag 56000/56000
1633.80/1630.10	c cleaning 10956 clauses out of 22001 with flag 68000/68000
1739.08/1735.28	c cleaning 12016 clauses out of 24045 with flag 81000/81000
1800.07/1796.11	c starts		: 88
1800.07/1796.11	c conflicts		: 85314
1800.07/1796.11	c decisions		: 499685
1800.07/1796.11	c propagations		: 488245100
1800.07/1796.11	c inspects		: 5274152128
1800.07/1796.11	c shortcuts		: 0
1800.07/1796.11	c learnt literals	: 0
1800.07/1796.11	c learnt binary clauses	: 17
1800.07/1796.11	c learnt ternary clauses	: 16
1800.07/1796.11	c learnt constraints	: 85313
1800.07/1796.11	c ignored constraints	: 0
1800.07/1796.11	c root simplifications	: 88
1800.07/1796.11	c removed literals (reason simplification)	: 1419708
1800.07/1796.11	c reason swapping (by a shorter reason)	: 0
1800.07/1796.11	c Calls to reduceDB	: 9
1800.07/1796.11	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.11	c number of learned constraints concerned by reduction	: 0
1800.07/1796.11	c number of learning phase by resolution	: 0
1800.07/1796.11	c number of learning phase by cutting planes	: 0
1800.07/1796.11	c speed (assignments/second)	: 272638.3391705234
1800.07/1796.11	c non guided choices	1314
1800.07/1796.12	c learnt constraints type 
1800.07/1796.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.07/1796.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16326
1800.07/1796.12	c constraints type 
1800.07/1796.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
1800.07/1796.12	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.07/1796.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.07/1796.12	c ignored satisfied constraints => 4
1800.07/1796.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
1800.07/1796.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
1800.07/1796.12	c 855316 constraints processed.
1800.07/1796.12	s UNKNOWN
1800.07/1796.12	c Total wall clock time (in seconds): 1795.986

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 1547
/proc/meminfo: memFree=31125916/32873844 swapFree=6872/6872
[pid=1547] ppid=1545 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1547/stat : 1547 (java) R 1545 1547 32222 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 291070473 9515008 175 33554432000 1073741824 1073778376 140736134185232 140736134167960 209097409424 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1547/statm: 2323 175 133 9 0 71 0

[startup+0.017655 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 1547
/proc/meminfo: memFree=31125916/32873844 swapFree=6872/6872
[pid=1547] ppid=1545 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/1547/stat : 1547 (java) S 1545 1547 32222 0 -1 4202496 1369 0 0 0 0 0 0 0 20 0 2 0 291070473 103964672 1050 33554432000 1073741824 1073778376 140735960055520 140735960046656 209100767293 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1547/statm: 25382 1050 805 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100359 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 1547
/proc/meminfo: memFree=31125916/32873844 swapFree=6872/6872
[pid=1547] ppid=1545 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/1547/stat : 1547 (java) S 1545 1547 32222 0 -1 4202496 3748 0 1 0 7 1 0 0 20 0 18 0 291070473 9787842560 4956 33554432000 1073741824 1073778376 140735960055520 140735960046656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1547/statm: 2389610 4969 1983 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300279 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 1547
/proc/meminfo: memFree=31125916/32873844 swapFree=6872/6872
[pid=1547] ppid=1545 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/1547/stat : 1547 (java) S 1545 1547 32222 0 -1 4202496 5369 0 1 0 44 2 0 0 20 0 18 0 291070473 9787842560 12805 33554432000 1073741824 1073778376 140735960055520 140735960046656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1547/statm: 2389610 12805 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700222 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 1547
/proc/meminfo: memFree=31125916/32873844 swapFree=6872/6872
[pid=1547] ppid=1545 vsize=9558440 CPUtime=1.14 cores=1,3,5,7
/proc/1547/stat : 1547 (java) S 1545 1547 32222 0 -1 4202496 6088 0 1 0 102 12 0 0 20 0 18 0 291070473 9787842560 51670 33554432000 1073741824 1073778376 140735960055520 140735960046656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1547/statm: 2389610 51670 2244 9 0 2380296 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558440

[startup+1.5008 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 1566
/proc/meminfo: memFree=30906016/32873844 swapFree=6872/6872
[pid=1547] ppid=1545 vsize=9558440 CPUtime=2.59 cores=1,3,5,7
/proc/1547/stat : 1547 (java) S 1545 1547 32222 0 -1 4202496 12315 0 1 0 236 23 0 0 20 0 18 0 291070473 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140735960046656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1547/statm: 2389610 95621 2266 9 0 2380296 0
[pid=1547/tid=1549] ppid=1545 vsize=9558440 CPUtime=1.31 cores=1,3,5,7
/proc/1547/task/1549/stat : 1549 (java) R 1545 1547 32222 0 -1 4202560 2625 0 1 0 126 5 0 0 20 0 18 0 291070474 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340760480856 140340623725167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1547/tid=1550] ppid=1545 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 32222 0 -1 4202560 111 0 0 0 2 2 0 0 20 0 18 0 291070475 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340749544104 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1547/tid=1551] ppid=1545 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/1547/task/1551/stat : 1551 (java) S 1545 1547 32222 0 -1 4202560 108 0 0 0 3 2 0 0 20 0 18 0 291070475 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340748491560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 32222 0 -1 4202560 116 0 0 0 5 3 0 0 20 0 18 0 291070475 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340747439016 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 32222 0 -1 4202560 61 0 0 0 6 4 0 0 20 0 18 0 291070475 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340746386472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 32222 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 18 0 291070475 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340745332904 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 32222 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 18 0 291070475 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340744280360 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1556] ppid=1545 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/1547/task/1556/stat : 1556 (java) S 1545 1547 32222 0 -1 4202560 25 0 0 0 4 2 0 0 20 0 18 0 291070475 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340743227816 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 32222 0 -1 4202560 117 0 0 0 2 2 0 0 20 0 18 0 291070475 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340742175272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 32222 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 291070477 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340584589928 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1547/tid=1560] ppid=1545 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1560/stat : 1560 (java) S 1545 1547 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291070477 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340583536248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1561] ppid=1545 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1561/stat : 1561 (java) S 1545 1547 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291070477 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340582483592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1562] ppid=1545 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1562/stat : 1562 (java) S 1545 1547 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291070480 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340581432336 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1563] ppid=1545 vsize=9558440 CPUtime=0.33 cores=1,3,5,7
/proc/1547/task/1563/stat : 1563 (java) S 1545 1547 32222 0 -1 4202560 2930 0 0 0 33 0 0 0 20 0 18 0 291070480 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340580378680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1564] ppid=1545 vsize=9558440 CPUtime=0.32 cores=1,3,5,7
/proc/1547/task/1564/stat : 1564 (java) S 1545 1547 32222 0 -1 4202560 4790 0 0 0 30 2 0 0 20 0 18 0 291070480 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340579326136 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1565] ppid=1545 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (java) S 1545 1547 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291070480 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340578273784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (java) S 1545 1547 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291070480 9787842560 95621 33554432000 1073741824 1073778376 140735960055520 140340577221448 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9558440

[startup+3.10067 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 1566
/proc/meminfo: memFree=30711768/32873844 swapFree=6872/6872
[pid=1547] ppid=1545 vsize=9558440 CPUtime=4.62 cores=1,3,5,7
/proc/1547/stat : 1547 (java) S 1545 1547 32222 0 -1 4202496 12854 0 1 0 426 36 0 0 20 0 18 0 291070473 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140735960046656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1547/statm: 2389610 168637 2266 9 0 2380296 0
[pid=1547/tid=1549] ppid=1545 vsize=9558440 CPUtime=2.78 cores=1,3,5,7
/proc/1547/task/1549/stat : 1549 (java) S 1545 1547 32222 0 -1 4202560 2911 0 1 0 268 10 0 0 20 0 18 0 291070474 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340760481240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1547/tid=1550] ppid=1545 vsize=9558440 CPUtime=0.12 cores=1,3,5,7
/proc/1547/task/1550/stat : 1550 (java) R 1545 1547 32222 0 -1 4202560 140 0 0 0 9 3 0 0 20 0 18 0 291070475 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340749544104 209097362567 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1547/tid=1551] ppid=1545 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/1547/task/1551/stat : 1551 (java) R 1545 1547 32222 0 -1 4202560 132 0 0 0 10 3 0 0 20 0 18 0 291070475 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340748491736 209097362567 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/1547/task/1552/stat : 1552 (java) R 1545 1547 32222 0 -1 4202560 155 0 0 0 10 4 0 0 20 0 18 0 291070475 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340747439144 209097362567 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/1547/task/1553/stat : 1553 (java) R 1545 1547 32222 0 -1 4202560 71 0 0 0 9 4 0 0 20 0 18 0 291070475 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340746386600 209097362567 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/1547/task/1554/stat : 1554 (java) R 1545 1547 32222 0 -1 4202560 67 0 0 0 8 2 0 0 20 0 18 0 291070475 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340745333080 140340767381039 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/1547/task/1555/stat : 1555 (java) R 1545 1547 32222 0 -1 4202560 51 0 0 0 8 3 0 0 20 0 18 0 291070475 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340744280488 140340768527522 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1547/tid=1556] ppid=1545 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/1547/task/1556/stat : 1556 (java) R 1545 1547 32222 0 -1 4202560 58 0 0 0 10 3 0 0 20 0 18 0 291070475 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340743227944 209097362567 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/1547/task/1557/stat : 1557 (java) R 1545 1547 32222 0 -1 4202560 140 0 0 0 5 2 0 0 20 0 18 0 291070475 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340742175152 140340767380528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 32222 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 291070477 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340584588808 209100780604 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1560] ppid=1545 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1560/stat : 1560 (java) S 1545 1547 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291070477 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340583536248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1561] ppid=1545 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1561/stat : 1561 (java) S 1545 1547 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291070477 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340582483592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1562] ppid=1545 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1562/stat : 1562 (java) S 1545 1547 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291070480 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340581432336 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1563] ppid=1545 vsize=9558440 CPUtime=0.38 cores=1,3,5,7
/proc/1547/task/1563/stat : 1563 (java) S 1545 1547 32222 0 -1 4202560 2935 0 0 0 38 0 0 0 20 0 18 0 291070480 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340580378680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1564] ppid=1545 vsize=9558440 CPUtime=0.37 cores=1,3,5,7
/proc/1547/task/1564/stat : 1564 (java) S 1545 1547 32222 0 -1 4202560 4822 0 0 0 35 2 0 0 20 0 18 0 291070480 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340579326136 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1565] ppid=1545 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (java) S 1545 1547 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291070480 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340578273784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (java) S 1545 1547 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291070480 9787842560 168637 33554432000 1073741824 1073778376 140735960055520 140340577221448 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 9558440

[startup+6.3008 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 1569
/proc/meminfo: memFree=30387380/32873844 swapFree=6872/6872
[pid=1547] ppid=1545 vsize=9625004 CPUtime=8.62 cores=1,3,5,7
/proc/1547/stat : 1547 (java) S 1545 1547 32222 0 -1 4202496 13960 0 1 0 815 47 0 0 20 0 19 0 291070473 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140735960046656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1547/statm: 2406251 189036 2275 9 0 2396937 0
[pid=1547/tid=1549] ppid=1545 vsize=9625004 CPUtime=5.84 cores=1,3,5,7
/proc/1547/task/1549/stat : 1549 (java) R 1545 1547 32222 0 -1 4202560 3368 0 1 0 572 12 0 0 20 0 19 0 291070474 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340760482232 140340624130572 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1550] ppid=1545 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 32222 0 -1 4202560 148 0 0 0 12 4 0 0 20 0 19 0 291070475 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340749544104 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1547/tid=1551] ppid=1545 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/1547/task/1551/stat : 1551 (java) S 1545 1547 32222 0 -1 4202560 143 0 0 0 13 4 0 0 20 0 19 0 291070475 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340748491560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 32222 0 -1 4202560 164 0 0 0 13 5 0 0 20 0 19 0 291070475 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340747439016 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 32222 0 -1 4202560 79 0 0 0 13 4 0 0 20 0 19 0 291070475 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340746386472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 32222 0 -1 4202560 151 0 0 0 17 5 0 0 20 0 19 0 291070475 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340745332904 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 32222 0 -1 4202560 66 0 0 0 12 4 0 0 20 0 19 0 291070475 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340744280360 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1547/tid=1556] ppid=1545 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/1547/task/1556/stat : 1556 (java) S 1545 1547 32222 0 -1 4202560 259 0 0 0 19 5 0 0 20 0 19 0 291070475 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340743227816 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 32222 0 -1 4202560 150 0 0 0 8 3 0 0 20 0 19 0 291070475 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340742175272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 32222 0 -1 4202560 486 0 0 0 0 0 0 0 20 0 19 0 291070477 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340584589928 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1547/tid=1560] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1560/stat : 1560 (java) S 1545 1547 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291070477 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340583536248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1561] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1561/stat : 1561 (java) S 1545 1547 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291070477 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340582483592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1562] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1562/stat : 1562 (java) S 1545 1547 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291070480 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340581432336 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1563] ppid=1545 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/1547/task/1563/stat : 1563 (java) S 1545 1547 32222 0 -1 4202560 2940 0 0 0 68 0 0 0 20 0 19 0 291070480 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340580378680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1564] ppid=1545 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/1547/task/1564/stat : 1564 (java) S 1545 1547 32222 0 -1 4202560 4824 0 0 0 50 2 0 0 20 0 19 0 291070480 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340579326136 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1547/tid=1565] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (java) S 1545 1547 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291070480 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340578273784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (java) S 1545 1547 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291070480 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340577221448 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1547/tid=1569] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1569/stat : 1569 (java) S 1545 1547 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291071003 9856004096 189036 33554432000 1073741824 1073778376 140735960055520 140340576167208 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.62
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 1569
/proc/meminfo: memFree=30377272/32873844 swapFree=6872/6872
[pid=1547] ppid=1545 vsize=9625004 CPUtime=15.04 cores=1,3,5,7
/proc/1547/stat : 1547 (java) S 1545 1547 32222 0 -1 4202496 13961 0 1 0 1456 48 0 0 20 0 19 0 291070473 9856004096 188681 33554432000 1073741824 1073778376 140735960055520 140735960046656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=1547/tid=1563] ppid=1545 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/1547/task/1563/stat : 1563 (java) S 1545 1547 32222 0 -1 4202560 3161 0 0 0 86 0 0 0 20 0 19 0 291070480 9856004096 242080 33554432000 1073741824 1073778376 140735960055520 140340580378680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1547/tid=1564] ppid=1545 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/1547/task/1564/stat : 1564 (java) S 1545 1547 32222 0 -1 4202560 4851 0 0 0 61 2 0 0 20 0 19 0 291070480 9856004096 242080 33554432000 1073741824 1073778376 140735960055520 140340579326136 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1565] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (java) S 1545 1547 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291070480 9856004096 242080 33554432000 1073741824 1073778376 140735960055520 140340578273784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=9625004 CPUtime=1.07 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (java) S 1545 1547 32222 0 -1 4202560 99 0 0 0 57 50 0 0 20 0 19 0 291070480 9856004096 242080 33554432000 1073741824 1073778376 140735960055520 140340577221448 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1569] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1569/stat : 1569 (java) S 1545 1547 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291071003 9856004096 242080 33554432000 1073741824 1073778376 140735960055520 140340576167208 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.18
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 1650
/proc/meminfo: memFree=30118736/32873844 swapFree=6872/6872
[pid=1547] ppid=1545 vsize=9625004 CPUtime=1786.26 cores=1,3,5,7
/proc/1547/stat : 1547 (java) S 1545 1547 32222 0 -1 4202496 15185 0 1 0 178538 88 0 0 20 0 19 0 291070473 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140735960046656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1547/statm: 2406251 242077 2289 9 0 2396937 0
[pid=1547/tid=1549] ppid=1545 vsize=9625004 CPUtime=1771.45 cores=1,3,5,7
/proc/1547/task/1549/stat : 1549 (java) R 1545 1547 32222 0 -1 4202560 3391 0 1 0 177107 38 0 0 20 0 19 0 291070474 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340760482096 140340624131124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1547/tid=1550] ppid=1545 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 32222 0 -1 4202560 167 0 0 0 25 5 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340749544104 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1551] ppid=1545 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/1547/task/1551/stat : 1551 (java) S 1545 1547 32222 0 -1 4202560 205 0 0 0 37 8 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340748491560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 32222 0 -1 4202560 175 0 0 0 29 6 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340747439016 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 32222 0 -1 4202560 86 0 0 0 25 5 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340746386472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 32222 0 -1 4202560 206 0 0 0 43 8 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340745332904 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 32222 0 -1 4202560 88 0 0 0 28 5 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340744280360 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1556] ppid=1545 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/1547/task/1556/stat : 1556 (java) S 1545 1547 32222 0 -1 4202560 369 0 0 0 33 6 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340743227816 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 32222 0 -1 4202560 180 0 0 0 24 5 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340742175272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=9625004 CPUtime=5.47 cores=1,3,5,7
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 32222 0 -1 4202560 1022 0 0 0 542 5 0 0 20 0 19 0 291070477 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340584589928 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1560] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1560/stat : 1560 (java) S 1545 1547 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291070477 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340583536248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1561] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1561/stat : 1561 (java) S 1545 1547 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291070477 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340582483592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1562] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1562/stat : 1562 (java) S 1545 1547 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291070480 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340581432336 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1563] ppid=1545 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/1547/task/1563/stat : 1563 (java) S 1545 1547 32222 0 -1 4202560 3161 0 0 0 86 0 0 0 20 0 19 0 291070480 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340580378680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1547/tid=1564] ppid=1545 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/1547/task/1564/stat : 1564 (java) S 1545 1547 32222 0 -1 4202560 4851 0 0 0 61 2 0 0 20 0 19 0 291070480 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340579326136 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1565] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (java) S 1545 1547 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291070480 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340578273784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=9625004 CPUtime=1.11 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (java) S 1545 1547 32222 0 -1 4202560 103 0 0 0 58 53 0 0 20 0 19 0 291070480 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340577221448 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1569] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1569/stat : 1569 (java) S 1545 1547 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291071003 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340576167208 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.26
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 1650
/proc/meminfo: memFree=30118488/32873844 swapFree=6872/6872
[pid=1547] ppid=1545 vsize=9625004 CPUtime=1800.07 cores=1,3,5,7
/proc/1547/stat : 1547 (java) S 1545 1547 32222 0 -1 4202496 15185 0 1 0 179919 88 0 0 20 0 19 0 291070473 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140735960046656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1547/statm: 2406251 242077 2289 9 0 2396937 0
[pid=1547/tid=1549] ppid=1545 vsize=9625004 CPUtime=1785.23 cores=1,3,5,7
/proc/1547/task/1549/stat : 1549 (java) R 1545 1547 32222 0 -1 4202560 3391 0 1 0 178484 39 0 0 20 0 19 0 291070474 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340760482096 140340624117927 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1547/tid=1550] ppid=1545 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 32222 0 -1 4202560 167 0 0 0 25 5 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340749544104 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1551] ppid=1545 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/1547/task/1551/stat : 1551 (java) S 1545 1547 32222 0 -1 4202560 205 0 0 0 37 8 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340748491560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 32222 0 -1 4202560 175 0 0 0 29 6 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340747439016 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 32222 0 -1 4202560 86 0 0 0 25 5 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340746386472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 32222 0 -1 4202560 206 0 0 0 43 8 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340745332904 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 32222 0 -1 4202560 88 0 0 0 28 5 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340744280360 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1556] ppid=1545 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/1547/task/1556/stat : 1556 (java) S 1545 1547 32222 0 -1 4202560 369 0 0 0 33 6 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340743227816 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 32222 0 -1 4202560 180 0 0 0 24 5 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340742175272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=9625004 CPUtime=5.47 cores=1,3,5,7
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 32222 0 -1 4202560 1022 0 0 0 542 5 0 0 20 0 19 0 291070477 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340584589928 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1560] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1560/stat : 1560 (java) S 1545 1547 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291070477 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340583536248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1561] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1561/stat : 1561 (java) S 1545 1547 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291070477 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340582483592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1562] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1562/stat : 1562 (java) S 1545 1547 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291070480 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340581432336 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1563] ppid=1545 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/1547/task/1563/stat : 1563 (java) S 1545 1547 32222 0 -1 4202560 3161 0 0 0 86 0 0 0 20 0 19 0 291070480 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340580378680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1547/tid=1564] ppid=1545 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/1547/task/1564/stat : 1564 (java) S 1545 1547 32222 0 -1 4202560 4851 0 0 0 61 2 0 0 20 0 19 0 291070480 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340579326136 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1565] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (java) S 1545 1547 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291070480 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340578273784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=9625004 CPUtime=1.13 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (java) S 1545 1547 32222 0 -1 4202560 103 0 0 0 60 53 0 0 20 0 19 0 291070480 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340577221448 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1569] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1569/stat : 1569 (java) S 1545 1547 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291071003 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340576167208 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1796.1 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 1650
/proc/meminfo: memFree=30118488/32873844 swapFree=6872/6872
[pid=1547] ppid=1545 vsize=9625004 CPUtime=1800.07 cores=1,3,5,7
/proc/1547/stat : 1547 (java) S 1545 1547 32222 0 -1 4202496 15185 0 1 0 179919 88 0 0 20 0 19 0 291070473 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140735960046656 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1547/statm: 2406251 242077 2289 9 0 2396937 0
[pid=1547/tid=1549] ppid=1545 vsize=9625004 CPUtime=1785.23 cores=1,3,5,7
/proc/1547/task/1549/stat : 1549 (java) R 1545 1547 32222 0 -1 4202560 3391 0 1 0 178484 39 0 0 20 0 19 0 291070474 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340760482096 140340624117927 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1547/tid=1550] ppid=1545 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 32222 0 -1 4202560 167 0 0 0 25 5 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340749544104 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1551] ppid=1545 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/1547/task/1551/stat : 1551 (java) S 1545 1547 32222 0 -1 4202560 205 0 0 0 37 8 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340748491560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 32222 0 -1 4202560 175 0 0 0 29 6 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340747439016 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 32222 0 -1 4202560 86 0 0 0 25 5 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340746386472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 32222 0 -1 4202560 206 0 0 0 43 8 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340745332904 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 32222 0 -1 4202560 88 0 0 0 28 5 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340744280360 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1556] ppid=1545 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/1547/task/1556/stat : 1556 (java) S 1545 1547 32222 0 -1 4202560 369 0 0 0 33 6 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340743227816 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 32222 0 -1 4202560 180 0 0 0 24 5 0 0 20 0 19 0 291070475 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340742175272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=9625004 CPUtime=5.47 cores=1,3,5,7
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 32222 0 -1 4202560 1022 0 0 0 542 5 0 0 20 0 19 0 291070477 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340584589928 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1560] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1560/stat : 1560 (java) S 1545 1547 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291070477 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340583536248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1561] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1561/stat : 1561 (java) S 1545 1547 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291070477 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340582483592 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1562] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1562/stat : 1562 (java) S 1545 1547 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291070480 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340581432336 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1563] ppid=1545 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/1547/task/1563/stat : 1563 (java) S 1545 1547 32222 0 -1 4202560 3161 0 0 0 86 0 0 0 20 0 19 0 291070480 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340580378680 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1547/tid=1564] ppid=1545 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/1547/task/1564/stat : 1564 (java) S 1545 1547 32222 0 -1 4202560 4851 0 0 0 61 2 0 0 20 0 19 0 291070480 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340579326136 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1565] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1565/stat : 1565 (java) S 1545 1547 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291070480 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340578273784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1547/tid=1566] ppid=1545 vsize=9625004 CPUtime=1.13 cores=1,3,5,7
/proc/1547/task/1566/stat : 1566 (java) S 1545 1547 32222 0 -1 4202560 103 0 0 0 60 53 0 0 20 0 19 0 291070480 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340577221448 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1547/tid=1569] ppid=1545 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1547/task/1569/stat : 1569 (java) S 1545 1547 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291071003 9856004096 242077 33554432000 1073741824 1073778376 140735960055520 140340576167208 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1796.13
CPU time (s): 1800.07
CPU user time (s): 1799.19
CPU system time (s): 0.88
CPU usage (%): 100.219
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.92
system time used= 1.60276
maximum resident set size= 968424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15219
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38445
involuntary context switches= 5575

runsolver used 6.45002 second user time and 16.1136 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-29 02:07:15
IDJOB=3710475
IDBENCH=92683
IDSOLVER=2289
FILE ID=node105/3710475-1338250034
RUNJOBID= node105-1338228444-32239
PBS_JOBID= 14624634
Free space on /tmp= 71548 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_6_mh_ic.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-3710475-1338250034/watcher-3710475-1338250034 -o /tmp/evaluation-result-3710475-1338250034/solver-3710475-1338250034 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710475-1338250034.opb

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

MD5SUM BENCH= 10217e17cbd04c0c5cd10efd0fff5914
RANDOM SEED=895482386

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31126180 kB
Buffers:          413616 kB
Cached:           328848 kB
SwapCached:         1708 kB
Active:           576900 kB
Inactive:         311304 kB
Active(anon):     141944 kB
Inactive(anon):     4812 kB
Active(file):     434956 kB
Inactive(file):   306492 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:             38480 kB
Writeback:             0 kB
AnonPages:        151964 kB
Mapped:            17108 kB
Shmem:                 0 kB
Slab:             718920 kB
SReclaimable:     160356 kB
SUnreclaim:       558564 kB
KernelStack:        1576 kB
PageTables:         4456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 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= 71548 MiB
End job on node105 at 2012-05-29 02:37:13