Trace number 3740924

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.03 1779.16

General information on the benchmark

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

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.1.1.v20090612
0.09/0.27	c sun.arch.data.model	64
0.09/0.27	c java.version	1.6.0_24
0.09/0.27	c os.name	Linux
0.09/0.27	c os.version	2.6.32-71.29.1.el6.x86_64
0.09/0.27	c os.arch	amd64
0.09/0.27	c Free memory 1299577560
0.09/0.27	c Max memory 1306394624
0.09/0.27	c Total memory 1306394624
0.09/0.27	c Number of processors 8
0.09/0.27	c Pseudo Boolean Optimization
0.09/0.27	c --- Begin Solver configuration ---
0.09/0.27	c Stops conflict analysis at the first Unique Implication Point
0.09/0.27	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.09/0.27	c Learn all clauses as in MiniSAT
0.09/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.27	c Expensive reason simplification
0.09/0.27	c MiniSAT restarts strategy
0.09/0.27	c Memory based learned constraints deletion strategy
0.09/0.27	c timeout=2147483s
0.09/0.27	c DB Simplification allowed=false
0.09/0.27	c --- End Solver configuration ---
0.09/0.27	c solving HOME/instance-3740924-1338770633.opb
0.09/0.27	c reading problem ... 
143.55/124.57	c ... done. Wall clock time 124.465s.
143.55/124.57	c #vars     311827
143.55/124.57	c #constraints  7328728
143.55/124.57	c constraints type 
143.55/124.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 22923
143.55/124.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1528345
143.55/124.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 720741
143.55/124.58	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 5056719
144.96/125.54	c cleaning 249 clauses out of 502
276.19/256.53	c cleaning 45372 clauses out of 90751
332.48/312.74	c cleaning 40938 clauses out of 81881
396.47/376.65	c cleaning 38215 clauses out of 76441
468.71/448.85	c cleaning 40112 clauses out of 80227
542.40/522.57	c cleaning 36804 clauses out of 73614
626.65/606.70	c cleaning 37405 clauses out of 74813
651.35/631.40	c cleaning 26444 clauses out of 52905
744.18/724.28	c cleaning 38229 clauses out of 76461
812.55/792.55	c cleaning 35865 clauses out of 71733
877.30/857.28	c cleaning 35432 clauses out of 70868
900.54/880.50	c cleaning 25207 clauses out of 50435
981.26/961.01	c cleaning 34113 clauses out of 68229
1039.62/1019.31	c cleaning 30297 clauses out of 60616
1172.65/1152.23	c cleaning 39657 clauses out of 79318
1236.05/1215.57	c cleaning 32572 clauses out of 65162
1332.26/1311.68	c cleaning 34042 clauses out of 68089
1389.73/1369.06	c cleaning 28260 clauses out of 56548
1511.18/1490.45	c cleaning 39384 clauses out of 78788
1570.17/1549.40	c cleaning 35446 clauses out of 70903
1638.36/1617.66	c cleaning 31977 clauses out of 63957
1675.19/1654.42	c cleaning 26233 clauses out of 52483
1800.03/1779.12	c starts		: 21
1800.03/1779.12	c conflicts		: 809548
1800.03/1779.12	c decisions		: 1036043
1800.03/1779.12	c propagations		: 1460183886
1800.03/1779.12	c inspects		: 7438584226
1800.03/1779.12	c learnt literals	: 0
1800.03/1779.12	c learnt binary clauses	: 0
1800.03/1779.12	c learnt ternary clauses	: 0
1800.03/1779.12	c learnt clauses	: 809548
1800.03/1779.12	c ignored clauses	: 0
1800.03/1779.12	c root simplifications	: 0
1800.03/1779.12	c removed literals (reason simplification)	: 29413354
1800.03/1779.12	c reason swapping (by a shorter reason)	: 0
1800.03/1779.12	c Calls to reduceDB	: 22
1800.03/1779.12	c speed (assignments/second)	: 882531.1001661489
1800.03/1779.12	c non guided choices	12973
1800.03/1779.14	c learnt constraints type 
1800.03/1779.14	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 77302
1800.03/1779.14	c constraints type 
1800.03/1779.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 22923
1800.03/1779.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1528345
1800.03/1779.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 720741
1800.03/1779.14	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 5056719
1800.03/1779.14	s UNKNOWN
1800.03/1779.14	c Total wall clock time (in seconds): 1779.036

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-3740924-1338770633/watcher-3740924-1338770633 -o /tmp/evaluation-result-3740924-1338770633/solver-3740924-1338770633 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3740924-1338770633.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: 2.00 2.01 2.00 3/194 4128
/proc/meminfo: memFree=25940504/32873844 swapFree=7372/7372
[pid=4128] ppid=4126 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/4128/stat : 4128 (java6) D 4126 4128 31022 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 343190206 9515008 176 33554432000 1073741824 1073778376 140733469705456 140733469688184 251032060816 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/4128/statm: 2323 176 133 9 0 71 0

[startup+0.0468871 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 4128
/proc/meminfo: memFree=25940504/32873844 swapFree=7372/7372
[pid=4128] ppid=4126 vsize=2315716 CPUtime=0.02 cores=1,3,5,7
/proc/4128/stat : 4128 (java) S 4126 4128 31022 0 -1 4202496 3663 0 1 0 2 0 0 0 20 0 13 0 343190206 2371293184 4871 33554432000 1073741824 1073778376 140735101532256 140735101523392 251035418685 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4128/statm: 578929 4871 1684 9 0 569630 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2315716

[startup+0.100283 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 4128
/proc/meminfo: memFree=25940504/32873844 swapFree=7372/7372
[pid=4128] ppid=4126 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/4128/stat : 4128 (java) S 4126 4128 31022 0 -1 4202496 4669 0 1 0 8 1 0 0 20 0 18 0 343190206 2712133632 6387 33554432000 1073741824 1073778376 140735101532256 140735101523392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4128/statm: 662142 6387 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.714934 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 4128
/proc/meminfo: memFree=25940504/32873844 swapFree=7372/7372
[pid=4128] ppid=4126 vsize=2648568 CPUtime=1.25 cores=1,3,5,7
/proc/4128/stat : 4128 (java) S 4126 4128 31022 0 -1 4202496 10044 0 1 0 116 9 0 0 20 0 18 0 343190206 2712133632 95380 33554432000 1073741824 1073778376 140735101532256 140735101523392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4128/statm: 662142 95380 2250 9 0 652835 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 2648568

[startup+0.80037 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 4128
/proc/meminfo: memFree=25940504/32873844 swapFree=7372/7372
[pid=4128] ppid=4126 vsize=2648568 CPUtime=1.33 cores=1,3,5,7
/proc/4128/stat : 4128 (java) S 4126 4128 31022 0 -1 4202496 10044 0 1 0 124 9 0 0 20 0 18 0 343190206 2712133632 95380 33554432000 1073741824 1073778376 140735101532256 140735101523392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4128/statm: 662142 95380 2250 9 0 652835 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2648568

[startup+1.50033 s]
/proc/loadavg: 2.00 2.01 2.00 3/212 4146
/proc/meminfo: memFree=25528604/32873844 swapFree=7372/7372
[pid=4128] ppid=4126 vsize=2648568 CPUtime=2.31 cores=1,3,5,7
/proc/4128/stat : 4128 (java) S 4126 4128 31022 0 -1 4202496 10172 0 1 0 216 15 0 0 20 0 18 0 343190206 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140735101523392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4128/statm: 662142 104121 2250 9 0 652835 0
[pid=4128/tid=4130] ppid=4126 vsize=2648568 CPUtime=1.37 cores=1,3,5,7
/proc/4128/task/4130/stat : 4130 (java) R 4126 4128 31022 0 -1 4202560 2910 0 1 0 130 7 0 0 20 0 18 0 343190207 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140303121379536 140302975654017 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4131] ppid=4126 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/4128/task/4131/stat : 4131 (java) S 4126 4128 31022 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 343190209 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140303105838120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4132] ppid=4126 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/4128/task/4132/stat : 4132 (java) S 4126 4128 31022 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 18 0 343190209 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140303104785320 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4133] ppid=4126 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/4128/task/4133/stat : 4133 (java) S 4126 4128 31022 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 18 0 343190209 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140303103732520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4128/tid=4134] ppid=4126 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/4128/task/4134/stat : 4134 (java) S 4126 4128 31022 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 343190209 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140303102679720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4128/tid=4135] ppid=4126 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/4128/task/4135/stat : 4135 (java) S 4126 4128 31022 0 -1 4202560 18 0 0 0 4 1 0 0 20 0 18 0 343190209 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140303101626920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4136] ppid=4126 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/4128/task/4136/stat : 4136 (java) S 4126 4128 31022 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 343190209 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140303100574120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4137] ppid=4126 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/4128/task/4137/stat : 4137 (java) S 4126 4128 31022 0 -1 4202560 18 0 0 0 3 1 0 0 20 0 18 0 343190209 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140303099521320 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4138] ppid=4126 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/4128/task/4138/stat : 4138 (java) S 4126 4128 31022 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 18 0 343190209 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140303098468520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4128/tid=4139] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4139/stat : 4139 (java) S 4126 4128 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343190210 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140302967864296 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4140] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4140/stat : 4140 (java) S 4126 4128 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343190210 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140302966810360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4141] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4141/stat : 4141 (java) S 4126 4128 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343190210 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140302965757448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4142] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4142/stat : 4142 (java) S 4126 4128 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343190213 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140302964705936 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4143] ppid=4126 vsize=2648568 CPUtime=0.29 cores=1,3,5,7
/proc/4128/task/4143/stat : 4143 (java) S 4126 4128 31022 0 -1 4202560 2742 0 0 0 29 0 0 0 20 0 18 0 343190213 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140302963653048 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4144] ppid=4126 vsize=2648568 CPUtime=0.25 cores=1,3,5,7
/proc/4128/task/4144/stat : 4144 (java) S 4126 4128 31022 0 -1 4202560 3226 0 0 0 25 0 0 0 20 0 18 0 343190213 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140302962600248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4145] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4145/stat : 4145 (java) S 4126 4128 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343190213 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140302961547640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4146] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4146/stat : 4146 (java) S 4126 4128 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343190213 2712133632 104121 33554432000 1073741824 1073778376 140735101532256 140302960495048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 2648568

[startup+3.10081 s]
/proc/loadavg: 2.00 2.01 2.00 3/212 4146
/proc/meminfo: memFree=25439324/32873844 swapFree=7372/7372
[pid=4128] ppid=4126 vsize=2648568 CPUtime=4.56 cores=1,3,5,7
/proc/4128/stat : 4128 (java) S 4126 4128 31022 0 -1 4202496 10526 0 1 0 427 29 0 0 20 0 18 0 343190206 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140735101523392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4128/statm: 662142 130920 2250 9 0 652835 0
[pid=4128/tid=4130] ppid=4126 vsize=2648568 CPUtime=2.75 cores=1,3,5,7
/proc/4128/task/4130/stat : 4130 (java) R 4126 4128 31022 0 -1 4202560 2919 0 1 0 267 8 0 0 20 0 18 0 343190207 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140303121379536 251035444493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4131] ppid=4126 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/4128/task/4131/stat : 4131 (java) S 4126 4128 31022 0 -1 4202560 41 0 0 0 7 2 0 0 20 0 18 0 343190209 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140303105838120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4132] ppid=4126 vsize=2648568 CPUtime=0.13 cores=1,3,5,7
/proc/4128/task/4132/stat : 4132 (java) S 4126 4128 31022 0 -1 4202560 42 0 0 0 11 2 0 0 20 0 18 0 343190209 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140303104785320 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4133] ppid=4126 vsize=2648568 CPUtime=0.1 cores=1,3,5,7
/proc/4128/task/4133/stat : 4133 (java) S 4126 4128 31022 0 -1 4202560 29 0 0 0 8 2 0 0 20 0 18 0 343190209 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140303103732520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4134] ppid=4126 vsize=2648568 CPUtime=0.14 cores=1,3,5,7
/proc/4128/task/4134/stat : 4134 (java) S 4126 4128 31022 0 -1 4202560 73 0 0 0 11 3 0 0 20 0 18 0 343190209 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140303102679720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4128/tid=4135] ppid=4126 vsize=2648568 CPUtime=0.2 cores=1,3,5,7
/proc/4128/task/4135/stat : 4135 (java) S 4126 4128 31022 0 -1 4202560 73 0 0 0 17 3 0 0 20 0 18 0 343190209 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140303101626920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4136] ppid=4126 vsize=2648568 CPUtime=0.14 cores=1,3,5,7
/proc/4128/task/4136/stat : 4136 (java) S 4126 4128 31022 0 -1 4202560 48 0 0 0 11 3 0 0 20 0 18 0 343190209 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140303100574120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4128/tid=4137] ppid=4126 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/4128/task/4137/stat : 4137 (java) S 4126 4128 31022 0 -1 4202560 48 0 0 0 13 4 0 0 20 0 18 0 343190209 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140303099521320 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4138] ppid=4126 vsize=2648568 CPUtime=0.12 cores=1,3,5,7
/proc/4128/task/4138/stat : 4138 (java) S 4126 4128 31022 0 -1 4202560 75 0 0 0 9 3 0 0 20 0 18 0 343190209 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140303098468520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4139] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4139/stat : 4139 (java) S 4126 4128 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343190210 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140302967864296 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4140] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4140/stat : 4140 (java) S 4126 4128 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343190210 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140302966810360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4141] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4141/stat : 4141 (java) S 4126 4128 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343190210 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140302965757448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4142] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4142/stat : 4142 (java) S 4126 4128 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343190213 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140302964705936 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4143] ppid=4126 vsize=2648568 CPUtime=0.29 cores=1,3,5,7
/proc/4128/task/4143/stat : 4143 (java) S 4126 4128 31022 0 -1 4202560 2742 0 0 0 29 0 0 0 20 0 18 0 343190213 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140302963653048 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4144] ppid=4126 vsize=2648568 CPUtime=0.28 cores=1,3,5,7
/proc/4128/task/4144/stat : 4144 (java) S 4126 4128 31022 0 -1 4202560 3254 0 0 0 28 0 0 0 20 0 18 0 343190213 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140302962600248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4145] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4145/stat : 4145 (java) S 4126 4128 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343190213 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140302961547640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4146] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4146/stat : 4146 (java) S 4126 4128 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343190213 2712133632 130920 33554432000 1073741824 1073778376 140735101532256 140302960495048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 2648568

[startup+6.3007 s]
/proc/loadavg: 2.40 2.10 2.03 3/212 4146
/proc/meminfo: memFree=25370244/32873844 swapFree=7372/7372
[pid=4128] ppid=4126 vsize=2648568 CPUtime=8.68 cores=1,3,5,7
/proc/4128/stat : 4128 (java) S 4126 4128 31022 0 -1 4202496 11234 0 1 0 832 36 0 0 20 0 18 0 343190206 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140735101523392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4128/statm: 662142 147775 2250 9 0 652835 0
[pid=4128/tid=4130] ppid=4126 vsize=2648568 CPUtime=5.6 cores=1,3,5,7
/proc/4128/task/4130/stat : 4130 (java) R 4126 4128 31022 0 -1 4202560 2932 0 1 0 551 9 0 0 20 0 18 0 343190207 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140303121379408 251035444493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4131] ppid=4126 vsize=2648568 CPUtime=0.2 cores=1,3,5,7
/proc/4128/task/4131/stat : 4131 (java) S 4126 4128 31022 0 -1 4202560 48 0 0 0 18 2 0 0 20 0 18 0 343190209 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140303105838120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4132] ppid=4126 vsize=2648568 CPUtime=0.25 cores=1,3,5,7
/proc/4128/task/4132/stat : 4132 (java) S 4126 4128 31022 0 -1 4202560 100 0 0 0 23 2 0 0 20 0 18 0 343190209 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140303104785320 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4128/tid=4133] ppid=4126 vsize=2648568 CPUtime=0.22 cores=1,3,5,7
/proc/4128/task/4133/stat : 4133 (java) S 4126 4128 31022 0 -1 4202560 60 0 0 0 20 2 0 0 20 0 18 0 343190209 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140303103732520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4134] ppid=4126 vsize=2648568 CPUtime=0.32 cores=1,3,5,7
/proc/4128/task/4134/stat : 4134 (java) S 4126 4128 31022 0 -1 4202560 261 0 0 0 28 4 0 0 20 0 18 0 343190209 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140303102679720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4128/tid=4135] ppid=4126 vsize=2648568 CPUtime=0.33 cores=1,3,5,7
/proc/4128/task/4135/stat : 4135 (java) S 4126 4128 31022 0 -1 4202560 95 0 0 0 29 4 0 0 20 0 18 0 343190209 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140303101626920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4136] ppid=4126 vsize=2648568 CPUtime=0.32 cores=1,3,5,7
/proc/4128/task/4136/stat : 4136 (java) S 4126 4128 31022 0 -1 4202560 88 0 0 0 28 4 0 0 20 0 18 0 343190209 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140303100574120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4137] ppid=4126 vsize=2648568 CPUtime=0.36 cores=1,3,5,7
/proc/4128/task/4137/stat : 4137 (java) S 4126 4128 31022 0 -1 4202560 204 0 0 0 31 5 0 0 20 0 18 0 343190209 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140303099521320 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4138] ppid=4126 vsize=2648568 CPUtime=0.33 cores=1,3,5,7
/proc/4128/task/4138/stat : 4138 (java) S 4126 4128 31022 0 -1 4202560 268 0 0 0 29 4 0 0 20 0 18 0 343190209 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140303098468520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4139] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4139/stat : 4139 (java) S 4126 4128 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343190210 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140302967864296 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4140] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4140/stat : 4140 (java) S 4126 4128 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343190210 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140302966810360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4141] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4141/stat : 4141 (java) S 4126 4128 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343190210 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140302965757448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4142] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4142/stat : 4142 (java) S 4126 4128 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343190213 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140302964705936 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4143] ppid=4126 vsize=2648568 CPUtime=0.29 cores=1,3,5,7
/proc/4128/task/4143/stat : 4143 (java) S 4126 4128 31022 0 -1 4202560 2742 0 0 0 29 0 0 0 20 0 18 0 343190213 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140302963653048 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4144] ppid=4126 vsize=2648568 CPUtime=0.3 cores=1,3,5,7
/proc/4128/task/4144/stat : 4144 (java) S 4126 4128 31022 0 -1 4202560 3254 0 0 0 30 0 0 0 20 0 18 0 343190213 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140302962600248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4145] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4145/stat : 4145 (java) S 4126 4128 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343190213 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140302961547640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4146] ppid=4126 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4146/stat : 4146 (java) S 4126 4128 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343190213 2712133632 147775 33554432000 1073741824 1073778376 140735101532256 140302960495048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 2648568

[startup+12.7008 s]
/proc/loadavg: 2.37 2.09 2.03 3/212 4146
/proc/meminfo: memFree=25219564/32873844 swapFree=7372/7372
[pid=4128] ppid=4126 vsize=2648568 CPUtime=16.98 cores=1,3,5,7
/proc/4128/stat : 4128 (java) S 4126 4128 31022 0 -1 4202496 12399 0 1 0 1647 51 0 0 20 0 18 0 343190206 2712133632 184801 33554432000 1073741824 1073778376 140735101532256 140735101523392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4128/statm: 662142 184801 2251 9 0 652835 0
[pid=4128/tid=4130] ppid=4126 vsize=2648568 CPUtime=11.31 cores=1,3,5,7

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

[pid=4128/tid=4143] ppid=4126 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/4128/task/4143/stat : 4143 (java) S 4126 4128 31022 0 -1 4202560 6010 0 0 0 68 0 0 0 20 0 19 0 343190213 2780295168 345706 33554432000 1073741824 1073778376 140735101532256 140302963653048 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4144] ppid=4126 vsize=2715132 CPUtime=0.63 cores=1,3,5,7
/proc/4128/task/4144/stat : 4144 (java) S 4126 4128 31022 0 -1 4202560 3270 0 0 0 61 2 0 0 20 0 19 0 343190213 2780295168 345706 33554432000 1073741824 1073778376 140735101532256 140302962600248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4145] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4145/stat : 4145 (java) S 4126 4128 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343190213 2780295168 345706 33554432000 1073741824 1073778376 140735101532256 140302961547640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4146] ppid=4126 vsize=2715132 CPUtime=0.82 cores=1,3,5,7
/proc/4128/task/4146/stat : 4146 (java) S 4126 4128 31022 0 -1 4202560 93 0 0 0 38 44 0 0 20 0 19 0 343190213 2780295168 345706 33554432000 1073741824 1073778376 140735101532256 140302960495048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4148] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4148/stat : 4148 (java) S 4126 4128 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343202670 2780295168 345706 33554432000 1073741824 1073778376 140735101532256 140301951821480 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1623.06
Current children cumulated vsize (KiB) 2715132

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/214 4245
/proc/meminfo: memFree=24875408/32873844 swapFree=7372/7372
[pid=4128] ppid=4126 vsize=2715132 CPUtime=1683.1 cores=1,3,5,7
/proc/4128/stat : 4128 (java) S 4126 4128 31022 0 -1 4202496 84867 0 1 0 168091 219 0 0 20 0 19 0 343190206 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140735101523392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4128/statm: 678783 345708 2282 9 0 669476 0
[pid=4128/tid=4130] ppid=4126 vsize=2715132 CPUtime=1518.56 cores=1,3,5,7
/proc/4128/task/4130/stat : 4130 (java) R 4126 4128 31022 0 -1 4202560 3123 0 1 0 151806 50 0 0 20 0 19 0 343190207 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303121387808 140302976098771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4131] ppid=4126 vsize=2715132 CPUtime=2.96 cores=1,3,5,7
/proc/4128/task/4131/stat : 4131 (java) S 4126 4128 31022 0 -1 4202560 406 0 0 0 286 10 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303105838120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4132] ppid=4126 vsize=2715132 CPUtime=3.16 cores=1,3,5,7
/proc/4128/task/4132/stat : 4132 (java) S 4126 4128 31022 0 -1 4202560 421 0 0 0 306 10 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303104785320 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4133] ppid=4126 vsize=2715132 CPUtime=2.97 cores=1,3,5,7
/proc/4128/task/4133/stat : 4133 (java) S 4126 4128 31022 0 -1 4202560 407 0 0 0 287 10 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303103732520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4134] ppid=4126 vsize=2715132 CPUtime=3.17 cores=1,3,5,7
/proc/4128/task/4134/stat : 4134 (java) S 4126 4128 31022 0 -1 4202560 419 0 0 0 306 11 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303102679720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4135] ppid=4126 vsize=2715132 CPUtime=3.11 cores=1,3,5,7
/proc/4128/task/4135/stat : 4135 (java) S 4126 4128 31022 0 -1 4202560 421 0 0 0 299 12 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303101626920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4136] ppid=4126 vsize=2715132 CPUtime=3.1 cores=1,3,5,7
/proc/4128/task/4136/stat : 4136 (java) S 4126 4128 31022 0 -1 4202560 426 0 0 0 298 12 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303100574120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4137] ppid=4126 vsize=2715132 CPUtime=3.23 cores=1,3,5,7
/proc/4128/task/4137/stat : 4137 (java) S 4126 4128 31022 0 -1 4202560 462 0 0 0 308 15 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303099521320 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4138] ppid=4126 vsize=2715132 CPUtime=3.13 cores=1,3,5,7
/proc/4128/task/4138/stat : 4138 (java) S 4126 4128 31022 0 -1 4202560 457 0 0 0 299 14 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303098468520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4139] ppid=4126 vsize=2715132 CPUtime=136.98 cores=1,3,5,7
/proc/4128/task/4139/stat : 4139 (java) S 4126 4128 31022 0 -1 4202560 67768 0 0 0 13677 21 0 0 20 0 19 0 343190210 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302967864296 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4140] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4140/stat : 4140 (java) S 4126 4128 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343190210 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302966810360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4141] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4141/stat : 4141 (java) S 4126 4128 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343190210 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302965757448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4142] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4142/stat : 4142 (java) S 4126 4128 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343190213 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302964705936 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4143] ppid=4126 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/4128/task/4143/stat : 4143 (java) S 4126 4128 31022 0 -1 4202560 6010 0 0 0 68 0 0 0 20 0 19 0 343190213 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302963653048 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4144] ppid=4126 vsize=2715132 CPUtime=0.63 cores=1,3,5,7
/proc/4128/task/4144/stat : 4144 (java) S 4126 4128 31022 0 -1 4202560 3270 0 0 0 61 2 0 0 20 0 19 0 343190213 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302962600248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4145] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4145/stat : 4145 (java) S 4126 4128 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343190213 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302961547640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4146] ppid=4126 vsize=2715132 CPUtime=0.85 cores=1,3,5,7
/proc/4128/task/4146/stat : 4146 (java) S 4126 4128 31022 0 -1 4202560 95 0 0 0 40 45 0 0 20 0 19 0 343190213 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302960495048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4148] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4148/stat : 4148 (java) S 4126 4128 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343202670 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140301951821480 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1683.1
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/214 4245
/proc/meminfo: memFree=24863120/32873844 swapFree=7372/7372
[pid=4128] ppid=4126 vsize=2715132 CPUtime=1743.16 cores=1,3,5,7
/proc/4128/stat : 4128 (java) S 4126 4128 31022 0 -1 4202496 84871 0 1 0 174093 223 0 0 20 0 19 0 343190206 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140735101523392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4128/statm: 678783 345708 2282 9 0 669476 0
[pid=4128/tid=4130] ppid=4126 vsize=2715132 CPUtime=1578.56 cores=1,3,5,7
/proc/4128/task/4130/stat : 4130 (java) R 4126 4128 31022 0 -1 4202560 3123 0 1 0 157806 50 0 0 20 0 19 0 343190207 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303121387808 140302976098672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4131] ppid=4126 vsize=2715132 CPUtime=2.96 cores=1,3,5,7
/proc/4128/task/4131/stat : 4131 (java) S 4126 4128 31022 0 -1 4202560 406 0 0 0 286 10 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303105838120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4132] ppid=4126 vsize=2715132 CPUtime=3.16 cores=1,3,5,7
/proc/4128/task/4132/stat : 4132 (java) S 4126 4128 31022 0 -1 4202560 421 0 0 0 306 10 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303104785320 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4133] ppid=4126 vsize=2715132 CPUtime=2.97 cores=1,3,5,7
/proc/4128/task/4133/stat : 4133 (java) S 4126 4128 31022 0 -1 4202560 407 0 0 0 287 10 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303103732520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4134] ppid=4126 vsize=2715132 CPUtime=3.17 cores=1,3,5,7
/proc/4128/task/4134/stat : 4134 (java) S 4126 4128 31022 0 -1 4202560 419 0 0 0 306 11 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303102679720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4135] ppid=4126 vsize=2715132 CPUtime=3.11 cores=1,3,5,7
/proc/4128/task/4135/stat : 4135 (java) S 4126 4128 31022 0 -1 4202560 421 0 0 0 299 12 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303101626920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4136] ppid=4126 vsize=2715132 CPUtime=3.1 cores=1,3,5,7
/proc/4128/task/4136/stat : 4136 (java) S 4126 4128 31022 0 -1 4202560 426 0 0 0 298 12 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303100574120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4137] ppid=4126 vsize=2715132 CPUtime=3.23 cores=1,3,5,7
/proc/4128/task/4137/stat : 4137 (java) S 4126 4128 31022 0 -1 4202560 462 0 0 0 308 15 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303099521320 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4138] ppid=4126 vsize=2715132 CPUtime=3.13 cores=1,3,5,7
/proc/4128/task/4138/stat : 4138 (java) S 4126 4128 31022 0 -1 4202560 457 0 0 0 299 14 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303098468520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4139] ppid=4126 vsize=2715132 CPUtime=136.98 cores=1,3,5,7
/proc/4128/task/4139/stat : 4139 (java) S 4126 4128 31022 0 -1 4202560 67768 0 0 0 13677 21 0 0 20 0 19 0 343190210 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302967864296 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4140] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4140/stat : 4140 (java) S 4126 4128 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343190210 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302966810360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4141] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4141/stat : 4141 (java) S 4126 4128 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343190210 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302965757448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4142] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4142/stat : 4142 (java) S 4126 4128 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343190213 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302964705936 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4143] ppid=4126 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/4128/task/4143/stat : 4143 (java) S 4126 4128 31022 0 -1 4202560 6010 0 0 0 68 0 0 0 20 0 19 0 343190213 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302963653048 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4144] ppid=4126 vsize=2715132 CPUtime=0.63 cores=1,3,5,7
/proc/4128/task/4144/stat : 4144 (java) S 4126 4128 31022 0 -1 4202560 3270 0 0 0 61 2 0 0 20 0 19 0 343190213 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302962600248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4145] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4145/stat : 4145 (java) S 4126 4128 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343190213 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302961547640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4146] ppid=4126 vsize=2715132 CPUtime=0.89 cores=1,3,5,7
/proc/4128/task/4146/stat : 4146 (java) S 4126 4128 31022 0 -1 4202560 99 0 0 0 41 48 0 0 20 0 19 0 343190213 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302960495048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4148] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4148/stat : 4148 (java) S 4126 4128 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343202670 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140301951821480 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1743.16
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/214 4245
/proc/meminfo: memFree=24852756/32873844 swapFree=7372/7372
[pid=4128] ppid=4126 vsize=2715132 CPUtime=1800.03 cores=1,3,5,7
/proc/4128/stat : 4128 (java) S 4126 4128 31022 0 -1 4202496 84875 0 1 0 179776 227 0 0 20 0 19 0 343190206 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140735101523392 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4128/statm: 678783 345708 2282 9 0 669476 0
[pid=4128/tid=4130] ppid=4126 vsize=2715132 CPUtime=1635.38 cores=1,3,5,7
/proc/4128/task/4130/stat : 4130 (java) R 4126 4128 31022 0 -1 4202560 3123 0 1 0 163487 51 0 0 20 0 19 0 343190207 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303121387808 140302976140963 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4131] ppid=4126 vsize=2715132 CPUtime=2.96 cores=1,3,5,7
/proc/4128/task/4131/stat : 4131 (java) S 4126 4128 31022 0 -1 4202560 406 0 0 0 286 10 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303105838120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4132] ppid=4126 vsize=2715132 CPUtime=3.16 cores=1,3,5,7
/proc/4128/task/4132/stat : 4132 (java) S 4126 4128 31022 0 -1 4202560 421 0 0 0 306 10 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303104785320 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4133] ppid=4126 vsize=2715132 CPUtime=2.97 cores=1,3,5,7
/proc/4128/task/4133/stat : 4133 (java) S 4126 4128 31022 0 -1 4202560 407 0 0 0 287 10 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303103732520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4134] ppid=4126 vsize=2715132 CPUtime=3.17 cores=1,3,5,7
/proc/4128/task/4134/stat : 4134 (java) S 4126 4128 31022 0 -1 4202560 419 0 0 0 306 11 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303102679720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4135] ppid=4126 vsize=2715132 CPUtime=3.11 cores=1,3,5,7
/proc/4128/task/4135/stat : 4135 (java) S 4126 4128 31022 0 -1 4202560 421 0 0 0 299 12 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303101626920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4136] ppid=4126 vsize=2715132 CPUtime=3.1 cores=1,3,5,7
/proc/4128/task/4136/stat : 4136 (java) S 4126 4128 31022 0 -1 4202560 426 0 0 0 298 12 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303100574120 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4137] ppid=4126 vsize=2715132 CPUtime=3.23 cores=1,3,5,7
/proc/4128/task/4137/stat : 4137 (java) S 4126 4128 31022 0 -1 4202560 462 0 0 0 308 15 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303099521320 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4138] ppid=4126 vsize=2715132 CPUtime=3.13 cores=1,3,5,7
/proc/4128/task/4138/stat : 4138 (java) S 4126 4128 31022 0 -1 4202560 457 0 0 0 299 14 0 0 20 0 19 0 343190209 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140303098468520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4139] ppid=4126 vsize=2715132 CPUtime=136.98 cores=1,3,5,7
/proc/4128/task/4139/stat : 4139 (java) S 4126 4128 31022 0 -1 4202560 67768 0 0 0 13677 21 0 0 20 0 19 0 343190210 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302967864296 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4140] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4140/stat : 4140 (java) S 4126 4128 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343190210 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302966810360 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4141] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4141/stat : 4141 (java) S 4126 4128 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343190210 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302965757448 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4142] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4142/stat : 4142 (java) S 4126 4128 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343190213 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302964705936 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4143] ppid=4126 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/4128/task/4143/stat : 4143 (java) S 4126 4128 31022 0 -1 4202560 6010 0 0 0 68 0 0 0 20 0 19 0 343190213 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302963653048 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4128/tid=4144] ppid=4126 vsize=2715132 CPUtime=0.63 cores=1,3,5,7
/proc/4128/task/4144/stat : 4144 (java) S 4126 4128 31022 0 -1 4202560 3270 0 0 0 61 2 0 0 20 0 19 0 343190213 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302962600248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4145] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4145/stat : 4145 (java) S 4126 4128 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343190213 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302961547640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4128/tid=4146] ppid=4126 vsize=2715132 CPUtime=0.92 cores=1,3,5,7
/proc/4128/task/4146/stat : 4146 (java) S 4126 4128 31022 0 -1 4202560 103 0 0 0 42 50 0 0 20 0 19 0 343190213 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140302960495048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4128/tid=4148] ppid=4126 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/4128/task/4148/stat : 4148 (java) S 4126 4128 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343202670 2780295168 345708 33554432000 1073741824 1073778376 140735101532256 140301951821480 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4128 and gives
#  childrusage.ru_utime.tv_sec=1797
#  childrusage.ru_utime.tv_usec=437747
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=320647
# CPU time returned by wait4() is 1799.76
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1779.16
CPU time (s): 1800.03
CPU user time (s): 1797.76
CPU system time (s): 2.27
CPU usage (%): 101.173
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.44
system time used= 2.32065
maximum resident set size= 1387832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84932
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42890
involuntary context switches= 62186

runsolver used 7.09992 second user time and 15.3137 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-04 02:44:01
IDJOB=3740924
IDBENCH=89691
IDSOLVER=2322
FILE ID=node118/3740924-1338770633
RUNJOBID= node118-1338738010-31039
PBS_JOBID= 14636769
Free space on /tmp= 70628 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-180.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740924-1338770633/watcher-3740924-1338770633 -o /tmp/evaluation-result-3740924-1338770633/solver-3740924-1338770633 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3740924-1338770633.opb

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

MD5SUM BENCH= 8c3fe83338b70253b33b876e52e7c579
RANDOM SEED=375420937

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25940768 kB
Buffers:          503056 kB
Cached:          4267804 kB
SwapCached:            0 kB
Active:          3004064 kB
Inactive:        3053396 kB
Active(anon):    1276716 kB
Inactive(anon):    11328 kB
Active(file):    1727348 kB
Inactive(file):  3042068 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            348656 kB
Writeback:             0 kB
AnonPages:       1292888 kB
Mapped:            19868 kB
Shmem:               200 kB
Slab:             732796 kB
SReclaimable:     173160 kB
SUnreclaim:       559636 kB
KernelStack:        1584 kB
PageTables:         6628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1521264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1259520 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= 70620 MiB
End job on node118 at 2012-06-04 03:13:42