Trace number 3710169

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=380-sizeP=191-sizeQ=380-376320478.opb
MD5SUM51d0311b377c59157e242074419873d8
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 benchmark4.88226
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 variables73151
Total number of constraints217741
Number of constraints which are clauses217740
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 constraint72580
Number of terms in the objective function 191
Biggest coefficient in the objective function 1569275433846670190958947355801916604025588861116008628224
Number of bits for the biggest coefficient in the objective function 191
Sum of the numbers in the objective function 3138550867693340381917894711603833208051177722232017256447
Number of bits of the sum of numbers in the objective function 191
Biggest number in a constraint 1932268761508629172347675945465993672149463664853217499328617625725759571144780212268096883290961288981231808015751088588682539330521493827871454336733540374348490407411712
Number of bits of the biggest number in a constraint 570
Biggest sum of numbers in a constraint 7729075046034516689390703781863974688597854659412869997314224381048371193901200617177559040099268686897928050057991124859366103339630073271419918449372999566708003739316703
Number of bits of the biggest sum of numbers571
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/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-3710169-1338157494.opb
0.08/0.12	c reading problem ... 
3.06/2.18	c ... done. Wall clock time 2.057s.
3.06/2.18	c declared #vars     73151
3.06/2.18	c #constraints  217742
3.06/2.18	c constraints type 
3.06/2.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 72580
3.06/2.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 145160
3.06/2.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.06/2.18	c 217742 constraints processed.
1567.36/1562.34	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1800.03/1793.71	c starts		: 26
1800.03/1793.71	c conflicts		: 5894
1800.03/1793.71	c decisions		: 75968
1800.03/1793.71	c propagations		: 3943772
1800.03/1793.71	c inspects		: 18156433
1800.03/1793.71	c shortcuts		: 0
1800.03/1793.71	c learnt literals	: 0
1800.03/1793.71	c learnt binary clauses	: 0
1800.03/1793.71	c learnt ternary clauses	: 1
1800.03/1793.71	c learnt constraints	: 5894
1800.03/1793.71	c ignored constraints	: 0
1800.03/1793.71	c root simplifications	: 26
1800.03/1793.71	c removed literals (reason simplification)	: 106393301
1800.03/1793.71	c reason swapping (by a shorter reason)	: 0
1800.03/1793.71	c Calls to reduceDB	: 1
1800.03/1793.71	c number of reductions to clauses (during analyze)	: 0
1800.03/1793.71	c number of learned constraints concerned by reduction	: 0
1800.03/1793.71	c number of learning phase by resolution	: 0
1800.03/1793.71	c number of learning phase by cutting planes	: 0
1800.03/1793.71	c speed (assignments/second)	: 2201.4031965731147
1800.03/1793.71	c non guided choices	53499
1800.03/1793.71	c learnt constraints type 
1800.03/1793.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3396
1800.03/1793.71	c constraints type 
1800.03/1793.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 72580
1800.03/1793.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 145160
1800.03/1793.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/1793.71	c 217742 constraints processed.
1800.03/1793.71	s UNKNOWN
1800.03/1793.71	c Total wall clock time (in seconds): 1793.588

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-3710169-1338157494/watcher-3710169-1338157494 -o /tmp/evaluation-result-3710169-1338157494/solver-3710169-1338157494 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710169-1338157494.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 21483
/proc/meminfo: memFree=25187316/32873660 swapFree=7120/7120
[pid=21483] ppid=21481 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/21483/stat : 21483 (runsolver) D 21481 21483 16973 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 281875189 12095488 56 33554432000 4194304 5436572 140733676811216 140733676807096 5057063 0 0 4096 24578 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/21483/statm: 2953 56 36 304 0 2645 0

[startup+0.0509921 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 21483
/proc/meminfo: memFree=25187316/32873660 swapFree=7120/7120
[pid=21483] ppid=21481 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/21483/stat : 21483 (java) S 21481 21483 16973 0 -1 4202496 3031 0 1 0 2 1 0 0 20 0 13 0 281875189 9446973440 3728 33554432000 1073741824 1073778376 140737083233056 140737083224192 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21483/statm: 2306390 3728 1699 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100195 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 21483
/proc/meminfo: memFree=25187316/32873660 swapFree=7120/7120
[pid=21483] ppid=21481 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/21483/stat : 21483 (java) S 21481 21483 16973 0 -1 4202496 4228 0 1 0 7 1 0 0 20 0 18 0 281875189 9787842560 5435 33554432000 1073741824 1073778376 140737083233056 140737083224192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21483/statm: 2389610 5435 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300168 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 21483
/proc/meminfo: memFree=25187316/32873660 swapFree=7120/7120
[pid=21483] ppid=21481 vsize=9558440 CPUtime=0.47 cores=1,3,5,7
/proc/21483/stat : 21483 (java) S 21481 21483 16973 0 -1 4202496 5960 0 1 0 45 2 0 0 20 0 18 0 281875189 9787842560 9054 33554432000 1073741824 1073778376 140737083233056 140737083224192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21483/statm: 2389610 9054 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.70018 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 21483
/proc/meminfo: memFree=25187316/32873660 swapFree=7120/7120
[pid=21483] ppid=21481 vsize=9558440 CPUtime=1.12 cores=1,3,5,7
/proc/21483/stat : 21483 (java) S 21481 21483 16973 0 -1 4202496 8173 0 1 0 107 5 0 0 20 0 18 0 281875189 9787842560 41975 33554432000 1073741824 1073778376 140737083233056 140737083224192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21483/statm: 2389610 41975 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558440

[startup+1.50067 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 21501
/proc/meminfo: memFree=25007604/32873660 swapFree=7120/7120
[pid=21483] ppid=21481 vsize=9558440 CPUtime=2 cores=1,3,5,7
/proc/21483/stat : 21483 (java) S 21481 21483 16973 0 -1 4202496 8241 0 1 0 192 8 0 0 20 0 18 0 281875189 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140737083224192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21483/statm: 2389610 57344 2253 9 0 2380296 0
[pid=21483/tid=21485] ppid=21481 vsize=9558440 CPUtime=1.41 cores=1,3,5,7
/proc/21483/task/21485/stat : 21485 (java) R 21481 21483 16973 0 -1 4202560 2579 0 1 0 137 4 0 0 20 0 18 0 281875190 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140439568961392 270333437197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21486] ppid=21481 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21486/stat : 21486 (java) S 21481 21483 16973 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 281875191 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140439530461864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21487] ppid=21481 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21487/stat : 21487 (java) S 21481 21483 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 281875191 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140439529409320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21488] ppid=21481 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21488/stat : 21488 (java) S 21481 21483 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 281875191 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140439528356776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21483/tid=21489] ppid=21481 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/21483/task/21489/stat : 21489 (java) S 21481 21483 16973 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 18 0 281875191 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140439527304232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21490] ppid=21481 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21490/stat : 21490 (java) S 21481 21483 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 281875191 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140439526250664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21483/tid=21491] ppid=21481 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/21483/task/21491/stat : 21491 (java) S 21481 21483 16973 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 281875191 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140439407552808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21492] ppid=21481 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21492/stat : 21492 (java) S 21481 21483 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 281875191 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140439406500264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21483/tid=21493] ppid=21481 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21493/stat : 21493 (java) S 21481 21483 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 281875191 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140439405447720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21494] ppid=21481 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21494/stat : 21494 (java) S 21481 21483 16973 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 281875192 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140439393036904 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21495] ppid=21481 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21495/stat : 21495 (java) S 21481 21483 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 281875193 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140439391983224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21496] ppid=21481 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21496/stat : 21496 (java) S 21481 21483 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 281875193 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140438786795144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21497] ppid=21481 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21497/stat : 21497 (java) S 21481 21483 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281875195 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140438785743888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21498] ppid=21481 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/21483/task/21498/stat : 21498 (java) S 21481 21483 16973 0 -1 4202560 1926 0 0 0 17 0 0 0 20 0 18 0 281875195 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140438784690232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21499] ppid=21481 vsize=9558440 CPUtime=0.21 cores=1,3,5,7
/proc/21483/task/21499/stat : 21499 (java) S 21481 21483 16973 0 -1 4202560 2404 0 0 0 21 0 0 0 20 0 18 0 281875195 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140438783637688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21500] ppid=21481 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21500/stat : 21500 (java) S 21481 21483 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281875195 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140438782585336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21501] ppid=21481 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21501/stat : 21501 (java) S 21481 21483 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281875195 9787842560 57344 33554432000 1073741824 1073778376 140737083233056 140438781533000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9558440

[startup+3.10065 s]
/proc/loadavg: 2.00 2.00 2.00 10/212 21501
/proc/meminfo: memFree=24830748/32873660 swapFree=7120/7120
[pid=21483] ppid=21481 vsize=9625004 CPUtime=4.6 cores=1,3,5,7
/proc/21483/stat : 21483 (java) S 21481 21483 16973 0 -1 4202496 16030 0 1 0 442 18 0 0 20 0 19 0 281875189 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140737083224192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21483/statm: 2406251 98931 2272 9 0 2396937 0
[pid=21483/tid=21485] ppid=21481 vsize=9625004 CPUtime=2.89 cores=1,3,5,7
/proc/21483/task/21485/stat : 21485 (java) R 21481 21483 16973 0 -1 4202560 2630 0 1 0 284 5 0 0 20 0 19 0 281875190 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140439568968912 140439408186073 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21483/tid=21486] ppid=21481 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/21483/task/21486/stat : 21486 (java) S 21481 21483 16973 0 -1 4202560 44 0 0 0 3 1 0 0 20 0 19 0 281875191 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140439530461864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21487] ppid=21481 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/21483/task/21487/stat : 21487 (java) S 21481 21483 16973 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 19 0 281875191 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140439529409320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21488] ppid=21481 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21483/task/21488/stat : 21488 (java) S 21481 21483 16973 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 19 0 281875191 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140439528356776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21489] ppid=21481 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/21483/task/21489/stat : 21489 (java) S 21481 21483 16973 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 19 0 281875191 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140439527304232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21483/tid=21490] ppid=21481 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/21483/task/21490/stat : 21490 (java) S 21481 21483 16973 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 19 0 281875191 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140439526250664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21491] ppid=21481 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/21483/task/21491/stat : 21491 (java) S 21481 21483 16973 0 -1 4202560 56 0 0 0 7 2 0 0 20 0 19 0 281875191 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140439407552808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21483/tid=21492] ppid=21481 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/21483/task/21492/stat : 21492 (java) S 21481 21483 16973 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 281875191 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140439406500264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21483/tid=21493] ppid=21481 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/21483/task/21493/stat : 21493 (java) S 21481 21483 16973 0 -1 4202560 51 0 0 0 5 2 0 0 20 0 19 0 281875191 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140439405447720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21494] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21494/stat : 21494 (java) S 21481 21483 16973 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 281875192 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140439393036904 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21495] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21495/stat : 21495 (java) S 21481 21483 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281875193 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140439391983224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21496] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21496/stat : 21496 (java) S 21481 21483 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281875193 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140438786795144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21497] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21497/stat : 21497 (java) S 21481 21483 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281875195 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140438785743888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21498] ppid=21481 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/21483/task/21498/stat : 21498 (java) S 21481 21483 16973 0 -1 4202560 7784 0 0 0 63 1 0 0 20 0 19 0 281875195 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140438784690232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21499] ppid=21481 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/21483/task/21499/stat : 21499 (java) S 21481 21483 16973 0 -1 4202560 3945 0 0 0 48 0 0 0 20 0 19 0 281875195 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140438783637688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21500] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21500/stat : 21500 (java) S 21481 21483 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281875195 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140438782585336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21501] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21501/stat : 21501 (java) S 21481 21483 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281875195 9856004096 98931 33554432000 1073741824 1073778376 140737083233056 140438781533000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 9625004

[startup+6.30072 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 21502
/proc/meminfo: memFree=24041100/32873660 swapFree=7120/7120
[pid=21483] ppid=21481 vsize=9625004 CPUtime=8.29 cores=1,3,5,7
/proc/21483/stat : 21483 (java) S 21481 21483 16973 0 -1 4202496 18428 0 1 0 793 36 0 0 20 0 19 0 281875189 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140737083224192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21483/statm: 2406251 294376 2274 9 0 2396937 0
[pid=21483/tid=21485] ppid=21481 vsize=9625004 CPUtime=5.93 cores=1,3,5,7
/proc/21483/task/21485/stat : 21485 (java) R 21481 21483 16973 0 -1 4202560 3439 0 1 0 577 16 0 0 20 0 19 0 281875190 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140439568969664 140439408473312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21486] ppid=21481 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/21483/task/21486/stat : 21486 (java) S 21481 21483 16973 0 -1 4202560 78 0 0 0 11 3 0 0 20 0 19 0 281875191 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140439530461864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21487] ppid=21481 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/21483/task/21487/stat : 21487 (java) S 21481 21483 16973 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 19 0 281875191 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140439529409320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21483/tid=21488] ppid=21481 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/21483/task/21488/stat : 21488 (java) S 21481 21483 16973 0 -1 4202560 30 0 0 0 6 2 0 0 20 0 19 0 281875191 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140439528356776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21483/tid=21489] ppid=21481 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/21483/task/21489/stat : 21489 (java) S 21481 21483 16973 0 -1 4202560 66 0 0 0 12 3 0 0 20 0 19 0 281875191 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140439527304232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21490] ppid=21481 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/21483/task/21490/stat : 21490 (java) S 21481 21483 16973 0 -1 4202560 39 0 0 0 7 2 0 0 20 0 19 0 281875191 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140439526250664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21491] ppid=21481 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/21483/task/21491/stat : 21491 (java) S 21481 21483 16973 0 -1 4202560 66 0 0 0 11 2 0 0 20 0 19 0 281875191 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140439407552808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21483/tid=21492] ppid=21481 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/21483/task/21492/stat : 21492 (java) S 21481 21483 16973 0 -1 4202560 43 0 0 0 8 3 0 0 20 0 19 0 281875191 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140439406500264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21493] ppid=21481 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/21483/task/21493/stat : 21493 (java) S 21481 21483 16973 0 -1 4202560 67 0 0 0 10 3 0 0 20 0 19 0 281875191 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140439405447720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21483/tid=21494] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21494/stat : 21494 (java) S 21481 21483 16973 0 -1 4202560 971 0 0 0 0 0 0 0 20 0 19 0 281875192 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140439393036904 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21495] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21495/stat : 21495 (java) S 21481 21483 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281875193 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140439391983224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21496] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21496/stat : 21496 (java) S 21481 21483 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281875193 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140438786795144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21497] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21497/stat : 21497 (java) S 21481 21483 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281875195 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140438785743888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21498] ppid=21481 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/21483/task/21498/stat : 21498 (java) S 21481 21483 16973 0 -1 4202560 7791 0 0 0 68 1 0 0 20 0 19 0 281875195 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140438784690232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21499] ppid=21481 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/21483/task/21499/stat : 21499 (java) S 21481 21483 16973 0 -1 4202560 4615 0 0 0 57 0 0 0 20 0 19 0 281875195 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140438783637688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21500] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21500/stat : 21500 (java) S 21481 21483 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281875195 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140438782585336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21501] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21501/stat : 21501 (java) S 21481 21483 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281875195 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140438781533000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21502] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21502/stat : 21502 (java) S 21481 21483 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281875412 9856004096 294376 33554432000 1073741824 1073778376 140737083233056 140438780478760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 21502
/proc/meminfo: memFree=23484924/32873660 swapFree=7120/7120
[pid=21483] ppid=21481 vsize=9625004 CPUtime=14.8 cores=1,3,5,7
/proc/21483/stat : 21483 (java) S 21481 21483 16973 0 -1 4202496 18698 0 1 0 1436 44 0 0 20 0 19 0 281875189 9856004096 427506 33554432000 1073741824 1073778376 140737083233056 140737083224192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0

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

[pid=21483/tid=21498] ppid=21481 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/21483/task/21498/stat : 21498 (java) S 21481 21483 16973 0 -1 4202560 7809 0 0 0 75 2 0 0 20 0 19 0 281875195 9856004096 625244 33554432000 1073741824 1073778376 140737083233056 140438784690232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21499] ppid=21481 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/21483/task/21499/stat : 21499 (java) S 21481 21483 16973 0 -1 4202560 4619 0 0 0 65 0 0 0 20 0 19 0 281875195 9856004096 625244 33554432000 1073741824 1073778376 140737083233056 140438783637688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21500] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21500/stat : 21500 (java) S 21481 21483 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281875195 9856004096 625244 33554432000 1073741824 1073778376 140737083233056 140438782585336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21501] ppid=21481 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/21483/task/21501/stat : 21501 (java) S 21481 21483 16973 0 -1 4202560 99 0 0 0 16 17 0 0 20 0 19 0 281875195 9856004096 625244 33554432000 1073741824 1073778376 140737083233056 140438781533000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21502] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21502/stat : 21502 (java) S 21481 21483 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281875412 9856004096 625244 33554432000 1073741824 1073778376 140737083233056 140438780478760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1728.25
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.00 1.18 1.56 2/189 21546
/proc/meminfo: memFree=25114196/32873660 swapFree=7120/7120
[pid=21483] ppid=21481 vsize=9625004 CPUtime=1788.62 cores=1,3,5,7
/proc/21483/stat : 21483 (java) S 21481 21483 16973 0 -1 4202496 23338 0 1 0 178753 109 0 0 20 0 19 0 281875189 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140737083224192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21483/statm: 2406251 619734 2290 9 0 2396937 0
[pid=21483/tid=21485] ppid=21481 vsize=9625004 CPUtime=1775.08 cores=1,3,5,7
/proc/21483/task/21485/stat : 21485 (java) R 21481 21483 16973 0 -1 4202560 4445 0 1 0 177441 67 0 0 20 0 19 0 281875190 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140439568968880 140439408197511 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21486] ppid=21481 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/21483/task/21486/stat : 21486 (java) S 21481 21483 16973 0 -1 4202560 116 0 0 0 78 6 0 0 20 0 19 0 281875191 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140439530461864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21487] ppid=21481 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/21483/task/21487/stat : 21487 (java) S 21481 21483 16973 0 -1 4202560 80 0 0 0 81 4 0 0 20 0 19 0 281875191 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140439529409320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21488] ppid=21481 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/21483/task/21488/stat : 21488 (java) S 21481 21483 16973 0 -1 4202560 79 0 0 0 77 4 0 0 20 0 19 0 281875191 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140439528356776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21483/tid=21489] ppid=21481 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/21483/task/21489/stat : 21489 (java) S 21481 21483 16973 0 -1 4202560 108 0 0 0 92 5 0 0 20 0 19 0 281875191 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140439527304232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21483/tid=21490] ppid=21481 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/21483/task/21490/stat : 21490 (java) S 21481 21483 16973 0 -1 4202560 74 0 0 0 81 4 0 0 20 0 19 0 281875191 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140439526250664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21491] ppid=21481 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/21483/task/21491/stat : 21491 (java) S 21481 21483 16973 0 -1 4202560 101 0 0 0 80 5 0 0 20 0 19 0 281875191 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140439407552808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21492] ppid=21481 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/21483/task/21492/stat : 21492 (java) S 21481 21483 16973 0 -1 4202560 88 0 0 0 79 5 0 0 20 0 19 0 281875191 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140439406500264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21483/tid=21493] ppid=21481 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/21483/task/21493/stat : 21493 (java) S 21481 21483 16973 0 -1 4202560 115 0 0 0 85 6 0 0 20 0 19 0 281875191 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140439405447720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21483/tid=21494] ppid=21481 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/21483/task/21494/stat : 21494 (java) S 21481 21483 16973 0 -1 4202560 4415 0 0 0 19 5 0 0 20 0 19 0 281875192 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140439393036904 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21495] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21495/stat : 21495 (java) S 21481 21483 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281875193 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140439391983224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21496] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21496/stat : 21496 (java) S 21481 21483 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281875193 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140438786795144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21497] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21497/stat : 21497 (java) S 21481 21483 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281875195 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140438785743888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21498] ppid=21481 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/21483/task/21498/stat : 21498 (java) S 21481 21483 16973 0 -1 4202560 7809 0 0 0 75 2 0 0 20 0 19 0 281875195 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140438784690232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21499] ppid=21481 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/21483/task/21499/stat : 21499 (java) S 21481 21483 16973 0 -1 4202560 4619 0 0 0 65 0 0 0 20 0 19 0 281875195 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140438783637688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21500] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21500/stat : 21500 (java) S 21481 21483 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281875195 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140438782585336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21501] ppid=21481 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/21483/task/21501/stat : 21501 (java) S 21481 21483 16973 0 -1 4202560 103 0 0 0 16 18 0 0 20 0 19 0 281875195 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140438781533000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21502] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21502/stat : 21502 (java) S 21481 21483 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281875412 9856004096 619734 33554432000 1073741824 1073778376 140737083233056 140438780478760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1788.62
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.7 s]
/proc/loadavg: 1.00 1.17 1.55 2/189 21546
/proc/meminfo: memFree=25115068/32873660 swapFree=7120/7120
[pid=21483] ppid=21481 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/21483/stat : 21483 (java) S 21481 21483 16973 0 -1 4202496 23341 0 1 0 179894 109 0 0 20 0 19 0 281875189 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140737083224192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21483/statm: 2406251 619525 2290 9 0 2396937 0
[pid=21483/tid=21485] ppid=21481 vsize=9625004 CPUtime=1786.44 cores=1,3,5,7
/proc/21483/task/21485/stat : 21485 (java) R 21481 21483 16973 0 -1 4202560 4446 0 1 0 178576 68 0 0 20 0 19 0 281875190 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439568968992 140439408197574 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21486] ppid=21481 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/21483/task/21486/stat : 21486 (java) S 21481 21483 16973 0 -1 4202560 116 0 0 0 78 6 0 0 20 0 19 0 281875191 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439530461864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21487] ppid=21481 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/21483/task/21487/stat : 21487 (java) S 21481 21483 16973 0 -1 4202560 80 0 0 0 81 4 0 0 20 0 19 0 281875191 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439529409320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21488] ppid=21481 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/21483/task/21488/stat : 21488 (java) S 21481 21483 16973 0 -1 4202560 79 0 0 0 77 4 0 0 20 0 19 0 281875191 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439528356776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21483/tid=21489] ppid=21481 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/21483/task/21489/stat : 21489 (java) S 21481 21483 16973 0 -1 4202560 108 0 0 0 92 5 0 0 20 0 19 0 281875191 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439527304232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21483/tid=21490] ppid=21481 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/21483/task/21490/stat : 21490 (java) S 21481 21483 16973 0 -1 4202560 74 0 0 0 81 4 0 0 20 0 19 0 281875191 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439526250664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21491] ppid=21481 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/21483/task/21491/stat : 21491 (java) S 21481 21483 16973 0 -1 4202560 101 0 0 0 80 5 0 0 20 0 19 0 281875191 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439407552808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21492] ppid=21481 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/21483/task/21492/stat : 21492 (java) S 21481 21483 16973 0 -1 4202560 88 0 0 0 79 5 0 0 20 0 19 0 281875191 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439406500264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21483/tid=21493] ppid=21481 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/21483/task/21493/stat : 21493 (java) S 21481 21483 16973 0 -1 4202560 115 0 0 0 85 6 0 0 20 0 19 0 281875191 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439405447720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21494] ppid=21481 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/21483/task/21494/stat : 21494 (java) S 21481 21483 16973 0 -1 4202560 4417 0 0 0 19 5 0 0 20 0 19 0 281875192 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439393036904 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21495] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21495/stat : 21495 (java) S 21481 21483 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281875193 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439391983224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21496] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21496/stat : 21496 (java) S 21481 21483 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281875193 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140438786795144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21497] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21497/stat : 21497 (java) S 21481 21483 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281875195 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140438785743888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21498] ppid=21481 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/21483/task/21498/stat : 21498 (java) S 21481 21483 16973 0 -1 4202560 7809 0 0 0 75 2 0 0 20 0 19 0 281875195 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140438784690232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21499] ppid=21481 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/21483/task/21499/stat : 21499 (java) S 21481 21483 16973 0 -1 4202560 4619 0 0 0 65 0 0 0 20 0 19 0 281875195 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140438783637688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21500] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21500/stat : 21500 (java) S 21481 21483 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281875195 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140438782585336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21501] ppid=21481 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/21483/task/21501/stat : 21501 (java) S 21481 21483 16973 0 -1 4202560 103 0 0 0 16 18 0 0 20 0 19 0 281875195 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140438781533000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21502] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21502/stat : 21502 (java) S 21481 21483 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281875412 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140438780478760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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+1793.7 s]
/proc/loadavg: 1.00 1.17 1.55 2/189 21546
/proc/meminfo: memFree=25115068/32873660 swapFree=7120/7120
[pid=21483] ppid=21481 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/21483/stat : 21483 (java) S 21481 21483 16973 0 -1 4202496 23341 0 1 0 179894 109 0 0 20 0 19 0 281875189 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140737083224192 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21483/statm: 2406251 619525 2290 9 0 2396937 0
[pid=21483/tid=21485] ppid=21481 vsize=9625004 CPUtime=1786.44 cores=1,3,5,7
/proc/21483/task/21485/stat : 21485 (java) R 21481 21483 16973 0 -1 4202560 4446 0 1 0 178576 68 0 0 20 0 19 0 281875190 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439568968992 140439408197574 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21486] ppid=21481 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/21483/task/21486/stat : 21486 (java) S 21481 21483 16973 0 -1 4202560 116 0 0 0 78 6 0 0 20 0 19 0 281875191 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439530461864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21487] ppid=21481 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/21483/task/21487/stat : 21487 (java) S 21481 21483 16973 0 -1 4202560 80 0 0 0 81 4 0 0 20 0 19 0 281875191 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439529409320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21488] ppid=21481 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/21483/task/21488/stat : 21488 (java) S 21481 21483 16973 0 -1 4202560 79 0 0 0 77 4 0 0 20 0 19 0 281875191 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439528356776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21483/tid=21489] ppid=21481 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/21483/task/21489/stat : 21489 (java) S 21481 21483 16973 0 -1 4202560 108 0 0 0 92 5 0 0 20 0 19 0 281875191 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439527304232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21483/tid=21490] ppid=21481 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/21483/task/21490/stat : 21490 (java) S 21481 21483 16973 0 -1 4202560 74 0 0 0 81 4 0 0 20 0 19 0 281875191 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439526250664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21491] ppid=21481 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/21483/task/21491/stat : 21491 (java) S 21481 21483 16973 0 -1 4202560 101 0 0 0 80 5 0 0 20 0 19 0 281875191 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439407552808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21492] ppid=21481 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/21483/task/21492/stat : 21492 (java) S 21481 21483 16973 0 -1 4202560 88 0 0 0 79 5 0 0 20 0 19 0 281875191 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439406500264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21483/tid=21493] ppid=21481 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/21483/task/21493/stat : 21493 (java) S 21481 21483 16973 0 -1 4202560 115 0 0 0 85 6 0 0 20 0 19 0 281875191 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439405447720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21494] ppid=21481 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/21483/task/21494/stat : 21494 (java) S 21481 21483 16973 0 -1 4202560 4417 0 0 0 19 5 0 0 20 0 19 0 281875192 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439393036904 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21495] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21495/stat : 21495 (java) S 21481 21483 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281875193 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140439391983224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21496] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21496/stat : 21496 (java) S 21481 21483 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281875193 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140438786795144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21497] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21497/stat : 21497 (java) S 21481 21483 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281875195 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140438785743888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21498] ppid=21481 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/21483/task/21498/stat : 21498 (java) S 21481 21483 16973 0 -1 4202560 7809 0 0 0 75 2 0 0 20 0 19 0 281875195 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140438784690232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21499] ppid=21481 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/21483/task/21499/stat : 21499 (java) S 21481 21483 16973 0 -1 4202560 4619 0 0 0 65 0 0 0 20 0 19 0 281875195 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140438783637688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21500] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21500/stat : 21500 (java) S 21481 21483 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281875195 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140438782585336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21483/tid=21501] ppid=21481 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/21483/task/21501/stat : 21501 (java) S 21481 21483 16973 0 -1 4202560 103 0 0 0 16 18 0 0 20 0 19 0 281875195 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140438781533000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21483/tid=21502] ppid=21481 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21483/task/21502/stat : 21502 (java) S 21481 21483 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281875412 9856004096 619525 33554432000 1073741824 1073778376 140737083233056 140438780478760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1793.73
CPU time (s): 1800.03
CPU user time (s): 1798.94
CPU system time (s): 1.09
CPU usage (%): 100.351
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.18
system time used= 1.45478
maximum resident set size= 2835560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23371
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45835
involuntary context switches= 39526

runsolver used 5.81112 second user time and 14.4318 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 00:24:54
IDJOB=3710169
IDBENCH=3023
IDSOLVER=2289
FILE ID=node117/3710169-1338157494
RUNJOBID= node117-1338124635-16990
PBS_JOBID= 14624513
Free space on /tmp= 70016 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=380-sizeP=191-sizeQ=380-376320478.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-3710169-1338157494/watcher-3710169-1338157494 -o /tmp/evaluation-result-3710169-1338157494/solver-3710169-1338157494 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710169-1338157494.opb

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

MD5SUM BENCH= 51d0311b377c59157e242074419873d8
RANDOM SEED=928520273

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

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

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


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        25187696 kB
Buffers:          335536 kB
Cached:          4084848 kB
SwapCached:            0 kB
Active:          4615052 kB
Inactive:        2189344 kB
Active(anon):    2375256 kB
Inactive(anon):    11352 kB
Active(file):    2239796 kB
Inactive(file):  2177992 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13196 kB
Writeback:             0 kB
AnonPages:       2392852 kB
Mapped:            22488 kB
Shmem:               200 kB
Slab:             735708 kB
SReclaimable:     179744 kB
SUnreclaim:       555964 kB
KernelStack:        1608 kB
PageTables:         8836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    2729996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2342912 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= 70036 MiB
End job on node117 at 2012-05-28 00:54:50