Trace number 3710170

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 1790.42

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=380-sizeP=191-sizeQ=380-765568612.opb
MD5SUM5541a5401e00525728267c7fde4b721b
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.6223
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 7729075046034516689390703781863974688597854659412869997312087757137816840157192354910932626270886944505998465497886041174443507857908386397911556311226886565568562128564837
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.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710170-1338157573.opb
0.09/0.12	c reading problem ... 
3.07/2.19	c ... done. Wall clock time 2.069s.
3.07/2.19	c declared #vars     73151
3.07/2.19	c #constraints  217742
3.07/2.19	c constraints type 
3.07/2.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 72580
3.07/2.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 145160
3.07/2.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.07/2.19	c 217742 constraints processed.
1552.03/1544.08	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1800.10/1790.41	c starts		: 25
1800.10/1790.41	c conflicts		: 5771
1800.10/1790.41	c decisions		: 71822
1800.10/1790.41	c propagations		: 4874355
1800.10/1790.41	c inspects		: 21258970
1800.10/1790.41	c shortcuts		: 0
1800.10/1790.41	c learnt literals	: 0
1800.10/1790.41	c learnt binary clauses	: 0
1800.10/1790.41	c learnt ternary clauses	: 2
1800.10/1790.41	c learnt constraints	: 5771
1800.10/1790.41	c ignored constraints	: 0
1800.10/1790.41	c root simplifications	: 25
1800.10/1790.41	c removed literals (reason simplification)	: 128819510
1800.10/1790.41	c reason swapping (by a shorter reason)	: 0
1800.10/1790.41	c Calls to reduceDB	: 1
1800.10/1790.41	c number of reductions to clauses (during analyze)	: 0
1800.10/1790.41	c number of learned constraints concerned by reduction	: 0
1800.10/1790.41	c number of learning phase by resolution	: 0
1800.10/1790.41	c number of learning phase by cutting planes	: 0
1800.10/1790.41	c speed (assignments/second)	: 2725.8855826589484
1800.10/1790.41	c non guided choices	52751
1800.10/1790.41	c learnt constraints type 
1800.10/1790.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3274
1800.10/1790.41	c constraints type 
1800.10/1790.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 72580
1800.10/1790.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 145160
1800.10/1790.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.10/1790.41	c 217742 constraints processed.
1800.10/1790.41	s UNKNOWN
1800.10/1790.41	c Total wall clock time (in seconds): 1790.293

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-3710170-1338157573/watcher-3710170-1338157573 -o /tmp/evaluation-result-3710170-1338157573/solver-3710170-1338157573 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710170-1338157573.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.01 2.01 2.00 3/194 6031
/proc/meminfo: memFree=31309804/32873648 swapFree=7116/7116
[pid=6031] ppid=6029 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/6031/stat : 6031 (java) D 6029 6031 31461 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 281882819 9515008 182 33554432000 1073741824 1073778376 140735337241456 140735337232488 260190322357 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/6031/statm: 2323 182 140 9 0 71 0

[startup+0.0568419 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 6031
/proc/meminfo: memFree=31309804/32873648 swapFree=7116/7116
[pid=6031] ppid=6029 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/6031/stat : 6031 (java) S 6029 6031 31461 0 -1 4202496 3080 0 1 0 2 1 0 0 20 0 13 0 281882819 9446973440 4289 33554432000 1073741824 1073778376 140737215850608 140737215841744 260193681469 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6031/statm: 2306390 4290 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100254 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 6031
/proc/meminfo: memFree=31309804/32873648 swapFree=7116/7116
[pid=6031] ppid=6029 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/6031/stat : 6031 (java) S 6029 6031 31461 0 -1 4202496 4291 0 1 0 8 1 0 0 20 0 18 0 281882819 9787842560 6010 33554432000 1073741824 1073778376 140737215850608 140737215841744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6031/statm: 2389610 6010 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300177 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 6031
/proc/meminfo: memFree=31309804/32873648 swapFree=7116/7116
[pid=6031] ppid=6029 vsize=9558440 CPUtime=0.48 cores=1,3,5,7
/proc/6031/stat : 6031 (java) S 6029 6031 31461 0 -1 4202496 5995 0 1 0 46 2 0 0 20 0 18 0 281882819 9787842560 8853 33554432000 1073741824 1073778376 140737215850608 140737215841744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6031/statm: 2389610 8853 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558440

[startup+0.700237 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 6031
/proc/meminfo: memFree=31309804/32873648 swapFree=7116/7116
[pid=6031] ppid=6029 vsize=9558440 CPUtime=1.13 cores=1,3,5,7
/proc/6031/stat : 6031 (java) S 6029 6031 31461 0 -1 4202496 8221 0 1 0 108 5 0 0 20 0 18 0 281882819 9787842560 41983 33554432000 1073741824 1073778376 140737215850608 140737215841744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6031/statm: 2389610 41983 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558440

[startup+1.50062 s]
/proc/loadavg: 2.01 2.01 2.00 3/212 6049
/proc/meminfo: memFree=31130184/32873648 swapFree=7116/7116
[pid=6031] ppid=6029 vsize=9558440 CPUtime=2.04 cores=1,3,5,7
/proc/6031/stat : 6031 (java) S 6029 6031 31461 0 -1 4202496 8287 0 1 0 195 9 0 0 20 0 18 0 281882819 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140737215841744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6031/statm: 2389610 56841 2253 9 0 2380296 0
[pid=6031/tid=6033] ppid=6029 vsize=9558440 CPUtime=1.41 cores=1,3,5,7
/proc/6031/task/6033/stat : 6033 (java) R 6029 6031 31461 0 -1 4202560 2585 0 1 0 137 4 0 0 20 0 18 0 281882820 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140365473366192 260193707277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6034] ppid=6029 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/6031/task/6034/stat : 6034 (java) S 6029 6031 31461 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 281882821 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140365445826728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6035] ppid=6029 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6035/stat : 6035 (java) S 6029 6031 31461 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 281882821 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140365444774184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6036] ppid=6029 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/6031/task/6036/stat : 6036 (java) S 6029 6031 31461 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 281882821 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140365443721640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6037] ppid=6029 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/6031/task/6037/stat : 6037 (java) S 6029 6031 31461 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 281882821 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140365442669096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6038] ppid=6029 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/6031/task/6038/stat : 6038 (java) S 6029 6031 31461 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 281882821 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140365441616552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6039] ppid=6029 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6039/stat : 6039 (java) S 6029 6031 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 281882821 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140365440564008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6040] ppid=6029 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6040/stat : 6040 (java) S 6029 6031 31461 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 281882821 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140365439511464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6041] ppid=6029 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/6031/task/6041/stat : 6041 (java) S 6029 6031 31461 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 281882821 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140365438458920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6042] ppid=6029 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6042/stat : 6042 (java) S 6029 6031 31461 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 281882822 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140364826511464 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6043] ppid=6029 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6043/stat : 6043 (java) S 6029 6031 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 281882822 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140364825457784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6044] ppid=6029 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6044/stat : 6044 (java) S 6029 6031 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 281882822 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140364824405128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6045] ppid=6029 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6045/stat : 6045 (java) S 6029 6031 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281882825 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140364823353872 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6046] ppid=6029 vsize=9558440 CPUtime=0.18 cores=1,3,5,7
/proc/6031/task/6046/stat : 6046 (java) S 6029 6031 31461 0 -1 4202560 2025 0 0 0 18 0 0 0 20 0 18 0 281882825 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140364822301240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6047] ppid=6029 vsize=9558440 CPUtime=0.21 cores=1,3,5,7
/proc/6031/task/6047/stat : 6047 (java) S 6029 6031 31461 0 -1 4202560 2346 0 0 0 21 0 0 0 20 0 18 0 281882825 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140364821248696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6048] ppid=6029 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6048/stat : 6048 (java) S 6029 6031 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281882825 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140364820196344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6049] ppid=6029 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6049/stat : 6049 (java) S 6029 6031 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281882825 9787842560 56841 33554432000 1073741824 1073778376 140737215850608 140364819144008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9558440

[startup+3.10065 s]
/proc/loadavg: 2.01 2.01 2.00 10/212 6049
/proc/meminfo: memFree=30965492/32873648 swapFree=7116/7116
[pid=6031] ppid=6029 vsize=9625004 CPUtime=4.64 cores=1,3,5,7
/proc/6031/stat : 6031 (java) S 6029 6031 31461 0 -1 4202496 16302 0 1 0 446 18 0 0 20 0 19 0 281882819 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140737215841744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6031/statm: 2406251 99422 2272 9 0 2396937 0
[pid=6031/tid=6033] ppid=6029 vsize=9625004 CPUtime=2.9 cores=1,3,5,7
/proc/6031/task/6033/stat : 6033 (java) R 6029 6031 31461 0 -1 4202560 2637 0 1 0 285 5 0 0 20 0 19 0 281882820 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140365473373512 140365320000676 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6034] ppid=6029 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/6031/task/6034/stat : 6034 (java) S 6029 6031 31461 0 -1 4202560 67 0 0 0 5 1 0 0 20 0 19 0 281882821 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140365445826728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6035] ppid=6029 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/6031/task/6035/stat : 6035 (java) S 6029 6031 31461 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 281882821 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140365444774184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6036] ppid=6029 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/6031/task/6036/stat : 6036 (java) S 6029 6031 31461 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 281882821 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140365443721640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6037] ppid=6029 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/6031/task/6037/stat : 6037 (java) S 6029 6031 31461 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 19 0 281882821 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140365442669096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6038] ppid=6029 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/6031/task/6038/stat : 6038 (java) S 6029 6031 31461 0 -1 4202560 44 0 0 0 6 3 0 0 20 0 19 0 281882821 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140365441616552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6039] ppid=6029 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/6031/task/6039/stat : 6039 (java) S 6029 6031 31461 0 -1 4202560 53 0 0 0 6 2 0 0 20 0 19 0 281882821 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140365440564008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6040] ppid=6029 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/6031/task/6040/stat : 6040 (java) S 6029 6031 31461 0 -1 4202560 23 0 0 0 6 0 0 0 20 0 19 0 281882821 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140365439511464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6041] ppid=6029 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/6031/task/6041/stat : 6041 (java) S 6029 6031 31461 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 19 0 281882821 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140365438458920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6042] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6042/stat : 6042 (java) S 6029 6031 31461 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 281882822 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140364826511464 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6043] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6043/stat : 6043 (java) S 6029 6031 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281882822 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140364825457784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6044] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6044/stat : 6044 (java) S 6029 6031 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281882822 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140364824405128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6045] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6045/stat : 6045 (java) S 6029 6031 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281882825 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140364823353872 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6046] ppid=6029 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/6031/task/6046/stat : 6046 (java) S 6029 6031 31461 0 -1 4202560 7878 0 0 0 60 2 0 0 20 0 19 0 281882825 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140364822301240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6047] ppid=6029 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/6031/task/6047/stat : 6047 (java) S 6029 6031 31461 0 -1 4202560 4113 0 0 0 46 2 0 0 20 0 19 0 281882825 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140364821248696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6048] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6048/stat : 6048 (java) S 6029 6031 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281882825 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140364820196344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6049] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6049/stat : 6049 (java) S 6029 6031 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281882825 9856004096 99422 33554432000 1073741824 1073778376 140737215850608 140364819144008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 9625004

[startup+6.30053 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 6050
/proc/meminfo: memFree=30151008/32873648 swapFree=7116/7116
[pid=6031] ppid=6029 vsize=9625004 CPUtime=8.36 cores=1,3,5,7
/proc/6031/stat : 6031 (java) S 6029 6031 31461 0 -1 4202496 18712 0 1 0 801 35 0 0 20 0 19 0 281882819 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140737215841744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6031/statm: 2406251 291281 2275 9 0 2396937 0
[pid=6031/tid=6033] ppid=6029 vsize=9625004 CPUtime=5.99 cores=1,3,5,7
/proc/6031/task/6033/stat : 6033 (java) R 6029 6031 31461 0 -1 4202560 3441 0 1 0 584 15 0 0 20 0 19 0 281882820 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140365473372712 140365320288141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6034] ppid=6029 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/6031/task/6034/stat : 6034 (java) S 6029 6031 31461 0 -1 4202560 83 0 0 0 8 2 0 0 20 0 19 0 281882821 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140365445826728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6035] ppid=6029 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/6031/task/6035/stat : 6035 (java) S 6029 6031 31461 0 -1 4202560 43 0 0 0 8 2 0 0 20 0 19 0 281882821 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140365444774184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6036] ppid=6029 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/6031/task/6036/stat : 6036 (java) S 6029 6031 31461 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 19 0 281882821 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140365443721640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6037] ppid=6029 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/6031/task/6037/stat : 6037 (java) S 6029 6031 31461 0 -1 4202560 49 0 0 0 7 2 0 0 20 0 19 0 281882821 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140365442669096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6038] ppid=6029 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/6031/task/6038/stat : 6038 (java) S 6029 6031 31461 0 -1 4202560 63 0 0 0 10 3 0 0 20 0 19 0 281882821 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140365441616552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6039] ppid=6029 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/6031/task/6039/stat : 6039 (java) S 6029 6031 31461 0 -1 4202560 79 0 0 0 11 3 0 0 20 0 19 0 281882821 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140365440564008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6040] ppid=6029 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/6031/task/6040/stat : 6040 (java) S 6029 6031 31461 0 -1 4202560 34 0 0 0 8 1 0 0 20 0 19 0 281882821 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140365439511464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6041] ppid=6029 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/6031/task/6041/stat : 6041 (java) S 6029 6031 31461 0 -1 4202560 47 0 0 0 8 2 0 0 20 0 19 0 281882821 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140365438458920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6042] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6042/stat : 6042 (java) S 6029 6031 31461 0 -1 4202560 970 0 0 0 0 0 0 0 20 0 19 0 281882822 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140364826511464 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6043] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6043/stat : 6043 (java) S 6029 6031 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281882822 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140364825457784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6044] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6044/stat : 6044 (java) S 6029 6031 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281882822 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140364824405128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6045] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6045/stat : 6045 (java) S 6029 6031 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281882825 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140364823353872 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6046] ppid=6029 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/6031/task/6046/stat : 6046 (java) S 6029 6031 31461 0 -1 4202560 7886 0 0 0 72 2 0 0 20 0 19 0 281882825 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140364822301240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6047] ppid=6029 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/6031/task/6047/stat : 6047 (java) S 6029 6031 31461 0 -1 4202560 4790 0 0 0 61 2 0 0 20 0 19 0 281882825 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140364821248696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6048] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6048/stat : 6048 (java) S 6029 6031 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281882825 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140364820196344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6049] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6049/stat : 6049 (java) S 6029 6031 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281882825 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140364819144008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6050] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6050/stat : 6050 (java) S 6029 6031 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281883043 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140364818088744 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 6050
/proc/meminfo: memFree=30151284/32873648 swapFree=7116/7116
[pid=6031] ppid=6029 vsize=9625004 CPUtime=14.76 cores=1,3,5,7
/proc/6031/stat : 6031 (java) S 6029 6031 31461 0 -1 4202496 18713 0 1 0 1441 35 0 0 20 0 19 0 281882819 9856004096 291281 33554432000 1073741824 1073778376 140737215850608 140737215841744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=6031/tid=6046] ppid=6029 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/6031/task/6046/stat : 6046 (java) S 6029 6031 31461 0 -1 4202560 7898 0 0 0 75 2 0 0 20 0 19 0 281882825 9856004096 612090 33554432000 1073741824 1073778376 140737215850608 140364822301240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6047] ppid=6029 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/6031/task/6047/stat : 6047 (java) S 6029 6031 31461 0 -1 4202560 4790 0 0 0 61 2 0 0 20 0 19 0 281882825 9856004096 612090 33554432000 1073741824 1073778376 140737215850608 140364821248696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6048] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6048/stat : 6048 (java) S 6029 6031 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281882825 9856004096 612090 33554432000 1073741824 1073778376 140737215850608 140364820196344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6049] ppid=6029 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/6031/task/6049/stat : 6049 (java) S 6029 6031 31461 0 -1 4202560 97 0 0 0 13 15 0 0 20 0 19 0 281882825 9856004096 612090 33554432000 1073741824 1073778376 140737215850608 140364819144008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6050] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6050/stat : 6050 (java) S 6029 6031 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281883043 9856004096 612090 33554432000 1073741824 1073778376 140737215850608 140364818088744 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1671.37
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/213 6182
/proc/meminfo: memFree=29083336/32873648 swapFree=7116/7116
[pid=6031] ppid=6029 vsize=9625004 CPUtime=1731.75 cores=1,3,5,7
/proc/6031/stat : 6031 (java) S 6029 6031 31461 0 -1 4202496 23800 0 1 0 173068 107 0 0 20 0 19 0 281882819 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140737215841744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6031/statm: 2406251 610134 2290 9 0 2396937 0
[pid=6031/tid=6033] ppid=6029 vsize=9625004 CPUtime=1713.67 cores=1,3,5,7
/proc/6031/task/6033/stat : 6033 (java) R 6029 6031 31461 0 -1 4202560 4694 0 1 0 171299 68 0 0 20 0 19 0 281882820 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140365473373392 140365320006643 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6034] ppid=6029 vsize=9625004 CPUtime=1.4 cores=1,3,5,7
/proc/6031/task/6034/stat : 6034 (java) S 6029 6031 31461 0 -1 4202560 153 0 0 0 135 5 0 0 20 0 19 0 281882821 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140365445826728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6035] ppid=6029 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/6031/task/6035/stat : 6035 (java) S 6029 6031 31461 0 -1 4202560 91 0 0 0 143 4 0 0 20 0 19 0 281882821 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140365444774184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6036] ppid=6029 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/6031/task/6036/stat : 6036 (java) S 6029 6031 31461 0 -1 4202560 85 0 0 0 138 4 0 0 20 0 19 0 281882821 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140365443721640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6037] ppid=6029 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/6031/task/6037/stat : 6037 (java) S 6029 6031 31461 0 -1 4202560 91 0 0 0 143 4 0 0 20 0 19 0 281882821 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140365442669096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6038] ppid=6029 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/6031/task/6038/stat : 6038 (java) S 6029 6031 31461 0 -1 4202560 104 0 0 0 140 5 0 0 20 0 19 0 281882821 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140365441616552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6039] ppid=6029 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/6031/task/6039/stat : 6039 (java) S 6029 6031 31461 0 -1 4202560 119 0 0 0 143 5 0 0 20 0 19 0 281882821 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140365440564008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6040] ppid=6029 vsize=9625004 CPUtime=1.51 cores=1,3,5,7
/proc/6031/task/6040/stat : 6040 (java) S 6029 6031 31461 0 -1 4202560 83 0 0 0 147 4 0 0 20 0 19 0 281882821 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140365439511464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6041] ppid=6029 vsize=9625004 CPUtime=1.44 cores=1,3,5,7
/proc/6031/task/6041/stat : 6041 (java) S 6029 6031 31461 0 -1 4202560 95 0 0 0 139 5 0 0 20 0 19 0 281882821 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140365438458920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6042] ppid=6029 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/6031/task/6042/stat : 6042 (java) S 6029 6031 31461 0 -1 4202560 4313 0 0 0 21 7 0 0 20 0 19 0 281882822 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140364826511464 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6043] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6043/stat : 6043 (java) S 6029 6031 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281882822 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140364825457784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6044] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6044/stat : 6044 (java) S 6029 6031 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281882822 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140364824405128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6045] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6045/stat : 6045 (java) S 6029 6031 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281882825 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140364823353872 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6046] ppid=6029 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/6031/task/6046/stat : 6046 (java) S 6029 6031 31461 0 -1 4202560 7898 0 0 0 75 2 0 0 20 0 19 0 281882825 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140364822301240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6047] ppid=6029 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/6031/task/6047/stat : 6047 (java) S 6029 6031 31461 0 -1 4202560 4790 0 0 0 61 2 0 0 20 0 19 0 281882825 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140364821248696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6048] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6048/stat : 6048 (java) S 6029 6031 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281882825 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140364820196344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6049] ppid=6029 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/6031/task/6049/stat : 6049 (java) S 6029 6031 31461 0 -1 4202560 99 0 0 0 13 16 0 0 20 0 19 0 281882825 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140364819144008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6050] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6050/stat : 6050 (java) S 6029 6031 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281883043 9856004096 610134 33554432000 1073741824 1073778376 140737215850608 140364818088744 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1731.75
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 6183
/proc/meminfo: memFree=29092020/32873648 swapFree=7116/7116
[pid=6031] ppid=6029 vsize=9625004 CPUtime=1791.95 cores=1,3,5,7
/proc/6031/stat : 6031 (java) S 6029 6031 31461 0 -1 4202496 23824 0 1 0 179087 108 0 0 20 0 19 0 281882819 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140737215841744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6031/statm: 2406251 607986 2290 9 0 2396937 0
[pid=6031/tid=6033] ppid=6029 vsize=9625004 CPUtime=1773.37 cores=1,3,5,7
/proc/6031/task/6033/stat : 6033 (java) R 6029 6031 31461 0 -1 4202560 4710 0 1 0 177269 68 0 0 20 0 19 0 281882820 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140365473373376 140365320286227 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6034] ppid=6029 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/6031/task/6034/stat : 6034 (java) S 6029 6031 31461 0 -1 4202560 153 0 0 0 140 6 0 0 20 0 19 0 281882821 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140365445826728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6035] ppid=6029 vsize=9625004 CPUtime=1.53 cores=1,3,5,7
/proc/6031/task/6035/stat : 6035 (java) S 6029 6031 31461 0 -1 4202560 91 0 0 0 148 5 0 0 20 0 19 0 281882821 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140365444774184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6036] ppid=6029 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/6031/task/6036/stat : 6036 (java) S 6029 6031 31461 0 -1 4202560 85 0 0 0 143 4 0 0 20 0 19 0 281882821 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140365443721640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6037] ppid=6029 vsize=9625004 CPUtime=1.51 cores=1,3,5,7
/proc/6031/task/6037/stat : 6037 (java) S 6029 6031 31461 0 -1 4202560 91 0 0 0 147 4 0 0 20 0 19 0 281882821 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140365442669096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6038] ppid=6029 vsize=9625004 CPUtime=1.49 cores=1,3,5,7
/proc/6031/task/6038/stat : 6038 (java) S 6029 6031 31461 0 -1 4202560 104 0 0 0 144 5 0 0 20 0 19 0 281882821 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140365441616552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6039] ppid=6029 vsize=9625004 CPUtime=1.5 cores=1,3,5,7
/proc/6031/task/6039/stat : 6039 (java) S 6029 6031 31461 0 -1 4202560 119 0 0 0 145 5 0 0 20 0 19 0 281882821 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140365440564008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6040] ppid=6029 vsize=9625004 CPUtime=1.55 cores=1,3,5,7
/proc/6031/task/6040/stat : 6040 (java) S 6029 6031 31461 0 -1 4202560 83 0 0 0 151 4 0 0 20 0 19 0 281882821 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140365439511464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6041] ppid=6029 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/6031/task/6041/stat : 6041 (java) S 6029 6031 31461 0 -1 4202560 95 0 0 0 143 5 0 0 20 0 19 0 281882821 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140365438458920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6042] ppid=6029 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/6031/task/6042/stat : 6042 (java) S 6029 6031 31461 0 -1 4202560 4317 0 0 0 21 7 0 0 20 0 19 0 281882822 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140364826511464 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6043] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6043/stat : 6043 (java) S 6029 6031 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281882822 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140364825457784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6044] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6044/stat : 6044 (java) S 6029 6031 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281882822 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140364824405128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6045] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6045/stat : 6045 (java) S 6029 6031 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281882825 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140364823353872 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6046] ppid=6029 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/6031/task/6046/stat : 6046 (java) S 6029 6031 31461 0 -1 4202560 7898 0 0 0 75 2 0 0 20 0 19 0 281882825 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140364822301240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6047] ppid=6029 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/6031/task/6047/stat : 6047 (java) S 6029 6031 31461 0 -1 4202560 4790 0 0 0 61 2 0 0 20 0 19 0 281882825 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140364821248696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6048] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6048/stat : 6048 (java) S 6029 6031 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281882825 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140364820196344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6049] ppid=6029 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/6031/task/6049/stat : 6049 (java) S 6029 6031 31461 0 -1 4202560 103 0 0 0 13 17 0 0 20 0 19 0 281882825 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140364819144008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6050] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6050/stat : 6050 (java) S 6029 6031 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281883043 9856004096 607986 33554432000 1073741824 1073778376 140737215850608 140364818088744 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 6183
/proc/meminfo: memFree=29093016/32873648 swapFree=7116/7116
[pid=6031] ppid=6029 vsize=9625004 CPUtime=1800.1 cores=1,3,5,7
/proc/6031/stat : 6031 (java) S 6029 6031 31461 0 -1 4202496 23826 0 1 0 179902 108 0 0 20 0 19 0 281882819 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140737215841744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6031/statm: 2406251 607714 2290 9 0 2396937 0
[pid=6031/tid=6033] ppid=6029 vsize=9625004 CPUtime=1781.44 cores=1,3,5,7
/proc/6031/task/6033/stat : 6033 (java) R 6029 6031 31461 0 -1 4202560 4712 0 1 0 178075 69 0 0 20 0 19 0 281882820 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140365473373496 140365320288118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6034] ppid=6029 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/6031/task/6034/stat : 6034 (java) S 6029 6031 31461 0 -1 4202560 153 0 0 0 140 6 0 0 20 0 19 0 281882821 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140365445826728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6035] ppid=6029 vsize=9625004 CPUtime=1.54 cores=1,3,5,7
/proc/6031/task/6035/stat : 6035 (java) S 6029 6031 31461 0 -1 4202560 91 0 0 0 149 5 0 0 20 0 19 0 281882821 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140365444774184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6036] ppid=6029 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/6031/task/6036/stat : 6036 (java) S 6029 6031 31461 0 -1 4202560 85 0 0 0 144 4 0 0 20 0 19 0 281882821 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140365443721640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6037] ppid=6029 vsize=9625004 CPUtime=1.51 cores=1,3,5,7
/proc/6031/task/6037/stat : 6037 (java) S 6029 6031 31461 0 -1 4202560 91 0 0 0 147 4 0 0 20 0 19 0 281882821 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140365442669096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6038] ppid=6029 vsize=9625004 CPUtime=1.49 cores=1,3,5,7
/proc/6031/task/6038/stat : 6038 (java) S 6029 6031 31461 0 -1 4202560 104 0 0 0 144 5 0 0 20 0 19 0 281882821 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140365441616552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6039] ppid=6029 vsize=9625004 CPUtime=1.52 cores=1,3,5,7
/proc/6031/task/6039/stat : 6039 (java) S 6029 6031 31461 0 -1 4202560 119 0 0 0 147 5 0 0 20 0 19 0 281882821 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140365440564008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6040] ppid=6029 vsize=9625004 CPUtime=1.56 cores=1,3,5,7
/proc/6031/task/6040/stat : 6040 (java) S 6029 6031 31461 0 -1 4202560 83 0 0 0 152 4 0 0 20 0 19 0 281882821 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140365439511464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6041] ppid=6029 vsize=9625004 CPUtime=1.48 cores=1,3,5,7
/proc/6031/task/6041/stat : 6041 (java) S 6029 6031 31461 0 -1 4202560 95 0 0 0 143 5 0 0 20 0 19 0 281882821 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140365438458920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6042] ppid=6029 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/6031/task/6042/stat : 6042 (java) S 6029 6031 31461 0 -1 4202560 4317 0 0 0 21 7 0 0 20 0 19 0 281882822 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140364826511464 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6043] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6043/stat : 6043 (java) S 6029 6031 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281882822 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140364825457784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6044] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6044/stat : 6044 (java) S 6029 6031 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281882822 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140364824405128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6045] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6045/stat : 6045 (java) S 6029 6031 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281882825 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140364823353872 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6046] ppid=6029 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/6031/task/6046/stat : 6046 (java) S 6029 6031 31461 0 -1 4202560 7898 0 0 0 75 2 0 0 20 0 19 0 281882825 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140364822301240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6031/tid=6047] ppid=6029 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/6031/task/6047/stat : 6047 (java) S 6029 6031 31461 0 -1 4202560 4790 0 0 0 61 2 0 0 20 0 19 0 281882825 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140364821248696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6031/tid=6048] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6048/stat : 6048 (java) S 6029 6031 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281882825 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140364820196344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6031/tid=6049] ppid=6029 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/6031/task/6049/stat : 6049 (java) S 6029 6031 31461 0 -1 4202560 103 0 0 0 14 17 0 0 20 0 19 0 281882825 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140364819144008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6031/tid=6050] ppid=6029 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6031/task/6050/stat : 6050 (java) S 6029 6031 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281883043 9856004096 607714 33554432000 1073741824 1073778376 140737215850608 140364818088744 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6031 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=259231
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=482774
# CPU time returned by wait4() is 1795.74
# 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): 1790.42
CPU time (s): 1800.1
CPU user time (s): 1799.02
CPU system time (s): 1.08
CPU usage (%): 100.54
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.26
system time used= 1.48277
maximum resident set size= 2825332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23858
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54695
involuntary context switches= 54604

runsolver used 5.79012 second user time and 14.0239 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-28 00:26:14
IDJOB=3710170
IDBENCH=3028
IDSOLVER=2289
FILE ID=node123/3710170-1338157573
RUNJOBID= node123-1338144817-4665
PBS_JOBID= 14624505
Free space on /tmp= 71656 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-765568612.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-3710170-1338157573/watcher-3710170-1338157573 -o /tmp/evaluation-result-3710170-1338157573/solver-3710170-1338157573 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710170-1338157573.opb

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

MD5SUM BENCH= 5541a5401e00525728267c7fde4b721b
RANDOM SEED=1598060675

node123.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.217
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.43
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.217
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.217
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.217
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.217
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.217
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.217
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.217
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:       32873648 kB
MemFree:        31310440 kB
Buffers:          165792 kB
Cached:           244308 kB
SwapCached:          956 kB
Active:           562568 kB
Inactive:         210140 kB
Active(anon):     355216 kB
Inactive(anon):     9080 kB
Active(file):     207352 kB
Inactive(file):   201060 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102956 kB
Dirty:             13124 kB
Writeback:             4 kB
AnonPages:        368432 kB
Mapped:            18484 kB
Shmem:                 0 kB
Slab:             652212 kB
SReclaimable:      96540 kB
SUnreclaim:       555672 kB
KernelStack:        1576 kB
PageTables:         4436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1042544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 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= 71668 MiB
End job on node123 at 2012-05-28 00:56:06