Trace number 3688313

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.02 1772.03

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
MD5SUM80cd942b10c7098d47a9e31c7b11aaed
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables24751
Total number of constraints73261
Number of constraints which are clauses73260
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 constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235241283418574603663113591819857963636207601588942656194290280593199415
Number of bits of the biggest sum of numbers331
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.08	c version 2.3.2.v20120418
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.08	c os.arch		amd64
0.07/0.09	c Free memory 		501472288
0.07/0.09	c Max memory 		7480803328
0.07/0.09	c Total memory 		504102912
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3688313-1337882636.opb
0.10/0.11	c reading problem ... 
1.38/0.88	c ... done. Wall clock time 0.775s.
1.38/0.88	c declared #vars     24751
1.38/0.88	c #constraints  73262
1.38/0.88	c constraints type 
1.38/0.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1.38/0.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1.38/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.38/0.88	c 73262 constraints processed.
1.38/0.88	c objective function length is 111 literals
304.28/300.21	c cleaning 2487 clauses out of 5001 with flag 5001/5001
519.57/512.37	c cleaning 4238 clauses out of 8516 with flag 11003/11003
1152.61/1135.12	c cleaning 5630 clauses out of 11276 with flag 18001/18001
1366.93/1345.42	c cleaning 6823 clauses out of 13645 with flag 26000/26000
1763.46/1735.78	c cleaning 7904 clauses out of 15822 with flag 35000/35000
1800.02/1772.01	c starts		: 63
1800.02/1772.01	c conflicts		: 35897
1800.02/1772.01	c decisions		: 117919
1800.02/1772.01	c propagations		: 11016264
1800.02/1772.01	c inspects		: 67917040
1800.02/1772.01	c shortcuts		: 0
1800.02/1772.01	c learnt literals	: 0
1800.02/1772.01	c learnt binary clauses	: 2
1800.02/1772.01	c learnt ternary clauses	: 13
1800.02/1772.01	c learnt constraints	: 35897
1800.02/1772.01	c ignored constraints	: 0
1800.02/1772.01	c root simplifications	: 0
1800.02/1772.01	c removed literals (reason simplification)	: 0
1800.02/1772.01	c reason swapping (by a shorter reason)	: 0
1800.02/1772.01	c Calls to reduceDB	: 5
1800.02/1772.01	c number of reductions to clauses (during analyze)	: 0
1800.02/1772.01	c number of learned constraints concerned by reduction	: 0
1800.02/1772.01	c number of learning phase by resolution	: 0
1800.02/1772.01	c number of learning phase by cutting planes	: 0
1800.02/1772.01	c speed (assignments/second)	: 6220.020010185772
1800.02/1772.01	c non guided choices	183
1800.02/1772.01	c learnt constraints type 
1800.02/1772.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.02/1772.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8813
1800.02/1772.01	c constraints type 
1800.02/1772.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1800.02/1772.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1800.02/1772.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1772.01	c 73262 constraints processed.
1800.02/1772.01	s UNKNOWN
1800.02/1772.01	c Total wall clock time (in seconds): 1771.906

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-3688313-1337882636/watcher-3688313-1337882636 -o /tmp/evaluation-result-3688313-1337882636/solver-3688313-1337882636 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688313-1337882636.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: 1.92 1.99 1.99 3/194 28813
/proc/meminfo: memFree=29677132/32873844 swapFree=7116/7116
[pid=28813] ppid=28811 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/28813/stat : 28813 (java) R 28811 28813 27542 0 -1 4202496 1029 0 0 0 0 0 0 0 20 0 1 0 254388518 23793664 757 33554432000 1073741824 1073778376 140735237330592 140735237319656 139839149712163 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28813/statm: 5809 775 572 9 0 128 0

[startup+0.0836869 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 28813
/proc/meminfo: memFree=29677132/32873844 swapFree=7116/7116
[pid=28813] ppid=28811 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28811 28813 27542 0 -1 4202496 3667 0 1 0 6 1 0 0 20 0 18 0 254388518 9787813888 4876 33554432000 1073741824 1073778376 140735237330592 140735237321728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28813/statm: 2389603 4877 1933 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.100329 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 28813
/proc/meminfo: memFree=29677132/32873844 swapFree=7116/7116
[pid=28813] ppid=28811 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28811 28813 27542 0 -1 4202496 4354 0 1 0 9 1 0 0 20 0 18 0 254388518 9787813888 5550 33554432000 1073741824 1073778376 140735237330592 140735237321728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28813/statm: 2389603 5551 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300199 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 28813
/proc/meminfo: memFree=29677132/32873844 swapFree=7116/7116
[pid=28813] ppid=28811 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28811 28813 27542 0 -1 4202496 5677 0 1 0 49 1 0 0 20 0 18 0 254388518 9787813888 8812 33554432000 1073741824 1073778376 140735237330592 140735237321728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28813/statm: 2389603 8812 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.70031 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 28813
/proc/meminfo: memFree=29677132/32873844 swapFree=7116/7116
[pid=28813] ppid=28811 vsize=9558412 CPUtime=1.26 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28811 28813 27542 0 -1 4202496 9223 0 1 0 121 5 0 0 20 0 18 0 254388518 9787813888 42152 33554432000 1073741824 1073778376 140735237330592 140735237321728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28813/statm: 2389603 42152 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558412

[startup+1.50065 s]
/proc/loadavg: 1.92 1.99 1.99 4/213 28832
/proc/meminfo: memFree=29517252/32873844 swapFree=7116/7116
[pid=28813] ppid=28811 vsize=9624976 CPUtime=2.4 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28811 28813 27542 0 -1 4202496 9950 0 1 0 234 6 0 0 20 0 19 0 254388518 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 140735237321728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28813/statm: 2406244 42190 2267 9 0 2396937 0
[pid=28813/tid=28815] ppid=28811 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/28813/task/28815/stat : 28815 (java) R 28811 28813 27542 0 -1 4202560 2519 0 1 0 142 3 0 0 20 0 19 0 254388518 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139839142207800 139838985370462 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28816] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28816/stat : 28816 (java) S 28811 28813 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139839103707560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28817] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28817/stat : 28817 (java) S 28811 28813 27542 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139838984546856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28818] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28818/stat : 28818 (java) S 28811 28813 27542 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139838983493800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28819] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28819/stat : 28819 (java) S 28811 28813 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139838982441256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28820] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28820/stat : 28820 (java) S 28811 28813 27542 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139838981389224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28821] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28821/stat : 28821 (java) S 28811 28813 27542 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139838980336680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28822] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28822/stat : 28822 (java) S 28811 28813 27542 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139838979283624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28823] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28823/stat : 28823 (java) S 28811 28813 27542 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139838978231080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28824] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28824/stat : 28824 (java) S 28811 28813 27542 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 254388520 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139838495902056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28825] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28825/stat : 28825 (java) S 28811 28813 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254388521 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139838494848376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28826] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28826/stat : 28826 (java) S 28811 28813 27542 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254388521 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139838493795208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28827] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28827/stat : 28827 (java) S 28811 28813 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388523 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139838492743952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28828] ppid=28811 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/28813/task/28828/stat : 28828 (java) S 28811 28813 27542 0 -1 4202560 3026 0 0 0 45 2 0 0 20 0 19 0 254388523 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139838491691832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28829] ppid=28811 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/28813/task/28829/stat : 28829 (java) S 28811 28813 27542 0 -1 4202560 3110 0 0 0 37 0 0 0 20 0 19 0 254388523 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139838490639288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28830] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28830/stat : 28830 (java) S 28811 28813 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388523 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139838489586424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28831] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28831/stat : 28831 (java) S 28811 28813 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388523 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139838488534088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28832] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28832/stat : 28832 (java) S 28811 28813 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254388610 9855975424 42190 33554432000 1073741824 1073778376 140735237330592 139838487479336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9624976

[startup+3.10064 s]
/proc/loadavg: 1.92 1.99 1.99 3/213 28832
/proc/meminfo: memFree=29516252/32873844 swapFree=7116/7116
[pid=28813] ppid=28811 vsize=9624976 CPUtime=4.06 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28811 28813 27542 0 -1 4202496 9987 0 1 0 400 6 0 0 20 0 19 0 254388518 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 140735237321728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28813/statm: 2406244 42192 2268 9 0 2396937 0
[pid=28813/tid=28815] ppid=28811 vsize=9624976 CPUtime=3.04 cores=1,3,5,7
/proc/28813/task/28815/stat : 28815 (java) R 28811 28813 27542 0 -1 4202560 2520 0 1 0 301 3 0 0 20 0 19 0 254388518 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139839142215912 139838985370364 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28816] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28816/stat : 28816 (java) S 28811 28813 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139839103707560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28817] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28817/stat : 28817 (java) S 28811 28813 27542 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139838984546856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28818] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28818/stat : 28818 (java) S 28811 28813 27542 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139838983493800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28819] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28819/stat : 28819 (java) S 28811 28813 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139838982441256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28820] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28820/stat : 28820 (java) S 28811 28813 27542 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139838981389224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28821] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28821/stat : 28821 (java) S 28811 28813 27542 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139838980336680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28822] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28822/stat : 28822 (java) S 28811 28813 27542 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139838979283624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28823] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28823/stat : 28823 (java) S 28811 28813 27542 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139838978231080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28824] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28824/stat : 28824 (java) S 28811 28813 27542 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254388520 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139838495902056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28825] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28825/stat : 28825 (java) S 28811 28813 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254388521 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139838494848376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28826] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28826/stat : 28826 (java) S 28811 28813 27542 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254388521 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139838493795208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28827] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28827/stat : 28827 (java) S 28811 28813 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388523 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139838492743952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28828] ppid=28811 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/28813/task/28828/stat : 28828 (java) S 28811 28813 27542 0 -1 4202560 3026 0 0 0 47 2 0 0 20 0 19 0 254388523 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139838491691832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28829] ppid=28811 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/28813/task/28829/stat : 28829 (java) S 28811 28813 27542 0 -1 4202560 3145 0 0 0 40 0 0 0 20 0 19 0 254388523 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139838490639288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28830] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28830/stat : 28830 (java) S 28811 28813 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388523 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139838489586424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28831] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28831/stat : 28831 (java) S 28811 28813 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388523 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139838488534088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28832] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28832/stat : 28832 (java) S 28811 28813 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254388610 9855975424 42192 33554432000 1073741824 1073778376 140735237330592 139838487479336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9624976

[startup+6.30064 s]
/proc/loadavg: 1.93 1.99 1.99 3/213 28832
/proc/meminfo: memFree=29515508/32873844 swapFree=7116/7116
[pid=28813] ppid=28811 vsize=9624976 CPUtime=7.31 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28811 28813 27542 0 -1 4202496 10309 0 1 0 725 6 0 0 20 0 19 0 254388518 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 140735237321728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28813/statm: 2406244 42034 2268 9 0 2396937 0
[pid=28813/tid=28815] ppid=28811 vsize=9624976 CPUtime=6.23 cores=1,3,5,7
/proc/28813/task/28815/stat : 28815 (java) R 28811 28813 27542 0 -1 4202560 2523 0 1 0 620 3 0 0 20 0 19 0 254388518 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139839142214064 139838985370756 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28816] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28816/stat : 28816 (java) S 28811 28813 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139839103707560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28817] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28817/stat : 28817 (java) S 28811 28813 27542 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139838984546856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28818] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28818/stat : 28818 (java) S 28811 28813 27542 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139838983493800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28819] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28819/stat : 28819 (java) S 28811 28813 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139838982441256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28820] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28820/stat : 28820 (java) S 28811 28813 27542 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139838981389224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28821] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28821/stat : 28821 (java) S 28811 28813 27542 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139838980336680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28822] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28822/stat : 28822 (java) S 28811 28813 27542 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139838979283624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28823] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28823/stat : 28823 (java) S 28811 28813 27542 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254388519 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139838978231080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28824] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28824/stat : 28824 (java) S 28811 28813 27542 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254388520 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139838495902056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28825] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28825/stat : 28825 (java) S 28811 28813 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254388521 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139838494848376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28826] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28826/stat : 28826 (java) S 28811 28813 27542 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254388521 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139838493795208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28827] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28827/stat : 28827 (java) S 28811 28813 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388523 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139838492743952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28828] ppid=28811 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/28813/task/28828/stat : 28828 (java) S 28811 28813 27542 0 -1 4202560 3026 0 0 0 49 2 0 0 20 0 19 0 254388523 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139838491691832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28829] ppid=28811 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/28813/task/28829/stat : 28829 (java) S 28811 28813 27542 0 -1 4202560 3464 0 0 0 43 0 0 0 20 0 19 0 254388523 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139838490639288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28830] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28830/stat : 28830 (java) S 28811 28813 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388523 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139838489586424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28831] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28831/stat : 28831 (java) S 28811 28813 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388523 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139838488534088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28832] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28832/stat : 28832 (java) S 28811 28813 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254388610 9855975424 42034 33554432000 1073741824 1073778376 140735237330592 139838487479336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=28813/tid=28828] ppid=28811 vsize=9624976 CPUtime=1.06 cores=1,3,5,7
/proc/28813/task/28828/stat : 28828 (java) S 28811 28813 27542 0 -1 4202560 10389 0 0 0 102 4 0 0 20 0 19 0 254388523 9855975424 211393 33554432000 1073741824 1073778376 140735237330592 139838491691832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28829] ppid=28811 vsize=9624976 CPUtime=1.16 cores=1,3,5,7
/proc/28813/task/28829/stat : 28829 (java) S 28811 28813 27542 0 -1 4202560 12267 0 0 0 113 3 0 0 20 0 19 0 254388523 9855975424 211393 33554432000 1073741824 1073778376 140735237330592 139838490639288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28830] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28830/stat : 28830 (java) S 28811 28813 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388523 9855975424 211393 33554432000 1073741824 1073778376 140735237330592 139838489586424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28831] ppid=28811 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/28813/task/28831/stat : 28831 (java) S 28811 28813 27542 0 -1 4202560 94 0 0 0 39 20 0 0 20 0 19 0 254388523 9855975424 211393 33554432000 1073741824 1073778376 140735237330592 139838488534088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28832] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28832/stat : 28832 (java) S 28811 28813 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254388610 9855975424 211393 33554432000 1073741824 1073778376 140735237330592 139838487479336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1688.98
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28905
/proc/meminfo: memFree=28877956/32873844 swapFree=7116/7116
[pid=28813] ppid=28811 vsize=9624976 CPUtime=1749.78 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28811 28813 27542 0 -1 4202496 50772 0 1 0 174776 202 0 0 20 0 19 0 254388518 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 140735237321728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28813/statm: 2406244 208179 2283 9 0 2396937 0
[pid=28813/tid=28815] ppid=28811 vsize=9624976 CPUtime=1704.26 cores=1,3,5,7
/proc/28813/task/28815/stat : 28815 (java) R 28811 28813 27542 0 -1 4202560 13441 0 1 0 170374 52 0 0 20 0 19 0 254388518 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139839142214848 139838985370369 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28816] ppid=28811 vsize=9624976 CPUtime=4.7 cores=1,3,5,7
/proc/28813/task/28816/stat : 28816 (java) S 28811 28813 27542 0 -1 4202560 802 0 0 0 454 16 0 0 20 0 19 0 254388519 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139839103707560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28817] ppid=28811 vsize=9624976 CPUtime=4.63 cores=1,3,5,7
/proc/28813/task/28817/stat : 28817 (java) S 28811 28813 27542 0 -1 4202560 1284 0 0 0 448 15 0 0 20 0 19 0 254388519 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139838984546856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28818] ppid=28811 vsize=9624976 CPUtime=4.7 cores=1,3,5,7
/proc/28813/task/28818/stat : 28818 (java) S 28811 28813 27542 0 -1 4202560 1124 0 0 0 454 16 0 0 20 0 19 0 254388519 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139838983493800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28819] ppid=28811 vsize=9624976 CPUtime=4.61 cores=1,3,5,7
/proc/28813/task/28819/stat : 28819 (java) S 28811 28813 27542 0 -1 4202560 958 0 0 0 446 15 0 0 20 0 19 0 254388519 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139838982441256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28820] ppid=28811 vsize=9624976 CPUtime=4.64 cores=1,3,5,7
/proc/28813/task/28820/stat : 28820 (java) S 28811 28813 27542 0 -1 4202560 1663 0 0 0 447 17 0 0 20 0 19 0 254388519 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139838981389224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28821] ppid=28811 vsize=9624976 CPUtime=4.57 cores=1,3,5,7
/proc/28813/task/28821/stat : 28821 (java) S 28811 28813 27542 0 -1 4202560 1492 0 0 0 441 16 0 0 20 0 19 0 254388519 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139838980336680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28822] ppid=28811 vsize=9624976 CPUtime=4.6 cores=1,3,5,7
/proc/28813/task/28822/stat : 28822 (java) S 28811 28813 27542 0 -1 4202560 1433 0 0 0 445 15 0 0 20 0 19 0 254388519 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139838979283624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28823] ppid=28811 vsize=9624976 CPUtime=4.58 cores=1,3,5,7
/proc/28813/task/28823/stat : 28823 (java) S 28811 28813 27542 0 -1 4202560 1487 0 0 0 442 16 0 0 20 0 19 0 254388519 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139838978231080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28824] ppid=28811 vsize=9624976 CPUtime=1.38 cores=1,3,5,7
/proc/28813/task/28824/stat : 28824 (java) S 28811 28813 27542 0 -1 4202560 3148 0 0 0 116 22 0 0 20 0 19 0 254388520 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139838495902056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28825] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28825/stat : 28825 (java) S 28811 28813 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254388521 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139838494848376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28826] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28826/stat : 28826 (java) S 28811 28813 27542 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254388521 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139838493795208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28827] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28827/stat : 28827 (java) S 28811 28813 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388523 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139838492743952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28828] ppid=28811 vsize=9624976 CPUtime=1.06 cores=1,3,5,7
/proc/28813/task/28828/stat : 28828 (java) S 28811 28813 27542 0 -1 4202560 10389 0 0 0 102 4 0 0 20 0 19 0 254388523 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139838491691832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28829] ppid=28811 vsize=9624976 CPUtime=1.16 cores=1,3,5,7
/proc/28813/task/28829/stat : 28829 (java) S 28811 28813 27542 0 -1 4202560 12267 0 0 0 113 3 0 0 20 0 19 0 254388523 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139838490639288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28830] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28830/stat : 28830 (java) S 28811 28813 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388523 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139838489586424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28831] ppid=28811 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/28813/task/28831/stat : 28831 (java) S 28811 28813 27542 0 -1 4202560 98 0 0 0 41 20 0 0 20 0 19 0 254388523 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139838488534088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28832] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28832/stat : 28832 (java) S 28811 28813 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254388610 9855975424 208179 33554432000 1073741824 1073778376 140735237330592 139838487479336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1749.78
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28906
/proc/meminfo: memFree=28821272/32873844 swapFree=7116/7116
[pid=28813] ppid=28811 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28811 28813 27542 0 -1 4202496 52953 0 1 0 179797 205 0 0 20 0 19 0 254388518 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 140735237321728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28813/statm: 2406244 221779 2283 9 0 2396937 0
[pid=28813/tid=28815] ppid=28811 vsize=9624976 CPUtime=1753.44 cores=1,3,5,7
/proc/28813/task/28815/stat : 28815 (java) R 28811 28813 27542 0 -1 4202560 14582 0 1 0 175290 54 0 0 20 0 19 0 254388518 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139839142214864 139838985369671 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28816] ppid=28811 vsize=9624976 CPUtime=4.79 cores=1,3,5,7
/proc/28813/task/28816/stat : 28816 (java) S 28811 28813 27542 0 -1 4202560 804 0 0 0 463 16 0 0 20 0 19 0 254388519 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139839103707560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28817] ppid=28811 vsize=9624976 CPUtime=4.74 cores=1,3,5,7
/proc/28813/task/28817/stat : 28817 (java) S 28811 28813 27542 0 -1 4202560 1293 0 0 0 458 16 0 0 20 0 19 0 254388519 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838984546856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28818] ppid=28811 vsize=9624976 CPUtime=4.81 cores=1,3,5,7
/proc/28813/task/28818/stat : 28818 (java) S 28811 28813 27542 0 -1 4202560 1124 0 0 0 465 16 0 0 20 0 19 0 254388519 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838983493800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28819] ppid=28811 vsize=9624976 CPUtime=4.69 cores=1,3,5,7
/proc/28813/task/28819/stat : 28819 (java) S 28811 28813 27542 0 -1 4202560 959 0 0 0 454 15 0 0 20 0 19 0 254388519 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838982441256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28820] ppid=28811 vsize=9624976 CPUtime=4.75 cores=1,3,5,7
/proc/28813/task/28820/stat : 28820 (java) S 28811 28813 27542 0 -1 4202560 1670 0 0 0 458 17 0 0 20 0 19 0 254388519 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838981389224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28821] ppid=28811 vsize=9624976 CPUtime=4.68 cores=1,3,5,7
/proc/28813/task/28821/stat : 28821 (java) S 28811 28813 27542 0 -1 4202560 1912 0 0 0 452 16 0 0 20 0 19 0 254388519 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838980336680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28822] ppid=28811 vsize=9624976 CPUtime=4.71 cores=1,3,5,7
/proc/28813/task/28822/stat : 28822 (java) S 28811 28813 27542 0 -1 4202560 1435 0 0 0 455 16 0 0 20 0 19 0 254388519 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838979283624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28823] ppid=28811 vsize=9624976 CPUtime=4.69 cores=1,3,5,7
/proc/28813/task/28823/stat : 28823 (java) S 28811 28813 27542 0 -1 4202560 1599 0 0 0 453 16 0 0 20 0 19 0 254388519 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838978231080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28824] ppid=28811 vsize=9624976 CPUtime=1.51 cores=1,3,5,7
/proc/28813/task/28824/stat : 28824 (java) S 28811 28813 27542 0 -1 4202560 3633 0 0 0 129 22 0 0 20 0 19 0 254388520 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838495902056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28825] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28825/stat : 28825 (java) S 28811 28813 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254388521 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838494848376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28826] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28826/stat : 28826 (java) S 28811 28813 27542 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254388521 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838493795208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28827] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28827/stat : 28827 (java) S 28811 28813 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388523 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838492743952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28828] ppid=28811 vsize=9624976 CPUtime=1.06 cores=1,3,5,7
/proc/28813/task/28828/stat : 28828 (java) S 28811 28813 27542 0 -1 4202560 10389 0 0 0 102 4 0 0 20 0 19 0 254388523 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838491691832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28829] ppid=28811 vsize=9624976 CPUtime=1.16 cores=1,3,5,7
/proc/28813/task/28829/stat : 28829 (java) S 28811 28813 27542 0 -1 4202560 12267 0 0 0 113 3 0 0 20 0 19 0 254388523 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838490639288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28830] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28830/stat : 28830 (java) S 28811 28813 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388523 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838489586424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28831] ppid=28811 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/28813/task/28831/stat : 28831 (java) S 28811 28813 27542 0 -1 4202560 100 0 0 0 42 21 0 0 20 0 19 0 254388523 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838488534088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28832] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28832/stat : 28832 (java) S 28811 28813 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254388610 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838487479336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1772 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28906
/proc/meminfo: memFree=28821272/32873844 swapFree=7116/7116
[pid=28813] ppid=28811 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/28813/stat : 28813 (java) S 28811 28813 27542 0 -1 4202496 52953 0 1 0 179797 205 0 0 20 0 19 0 254388518 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 140735237321728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28813/statm: 2406244 221779 2283 9 0 2396937 0
[pid=28813/tid=28815] ppid=28811 vsize=9624976 CPUtime=1753.44 cores=1,3,5,7
/proc/28813/task/28815/stat : 28815 (java) R 28811 28813 27542 0 -1 4202560 14582 0 1 0 175290 54 0 0 20 0 19 0 254388518 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139839142214864 139838985369671 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28816] ppid=28811 vsize=9624976 CPUtime=4.79 cores=1,3,5,7
/proc/28813/task/28816/stat : 28816 (java) S 28811 28813 27542 0 -1 4202560 804 0 0 0 463 16 0 0 20 0 19 0 254388519 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139839103707560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28817] ppid=28811 vsize=9624976 CPUtime=4.74 cores=1,3,5,7
/proc/28813/task/28817/stat : 28817 (java) S 28811 28813 27542 0 -1 4202560 1293 0 0 0 458 16 0 0 20 0 19 0 254388519 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838984546856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28818] ppid=28811 vsize=9624976 CPUtime=4.81 cores=1,3,5,7
/proc/28813/task/28818/stat : 28818 (java) S 28811 28813 27542 0 -1 4202560 1124 0 0 0 465 16 0 0 20 0 19 0 254388519 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838983493800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28813/tid=28819] ppid=28811 vsize=9624976 CPUtime=4.69 cores=1,3,5,7
/proc/28813/task/28819/stat : 28819 (java) S 28811 28813 27542 0 -1 4202560 959 0 0 0 454 15 0 0 20 0 19 0 254388519 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838982441256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28820] ppid=28811 vsize=9624976 CPUtime=4.75 cores=1,3,5,7
/proc/28813/task/28820/stat : 28820 (java) S 28811 28813 27542 0 -1 4202560 1670 0 0 0 458 17 0 0 20 0 19 0 254388519 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838981389224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28821] ppid=28811 vsize=9624976 CPUtime=4.68 cores=1,3,5,7
/proc/28813/task/28821/stat : 28821 (java) S 28811 28813 27542 0 -1 4202560 1912 0 0 0 452 16 0 0 20 0 19 0 254388519 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838980336680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28822] ppid=28811 vsize=9624976 CPUtime=4.71 cores=1,3,5,7
/proc/28813/task/28822/stat : 28822 (java) S 28811 28813 27542 0 -1 4202560 1435 0 0 0 455 16 0 0 20 0 19 0 254388519 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838979283624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28823] ppid=28811 vsize=9624976 CPUtime=4.69 cores=1,3,5,7
/proc/28813/task/28823/stat : 28823 (java) S 28811 28813 27542 0 -1 4202560 1599 0 0 0 453 16 0 0 20 0 19 0 254388519 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838978231080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28824] ppid=28811 vsize=9624976 CPUtime=1.51 cores=1,3,5,7
/proc/28813/task/28824/stat : 28824 (java) S 28811 28813 27542 0 -1 4202560 3633 0 0 0 129 22 0 0 20 0 19 0 254388520 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838495902056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28825] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28825/stat : 28825 (java) S 28811 28813 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254388521 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838494848376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28826] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28826/stat : 28826 (java) S 28811 28813 27542 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254388521 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838493795208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28827] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28827/stat : 28827 (java) S 28811 28813 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388523 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838492743952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28828] ppid=28811 vsize=9624976 CPUtime=1.06 cores=1,3,5,7
/proc/28813/task/28828/stat : 28828 (java) S 28811 28813 27542 0 -1 4202560 10389 0 0 0 102 4 0 0 20 0 19 0 254388523 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838491691832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28829] ppid=28811 vsize=9624976 CPUtime=1.16 cores=1,3,5,7
/proc/28813/task/28829/stat : 28829 (java) S 28811 28813 27542 0 -1 4202560 12267 0 0 0 113 3 0 0 20 0 19 0 254388523 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838490639288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28813/tid=28830] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28830/stat : 28830 (java) S 28811 28813 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254388523 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838489586424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28813/tid=28831] ppid=28811 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/28813/task/28831/stat : 28831 (java) S 28811 28813 27542 0 -1 4202560 100 0 0 0 42 21 0 0 20 0 19 0 254388523 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838488534088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28813/tid=28832] ppid=28811 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28813/task/28832/stat : 28832 (java) S 28811 28813 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254388610 9855975424 221779 33554432000 1073741824 1073778376 140735237330592 139838487479336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28813 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=478349
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=452627
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1772.03
CPU time (s): 1800.02
CPU user time (s): 1797.97
CPU system time (s): 2.05
CPU usage (%): 101.58
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.48
system time used= 2.45263
maximum resident set size= 1062248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52984
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82461
involuntary context switches= 118544

runsolver used 6.05208 second user time and 15.1207 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-24 20:03:56
IDJOB=3688313
IDBENCH=2963
IDSOLVER=2269
FILE ID=node146/3688313-1337882636
RUNJOBID= node146-1337871880-27559
PBS_JOBID= 14620058
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688313-1337882636/watcher-3688313-1337882636 -o /tmp/evaluation-result-3688313-1337882636/solver-3688313-1337882636 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688313-1337882636.opb

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

MD5SUM BENCH= 80cd942b10c7098d47a9e31c7b11aaed
RANDOM SEED=1474572733

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29677288 kB
Buffers:          213688 kB
Cached:          2004436 kB
SwapCached:         2348 kB
Active:           556624 kB
Inactive:        1878096 kB
Active(anon):     215628 kB
Inactive(anon):     3064 kB
Active(file):     340996 kB
Inactive(file):  1875032 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:              3648 kB
Writeback:             0 kB
AnonPages:        221956 kB
Mapped:            16300 kB
Shmem:                 0 kB
Slab:             622804 kB
SReclaimable:      63936 kB
SUnreclaim:       558868 kB
KernelStack:        1600 kB
PageTables:         4020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node146 at 2012-05-24 20:33:30