Trace number 3710165

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.1 1786.93

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=280-sizeP=141-sizeQ=280-999529433.opb
MD5SUMa65cda8d8a424008ced1e00002242a19
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2.81357
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables39901
Total number of constraints118441
Number of constraints which are clauses118440
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint39480
Number of terms in the objective function 141
Biggest coefficient in the objective function 1393796574908163946345982392040522594123776
Number of bits for the biggest coefficient in the objective function 141
Sum of the numbers in the objective function 2787593149816327892691964784081045188247551
Number of bits of the sum of numbers in the objective function 141
Biggest number in a constraint 1353842624082429130653522550851115089568572790710847937094960732721983060451965636249987502980536903367866802227247837807116288
Number of bits of the biggest number in a constraint 420
Biggest sum of numbers in a constraint 5415370496329716522614090203404460358274290488264820097939793578523366423469831924776142526293328950606202579825495873831248858
Number of bits of the biggest sum of numbers421
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3710165-1338156589.opb
0.08/0.12	c reading problem ... 
1.84/1.20	c ... done. Wall clock time 1.075s.
1.84/1.20	c declared #vars     39901
1.84/1.20	c #constraints  118442
1.84/1.20	c constraints type 
1.84/1.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39480
1.84/1.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78960
1.84/1.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.84/1.20	c 118442 constraints processed.
707.84/704.66	c cleaning 2493 clauses out of 5001 with flag 5001/5001
1277.13/1268.75	c cleaning 4253 clauses out of 8507 with flag 11000/11000
1800.10/1786.91	c starts		: 41
1800.10/1786.91	c conflicts		: 14310
1800.10/1786.91	c decisions		: 59770
1800.10/1786.91	c propagations		: 6195442
1800.10/1786.91	c inspects		: 33777600
1800.10/1786.91	c shortcuts		: 0
1800.10/1786.91	c learnt literals	: 0
1800.10/1786.91	c learnt binary clauses	: 2
1800.10/1786.91	c learnt ternary clauses	: 7
1800.10/1786.91	c learnt constraints	: 14310
1800.10/1786.91	c ignored constraints	: 0
1800.10/1786.91	c root simplifications	: 41
1800.10/1786.91	c removed literals (reason simplification)	: 168898446
1800.10/1786.91	c reason swapping (by a shorter reason)	: 0
1800.10/1786.91	c Calls to reduceDB	: 2
1800.10/1786.91	c number of reductions to clauses (during analyze)	: 0
1800.10/1786.91	c number of learned constraints concerned by reduction	: 0
1800.10/1786.91	c number of learning phase by resolution	: 0
1800.10/1786.91	c number of learning phase by cutting planes	: 0
1800.10/1786.91	c speed (assignments/second)	: 3469.520523588533
1800.10/1786.91	c non guided choices	28975
1800.10/1786.91	c learnt constraints type 
1800.10/1786.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.10/1786.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7562
1800.10/1786.91	c constraints type 
1800.10/1786.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39480
1800.10/1786.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78960
1800.10/1786.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.10/1786.91	c 118442 constraints processed.
1800.10/1786.91	s UNKNOWN
1800.10/1786.91	c Total wall clock time (in seconds): 1786.789

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 3/194 26752
/proc/meminfo: memFree=31185988/32873648 swapFree=6612/6612
[pid=26752] ppid=26750 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/26752/stat : 26752 (runsolver) D 26750 26752 22368 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 281783402 12095488 51 33554432000 4194304 5436572 140733462536544 140733462532840 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/26752/statm: 2953 51 31 304 0 2645 0

[startup+0.00681295 s]
/proc/loadavg: 1.84 1.97 1.99 3/194 26752
/proc/meminfo: memFree=31185988/32873648 swapFree=6612/6612
[pid=26752] ppid=26750 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/26752/stat : 26752 (runsolver) D 26750 26752 22368 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 281783402 12095488 56 33554432000 4194304 5436572 140733462536544 140733462532424 5057063 0 0 4096 24578 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/26752/statm: 2953 56 36 304 0 2645 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11812

[startup+0.100146 s]
/proc/loadavg: 1.84 1.97 1.99 3/194 26752
/proc/meminfo: memFree=31185988/32873648 swapFree=6612/6612
[pid=26752] ppid=26750 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/26752/stat : 26752 (java) S 26750 26752 22368 0 -1 4202496 4154 0 1 0 7 1 0 0 20 0 18 0 281783402 9787842560 5362 33554432000 1073741824 1073778376 140736122532912 140736122524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26752/statm: 2389610 5372 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300164 s]
/proc/loadavg: 1.84 1.97 1.99 3/194 26752
/proc/meminfo: memFree=31185988/32873648 swapFree=6612/6612
[pid=26752] ppid=26750 vsize=9558440 CPUtime=0.47 cores=0,2,4,6
/proc/26752/stat : 26752 (java) S 26750 26752 22368 0 -1 4202496 5660 0 1 0 45 2 0 0 20 0 18 0 281783402 9787842560 8518 33554432000 1073741824 1073778376 140736122532912 140736122524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26752/statm: 2389610 8518 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.70028 s]
/proc/loadavg: 1.84 1.97 1.99 3/194 26752
/proc/meminfo: memFree=31185988/32873648 swapFree=6612/6612
[pid=26752] ppid=26750 vsize=9558440 CPUtime=1.15 cores=0,2,4,6
/proc/26752/stat : 26752 (java) S 26750 26752 22368 0 -1 4202496 7779 0 1 0 110 5 0 0 20 0 18 0 281783402 9787842560 41528 33554432000 1073741824 1073778376 140736122532912 140736122524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26752/statm: 2389610 41528 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558440

[startup+1.50062 s]
/proc/loadavg: 1.84 1.97 1.99 3/212 26770
/proc/meminfo: memFree=31027904/32873648 swapFree=6612/6612
[pid=26752] ppid=26750 vsize=9625004 CPUtime=2.44 cores=0,2,4,6
/proc/26752/stat : 26752 (java) S 26750 26752 22368 0 -1 4202496 8188 0 1 0 236 8 0 0 20 0 19 0 281783402 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 140736122524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26752/statm: 2406251 47484 2272 9 0 2396937 0
[pid=26752/tid=26754] ppid=26750 vsize=9625004 CPUtime=1.4 cores=0,2,4,6
/proc/26752/task/26754/stat : 26754 (java) R 26750 26752 22368 0 -1 4202560 2566 0 1 0 137 3 0 0 20 0 19 0 281783404 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829563552528 139829388713365 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26752/tid=26755] ppid=26750 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/26752/task/26755/stat : 26755 (java) S 26750 26752 22368 0 -1 4202560 81 0 0 0 2 0 0 0 20 0 19 0 281783405 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829525044264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26752/tid=26756] ppid=26750 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/26752/task/26756/stat : 26756 (java) S 26750 26752 22368 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 19 0 281783405 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829523991464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26757] ppid=26750 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/26752/task/26757/stat : 26757 (java) S 26750 26752 22368 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 281783405 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829522938664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26758] ppid=26750 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/26752/task/26758/stat : 26758 (java) S 26750 26752 22368 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 281783405 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829521885864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26759] ppid=26750 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/26752/task/26759/stat : 26759 (java) S 26750 26752 22368 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281783405 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829520833064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26760] ppid=26750 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/26752/task/26760/stat : 26760 (java) S 26750 26752 22368 0 -1 4202560 73 0 0 0 1 0 0 0 20 0 19 0 281783405 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829519780264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26761] ppid=26750 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/26752/task/26761/stat : 26761 (java) S 26750 26752 22368 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 281783405 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829518727464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26762] ppid=26750 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/26752/task/26762/stat : 26762 (java) S 26750 26752 22368 0 -1 4202560 79 0 0 0 1 0 0 0 20 0 19 0 281783405 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829517674664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26752/tid=26763] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26763/stat : 26763 (java) S 26750 26752 22368 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281783406 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829386927080 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26764] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26764/stat : 26764 (java) S 26750 26752 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281783407 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829385873144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26765] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26765/stat : 26765 (java) S 26750 26752 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281783407 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829384820232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26766] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26766/stat : 26766 (java) S 26750 26752 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281783409 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829383768720 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26767] ppid=26750 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/26752/task/26767/stat : 26767 (java) R 26750 26752 22368 0 -1 4202560 1066 0 0 0 39 0 0 0 20 0 19 0 281783409 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829382715712 139829567669686 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26768] ppid=26750 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/26752/task/26768/stat : 26768 (java) R 26750 26752 22368 0 -1 4202560 2966 0 0 0 40 0 0 0 20 0 19 0 281783409 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829381663032 139829567399523 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26769] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26769/stat : 26769 (java) S 26750 26752 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281783409 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829380610424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26770] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26770/stat : 26770 (java) S 26750 26752 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281783409 9856004096 47484 33554432000 1073741824 1073778376 140736122532912 139829379557832 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9625004

[startup+3.10075 s]
/proc/loadavg: 1.84 1.97 1.99 3/213 26771
/proc/meminfo: memFree=30857108/32873648 swapFree=6612/6612
[pid=26752] ppid=26750 vsize=9625004 CPUtime=4.47 cores=0,2,4,6
/proc/26752/stat : 26752 (java) S 26750 26752 22368 0 -1 4202496 9955 0 1 0 427 20 0 0 20 0 19 0 281783402 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 140736122524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26752/statm: 2406251 150180 2274 9 0 2396937 0
[pid=26752/tid=26754] ppid=26750 vsize=9625004 CPUtime=2.9 cores=0,2,4,6
/proc/26752/task/26754/stat : 26754 (java) R 26750 26752 22368 0 -1 4202560 2999 0 1 0 282 8 0 0 20 0 19 0 281783404 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829563551032 139829388887251 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26752/tid=26755] ppid=26750 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/26752/task/26755/stat : 26755 (java) S 26750 26752 22368 0 -1 4202560 140 0 0 0 6 2 0 0 20 0 19 0 281783405 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829525044264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26752/tid=26756] ppid=26750 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/26752/task/26756/stat : 26756 (java) S 26750 26752 22368 0 -1 4202560 78 0 0 0 4 0 0 0 20 0 19 0 281783405 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829523991464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26752/tid=26757] ppid=26750 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/26752/task/26757/stat : 26757 (java) S 26750 26752 22368 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 19 0 281783405 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829522938664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26758] ppid=26750 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/26752/task/26758/stat : 26758 (java) S 26750 26752 22368 0 -1 4202560 46 0 0 0 4 2 0 0 20 0 19 0 281783405 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829521885864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26759] ppid=26750 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/26752/task/26759/stat : 26759 (java) S 26750 26752 22368 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 19 0 281783405 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829520833064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26760] ppid=26750 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/26752/task/26760/stat : 26760 (java) S 26750 26752 22368 0 -1 4202560 93 0 0 0 3 2 0 0 20 0 19 0 281783405 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829519780264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26761] ppid=26750 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/26752/task/26761/stat : 26761 (java) S 26750 26752 22368 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 19 0 281783405 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829518727464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26762] ppid=26750 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/26752/task/26762/stat : 26762 (java) S 26750 26752 22368 0 -1 4202560 128 0 0 0 4 2 0 0 20 0 19 0 281783405 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829517674664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26763] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26763/stat : 26763 (java) S 26750 26752 22368 0 -1 4202560 461 0 0 0 0 0 0 0 20 0 19 0 281783406 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829386927080 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26764] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26764/stat : 26764 (java) S 26750 26752 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281783407 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829385873144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26765] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26765/stat : 26765 (java) S 26750 26752 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281783407 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829384820232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26766] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26766/stat : 26766 (java) S 26750 26752 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281783409 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829383768720 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26767] ppid=26750 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/26752/task/26767/stat : 26767 (java) S 26750 26752 22368 0 -1 4202560 1558 0 0 0 44 0 0 0 20 0 19 0 281783409 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829382715832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26768] ppid=26750 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/26752/task/26768/stat : 26768 (java) S 26750 26752 22368 0 -1 4202560 3158 0 0 0 53 0 0 0 20 0 19 0 281783409 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829381663032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26769] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26769/stat : 26769 (java) S 26750 26752 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281783409 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829380610424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26770] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26770/stat : 26770 (java) S 26750 26752 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281783409 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829379557832 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26771] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26771/stat : 26771 (java) S 26750 26752 22368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281783526 9856004096 150180 33554432000 1073741824 1073778376 140736122532912 139829378504360 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9625004

[startup+6.30071 s]
/proc/loadavg: 1.85 1.97 1.99 3/213 26771
/proc/meminfo: memFree=30591244/32873648 swapFree=6612/6612
[pid=26752] ppid=26750 vsize=9625004 CPUtime=7.85 cores=0,2,4,6
/proc/26752/stat : 26752 (java) S 26750 26752 22368 0 -1 4202496 10533 0 1 0 763 22 0 0 20 0 19 0 281783402 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 140736122524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26752/statm: 2406251 156869 2275 9 0 2396937 0
[pid=26752/tid=26754] ppid=26750 vsize=9625004 CPUtime=6.07 cores=0,2,4,6
/proc/26752/task/26754/stat : 26754 (java) R 26750 26752 22368 0 -1 4202560 3001 0 1 0 599 8 0 0 20 0 19 0 281783404 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829563551016 139829388617161 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26752/tid=26755] ppid=26750 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/26752/task/26755/stat : 26755 (java) S 26750 26752 22368 0 -1 4202560 152 0 0 0 8 2 0 0 20 0 19 0 281783405 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829525044264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26756] ppid=26750 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/26752/task/26756/stat : 26756 (java) S 26750 26752 22368 0 -1 4202560 106 0 0 0 6 0 0 0 20 0 19 0 281783405 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829523991464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26757] ppid=26750 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/26752/task/26757/stat : 26757 (java) S 26750 26752 22368 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 19 0 281783405 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829522938664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26758] ppid=26750 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/26752/task/26758/stat : 26758 (java) S 26750 26752 22368 0 -1 4202560 46 0 0 0 4 2 0 0 20 0 19 0 281783405 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829521885864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26759] ppid=26750 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/26752/task/26759/stat : 26759 (java) S 26750 26752 22368 0 -1 4202560 62 0 0 0 6 2 0 0 20 0 19 0 281783405 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829520833064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26760] ppid=26750 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/26752/task/26760/stat : 26760 (java) S 26750 26752 22368 0 -1 4202560 93 0 0 0 3 2 0 0 20 0 19 0 281783405 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829519780264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26761] ppid=26750 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/26752/task/26761/stat : 26761 (java) S 26750 26752 22368 0 -1 4202560 46 0 0 0 4 1 0 0 20 0 19 0 281783405 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829518727464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26762] ppid=26750 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/26752/task/26762/stat : 26762 (java) S 26750 26752 22368 0 -1 4202560 128 0 0 0 4 2 0 0 20 0 19 0 281783405 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829517674664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26763] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26763/stat : 26763 (java) S 26750 26752 22368 0 -1 4202560 461 0 0 0 0 0 0 0 20 0 19 0 281783406 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829386927080 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26764] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26764/stat : 26764 (java) S 26750 26752 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281783407 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829385873144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26765] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26765/stat : 26765 (java) S 26750 26752 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281783407 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829384820232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26766] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26766/stat : 26766 (java) S 26750 26752 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281783409 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829383768720 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26767] ppid=26750 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/26752/task/26767/stat : 26767 (java) S 26750 26752 22368 0 -1 4202560 1972 0 0 0 49 0 0 0 20 0 19 0 281783409 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829382715832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26768] ppid=26750 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/26752/task/26768/stat : 26768 (java) S 26750 26752 22368 0 -1 4202560 3245 0 0 0 59 0 0 0 20 0 19 0 281783409 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829381663032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26769] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26769/stat : 26769 (java) S 26750 26752 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281783409 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829380610424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26770] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26770/stat : 26770 (java) S 26750 26752 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281783409 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829379557832 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26771] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26771/stat : 26771 (java) S 26750 26752 22368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281783526 9856004096 156869 33554432000 1073741824 1073778376 140736122532912 139829378504360 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 1.86 1.97 1.99 3/214 26774
/proc/meminfo: memFree=30064060/32873648 swapFree=6612/6612

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

[pid=26752/tid=26767] ppid=26750 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/26752/task/26767/stat : 26767 (java) S 26750 26752 22368 0 -1 4202560 3645 0 0 0 67 0 0 0 20 0 19 0 281783409 9856004096 575629 33554432000 1073741824 1073778376 140736122532912 139829382715832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26768] ppid=26750 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/26752/task/26768/stat : 26768 (java) S 26750 26752 22368 0 -1 4202560 3250 0 0 0 61 0 0 0 20 0 19 0 281783409 9856004096 575629 33554432000 1073741824 1073778376 140736122532912 139829381663032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26769] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26769/stat : 26769 (java) S 26750 26752 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281783409 9856004096 575629 33554432000 1073741824 1073778376 140736122532912 139829380610424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26770] ppid=26750 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/26752/task/26770/stat : 26770 (java) S 26750 26752 22368 0 -1 4202560 99 0 0 0 18 17 0 0 20 0 19 0 281783409 9856004096 575629 33554432000 1073741824 1073778376 140736122532912 139829379557832 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26771] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26771/stat : 26771 (java) S 26750 26752 22368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281783526 9856004096 575629 33554432000 1073741824 1073778376 140736122532912 139829378504360 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1735.06
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.03 2.05 2.02 3/213 26844
/proc/meminfo: memFree=26846104/32873648 swapFree=6612/6612
[pid=26752] ppid=26750 vsize=9625004 CPUtime=1795.46 cores=0,2,4,6
/proc/26752/stat : 26752 (java) S 26750 26752 22368 0 -1 4202496 19452 0 1 0 179426 120 0 0 20 0 19 0 281783402 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 140736122524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26752/statm: 2406251 572070 2290 9 0 2396937 0
[pid=26752/tid=26754] ppid=26750 vsize=9625004 CPUtime=1770.85 cores=0,2,4,6
/proc/26752/task/26754/stat : 26754 (java) R 26750 26752 22368 0 -1 4202560 5497 0 1 0 177017 68 0 0 20 0 19 0 281783404 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829563550896 139829388623942 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26755] ppid=26750 vsize=9625004 CPUtime=2.32 cores=0,2,4,6
/proc/26752/task/26755/stat : 26755 (java) S 26750 26752 22368 0 -1 4202560 210 0 0 0 225 7 0 0 20 0 19 0 281783405 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829525044264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26756] ppid=26750 vsize=9625004 CPUtime=2.23 cores=0,2,4,6
/proc/26752/task/26756/stat : 26756 (java) S 26750 26752 22368 0 -1 4202560 150 0 0 0 218 5 0 0 20 0 19 0 281783405 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829523991464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26757] ppid=26750 vsize=9625004 CPUtime=2.36 cores=0,2,4,6
/proc/26752/task/26757/stat : 26757 (java) S 26750 26752 22368 0 -1 4202560 89 0 0 0 230 6 0 0 20 0 19 0 281783405 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829522938664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26758] ppid=26750 vsize=9625004 CPUtime=2.3 cores=0,2,4,6
/proc/26752/task/26758/stat : 26758 (java) S 26750 26752 22368 0 -1 4202560 98 0 0 0 223 7 0 0 20 0 19 0 281783405 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829521885864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26759] ppid=26750 vsize=9625004 CPUtime=2.3 cores=0,2,4,6
/proc/26752/task/26759/stat : 26759 (java) S 26750 26752 22368 0 -1 4202560 111 0 0 0 222 8 0 0 20 0 19 0 281783405 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829520833064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26760] ppid=26750 vsize=9625004 CPUtime=2.3 cores=0,2,4,6
/proc/26752/task/26760/stat : 26760 (java) S 26750 26752 22368 0 -1 4202560 134 0 0 0 225 5 0 0 20 0 19 0 281783405 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829519780264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26752/tid=26761] ppid=26750 vsize=9625004 CPUtime=2.33 cores=0,2,4,6
/proc/26752/task/26761/stat : 26761 (java) S 26750 26752 22368 0 -1 4202560 84 0 0 0 227 6 0 0 20 0 19 0 281783405 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829518727464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26762] ppid=26750 vsize=9625004 CPUtime=2.25 cores=0,2,4,6
/proc/26752/task/26762/stat : 26762 (java) S 26750 26752 22368 0 -1 4202560 167 0 0 0 218 7 0 0 20 0 19 0 281783405 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829517674664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26763] ppid=26750 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/26752/task/26763/stat : 26763 (java) S 26750 26752 22368 0 -1 4202560 4728 0 0 0 29 12 0 0 20 0 19 0 281783406 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829386927080 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26764] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26764/stat : 26764 (java) S 26750 26752 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281783407 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829385873144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26765] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26765/stat : 26765 (java) S 26750 26752 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281783407 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829384820232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26766] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26766/stat : 26766 (java) S 26750 26752 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281783409 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829383768720 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26767] ppid=26750 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/26752/task/26767/stat : 26767 (java) S 26750 26752 22368 0 -1 4202560 3645 0 0 0 67 0 0 0 20 0 19 0 281783409 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829382715832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26768] ppid=26750 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/26752/task/26768/stat : 26768 (java) S 26750 26752 22368 0 -1 4202560 3250 0 0 0 61 0 0 0 20 0 19 0 281783409 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829381663032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26769] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26769/stat : 26769 (java) S 26750 26752 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281783409 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829380610424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26770] ppid=26750 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/26752/task/26770/stat : 26770 (java) S 26750 26752 22368 0 -1 4202560 103 0 0 0 18 18 0 0 20 0 19 0 281783409 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829379557832 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26771] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26771/stat : 26771 (java) S 26750 26752 22368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281783526 9856004096 572070 33554432000 1073741824 1073778376 140736122532912 139829378504360 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1795.46
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.9 s]
/proc/loadavg: 2.03 2.05 2.02 3/213 26844
/proc/meminfo: memFree=26849824/32873648 swapFree=6612/6612
[pid=26752] ppid=26750 vsize=9625004 CPUtime=1800.1 cores=0,2,4,6
/proc/26752/stat : 26752 (java) S 26750 26752 22368 0 -1 4202496 19457 0 1 0 179890 120 0 0 20 0 19 0 281783402 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 140736122524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26752/statm: 2406251 571798 2290 9 0 2396937 0
[pid=26752/tid=26754] ppid=26750 vsize=9625004 CPUtime=1775.41 cores=0,2,4,6
/proc/26752/task/26754/stat : 26754 (java) R 26750 26752 22368 0 -1 4202560 5502 0 1 0 177473 68 0 0 20 0 19 0 281783404 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829563550944 139829388783951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26755] ppid=26750 vsize=9625004 CPUtime=2.33 cores=0,2,4,6
/proc/26752/task/26755/stat : 26755 (java) S 26750 26752 22368 0 -1 4202560 210 0 0 0 226 7 0 0 20 0 19 0 281783405 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829525044264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26752/tid=26756] ppid=26750 vsize=9625004 CPUtime=2.24 cores=0,2,4,6
/proc/26752/task/26756/stat : 26756 (java) S 26750 26752 22368 0 -1 4202560 150 0 0 0 219 5 0 0 20 0 19 0 281783405 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829523991464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26757] ppid=26750 vsize=9625004 CPUtime=2.37 cores=0,2,4,6
/proc/26752/task/26757/stat : 26757 (java) S 26750 26752 22368 0 -1 4202560 89 0 0 0 231 6 0 0 20 0 19 0 281783405 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829522938664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26758] ppid=26750 vsize=9625004 CPUtime=2.31 cores=0,2,4,6
/proc/26752/task/26758/stat : 26758 (java) S 26750 26752 22368 0 -1 4202560 98 0 0 0 224 7 0 0 20 0 19 0 281783405 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829521885864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26759] ppid=26750 vsize=9625004 CPUtime=2.31 cores=0,2,4,6
/proc/26752/task/26759/stat : 26759 (java) S 26750 26752 22368 0 -1 4202560 111 0 0 0 223 8 0 0 20 0 19 0 281783405 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829520833064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26760] ppid=26750 vsize=9625004 CPUtime=2.31 cores=0,2,4,6
/proc/26752/task/26760/stat : 26760 (java) S 26750 26752 22368 0 -1 4202560 134 0 0 0 226 5 0 0 20 0 19 0 281783405 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829519780264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26752/tid=26761] ppid=26750 vsize=9625004 CPUtime=2.34 cores=0,2,4,6
/proc/26752/task/26761/stat : 26761 (java) S 26750 26752 22368 0 -1 4202560 84 0 0 0 228 6 0 0 20 0 19 0 281783405 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829518727464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26762] ppid=26750 vsize=9625004 CPUtime=2.25 cores=0,2,4,6
/proc/26752/task/26762/stat : 26762 (java) S 26750 26752 22368 0 -1 4202560 167 0 0 0 218 7 0 0 20 0 19 0 281783405 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829517674664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26763] ppid=26750 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/26752/task/26763/stat : 26763 (java) S 26750 26752 22368 0 -1 4202560 4728 0 0 0 29 12 0 0 20 0 19 0 281783406 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829386927080 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26764] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26764/stat : 26764 (java) S 26750 26752 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281783407 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829385873144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26765] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26765/stat : 26765 (java) S 26750 26752 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281783407 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829384820232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26766] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26766/stat : 26766 (java) S 26750 26752 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281783409 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829383768720 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26767] ppid=26750 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/26752/task/26767/stat : 26767 (java) S 26750 26752 22368 0 -1 4202560 3645 0 0 0 67 0 0 0 20 0 19 0 281783409 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829382715832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26768] ppid=26750 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/26752/task/26768/stat : 26768 (java) S 26750 26752 22368 0 -1 4202560 3250 0 0 0 61 0 0 0 20 0 19 0 281783409 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829381663032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26769] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26769/stat : 26769 (java) S 26750 26752 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281783409 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829380610424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26770] ppid=26750 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/26752/task/26770/stat : 26770 (java) S 26750 26752 22368 0 -1 4202560 103 0 0 0 18 18 0 0 20 0 19 0 281783409 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829379557832 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26771] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26771/stat : 26771 (java) S 26750 26752 22368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281783526 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829378504360 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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+1786.9 s]
/proc/loadavg: 2.03 2.05 2.02 3/213 26844
/proc/meminfo: memFree=26849824/32873648 swapFree=6612/6612
[pid=26752] ppid=26750 vsize=9625004 CPUtime=1800.1 cores=0,2,4,6
/proc/26752/stat : 26752 (java) S 26750 26752 22368 0 -1 4202496 19457 0 1 0 179890 120 0 0 20 0 19 0 281783402 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 140736122524048 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26752/statm: 2406251 571798 2290 9 0 2396937 0
[pid=26752/tid=26754] ppid=26750 vsize=9625004 CPUtime=1775.41 cores=0,2,4,6
/proc/26752/task/26754/stat : 26754 (java) R 26750 26752 22368 0 -1 4202560 5502 0 1 0 177473 68 0 0 20 0 19 0 281783404 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829563550944 139829388783951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26755] ppid=26750 vsize=9625004 CPUtime=2.33 cores=0,2,4,6
/proc/26752/task/26755/stat : 26755 (java) S 26750 26752 22368 0 -1 4202560 210 0 0 0 226 7 0 0 20 0 19 0 281783405 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829525044264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26752/tid=26756] ppid=26750 vsize=9625004 CPUtime=2.24 cores=0,2,4,6
/proc/26752/task/26756/stat : 26756 (java) S 26750 26752 22368 0 -1 4202560 150 0 0 0 219 5 0 0 20 0 19 0 281783405 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829523991464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26757] ppid=26750 vsize=9625004 CPUtime=2.37 cores=0,2,4,6
/proc/26752/task/26757/stat : 26757 (java) S 26750 26752 22368 0 -1 4202560 89 0 0 0 231 6 0 0 20 0 19 0 281783405 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829522938664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26758] ppid=26750 vsize=9625004 CPUtime=2.31 cores=0,2,4,6
/proc/26752/task/26758/stat : 26758 (java) S 26750 26752 22368 0 -1 4202560 98 0 0 0 224 7 0 0 20 0 19 0 281783405 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829521885864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26759] ppid=26750 vsize=9625004 CPUtime=2.31 cores=0,2,4,6
/proc/26752/task/26759/stat : 26759 (java) S 26750 26752 22368 0 -1 4202560 111 0 0 0 223 8 0 0 20 0 19 0 281783405 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829520833064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26760] ppid=26750 vsize=9625004 CPUtime=2.31 cores=0,2,4,6
/proc/26752/task/26760/stat : 26760 (java) S 26750 26752 22368 0 -1 4202560 134 0 0 0 226 5 0 0 20 0 19 0 281783405 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829519780264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26752/tid=26761] ppid=26750 vsize=9625004 CPUtime=2.34 cores=0,2,4,6
/proc/26752/task/26761/stat : 26761 (java) S 26750 26752 22368 0 -1 4202560 84 0 0 0 228 6 0 0 20 0 19 0 281783405 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829518727464 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26762] ppid=26750 vsize=9625004 CPUtime=2.25 cores=0,2,4,6
/proc/26752/task/26762/stat : 26762 (java) S 26750 26752 22368 0 -1 4202560 167 0 0 0 218 7 0 0 20 0 19 0 281783405 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829517674664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26763] ppid=26750 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/26752/task/26763/stat : 26763 (java) S 26750 26752 22368 0 -1 4202560 4728 0 0 0 29 12 0 0 20 0 19 0 281783406 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829386927080 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26752/tid=26764] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26764/stat : 26764 (java) S 26750 26752 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281783407 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829385873144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26765] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26765/stat : 26765 (java) S 26750 26752 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281783407 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829384820232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26766] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26766/stat : 26766 (java) S 26750 26752 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281783409 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829383768720 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26767] ppid=26750 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/26752/task/26767/stat : 26767 (java) S 26750 26752 22368 0 -1 4202560 3645 0 0 0 67 0 0 0 20 0 19 0 281783409 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829382715832 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26752/tid=26768] ppid=26750 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/26752/task/26768/stat : 26768 (java) S 26750 26752 22368 0 -1 4202560 3250 0 0 0 61 0 0 0 20 0 19 0 281783409 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829381663032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26769] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26769/stat : 26769 (java) S 26750 26752 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281783409 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829380610424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26770] ppid=26750 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/26752/task/26770/stat : 26770 (java) S 26750 26752 22368 0 -1 4202560 103 0 0 0 18 18 0 0 20 0 19 0 281783409 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829379557832 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26752/tid=26771] ppid=26750 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26752/task/26771/stat : 26771 (java) S 26750 26752 22368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281783526 9856004096 571798 33554432000 1073741824 1073778376 140736122532912 139829378504360 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1786.93
CPU time (s): 1800.1
CPU user time (s): 1798.9
CPU system time (s): 1.2
CPU usage (%): 100.737
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.57
system time used= 1.62375
maximum resident set size= 2783064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19488
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69776
involuntary context switches= 81341

runsolver used 5.66114 second user time and 14.2928 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-28 00:09:49
IDJOB=3710165
IDBENCH=2961
IDSOLVER=2289
FILE ID=node148/3710165-1338156589
RUNJOBID= node148-1338138660-24908
PBS_JOBID= 14624498
Free space on /tmp= 71696 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=280-sizeP=141-sizeQ=280-999529433.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-3710165-1338156589/watcher-3710165-1338156589 -o /tmp/evaluation-result-3710165-1338156589/solver-3710165-1338156589 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710165-1338156589.opb

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

MD5SUM BENCH= a65cda8d8a424008ced1e00002242a19
RANDOM SEED=759002269

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31186252 kB
Buffers:          298464 kB
Cached:           343068 kB
SwapCached:          576 kB
Active:           653244 kB
Inactive:         189108 kB
Active(anon):     192016 kB
Inactive(anon):    11760 kB
Active(file):     461228 kB
Inactive(file):   177348 kB
Unevictable:        6612 kB
Mlocked:            6612 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              6700 kB
Writeback:             0 kB
AnonPages:        209092 kB
Mapped:            19276 kB
Shmem:                96 kB
Slab:             704860 kB
SReclaimable:     148676 kB
SUnreclaim:       556184 kB
KernelStack:        1600 kB
PageTables:         4484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node148 at 2012-05-28 00:39:38