Trace number 3743985

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
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.01 1765.56

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_4_mh_ic.opb
MD5SUM28aef98ecae5ad7c0bc1921f6d6032a5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5114454
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 106496424
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 13952376603
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 106496424
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 13952376603
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c version 2.1.1.v20090612
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version	1.6.0_24
0.05/0.07	c os.name	Linux
0.05/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch	amd64
0.05/0.08	c Free memory 1299577560
0.05/0.08	c Max memory 1306394624
0.05/0.08	c Total memory 1306394624
0.05/0.08	c Number of processors 8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c MiniSAT restarts strategy
0.10/0.10	c Memory based learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3743985-1338807002.opb
0.10/0.10	c reading problem ... 
1.77/0.99	c ... done. Wall clock time 0.892s.
1.77/0.99	c #vars     45775
1.77/0.99	c #constraints  104633
1.77/0.99	c constraints type 
1.77/1.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1.77/1.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 46225
1.77/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 29150
1.77/1.00	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 29126
949.34/928.70	c cleaning 418690 clauses out of 837501
1124.75/1100.98	c cleaning 287834 clauses out of 575811
1293.25/1266.31	c cleaning 217421 clauses out of 434976
1482.77/1453.18	c cleaning 186483 clauses out of 373055
1704.45/1671.75	c cleaning 181226 clauses out of 362573
1800.01/1765.51	c starts		: 23
1800.01/1765.51	c conflicts		: 1604043
1800.01/1765.51	c decisions		: 4435052
1800.01/1765.51	c propagations		: 495539898
1800.01/1765.51	c inspects		: 4290650661
1800.01/1765.51	c learnt literals	: 0
1800.01/1765.51	c learnt binary clauses	: 20
1800.01/1765.51	c learnt ternary clauses	: 9
1800.01/1765.51	c learnt clauses	: 1604043
1800.01/1765.51	c ignored clauses	: 0
1800.01/1765.51	c root simplifications	: 0
1800.01/1765.51	c removed literals (reason simplification)	: 71926254
1800.01/1765.51	c reason swapping (by a shorter reason)	: 0
1800.01/1765.51	c Calls to reduceDB	: 5
1800.01/1765.51	c speed (assignments/second)	: 280835.5377099721
1800.01/1765.51	c non guided choices	2
1800.01/1765.55	c learnt constraints type 
1800.01/1765.55	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 312410
1800.01/1765.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 20
1800.01/1765.55	c constraints type 
1800.01/1765.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1800.01/1765.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 46225
1800.01/1765.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 29150
1800.01/1765.55	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 29126
1800.01/1765.55	s UNKNOWN
1800.01/1765.55	c Total wall clock time (in seconds): 1765.448

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-3743985-1338807002/watcher-3743985-1338807002 -o /tmp/evaluation-result-3743985-1338807002/solver-3743985-1338807002 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3743985-1338807002.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: 1.70 1.93 1.98 3/196 12654
/proc/meminfo: memFree=26944876/32873844 swapFree=7384/7384
[pid=12654] ppid=12652 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/12654/stat : 12654 (java) S 12652 12654 9217 0 -1 4202496 1216 0 0 0 0 0 0 0 20 0 2 0 346826082 95129600 926 33554432000 1073741824 1073778376 140734556258304 140734556249440 239876472893 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12654/statm: 23225 926 703 9 0 16769 0
[pid=12654/tid=12655] ppid=12652 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12655/stat : 12655 (java) D 12652 12654 9217 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 346826083 95129600 926 33554432000 1073741824 1073778376 140734556258304 140605131980328 239863950631 0 0 4096 0 18446744072100609316 0 0 -1 0 0 0 0 0 0

[startup+0.0653569 s]
/proc/loadavg: 1.70 1.93 1.98 3/196 12654
/proc/meminfo: memFree=26944876/32873844 swapFree=7384/7384
[pid=12654] ppid=12652 vsize=2648548 CPUtime=0.05 cores=0,2,4,6
/proc/12654/stat : 12654 (java) S 12652 12654 9217 0 -1 4202496 3805 0 1 0 4 1 0 0 20 0 18 0 346826082 2712113152 5524 33554432000 1073741824 1073778376 140734556258304 140734556249440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12654/statm: 662137 5524 1755 9 0 652835 0
[pid=12654/tid=12655] ppid=12652 vsize=2648548 CPUtime=0.04 cores=0,2,4,6
/proc/12654/task/12655/stat : 12655 (java) R 12652 12654 9217 0 -1 4202560 2596 0 1 0 4 0 0 0 20 0 18 0 346826083 2712113152 5524 33554432000 1073741824 1073778376 140734556258304 140605131987616 239876498701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2648548

[startup+0.100283 s]
/proc/loadavg: 1.70 1.93 1.98 3/196 12654
/proc/meminfo: memFree=26944876/32873844 swapFree=7384/7384
[pid=12654] ppid=12652 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/12654/stat : 12654 (java) S 12652 12654 9217 0 -1 4202496 4673 0 1 0 9 1 0 0 20 0 18 0 346826082 2712133632 6391 33554432000 1073741824 1073778376 140734556258304 140734556249440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12654/statm: 662142 6391 2109 9 0 652835 0
[pid=12654/tid=12655] ppid=12652 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/12654/task/12655/stat : 12655 (java) R 12652 12654 9217 0 -1 4202560 2731 0 1 0 7 0 0 0 20 0 18 0 346826083 2712133632 6391 33554432000 1073741824 1073778376 140734556258304 140605131974064 239876498701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300254 s]
/proc/loadavg: 1.70 1.93 1.98 3/196 12654
/proc/meminfo: memFree=26944876/32873844 swapFree=7384/7384
[pid=12654] ppid=12652 vsize=2648568 CPUtime=0.52 cores=0,2,4,6
/proc/12654/stat : 12654 (java) S 12652 12654 9217 0 -1 4202496 6126 0 1 0 51 1 0 0 20 0 18 0 346826082 2712133632 14451 33554432000 1073741824 1073778376 140734556258304 140734556249440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12654/statm: 662142 14451 2220 9 0 652835 0
[pid=12654/tid=12655] ppid=12652 vsize=2648568 CPUtime=0.27 cores=0,2,4,6
/proc/12654/task/12655/stat : 12655 (java) R 12652 12654 9217 0 -1 4202560 2756 0 1 0 26 1 0 0 20 0 18 0 346826083 2712133632 14451 33554432000 1073741824 1073778376 140734556258304 140605131976752 140604965218714 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2648568

[startup+0.700261 s]
/proc/loadavg: 1.70 1.93 1.98 3/196 12654
/proc/meminfo: memFree=26944876/32873844 swapFree=7384/7384
[pid=12654] ppid=12652 vsize=2648568 CPUtime=1.33 cores=0,2,4,6
/proc/12654/stat : 12654 (java) S 12652 12654 9217 0 -1 4202496 13240 0 1 0 128 5 0 0 20 0 18 0 346826082 2712133632 45607 33554432000 1073741824 1073778376 140734556258304 140734556249440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12654/statm: 662142 45607 2242 9 0 652835 0
[pid=12654/tid=12655] ppid=12652 vsize=2648568 CPUtime=0.67 cores=0,2,4,6
/proc/12654/task/12655/stat : 12655 (java) R 12652 12654 9217 0 -1 4202560 2818 0 1 0 63 4 0 0 20 0 18 0 346826083 2712133632 45607 33554432000 1073741824 1073778376 140734556258304 140605131976928 140604965249584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2648568

[startup+1.50072 s]
/proc/loadavg: 1.70 1.93 1.98 7/212 12672
/proc/meminfo: memFree=26295212/32873844 swapFree=7384/7384
[pid=12654] ppid=12652 vsize=2715132 CPUtime=2.92 cores=0,2,4,6
/proc/12654/stat : 12654 (java) S 12652 12654 9217 0 -1 4202496 19589 0 1 0 283 9 0 0 20 0 19 0 346826082 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140734556249440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12654/statm: 678783 92089 2259 9 0 669476 0
[pid=12654/tid=12655] ppid=12652 vsize=2715132 CPUtime=1.47 cores=0,2,4,6
/proc/12654/task/12655/stat : 12655 (java) R 12652 12654 9217 0 -1 4202560 2914 0 1 0 140 7 0 0 20 0 19 0 346826083 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605131985432 140604966042625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12657] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12657/stat : 12657 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826084 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605116434728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12658] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12658/stat : 12658 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826084 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605115381928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12659] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12659/stat : 12659 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826084 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605114329640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12654/tid=12660] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12660/stat : 12660 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826084 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605113276840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12661] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12661/stat : 12661 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826084 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605112224552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12662] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12662/stat : 12662 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826084 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605111171752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12663] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12663/stat : 12663 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826084 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605110119464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12664] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12664/stat : 12664 (java) S 12652 12654 9217 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 346826084 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605109066664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12665] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12665/stat : 12665 (java) S 12652 12654 9217 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 346826085 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605096655080 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12666] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12666/stat : 12666 (java) S 12652 12654 9217 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 346826086 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605095601144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12667] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12667/stat : 12667 (java) S 12652 12654 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346826086 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605094548744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12668] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12668/stat : 12668 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826088 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605093497232 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12669] ppid=12652 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/12654/task/12669/stat : 12669 (java) S 12652 12654 9217 0 -1 4202560 7789 0 0 0 70 0 0 0 20 0 19 0 346826088 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605092444856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12670] ppid=12652 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/12654/task/12670/stat : 12670 (java) S 12652 12654 9217 0 -1 4202560 7692 0 0 0 68 1 0 0 20 0 19 0 346826088 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605091392056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12671] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12671/stat : 12671 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826088 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605090339960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12672] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12672/stat : 12672 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826088 2780295168 92089 33554432000 1073741824 1073778376 140734556258304 140605089287368 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 2715132

[startup+3.10075 s]
/proc/loadavg: 1.70 1.93 1.98 3/213 12673
/proc/meminfo: memFree=26082912/32873844 swapFree=7384/7384
[pid=12654] ppid=12652 vsize=2715132 CPUtime=4.74 cores=0,2,4,6
/proc/12654/stat : 12654 (java) S 12652 12654 9217 0 -1 4202496 19755 0 1 0 458 16 0 0 20 0 19 0 346826082 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140734556249440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12654/statm: 678783 110044 2272 9 0 669476 0
[pid=12654/tid=12655] ppid=12652 vsize=2715132 CPUtime=2.99 cores=0,2,4,6
/proc/12654/task/12655/stat : 12655 (java) R 12652 12654 9217 0 -1 4202560 2921 0 1 0 292 7 0 0 20 0 19 0 346826083 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605131984304 140604965394326 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12657] ppid=12652 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/12654/task/12657/stat : 12657 (java) S 12652 12654 9217 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 346826084 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605116434728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12654/tid=12658] ppid=12652 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/12654/task/12658/stat : 12658 (java) S 12652 12654 9217 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 346826084 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605115381928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12659] ppid=12652 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/12654/task/12659/stat : 12659 (java) S 12652 12654 9217 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 346826084 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605114329640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12660] ppid=12652 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/12654/task/12660/stat : 12660 (java) S 12652 12654 9217 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 346826084 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605113276840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12654/tid=12661] ppid=12652 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/12654/task/12661/stat : 12661 (java) S 12652 12654 9217 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 19 0 346826084 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605112224552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12662] ppid=12652 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/12654/task/12662/stat : 12662 (java) S 12652 12654 9217 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 346826084 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605111171752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12663] ppid=12652 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/12654/task/12663/stat : 12663 (java) S 12652 12654 9217 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 19 0 346826084 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605110119464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12664] ppid=12652 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/12654/task/12664/stat : 12664 (java) S 12652 12654 9217 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 346826084 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605109066664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12665] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12665/stat : 12665 (java) S 12652 12654 9217 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 346826085 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605096655080 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12666] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12666/stat : 12666 (java) S 12652 12654 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346826086 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605095601144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12667] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12667/stat : 12667 (java) S 12652 12654 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346826086 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605094548744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12668] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12668/stat : 12668 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826088 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605093497232 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12669] ppid=12652 vsize=2715132 CPUtime=0.71 cores=0,2,4,6
/proc/12654/task/12669/stat : 12669 (java) S 12652 12654 9217 0 -1 4202560 7789 0 0 0 71 0 0 0 20 0 19 0 346826088 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605092444856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12670] ppid=12652 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/12654/task/12670/stat : 12670 (java) S 12652 12654 9217 0 -1 4202560 7692 0 0 0 68 1 0 0 20 0 19 0 346826088 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605091392056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12671] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12671/stat : 12671 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826088 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605090339960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12672] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12672/stat : 12672 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826088 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605089287368 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12673] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12673/stat : 12673 (java) S 12652 12654 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346826197 2780295168 110044 33554432000 1073741824 1073778376 140734556258304 140605088232360 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 2715132

[startup+6.30065 s]
/proc/loadavg: 1.73 1.94 1.98 3/214 12674
/proc/meminfo: memFree=26020528/32873844 swapFree=7384/7384
[pid=12654] ppid=12652 vsize=2715132 CPUtime=8.26 cores=0,2,4,6
/proc/12654/stat : 12654 (java) S 12652 12654 9217 0 -1 4202496 19814 0 1 0 807 19 0 0 20 0 19 0 346826082 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140734556249440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12654/statm: 678783 113411 2272 9 0 669476 0
[pid=12654/tid=12655] ppid=12652 vsize=2715132 CPUtime=6.06 cores=0,2,4,6
/proc/12654/task/12655/stat : 12655 (java) S 12652 12654 9217 0 -1 4202560 2926 0 1 0 599 7 0 0 20 0 19 0 346826083 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140605131984104 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12657] ppid=12652 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/12654/task/12657/stat : 12657 (java) S 12652 12654 9217 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 19 0 346826084 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140605116434728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12654/tid=12658] ppid=12652 vsize=2715132 CPUtime=0.06 cores=0,2,4,6
/proc/12654/task/12658/stat : 12658 (java) R 12652 12654 9217 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 346826084 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140605115381928 239876486204 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12659] ppid=12652 vsize=2715132 CPUtime=0.08 cores=0,2,4,6
/proc/12654/task/12659/stat : 12659 (java) R 12652 12654 9217 0 -1 4202560 24 0 0 0 6 2 0 0 20 0 19 0 346826084 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140605114329480 140605138883666 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12660] ppid=12652 vsize=2715132 CPUtime=0.08 cores=0,2,4,6
/proc/12654/task/12660/stat : 12660 (java) R 12652 12654 9217 0 -1 4202560 33 0 0 0 7 1 0 0 20 0 19 0 346826084 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140605113277016 140605138883737 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12654/tid=12661] ppid=12652 vsize=2715132 CPUtime=0.09 cores=0,2,4,6
/proc/12654/task/12661/stat : 12661 (java) R 12652 12654 9217 0 -1 4202560 35 0 0 0 7 2 0 0 20 0 19 0 346826084 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140605112224576 239876497845 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12662] ppid=12652 vsize=2715132 CPUtime=0.07 cores=0,2,4,6
/proc/12654/task/12662/stat : 12662 (java) R 12652 12654 9217 0 -1 4202560 26 0 0 0 6 1 0 0 20 0 19 0 346826084 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140605111171928 140605136147123 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12663] ppid=12652 vsize=2715132 CPUtime=0.14 cores=0,2,4,6
/proc/12654/task/12663/stat : 12663 (java) R 12652 12654 9217 0 -1 4202560 39 0 0 0 12 2 0 0 20 0 19 0 346826084 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140605110119464 140605138881452 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12664] ppid=12652 vsize=2715132 CPUtime=0.07 cores=0,2,4,6
/proc/12654/task/12664/stat : 12664 (java) R 12652 12654 9217 0 -1 4202560 20 0 0 0 7 0 0 0 20 0 19 0 346826084 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140605109066664 140605136160943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12665] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12665/stat : 12665 (java) S 12652 12654 9217 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 346826085 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140605096653960 239876486204 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12666] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12666/stat : 12666 (java) S 12652 12654 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346826086 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140605095601144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12667] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12667/stat : 12667 (java) S 12652 12654 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346826086 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140605094548744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12668] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12668/stat : 12668 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826088 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140605093497232 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12669] ppid=12652 vsize=2715132 CPUtime=0.71 cores=0,2,4,6
/proc/12654/task/12669/stat : 12669 (java) S 12652 12654 9217 0 -1 4202560 7789 0 0 0 71 0 0 0 20 0 19 0 346826088 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140605092444856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12670] ppid=12652 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/12654/task/12670/stat : 12670 (java) S 12652 12654 9217 0 -1 4202560 7692 0 0 0 68 1 0 0 20 0 19 0 346826088 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140605091392056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12671] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12671/stat : 12671 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826088 2780295168 113411 33554432000 1073741824 1073778376 140734556258304 140605090339960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=12654/tid=12669] ppid=12652 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/12654/task/12669/stat : 12669 (java) S 12652 12654 9217 0 -1 4202560 7801 0 0 0 87 0 0 0 20 0 19 0 346826088 2780295168 320792 33554432000 1073741824 1073778376 140734556258304 140605092444856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12670] ppid=12652 vsize=2715132 CPUtime=0.83 cores=0,2,4,6
/proc/12654/task/12670/stat : 12670 (java) S 12652 12654 9217 0 -1 4202560 7695 0 0 0 82 1 0 0 20 0 19 0 346826088 2780295168 320792 33554432000 1073741824 1073778376 140734556258304 140605091392056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12671] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12671/stat : 12671 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826088 2780295168 320792 33554432000 1073741824 1073778376 140734556258304 140605090339960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12672] ppid=12652 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/12654/task/12672/stat : 12672 (java) S 12652 12654 9217 0 -1 4202560 93 0 0 0 29 32 0 0 20 0 19 0 346826088 2780295168 320792 33554432000 1073741824 1073778376 140734556258304 140605089287368 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12673] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12673/stat : 12673 (java) S 12652 12654 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346826197 2780295168 320792 33554432000 1073741824 1073778376 140734556258304 140605088232360 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1695.01
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/214 12709
/proc/meminfo: memFree=24480464/32873844 swapFree=7384/7384
[pid=12654] ppid=12652 vsize=2715132 CPUtime=1756.15 cores=0,2,4,6
/proc/12654/stat : 12654 (java) S 12652 12654 9217 0 -1 4202496 26085 0 1 0 175475 140 0 0 20 0 19 0 346826082 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140734556249440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12654/statm: 678783 321610 2285 9 0 669476 0
[pid=12654/tid=12655] ppid=12652 vsize=2715132 CPUtime=1701.94 cores=0,2,4,6
/proc/12654/task/12655/stat : 12655 (java) R 12652 12654 9217 0 -1 4202560 3841 0 1 0 170157 37 0 0 20 0 19 0 346826083 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605131984240 140604966146160 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12654/tid=12657] ppid=12652 vsize=2715132 CPUtime=5.7 cores=0,2,4,6
/proc/12654/task/12657/stat : 12657 (java) S 12652 12654 9217 0 -1 4202560 410 0 0 0 559 11 0 0 20 0 19 0 346826084 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605116434728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12658] ppid=12652 vsize=2715132 CPUtime=5.74 cores=0,2,4,6
/proc/12654/task/12658/stat : 12658 (java) S 12652 12654 9217 0 -1 4202560 385 0 0 0 563 11 0 0 20 0 19 0 346826084 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605115381928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12659] ppid=12652 vsize=2715132 CPUtime=5.66 cores=0,2,4,6
/proc/12654/task/12659/stat : 12659 (java) S 12652 12654 9217 0 -1 4202560 417 0 0 0 555 11 0 0 20 0 19 0 346826084 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605114329640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12660] ppid=12652 vsize=2715132 CPUtime=5.85 cores=0,2,4,6
/proc/12654/task/12660/stat : 12660 (java) S 12652 12654 9217 0 -1 4202560 413 0 0 0 572 13 0 0 20 0 19 0 346826084 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605113276840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12654/tid=12661] ppid=12652 vsize=2715132 CPUtime=5.6 cores=0,2,4,6
/proc/12654/task/12661/stat : 12661 (java) S 12652 12654 9217 0 -1 4202560 405 0 0 0 548 12 0 0 20 0 19 0 346826084 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605112224552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12662] ppid=12652 vsize=2715132 CPUtime=5.62 cores=0,2,4,6
/proc/12654/task/12662/stat : 12662 (java) S 12652 12654 9217 0 -1 4202560 381 0 0 0 551 11 0 0 20 0 19 0 346826084 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605111171752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12663] ppid=12652 vsize=2715132 CPUtime=5.79 cores=0,2,4,6
/proc/12654/task/12663/stat : 12663 (java) S 12652 12654 9217 0 -1 4202560 426 0 0 0 564 15 0 0 20 0 19 0 346826084 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605110119464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12664] ppid=12652 vsize=2715132 CPUtime=5.72 cores=0,2,4,6
/proc/12654/task/12664/stat : 12664 (java) S 12652 12654 9217 0 -1 4202560 413 0 0 0 560 12 0 0 20 0 19 0 346826084 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605109066664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12665] ppid=12652 vsize=2715132 CPUtime=2.23 cores=0,2,4,6
/proc/12654/task/12665/stat : 12665 (java) S 12652 12654 9217 0 -1 4202560 2221 0 0 0 217 6 0 0 20 0 19 0 346826085 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605096655080 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12666] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12666/stat : 12666 (java) S 12652 12654 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346826086 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605095601144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12667] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12667/stat : 12667 (java) S 12652 12654 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346826086 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605094548744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12668] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12668/stat : 12668 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826088 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605093497232 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12669] ppid=12652 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/12654/task/12669/stat : 12669 (java) S 12652 12654 9217 0 -1 4202560 7801 0 0 0 87 0 0 0 20 0 19 0 346826088 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605092444856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12670] ppid=12652 vsize=2715132 CPUtime=0.83 cores=0,2,4,6
/proc/12654/task/12670/stat : 12670 (java) S 12652 12654 9217 0 -1 4202560 7695 0 0 0 82 1 0 0 20 0 19 0 346826088 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605091392056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12671] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12671/stat : 12671 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826088 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605090339960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12672] ppid=12652 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/12654/task/12672/stat : 12672 (java) S 12652 12654 9217 0 -1 4202560 97 0 0 0 31 33 0 0 20 0 19 0 346826088 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605089287368 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12673] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12673/stat : 12673 (java) S 12652 12654 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346826197 2780295168 321610 33554432000 1073741824 1073778376 140734556258304 140605088232360 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1756.15
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.51 s]
/proc/loadavg: 1.72 1.96 1.98 2/189 12736
/proc/meminfo: memFree=25694104/32873844 swapFree=7384/7384
[pid=12654] ppid=12652 vsize=2715132 CPUtime=1800.01 cores=0,2,4,6
/proc/12654/stat : 12654 (java) S 12652 12654 9217 0 -1 4202496 26111 0 1 0 179860 141 0 0 20 0 19 0 346826082 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140734556249440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12654/statm: 678783 321724 2285 9 0 669476 0
[pid=12654/tid=12655] ppid=12652 vsize=2715132 CPUtime=1744.73 cores=0,2,4,6
/proc/12654/task/12655/stat : 12655 (java) R 12652 12654 9217 0 -1 4202560 3863 0 1 0 174435 38 0 0 20 0 19 0 346826083 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605131984304 140604966118356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12657] ppid=12652 vsize=2715132 CPUtime=5.84 cores=0,2,4,6
/proc/12654/task/12657/stat : 12657 (java) S 12652 12654 9217 0 -1 4202560 410 0 0 0 572 12 0 0 20 0 19 0 346826084 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605116434728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12654/tid=12658] ppid=12652 vsize=2715132 CPUtime=5.84 cores=0,2,4,6
/proc/12654/task/12658/stat : 12658 (java) S 12652 12654 9217 0 -1 4202560 385 0 0 0 573 11 0 0 20 0 19 0 346826084 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605115381928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12659] ppid=12652 vsize=2715132 CPUtime=5.83 cores=0,2,4,6
/proc/12654/task/12659/stat : 12659 (java) S 12652 12654 9217 0 -1 4202560 417 0 0 0 571 12 0 0 20 0 19 0 346826084 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605114329640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12660] ppid=12652 vsize=2715132 CPUtime=5.98 cores=0,2,4,6
/proc/12654/task/12660/stat : 12660 (java) S 12652 12654 9217 0 -1 4202560 413 0 0 0 585 13 0 0 20 0 19 0 346826084 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605113276840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12654/tid=12661] ppid=12652 vsize=2715132 CPUtime=5.71 cores=0,2,4,6
/proc/12654/task/12661/stat : 12661 (java) S 12652 12654 9217 0 -1 4202560 405 0 0 0 559 12 0 0 20 0 19 0 346826084 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605112224552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12662] ppid=12652 vsize=2715132 CPUtime=5.72 cores=0,2,4,6
/proc/12654/task/12662/stat : 12662 (java) S 12652 12654 9217 0 -1 4202560 381 0 0 0 561 11 0 0 20 0 19 0 346826084 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605111171752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12663] ppid=12652 vsize=2715132 CPUtime=5.92 cores=0,2,4,6
/proc/12654/task/12663/stat : 12663 (java) S 12652 12654 9217 0 -1 4202560 426 0 0 0 577 15 0 0 20 0 19 0 346826084 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605110119464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12654/tid=12664] ppid=12652 vsize=2715132 CPUtime=5.83 cores=0,2,4,6
/proc/12654/task/12664/stat : 12664 (java) S 12652 12654 9217 0 -1 4202560 413 0 0 0 570 13 0 0 20 0 19 0 346826084 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605109066664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12665] ppid=12652 vsize=2715132 CPUtime=2.24 cores=0,2,4,6
/proc/12654/task/12665/stat : 12665 (java) S 12652 12654 9217 0 -1 4202560 2223 0 0 0 217 7 0 0 20 0 19 0 346826085 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605096655080 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12666] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12666/stat : 12666 (java) S 12652 12654 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346826086 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605095601144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12667] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12667/stat : 12667 (java) S 12652 12654 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346826086 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605094548744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12668] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12668/stat : 12668 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826088 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605093497232 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12669] ppid=12652 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/12654/task/12669/stat : 12669 (java) S 12652 12654 9217 0 -1 4202560 7801 0 0 0 87 0 0 0 20 0 19 0 346826088 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605092444856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12670] ppid=12652 vsize=2715132 CPUtime=0.83 cores=0,2,4,6
/proc/12654/task/12670/stat : 12670 (java) S 12652 12654 9217 0 -1 4202560 7695 0 0 0 82 1 0 0 20 0 19 0 346826088 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605091392056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12671] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12671/stat : 12671 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826088 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605090339960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12672] ppid=12652 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/12654/task/12672/stat : 12672 (java) S 12652 12654 9217 0 -1 4202560 99 0 0 0 32 33 0 0 20 0 19 0 346826088 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605089287368 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12673] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12673/stat : 12673 (java) S 12652 12654 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346826197 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605088232360 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1765.51 s]
/proc/loadavg: 1.72 1.96 1.98 2/189 12736
/proc/meminfo: memFree=25694104/32873844 swapFree=7384/7384
[pid=12654] ppid=12652 vsize=2715132 CPUtime=1800.01 cores=0,2,4,6
/proc/12654/stat : 12654 (java) S 12652 12654 9217 0 -1 4202496 26111 0 1 0 179860 141 0 0 20 0 19 0 346826082 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140734556249440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12654/statm: 678783 321724 2285 9 0 669476 0
[pid=12654/tid=12655] ppid=12652 vsize=2715132 CPUtime=1744.73 cores=0,2,4,6
/proc/12654/task/12655/stat : 12655 (java) R 12652 12654 9217 0 -1 4202560 3863 0 1 0 174435 38 0 0 20 0 19 0 346826083 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605131984304 140604966118356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12657] ppid=12652 vsize=2715132 CPUtime=5.84 cores=0,2,4,6
/proc/12654/task/12657/stat : 12657 (java) S 12652 12654 9217 0 -1 4202560 410 0 0 0 572 12 0 0 20 0 19 0 346826084 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605116434728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12654/tid=12658] ppid=12652 vsize=2715132 CPUtime=5.84 cores=0,2,4,6
/proc/12654/task/12658/stat : 12658 (java) S 12652 12654 9217 0 -1 4202560 385 0 0 0 573 11 0 0 20 0 19 0 346826084 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605115381928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12659] ppid=12652 vsize=2715132 CPUtime=5.83 cores=0,2,4,6
/proc/12654/task/12659/stat : 12659 (java) S 12652 12654 9217 0 -1 4202560 417 0 0 0 571 12 0 0 20 0 19 0 346826084 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605114329640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12660] ppid=12652 vsize=2715132 CPUtime=5.98 cores=0,2,4,6
/proc/12654/task/12660/stat : 12660 (java) S 12652 12654 9217 0 -1 4202560 413 0 0 0 585 13 0 0 20 0 19 0 346826084 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605113276840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12654/tid=12661] ppid=12652 vsize=2715132 CPUtime=5.71 cores=0,2,4,6
/proc/12654/task/12661/stat : 12661 (java) S 12652 12654 9217 0 -1 4202560 405 0 0 0 559 12 0 0 20 0 19 0 346826084 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605112224552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12662] ppid=12652 vsize=2715132 CPUtime=5.72 cores=0,2,4,6
/proc/12654/task/12662/stat : 12662 (java) S 12652 12654 9217 0 -1 4202560 381 0 0 0 561 11 0 0 20 0 19 0 346826084 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605111171752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12663] ppid=12652 vsize=2715132 CPUtime=5.92 cores=0,2,4,6
/proc/12654/task/12663/stat : 12663 (java) S 12652 12654 9217 0 -1 4202560 426 0 0 0 577 15 0 0 20 0 19 0 346826084 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605110119464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12654/tid=12664] ppid=12652 vsize=2715132 CPUtime=5.83 cores=0,2,4,6
/proc/12654/task/12664/stat : 12664 (java) S 12652 12654 9217 0 -1 4202560 413 0 0 0 570 13 0 0 20 0 19 0 346826084 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605109066664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12665] ppid=12652 vsize=2715132 CPUtime=2.24 cores=0,2,4,6
/proc/12654/task/12665/stat : 12665 (java) S 12652 12654 9217 0 -1 4202560 2223 0 0 0 217 7 0 0 20 0 19 0 346826085 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605096655080 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12666] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12666/stat : 12666 (java) S 12652 12654 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346826086 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605095601144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12667] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12667/stat : 12667 (java) S 12652 12654 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346826086 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605094548744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12668] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12668/stat : 12668 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826088 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605093497232 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12669] ppid=12652 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/12654/task/12669/stat : 12669 (java) S 12652 12654 9217 0 -1 4202560 7801 0 0 0 87 0 0 0 20 0 19 0 346826088 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605092444856 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12654/tid=12670] ppid=12652 vsize=2715132 CPUtime=0.83 cores=0,2,4,6
/proc/12654/task/12670/stat : 12670 (java) S 12652 12654 9217 0 -1 4202560 7695 0 0 0 82 1 0 0 20 0 19 0 346826088 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605091392056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12671] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12671/stat : 12671 (java) S 12652 12654 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346826088 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605090339960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12654/tid=12672] ppid=12652 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/12654/task/12672/stat : 12672 (java) S 12652 12654 9217 0 -1 4202560 99 0 0 0 32 33 0 0 20 0 19 0 346826088 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605089287368 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12654/tid=12673] ppid=12652 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12654/task/12673/stat : 12673 (java) S 12652 12654 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346826197 2780295168 321724 33554432000 1073741824 1073778376 140734556258304 140605088232360 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2715132

Child status: 143

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

Real time (s): 1765.56
CPU time (s): 1800.01
CPU user time (s): 1798.6
CPU system time (s): 1.41
CPU usage (%): 101.951
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.42
system time used= 1.92271
maximum resident set size= 1287104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26164
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65957
involuntary context switches= 100208

runsolver used 8.95964 second user time and 11.8362 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-04 12:50:02
IDJOB=3743985
IDBENCH=92662
IDSOLVER=2322
FILE ID=node136/3743985-1338807002
RUNJOBID= node136-1338803396-12316
PBS_JOBID= 14636853
Free space on /tmp= 69804 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat25_4_7_4_mh_ic.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743985-1338807002/watcher-3743985-1338807002 -o /tmp/evaluation-result-3743985-1338807002/solver-3743985-1338807002 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3743985-1338807002.opb

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

MD5SUM BENCH= 28aef98ecae5ad7c0bc1921f6d6032a5
RANDOM SEED=748370810

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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:        26960012 kB
Buffers:         1281740 kB
Cached:          3690444 kB
SwapCached:        20316 kB
Active:          2801220 kB
Inactive:        2207660 kB
Active(anon):       9228 kB
Inactive(anon):    22308 kB
Active(file):    2791992 kB
Inactive(file):  2185352 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083208 kB
Dirty:             17216 kB
Writeback:            12 kB
AnonPages:         19512 kB
Mapped:             9240 kB
Shmem:                 0 kB
Slab:             765232 kB
SReclaimable:     205888 kB
SUnreclaim:       559344 kB
KernelStack:        1440 kB
PageTables:         4040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     116020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 69816 MiB
End job on node136 at 2012-06-04 13:19:34