Trace number 3710430

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.01 1784.64

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_0_mh.opb
MD5SUMfa15dfc7844dffcfc27adc27005c5c95
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12005073
Best CPU time to get the best result obtained on this benchmark1802.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 360045909092
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 360045909092
Number of bits of the biggest sum of numbers39
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.10	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3710430-1338246445.opb
0.08/0.13	c reading problem ... 
44.42/31.74	c ... done. Wall clock time 31.609s.
44.42/31.74	c declared #vars     2000400
44.42/31.74	c #constraints  4940611
44.42/31.74	c constraints type 
44.42/31.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
44.42/31.74	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
44.42/31.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
44.42/31.74	c ignored satisfied constraints => 3
44.42/31.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
44.42/31.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
44.42/31.75	c 4940614 constraints processed.
1043.93/1030.18	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1800.01/1784.61	c starts		: 30
1800.01/1784.61	c conflicts		: 8560
1800.01/1784.61	c decisions		: 426001
1800.01/1784.61	c propagations		: 259779610
1800.01/1784.61	c inspects		: 6299043077
1800.01/1784.61	c shortcuts		: 0
1800.01/1784.61	c learnt literals	: 0
1800.01/1784.61	c learnt binary clauses	: 1
1800.01/1784.61	c learnt ternary clauses	: 6
1800.01/1784.61	c learnt constraints	: 8560
1800.01/1784.61	c ignored constraints	: 0
1800.01/1784.61	c root simplifications	: 30
1800.01/1784.61	c removed literals (reason simplification)	: 410422
1800.01/1784.61	c reason swapping (by a shorter reason)	: 0
1800.01/1784.61	c Calls to reduceDB	: 1
1800.01/1784.61	c number of reductions to clauses (during analyze)	: 0
1800.01/1784.61	c number of learned constraints concerned by reduction	: 0
1800.01/1784.61	c number of learning phase by resolution	: 0
1800.01/1784.61	c number of learning phase by cutting planes	: 0
1800.01/1784.61	c speed (assignments/second)	: 148218.08767690716
1800.01/1784.61	c non guided choices	6484
1800.01/1784.61	c learnt constraints type 
1800.01/1784.61	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.01/1784.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6060
1800.01/1784.61	c constraints type 
1800.01/1784.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.01/1784.61	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.01/1784.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.01/1784.61	c ignored satisfied constraints => 3
1800.01/1784.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.01/1784.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.01/1784.61	c 4940614 constraints processed.
1800.01/1784.61	s UNKNOWN
1800.01/1784.61	c Total wall clock time (in seconds): 1784.478

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-3710430-1338246445/watcher-3710430-1338246445 -o /tmp/evaluation-result-3710430-1338246445/solver-3710430-1338246445 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710430-1338246445.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.00 2.00 3/194 1232
/proc/meminfo: memFree=27066060/32873844 swapFree=6872/6872
[pid=1232] ppid=1230 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/1232/stat : 1232 (java) D 1230 1232 32222 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 290712056 2560000 46 33554432000 1073741824 1073778376 140737466940336 140737466937464 209088245031 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/1232/statm: 625 46 37 9 0 29 0

[startup+0.0437801 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 1232
/proc/meminfo: memFree=27066060/32873844 swapFree=6872/6872
[pid=1232] ppid=1230 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/1232/stat : 1232 (java) S 1230 1232 32222 0 -1 4202496 2971 0 1 0 2 0 0 0 20 0 13 0 290712056 9446973440 3669 33554432000 1073741824 1073778376 140735933514224 140735933505360 209100767293 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1232/statm: 2306390 3673 1667 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100347 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 1232
/proc/meminfo: memFree=27066060/32873844 swapFree=6872/6872
[pid=1232] ppid=1230 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/1232/stat : 1232 (java) S 1230 1232 32222 0 -1 4202496 3696 0 1 0 7 1 0 0 20 0 18 0 290712056 9787842560 4904 33554432000 1073741824 1073778376 140735933514224 140735933505360 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1232/statm: 2389610 4905 1939 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300319 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 1232
/proc/meminfo: memFree=27066060/32873844 swapFree=6872/6872
[pid=1232] ppid=1230 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/1232/stat : 1232 (java) S 1230 1232 32222 0 -1 4202496 5246 0 1 0 42 3 0 0 20 0 18 0 290712056 9787842560 21032 33554432000 1073741824 1073778376 140735933514224 140735933505360 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1232/statm: 2389610 21032 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700335 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 1232
/proc/meminfo: memFree=27066060/32873844 swapFree=6872/6872
[pid=1232] ppid=1230 vsize=9558440 CPUtime=0.98 cores=1,3,5,7
/proc/1232/stat : 1232 (java) S 1230 1232 32222 0 -1 4202496 5422 0 1 0 91 7 0 0 20 0 18 0 290712056 9787842560 52877 33554432000 1073741824 1073778376 140735933514224 140735933505360 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1232/statm: 2389610 52877 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9558440

[startup+1.50079 s]
/proc/loadavg: 2.00 2.00 2.00 10/212 1250
/proc/meminfo: memFree=26824484/32873844 swapFree=6872/6872
[pid=1232] ppid=1230 vsize=9558440 CPUtime=2 cores=1,3,5,7
/proc/1232/stat : 1232 (java) S 1230 1232 32222 0 -1 4202496 5858 0 1 0 189 11 0 0 20 0 18 0 290712056 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140735933505360 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1232/statm: 2389610 64526 2239 9 0 2380296 0
[pid=1232/tid=1234] ppid=1230 vsize=9558440 CPUtime=1.33 cores=1,3,5,7
/proc/1232/task/1234/stat : 1234 (java) R 1230 1232 32222 0 -1 4202560 2572 0 1 0 129 4 0 0 20 0 18 0 290712057 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140622296793040 209100793101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1232/tid=1235] ppid=1230 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/1232/task/1235/stat : 1235 (java) S 1230 1232 32222 0 -1 4202560 100 0 0 0 7 2 0 0 20 0 18 0 290712058 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140622269254696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1232/tid=1236] ppid=1230 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/1232/task/1236/stat : 1236 (java) S 1230 1232 32222 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 18 0 290712058 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140622268201896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1232/tid=1237] ppid=1230 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/1232/task/1237/stat : 1237 (java) S 1230 1232 32222 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 290712058 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140622267149096 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1232/tid=1238] ppid=1230 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/1232/task/1238/stat : 1238 (java) S 1230 1232 32222 0 -1 4202560 276 0 0 0 9 2 0 0 20 0 18 0 290712058 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140622266096296 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1232/tid=1239] ppid=1230 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/1232/task/1239/stat : 1239 (java) S 1230 1232 32222 0 -1 4202560 46 0 0 0 5 0 0 0 20 0 18 0 290712058 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140622265043496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1240] ppid=1230 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/1232/task/1240/stat : 1240 (java) S 1230 1232 32222 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 290712058 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140622263990696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1241] ppid=1230 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/1232/task/1241/stat : 1241 (java) S 1230 1232 32222 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 18 0 290712058 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140622134028584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1232/tid=1242] ppid=1230 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/1232/task/1242/stat : 1242 (java) S 1230 1232 32222 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 290712058 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140622132975784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1232/tid=1243] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1243/stat : 1243 (java) S 1230 1232 32222 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 290712059 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140621650029544 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1244] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1244/stat : 1244 (java) S 1230 1232 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290712060 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140621648975608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1245] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1245/stat : 1245 (java) S 1230 1232 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290712060 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140621647922696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1246] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1246/stat : 1246 (java) S 1230 1232 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290712062 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140621646871184 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1247] ppid=1230 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/1232/task/1247/stat : 1247 (java) S 1230 1232 32222 0 -1 4202560 536 0 0 0 7 0 0 0 20 0 18 0 290712062 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140621645818296 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1248] ppid=1230 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/1232/task/1248/stat : 1248 (java) S 1230 1232 32222 0 -1 4202560 994 0 0 0 9 0 0 0 20 0 18 0 290712062 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140621644765496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1249] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1249/stat : 1249 (java) S 1230 1232 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290712063 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140621643712888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1250] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1250/stat : 1250 (java) S 1230 1232 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290712063 9787842560 64526 33554432000 1073741824 1073778376 140735933514224 140621642660296 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9558440

[startup+3.10087 s]
/proc/loadavg: 2.00 2.00 2.00 4/212 1250
/proc/meminfo: memFree=26655556/32873844 swapFree=6872/6872
[pid=1232] ppid=1230 vsize=9558440 CPUtime=4.54 cores=1,3,5,7
/proc/1232/stat : 1232 (java) S 1230 1232 32222 0 -1 4202496 8160 0 1 0 419 35 0 0 20 0 18 0 290712056 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140735933505360 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1232/statm: 2389610 186594 2244 9 0 2380296 0
[pid=1232/tid=1234] ppid=1230 vsize=9558440 CPUtime=2.64 cores=1,3,5,7
/proc/1232/task/1234/stat : 1234 (java) R 1230 1232 32222 0 -1 4202560 2904 0 1 0 254 10 0 0 20 0 18 0 290712057 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140622296799736 209100793101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1232/tid=1235] ppid=1230 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/1232/task/1235/stat : 1235 (java) S 1230 1232 32222 0 -1 4202560 126 0 0 0 15 2 0 0 20 0 18 0 290712058 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140622269254696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1232/tid=1236] ppid=1230 vsize=9558440 CPUtime=0.15 cores=1,3,5,7
/proc/1232/task/1236/stat : 1236 (java) S 1230 1232 32222 0 -1 4202560 351 0 0 0 13 2 0 0 20 0 18 0 290712058 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140622268201896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1232/tid=1237] ppid=1230 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/1232/task/1237/stat : 1237 (java) S 1230 1232 32222 0 -1 4202560 452 0 0 0 8 2 0 0 20 0 18 0 290712058 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140622267149096 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1238] ppid=1230 vsize=9558440 CPUtime=0.24 cores=1,3,5,7
/proc/1232/task/1238/stat : 1238 (java) S 1230 1232 32222 0 -1 4202560 324 0 0 0 19 5 0 0 20 0 18 0 290712058 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140622266096296 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1232/tid=1239] ppid=1230 vsize=9558440 CPUtime=0.24 cores=1,3,5,7
/proc/1232/task/1239/stat : 1239 (java) S 1230 1232 32222 0 -1 4202560 128 0 0 0 19 5 0 0 20 0 18 0 290712058 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140622265043496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1232/tid=1240] ppid=1230 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/1232/task/1240/stat : 1240 (java) S 1230 1232 32222 0 -1 4202560 70 0 0 0 12 2 0 0 20 0 18 0 290712058 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140622263990696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1241] ppid=1230 vsize=9558440 CPUtime=0.19 cores=1,3,5,7
/proc/1232/task/1241/stat : 1241 (java) S 1230 1232 32222 0 -1 4202560 193 0 0 0 16 3 0 0 20 0 18 0 290712058 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140622134028584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1232/tid=1242] ppid=1230 vsize=9558440 CPUtime=0.23 cores=1,3,5,7
/proc/1232/task/1242/stat : 1242 (java) S 1230 1232 32222 0 -1 4202560 114 0 0 0 19 4 0 0 20 0 18 0 290712058 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140622132975784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1232/tid=1243] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1243/stat : 1243 (java) S 1230 1232 32222 0 -1 4202560 494 0 0 0 0 0 0 0 20 0 18 0 290712059 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140621650029544 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1244] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1244/stat : 1244 (java) S 1230 1232 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290712060 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140621648975608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1245] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1245/stat : 1245 (java) S 1230 1232 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290712060 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140621647922696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1246] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1246/stat : 1246 (java) S 1230 1232 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290712062 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140621646871184 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1247] ppid=1230 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/1232/task/1247/stat : 1247 (java) S 1230 1232 32222 0 -1 4202560 816 0 0 0 14 0 0 0 20 0 18 0 290712062 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140621645818296 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1248] ppid=1230 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/1232/task/1248/stat : 1248 (java) S 1230 1232 32222 0 -1 4202560 1013 0 0 0 13 0 0 0 20 0 18 0 290712062 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140621644765496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1249] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1249/stat : 1249 (java) S 1230 1232 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290712063 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140621643712888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1250] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1250/stat : 1250 (java) S 1230 1232 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290712063 9787842560 186594 33554432000 1073741824 1073778376 140735933514224 140621642660296 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9558440

[startup+6.30073 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 1250
/proc/meminfo: memFree=25645980/32873844 swapFree=6872/6872
[pid=1232] ppid=1230 vsize=9558440 CPUtime=10.68 cores=1,3,5,7
/proc/1232/stat : 1232 (java) S 1230 1232 32222 0 -1 4202496 18242 0 1 0 986 82 0 0 20 0 18 0 290712056 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140735933505360 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1232/statm: 2389610 390415 2272 9 0 2380296 0
[pid=1232/tid=1234] ppid=1230 vsize=9558440 CPUtime=4.98 cores=1,3,5,7
/proc/1232/task/1234/stat : 1234 (java) S 1230 1232 32222 0 -1 4202560 3618 0 1 0 478 20 0 0 20 0 18 0 290712057 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140622296800440 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1232/tid=1235] ppid=1230 vsize=9558440 CPUtime=0.64 cores=1,3,5,7
/proc/1232/task/1235/stat : 1235 (java) R 1230 1232 32222 0 -1 4202560 504 0 0 0 56 8 0 0 20 0 18 0 290712058 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140622269254872 140622304296713 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1232/tid=1236] ppid=1230 vsize=9558440 CPUtime=0.58 cores=1,3,5,7
/proc/1232/task/1236/stat : 1236 (java) D 1230 1232 32222 0 -1 4202560 735 0 0 0 50 8 0 0 20 0 18 0 290712058 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140622268201656 209097450471 0 4 0 16800975 18446744071581355491 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1237] ppid=1230 vsize=9558440 CPUtime=0.55 cores=1,3,5,7
/proc/1232/task/1237/stat : 1237 (java) R 1230 1232 32222 0 -1 4202560 551 0 0 0 48 7 0 0 20 0 18 0 290712058 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140622267149272 140622304296675 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1232/tid=1238] ppid=1230 vsize=9558440 CPUtime=0.77 cores=1,3,5,7
/proc/1232/task/1238/stat : 1238 (java) R 1230 1232 32222 0 -1 4202560 443 0 0 0 67 10 0 0 20 0 18 0 290712058 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140622266096472 140622303697836 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1232/tid=1239] ppid=1230 vsize=9558440 CPUtime=0.62 cores=1,3,5,7
/proc/1232/task/1239/stat : 1239 (java) R 1230 1232 32222 0 -1 4202560 653 0 0 0 53 9 0 0 20 0 18 0 290712058 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140622265043376 140622299272905 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1240] ppid=1230 vsize=9558440 CPUtime=0.47 cores=1,3,5,7
/proc/1232/task/1240/stat : 1240 (java) D 1230 1232 32222 0 -1 4202560 612 0 0 0 42 5 0 0 20 0 18 0 290712058 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140622263990456 209097450471 0 4 0 16800975 18446744071581355491 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1241] ppid=1230 vsize=9558440 CPUtime=0.6 cores=1,3,5,7
/proc/1232/task/1241/stat : 1241 (java) R 1230 1232 32222 0 -1 4202560 282 0 0 0 53 7 0 0 20 0 18 0 290712058 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140622134028760 140622303697917 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1242] ppid=1230 vsize=9558440 CPUtime=0.57 cores=1,3,5,7
/proc/1232/task/1242/stat : 1242 (java) R 1230 1232 32222 0 -1 4202560 763 0 0 0 49 8 0 0 20 0 18 0 290712058 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140622132975960 140622303700050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1243] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1243/stat : 1243 (java) S 1230 1232 32222 0 -1 4202560 1037 0 0 0 0 0 0 0 20 0 18 0 290712059 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140621650028424 209100780604 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1232/tid=1244] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1244/stat : 1244 (java) S 1230 1232 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290712060 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140621648975608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1245] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1245/stat : 1245 (java) S 1230 1232 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290712060 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140621647922696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1246] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1246/stat : 1246 (java) S 1230 1232 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290712062 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140621646871184 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1247] ppid=1230 vsize=9558440 CPUtime=0.38 cores=1,3,5,7
/proc/1232/task/1247/stat : 1247 (java) S 1230 1232 32222 0 -1 4202560 3598 0 0 0 38 0 0 0 20 0 18 0 290712062 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140621645818296 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1248] ppid=1230 vsize=9558440 CPUtime=0.35 cores=1,3,5,7
/proc/1232/task/1248/stat : 1248 (java) S 1230 1232 32222 0 -1 4202560 4271 0 0 0 35 0 0 0 20 0 18 0 290712062 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140621644765496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1249] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1249/stat : 1249 (java) S 1230 1232 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290712063 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140621643712888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1250] ppid=1230 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1250/stat : 1250 (java) S 1230 1232 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290712063 9787842560 390415 33554432000 1073741824 1073778376 140735933514224 140621642660296 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.68
Current children cumulated vsize (KiB) 9558440

[startup+12.7008 s]
/proc/loadavg: 1.93 1.98 1.99 10/212 1309
/proc/meminfo: memFree=28116632/32873844 swapFree=6872/6872
[pid=1232] ppid=1230 vsize=9558440 CPUtime=20.62 cores=1,3,5,7
/proc/1232/stat : 1232 (java) S 1230 1232 32222 0 -1 4202496 24138 0 1 0 1927 135 0 0 20 0 18 0 290712056 9787842560 694726 33554432000 1073741824 1073778376 140735933514224 140735933505360 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1232/statm: 2389610 694726 2280 9 0 2380296 0
[pid=1232/tid=1234] ppid=1230 vsize=9558440 CPUtime=8.93 cores=1,3,5,7

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

[pid=1232/tid=1247] ppid=1230 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/1232/task/1247/stat : 1247 (java) S 1230 1232 32222 0 -1 4202560 4353 0 0 0 85 0 0 0 20 0 19 0 290712062 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621645818296 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1248] ppid=1230 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/1232/task/1248/stat : 1248 (java) S 1230 1232 32222 0 -1 4202560 4290 0 0 0 70 0 0 0 20 0 19 0 290712062 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621644765496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1249] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1249/stat : 1249 (java) S 1230 1232 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290712063 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621643712888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1250] ppid=1230 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/1232/task/1250/stat : 1250 (java) S 1230 1232 32222 0 -1 4202560 99 0 0 0 54 45 0 0 20 0 19 0 290712063 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621642660296 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1232/tid=1310] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1310/stat : 1310 (java) S 1230 1232 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290715249 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621641606824 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1737.72
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1327
/proc/meminfo: memFree=26952360/32873844 swapFree=6872/6872
[pid=1232] ppid=1230 vsize=9625004 CPUtime=1797.71 cores=1,3,5,7
/proc/1232/stat : 1232 (java) S 1230 1232 32222 0 -1 4202496 40870 0 1 0 179489 282 0 0 20 0 19 0 290712056 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140735933505360 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1232/statm: 2406251 951315 2291 9 0 2396937 0
[pid=1232/tid=1234] ppid=1230 vsize=9625004 CPUtime=1765.35 cores=1,3,5,7
/proc/1232/task/1234/stat : 1234 (java) R 1230 1232 32222 0 -1 4202560 4058 0 1 0 176467 68 0 0 20 0 19 0 290712057 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622296801864 140622146049165 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1235] ppid=1230 vsize=9625004 CPUtime=2.41 cores=1,3,5,7
/proc/1232/task/1235/stat : 1235 (java) S 1230 1232 32222 0 -1 4202560 4280 0 0 0 216 25 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622269254696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1236] ppid=1230 vsize=9625004 CPUtime=2.33 cores=1,3,5,7
/proc/1232/task/1236/stat : 1236 (java) S 1230 1232 32222 0 -1 4202560 3762 0 0 0 208 25 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622268201896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1237] ppid=1230 vsize=9625004 CPUtime=2.17 cores=1,3,5,7
/proc/1232/task/1237/stat : 1237 (java) S 1230 1232 32222 0 -1 4202560 3261 0 0 0 193 24 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622267149096 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1238] ppid=1230 vsize=9625004 CPUtime=2.15 cores=1,3,5,7
/proc/1232/task/1238/stat : 1238 (java) S 1230 1232 32222 0 -1 4202560 3009 0 0 0 192 23 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622266096296 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1239] ppid=1230 vsize=9625004 CPUtime=2.19 cores=1,3,5,7
/proc/1232/task/1239/stat : 1239 (java) S 1230 1232 32222 0 -1 4202560 3481 0 0 0 195 24 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622265043496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1240] ppid=1230 vsize=9625004 CPUtime=2.15 cores=1,3,5,7
/proc/1232/task/1240/stat : 1240 (java) S 1230 1232 32222 0 -1 4202560 1993 0 0 0 197 18 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622263990696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1241] ppid=1230 vsize=9625004 CPUtime=2.34 cores=1,3,5,7
/proc/1232/task/1241/stat : 1241 (java) S 1230 1232 32222 0 -1 4202560 1521 0 0 0 209 25 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622134028584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1232/tid=1242] ppid=1230 vsize=9625004 CPUtime=2.18 cores=1,3,5,7
/proc/1232/task/1242/stat : 1242 (java) S 1230 1232 32222 0 -1 4202560 2993 0 0 0 196 22 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622132975784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1232/tid=1243] ppid=1230 vsize=9625004 CPUtime=7.62 cores=1,3,5,7
/proc/1232/task/1243/stat : 1243 (java) S 1230 1232 32222 0 -1 4202560 2584 0 0 0 753 9 0 0 20 0 19 0 290712059 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621650029544 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1244] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1244/stat : 1244 (java) S 1230 1232 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290712060 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621648975608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1245] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1245/stat : 1245 (java) S 1230 1232 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290712060 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621647922696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1246] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1246/stat : 1246 (java) S 1230 1232 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290712062 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621646871184 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1247] ppid=1230 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/1232/task/1247/stat : 1247 (java) S 1230 1232 32222 0 -1 4202560 4353 0 0 0 85 0 0 0 20 0 19 0 290712062 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621645818296 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1248] ppid=1230 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/1232/task/1248/stat : 1248 (java) S 1230 1232 32222 0 -1 4202560 4290 0 0 0 70 0 0 0 20 0 19 0 290712062 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621644765496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1249] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1249/stat : 1249 (java) S 1230 1232 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290712063 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621643712888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1250] ppid=1230 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/1232/task/1250/stat : 1250 (java) S 1230 1232 32222 0 -1 4202560 103 0 0 0 56 47 0 0 20 0 19 0 290712063 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621642660296 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1232/tid=1310] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1310/stat : 1310 (java) S 1230 1232 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290715249 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621641606824 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.71
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1327
/proc/meminfo: memFree=26952360/32873844 swapFree=6872/6872
[pid=1232] ppid=1230 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/1232/stat : 1232 (java) S 1230 1232 32222 0 -1 4202496 40870 0 1 0 179719 282 0 0 20 0 19 0 290712056 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140735933505360 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1232/statm: 2406251 951315 2291 9 0 2396937 0
[pid=1232/tid=1234] ppid=1230 vsize=9625004 CPUtime=1767.65 cores=1,3,5,7
/proc/1232/task/1234/stat : 1234 (java) R 1230 1232 32222 0 -1 4202560 4058 0 1 0 176697 68 0 0 20 0 19 0 290712057 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622296801864 140622145853075 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1235] ppid=1230 vsize=9625004 CPUtime=2.41 cores=1,3,5,7
/proc/1232/task/1235/stat : 1235 (java) S 1230 1232 32222 0 -1 4202560 4280 0 0 0 216 25 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622269254696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1236] ppid=1230 vsize=9625004 CPUtime=2.33 cores=1,3,5,7
/proc/1232/task/1236/stat : 1236 (java) S 1230 1232 32222 0 -1 4202560 3762 0 0 0 208 25 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622268201896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1237] ppid=1230 vsize=9625004 CPUtime=2.17 cores=1,3,5,7
/proc/1232/task/1237/stat : 1237 (java) S 1230 1232 32222 0 -1 4202560 3261 0 0 0 193 24 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622267149096 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1238] ppid=1230 vsize=9625004 CPUtime=2.15 cores=1,3,5,7
/proc/1232/task/1238/stat : 1238 (java) S 1230 1232 32222 0 -1 4202560 3009 0 0 0 192 23 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622266096296 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1239] ppid=1230 vsize=9625004 CPUtime=2.19 cores=1,3,5,7
/proc/1232/task/1239/stat : 1239 (java) S 1230 1232 32222 0 -1 4202560 3481 0 0 0 195 24 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622265043496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1240] ppid=1230 vsize=9625004 CPUtime=2.15 cores=1,3,5,7
/proc/1232/task/1240/stat : 1240 (java) S 1230 1232 32222 0 -1 4202560 1993 0 0 0 197 18 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622263990696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1241] ppid=1230 vsize=9625004 CPUtime=2.34 cores=1,3,5,7
/proc/1232/task/1241/stat : 1241 (java) S 1230 1232 32222 0 -1 4202560 1521 0 0 0 209 25 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622134028584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1232/tid=1242] ppid=1230 vsize=9625004 CPUtime=2.18 cores=1,3,5,7
/proc/1232/task/1242/stat : 1242 (java) S 1230 1232 32222 0 -1 4202560 2993 0 0 0 196 22 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622132975784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1232/tid=1243] ppid=1230 vsize=9625004 CPUtime=7.62 cores=1,3,5,7
/proc/1232/task/1243/stat : 1243 (java) S 1230 1232 32222 0 -1 4202560 2584 0 0 0 753 9 0 0 20 0 19 0 290712059 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621650029544 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1244] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1244/stat : 1244 (java) S 1230 1232 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290712060 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621648975608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1245] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1245/stat : 1245 (java) S 1230 1232 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290712060 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621647922696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1246] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1246/stat : 1246 (java) S 1230 1232 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290712062 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621646871184 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1247] ppid=1230 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/1232/task/1247/stat : 1247 (java) S 1230 1232 32222 0 -1 4202560 4353 0 0 0 85 0 0 0 20 0 19 0 290712062 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621645818296 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1248] ppid=1230 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/1232/task/1248/stat : 1248 (java) S 1230 1232 32222 0 -1 4202560 4290 0 0 0 70 0 0 0 20 0 19 0 290712062 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621644765496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1249] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1249/stat : 1249 (java) S 1230 1232 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290712063 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621643712888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1250] ppid=1230 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/1232/task/1250/stat : 1250 (java) S 1230 1232 32222 0 -1 4202560 103 0 0 0 56 47 0 0 20 0 19 0 290712063 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621642660296 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1232/tid=1310] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1310/stat : 1310 (java) S 1230 1232 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290715249 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621641606824 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1784.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1327
/proc/meminfo: memFree=26952360/32873844 swapFree=6872/6872
[pid=1232] ppid=1230 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/1232/stat : 1232 (java) S 1230 1232 32222 0 -1 4202496 40870 0 1 0 179719 282 0 0 20 0 19 0 290712056 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140735933505360 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1232/statm: 2406251 951315 2291 9 0 2396937 0
[pid=1232/tid=1234] ppid=1230 vsize=9625004 CPUtime=1767.65 cores=1,3,5,7
/proc/1232/task/1234/stat : 1234 (java) R 1230 1232 32222 0 -1 4202560 4058 0 1 0 176697 68 0 0 20 0 19 0 290712057 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622296801864 140622145853075 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1235] ppid=1230 vsize=9625004 CPUtime=2.41 cores=1,3,5,7
/proc/1232/task/1235/stat : 1235 (java) S 1230 1232 32222 0 -1 4202560 4280 0 0 0 216 25 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622269254696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1236] ppid=1230 vsize=9625004 CPUtime=2.33 cores=1,3,5,7
/proc/1232/task/1236/stat : 1236 (java) S 1230 1232 32222 0 -1 4202560 3762 0 0 0 208 25 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622268201896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1237] ppid=1230 vsize=9625004 CPUtime=2.17 cores=1,3,5,7
/proc/1232/task/1237/stat : 1237 (java) S 1230 1232 32222 0 -1 4202560 3261 0 0 0 193 24 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622267149096 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1238] ppid=1230 vsize=9625004 CPUtime=2.15 cores=1,3,5,7
/proc/1232/task/1238/stat : 1238 (java) S 1230 1232 32222 0 -1 4202560 3009 0 0 0 192 23 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622266096296 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1239] ppid=1230 vsize=9625004 CPUtime=2.19 cores=1,3,5,7
/proc/1232/task/1239/stat : 1239 (java) S 1230 1232 32222 0 -1 4202560 3481 0 0 0 195 24 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622265043496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1240] ppid=1230 vsize=9625004 CPUtime=2.15 cores=1,3,5,7
/proc/1232/task/1240/stat : 1240 (java) S 1230 1232 32222 0 -1 4202560 1993 0 0 0 197 18 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622263990696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1241] ppid=1230 vsize=9625004 CPUtime=2.34 cores=1,3,5,7
/proc/1232/task/1241/stat : 1241 (java) S 1230 1232 32222 0 -1 4202560 1521 0 0 0 209 25 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622134028584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1232/tid=1242] ppid=1230 vsize=9625004 CPUtime=2.18 cores=1,3,5,7
/proc/1232/task/1242/stat : 1242 (java) S 1230 1232 32222 0 -1 4202560 2993 0 0 0 196 22 0 0 20 0 19 0 290712058 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140622132975784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1232/tid=1243] ppid=1230 vsize=9625004 CPUtime=7.62 cores=1,3,5,7
/proc/1232/task/1243/stat : 1243 (java) S 1230 1232 32222 0 -1 4202560 2584 0 0 0 753 9 0 0 20 0 19 0 290712059 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621650029544 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1244] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1244/stat : 1244 (java) S 1230 1232 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290712060 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621648975608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1245] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1245/stat : 1245 (java) S 1230 1232 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290712060 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621647922696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1246] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1246/stat : 1246 (java) S 1230 1232 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290712062 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621646871184 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1247] ppid=1230 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/1232/task/1247/stat : 1247 (java) S 1230 1232 32222 0 -1 4202560 4353 0 0 0 85 0 0 0 20 0 19 0 290712062 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621645818296 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1232/tid=1248] ppid=1230 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/1232/task/1248/stat : 1248 (java) S 1230 1232 32222 0 -1 4202560 4290 0 0 0 70 0 0 0 20 0 19 0 290712062 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621644765496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1249] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1249/stat : 1249 (java) S 1230 1232 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290712063 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621643712888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1232/tid=1250] ppid=1230 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/1232/task/1250/stat : 1250 (java) S 1230 1232 32222 0 -1 4202560 103 0 0 0 56 47 0 0 20 0 19 0 290712063 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621642660296 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1232/tid=1310] ppid=1230 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1232/task/1310/stat : 1310 (java) S 1230 1232 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290715249 9856004096 951315 33554432000 1073741824 1073778376 140735933514224 140621641606824 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1232 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=799453
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=240507
# CPU time returned by wait4() is 1796.04
# 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): 1784.64
CPU time (s): 1800.01
CPU user time (s): 1797.19
CPU system time (s): 2.82
CPU usage (%): 100.861
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.8
system time used= 3.24051
maximum resident set size= 3805396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40906
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42372
involuntary context switches= 17391

runsolver used 6.37903 second user time and 16.1535 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-29 01:07:31
IDJOB=3710430
IDBENCH=92650
IDSOLVER=2289
FILE ID=node105/3710430-1338246445
RUNJOBID= node105-1338228444-32239
PBS_JOBID= 14624634
Free space on /tmp= 71152 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_0_mh.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710430-1338246445/watcher-3710430-1338246445 -o /tmp/evaluation-result-3710430-1338246445/solver-3710430-1338246445 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710430-1338246445.opb

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

MD5SUM BENCH= fa15dfc7844dffcfc27adc27005c5c95
RANDOM SEED=1396460442

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27066060 kB
Buffers:          410260 kB
Cached:           733840 kB
SwapCached:         1708 kB
Active:          4611308 kB
Inactive:         312428 kB
Active(anon):    3776056 kB
Inactive(anon):     4812 kB
Active(file):     835252 kB
Inactive(file):   307616 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:            222580 kB
Writeback:             0 kB
AnonPages:       3798204 kB
Mapped:            17164 kB
Shmem:                 0 kB
Slab:             725272 kB
SReclaimable:     165508 kB
SUnreclaim:       559764 kB
KernelStack:        1592 kB
PageTables:        11608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3906620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3676160 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= 71364 MiB
End job on node105 at 2012-05-29 01:37:17