Trace number 3733397

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
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.74 1793.87

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-modszk1.opb
MD5SUM73a69ec0478725312d0c26d36222113a
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48602
Total number of constraints686
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints686
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 29700
Biggest coefficient in the objective function 197378980184064000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 14554406665136992500
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 197378980184064000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 14554406665136992500
Number of bits of the biggest sum of numbers64
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/2.23	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.06/2.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/2.23	c See www.sat4j.org for details.
0.06/2.23	c version 2.1.1.v20090612
0.06/2.23	c sun.arch.data.model	64
0.06/2.24	c java.version	1.6.0_24
0.06/2.24	c os.name	Linux
0.06/2.24	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/2.24	c os.arch	amd64
0.06/2.24	c Free memory 1299577560
0.06/2.24	c Max memory 1306394624
0.06/2.24	c Total memory 1306394624
0.06/2.24	c Number of processors 8
0.10/2.33	c Pseudo Boolean Optimization
0.10/2.33	c --- Begin Solver configuration ---
0.10/2.33	c Stops conflict analysis at the first Unique Implication Point
0.10/2.33	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/2.33	c Learn all clauses as in MiniSAT
0.10/2.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/2.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/2.33	c Expensive reason simplification
0.10/2.33	c MiniSAT restarts strategy
0.10/2.33	c Memory based learned constraints deletion strategy
0.10/2.33	c timeout=2147483s
0.10/2.33	c DB Simplification allowed=false
0.10/2.33	c --- End Solver configuration ---
0.10/2.33	c solving HOME/instance-3733397-1339017741.opb
0.10/2.33	c reading problem ... 
1.03/2.86	c ... done. Wall clock time 0.532s.
1.03/2.86	c #vars     48602
1.03/2.86	c #constraints  2469
1.03/2.86	c constraints type 
1.03/2.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1367
1742.65/1736.75	c cleaning 825122 clauses out of 1650497
1800.02/1793.81	c starts		: 23
1800.02/1793.81	c conflicts		: 1685613
1800.02/1793.81	c decisions		: 2321557
1800.02/1793.81	c propagations		: 50096740
1800.02/1793.81	c inspects		: 3641309311
1800.02/1793.81	c learnt literals	: 3
1800.02/1793.81	c learnt binary clauses	: 6
1800.02/1793.81	c learnt ternary clauses	: 25
1800.02/1793.81	c learnt clauses	: 1685609
1800.02/1793.81	c ignored clauses	: 0
1800.02/1793.81	c root simplifications	: 0
1800.02/1793.81	c removed literals (reason simplification)	: 101793524
1800.02/1793.81	c reason swapping (by a shorter reason)	: 0
1800.02/1793.81	c Calls to reduceDB	: 1
1800.02/1793.81	c speed (assignments/second)	: 27972.16002680142
1800.02/1793.81	c non guided choices	13809
1800.02/1793.86	c learnt constraints type 
1800.02/1793.86	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 860495
1800.02/1793.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.02/1793.86	c constraints type 
1800.02/1793.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1367
1800.02/1793.86	s UNKNOWN
1800.02/1793.86	c Total wall clock time (in seconds): 1791.532

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-3733397-1339017741/watcher-3733397-1339017741 -o /tmp/evaluation-result-3733397-1339017741/solver-3733397-1339017741 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3733397-1339017741.opb 

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 4/175 7050
/proc/meminfo: memFree=31054456/32873648 swapFree=7376/7376
[pid=7050] ppid=7045 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (java6) R 7045 7050 7007 0 -1 4202496 80 0 1 0 0 0 0 0 20 0 1 0 367898277 278528 34 33554432000 1073741824 1073778376 140734181993968 140734181991144 251043867943 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7050/statm: 68 34 25 9 0 25 0

[startup+0.0657619 s]
/proc/loadavg: 0.00 0.00 0.00 4/175 7050
/proc/meminfo: memFree=31054456/32873648 swapFree=7376/7376
[pid=7050] ppid=7045 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (java6) D 7045 7050 7007 0 -1 4202496 93 0 1 0 0 0 0 0 20 0 1 0 367898277 2560000 47 33554432000 1073741824 1073778376 140734181993968 140734181991096 251043868039 0 0 4096 0 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/7050/statm: 625 47 37 9 0 29 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2500

[startup+0.100309 s]
/proc/loadavg: 0.00 0.00 0.00 4/175 7050
/proc/meminfo: memFree=31054456/32873648 swapFree=7376/7376
[pid=7050] ppid=7045 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (java6) D 7045 7050 7007 0 -1 4202496 94 0 1 0 0 0 0 0 20 0 1 0 367898277 3653632 48 33554432000 1073741824 1073778376 140734181993968 140734181991064 251043872400 0 0 4096 0 18446744071579943789 0 0 17 4 0 0 2 0 0
/proc/7050/statm: 892 48 37 9 0 30 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3568

[startup+0.300254 s]
/proc/loadavg: 0.00 0.00 0.00 4/175 7050
/proc/meminfo: memFree=31054456/32873648 swapFree=7376/7376
[pid=7050] ppid=7045 vsize=20596 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (java) D 7045 7050 7007 0 -1 4202496 459 0 3 0 0 0 0 0 20 0 1 0 367898277 21090304 190 33554432000 1073741824 1073778376 140734471243056 140734471231016 251043867943 0 0 4096 0 18446744071580397875 0 0 17 6 0 0 12 0 0
/proc/7050/statm: 5149 190 145 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 20596

[startup+0.700267 s]
/proc/loadavg: 0.00 0.00 0.00 4/175 7050
/proc/meminfo: memFree=31054456/32873648 swapFree=7376/7376
[pid=7050] ppid=7045 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/7050/stat : 7050 (java) D 7045 7050 7007 0 -1 4202496 1019 0 8 0 0 0 0 0 20 0 1 0 367898277 23793664 754 33554432000 1073741824 1073778376 140734471243056 140734471233048 140118639680304 0 0 4096 0 18446744071579943789 0 0 17 6 0 0 48 0 0
/proc/7050/statm: 5809 754 553 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+1.50028 s]
/proc/loadavg: 0.00 0.00 0.00 1/179 7054
/proc/meminfo: memFree=31042892/32873648 swapFree=7376/7376
[pid=7050] ppid=7045 vsize=2106772 CPUtime=0.01 cores=0,2,4,6
/proc/7050/stat : 7050 (java) S 7045 7050 7007 0 -1 4202496 2953 0 24 0 0 1 0 0 20 0 10 0 367898277 2157334528 3675 33554432000 1073741824 1073778376 140734471243056 140734471234192 251056390205 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 78 0 0
/proc/7050/statm: 526693 3675 1143 9 0 517394 0
[pid=7050/tid=7053] ppid=7045 vsize=2106772 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7053/stat : 7053 (java) D 7045 7050 7007 0 -1 4202560 1814 0 6 0 0 0 0 0 20 0 10 0 367898374 2157334528 3675 33554432000 1073741824 1073778376 140734471243056 140118636143000 140118626210981 0 4 0 16784584 18446744071579943789 0 0 -1 0 0 0 34 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2106772

[startup+3.10069 s]
/proc/loadavg: 0.00 0.00 0.00 1/211 7086
/proc/meminfo: memFree=31010092/32873648 swapFree=7376/7376
[pid=7050] ppid=7045 vsize=2715132 CPUtime=1.61 cores=0,2,4,6
/proc/7050/stat : 7050 (java) S 7045 7050 7007 0 -1 4202496 12579 0 26 0 155 6 0 0 20 0 19 0 367898277 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140734471234192 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 78 0 0
/proc/7050/statm: 678783 44048 2245 9 0 669476 0
[pid=7050/tid=7053] ppid=7045 vsize=2715132 CPUtime=0.84 cores=0,2,4,6
/proc/7050/task/7053/stat : 7053 (java) R 7045 7050 7007 0 -1 4202560 2809 0 7 0 80 4 0 0 20 0 19 0 367898374 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140118636147112 140118493034106 0 4 0 16800975 0 0 0 -1 0 0 0 115 0 0
[pid=7050/tid=7056] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7056/stat : 7056 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140118620597032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7057] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7057/stat : 7057 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140118619544232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7059] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7059/stat : 7059 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140118618491944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7060] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7060/stat : 7060 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140118617439144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7062] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7062/stat : 7062 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140118616385832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7064] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7064/stat : 7064 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140118615333032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7066] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7066/stat : 7066 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140118614280744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7068] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7068/stat : 7068 (java) S 7045 7050 7007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140118613227944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7072] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7072/stat : 7072 (java) S 7045 7050 7007 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 367898444 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140118483278568 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7073] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7073/stat : 7073 (java) S 7045 7050 7007 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140118482224632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7075] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7075/stat : 7075 (java) S 7045 7050 7007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140118481172232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7080] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7080/stat : 7080 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140118480120720 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7082] ppid=7045 vsize=2715132 CPUtime=0.25 cores=0,2,4,6
/proc/7050/task/7082/stat : 7082 (java) S 7045 7050 7007 0 -1 4202560 2508 0 0 0 25 0 0 0 20 0 19 0 367898478 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140118479067320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7084] ppid=7045 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/7050/task/7084/stat : 7084 (java) S 7045 7050 7007 0 -1 4202560 6087 0 1 0 45 1 0 0 20 0 19 0 367898478 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140118478014520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7085] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7085/stat : 7085 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140117603773048 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7086] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7086/stat : 7086 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 44048 33554432000 1073741824 1073778376 140734471243056 140117602720456 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 2715132
heavy processes:

[startup+6.30069 s]
/proc/loadavg: 0.24 0.05 0.02 4/213 7088
/proc/meminfo: memFree=30254556/32873648 swapFree=7376/7376
[pid=7050] ppid=7045 vsize=2715132 CPUtime=5.31 cores=0,2,4,6
/proc/7050/stat : 7050 (java) S 7045 7050 7007 0 -1 4202496 13435 0 26 0 518 13 0 0 20 0 19 0 367898277 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140734471234192 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 78 0 0
/proc/7050/statm: 678783 99884 2260 9 0 669476 0
[pid=7050/tid=7053] ppid=7045 vsize=2715132 CPUtime=4.01 cores=0,2,4,6
/proc/7050/task/7053/stat : 7053 (java) R 7045 7050 7007 0 -1 4202560 2912 0 7 0 394 7 0 0 20 0 19 0 367898374 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140118636147336 140118493789431 0 4 0 16800975 0 0 0 -1 0 0 0 115 0 0
[pid=7050/tid=7056] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7056/stat : 7056 (java) S 7045 7050 7007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140118620597032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7057] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7057/stat : 7057 (java) S 7045 7050 7007 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140118619544232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7059] ppid=7045 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/7050/task/7059/stat : 7059 (java) S 7045 7050 7007 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 367898401 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140118618491944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7060] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7060/stat : 7060 (java) S 7045 7050 7007 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140118617439144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7062] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7062/stat : 7062 (java) S 7045 7050 7007 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140118616385832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7064] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7064/stat : 7064 (java) S 7045 7050 7007 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140118615333032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7066] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7066/stat : 7066 (java) S 7045 7050 7007 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140118614280744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7068] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7068/stat : 7068 (java) S 7045 7050 7007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 367898401 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140118613227944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7072] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7072/stat : 7072 (java) S 7045 7050 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898444 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140118483278568 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7073] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7073/stat : 7073 (java) S 7045 7050 7007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140118482224632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7075] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7075/stat : 7075 (java) S 7045 7050 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140118481172232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 2 0 0
[pid=7050/tid=7080] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7080/stat : 7080 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140118480120720 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7082] ppid=7045 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/7050/task/7082/stat : 7082 (java) S 7045 7050 7007 0 -1 4202560 3181 0 0 0 49 0 0 0 20 0 19 0 367898478 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140118479067320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7084] ppid=7045 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/7050/task/7084/stat : 7084 (java) S 7045 7050 7007 0 -1 4202560 6090 0 1 0 63 1 0 0 20 0 19 0 367898478 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140118478014520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7085] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7085/stat : 7085 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140117603773048 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7086] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7086/stat : 7086 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140117602720456 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7088] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7088/stat : 7088 (java) S 7045 7050 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898582 2780295168 99884 33554432000 1073741824 1073778376 140734471243056 140117601666472 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]
/proc/loadavg: 0.38 0.08 0.03 4/213 7088
/proc/meminfo: memFree=30180080/32873648 swapFree=7376/7376
[pid=7050] ppid=7045 vsize=2715132 CPUtime=11.8 cores=0,2,4,6
/proc/7050/stat : 7050 (java) S 7045 7050 7007 0 -1 4202496 13513 0 26 0 1163 17 0 0 20 0 19 0 367898277 2780295168 108876 33554432000 1073741824 1073778376 140734471243056 140734471234192 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 78 0 0
/proc/7050/statm: 678783 108876 2260 9 0 669476 0
[pid=7050/tid=7053] ppid=7045 vsize=2715132 CPUtime=10.37 cores=0,2,4,6
/proc/7050/task/7053/stat : 7053 (java) R 7045 7050 7007 0 -1 4202560 2914 0 7 0 1030 7 0 0 20 0 19 0 367898374 2780295168 108876 33554432000 1073741824 1073778376 140734471243056 140118636146016 140118493622651 0 4 0 16800975 0 0 0 -1 0 0 0 115 0 0
[pid=7050/tid=7056] ppid=7045 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/7050/task/7056/stat : 7056 (java) S 7045 7050 7007 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 367898401 2780295168 108876 33554432000 1073741824 1073778376 140734471243056 140118620597032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7057] ppid=7045 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/7050/task/7057/stat : 7057 (java) S 7045 7050 7007 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 367898401 2780295168 108876 33554432000 1073741824 1073778376 140734471243056 140118619544232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7059] ppid=7045 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/7050/task/7059/stat : 7059 (java) S 7045 7050 7007 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 19 0 367898401 2780295168 108876 33554432000 1073741824 1073778376 140734471243056 140118618491944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7060] ppid=7045 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/7050/task/7060/stat : 7060 (java) S 7045 7050 7007 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 367898401 2780295168 108876 33554432000 1073741824 1073778376 140734471243056 140118617439144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7062] ppid=7045 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/7050/task/7062/stat : 7062 (java) S 7045 7050 7007 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 367898401 2780295168 108876 33554432000 1073741824 1073778376 140734471243056 140118616385832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7064] ppid=7045 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/7050/task/7064/stat : 7064 (java) S 7045 7050 7007 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 367898401 2780295168 108876 33554432000 1073741824 1073778376 140734471243056 140118615333032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7066] ppid=7045 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/7050/task/7066/stat : 7066 (java) S 7045 7050 7007 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 19 0 367898401 2780295168 108876 33554432000 1073741824 1073778376 140734471243056 140118614280744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7068] ppid=7045 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/7050/task/7068/stat : 7068 (java) S 7045 7050 7007 0 -1 4202560 19 0 0 0 0 1 0 0 20 0 19 0 367898401 2780295168 108876 33554432000 1073741824 1073778376 140734471243056 140118613227944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7072] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7072/stat : 7072 (java) S 7045 7050 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898444 2780295168 108876 33554432000 1073741824 1073778376 140734471243056 140118483278568 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7073] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7073/stat : 7073 (java) S 7045 7050 7007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 108876 33554432000 1073741824 1073778376 140734471243056 140118482224632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7075] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7075/stat : 7075 (java) S 7045 7050 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 108876 33554432000 1073741824 1073778376 140734471243056 140118481172232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 2 0 0
[pid=7050/tid=7080] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7080/stat : 7080 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 108876 33554432000 1073741824 1073778376 140734471243056 140118480120720 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7082] ppid=7045 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/7050/task/7082/stat : 7082 (java) S 7045 7050 7007 0 -1 4202560 3181 0 0 0 49 0 0 0 20 0 19 0 367898478 2780295168 108876 33554432000 1073741824 1073778376 140734471243056 140118479067320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7084] ppid=7045 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/7050/task/7084/stat : 7084 (java) S 7045 7050 7007 0 -1 4202560 6090 0 1 0 63 1 0 0 20 0 19 0 367898478 2780295168 108876 33554432000 1073741824 1073778376 140734471243056 140118478014520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=7050/tid=7064] ppid=7045 vsize=2715132 CPUtime=1.12 cores=0,2,4,6
/proc/7050/task/7064/stat : 7064 (java) S 7045 7050 7007 0 -1 4202560 220 0 0 0 103 9 0 0 20 0 19 0 367898401 2780295168 316926 33554432000 1073741824 1073778376 140734471243056 140118615333032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7066] ppid=7045 vsize=2715132 CPUtime=1.09 cores=0,2,4,6
/proc/7050/task/7066/stat : 7066 (java) S 7045 7050 7007 0 -1 4202560 247 0 0 0 99 10 0 0 20 0 19 0 367898401 2780295168 316926 33554432000 1073741824 1073778376 140734471243056 140118614280744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7068] ppid=7045 vsize=2715132 CPUtime=1.12 cores=0,2,4,6
/proc/7050/task/7068/stat : 7068 (java) S 7045 7050 7007 0 -1 4202560 211 0 0 0 103 9 0 0 20 0 19 0 367898401 2780295168 316926 33554432000 1073741824 1073778376 140734471243056 140118613227944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7072] ppid=7045 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/7050/task/7072/stat : 7072 (java) S 7045 7050 7007 0 -1 4202560 102 0 0 0 1 2 0 0 20 0 19 0 367898444 2780295168 316926 33554432000 1073741824 1073778376 140734471243056 140118483278568 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7073] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7073/stat : 7073 (java) S 7045 7050 7007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 316926 33554432000 1073741824 1073778376 140734471243056 140118482224632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7075] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7075/stat : 7075 (java) S 7045 7050 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 316926 33554432000 1073741824 1073778376 140734471243056 140118481172232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 2 0 0
[pid=7050/tid=7080] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7080/stat : 7080 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 316926 33554432000 1073741824 1073778376 140734471243056 140118480120720 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7082] ppid=7045 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/7050/task/7082/stat : 7082 (java) S 7045 7050 7007 0 -1 4202560 3181 0 0 0 49 0 0 0 20 0 19 0 367898478 2780295168 316926 33554432000 1073741824 1073778376 140734471243056 140118479067320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7084] ppid=7045 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/7050/task/7084/stat : 7084 (java) S 7045 7050 7007 0 -1 4202560 6092 0 1 0 65 1 0 0 20 0 19 0 367898478 2780295168 316926 33554432000 1073741824 1073778376 140734471243056 140118478014520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7085] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7085/stat : 7085 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 316926 33554432000 1073741824 1073778376 140734471243056 140117603773048 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7086] ppid=7045 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/7050/task/7086/stat : 7086 (java) S 7045 7050 7007 0 -1 4202560 95 0 0 0 23 27 0 0 20 0 19 0 367898478 2780295168 316926 33554432000 1073741824 1073778376 140734471243056 140117602720456 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7088] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7088/stat : 7088 (java) S 7045 7050 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898582 2780295168 316926 33554432000 1073741824 1073778376 140734471243056 140117601666472 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1667.57
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 1.67 4/213 7104
/proc/meminfo: memFree=28469748/32873648 swapFree=7376/7376
[pid=7050] ppid=7045 vsize=2715132 CPUtime=1728.25 cores=0,2,4,6
/proc/7050/stat : 7050 (java) S 7045 7050 7007 0 -1 4202496 22957 0 26 0 172722 103 0 0 20 0 19 0 367898277 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140734471234192 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 78 0 0
/proc/7050/statm: 678783 322499 2265 9 0 669476 0
[pid=7050/tid=7053] ppid=7045 vsize=2715132 CPUtime=1717.48 cores=0,2,4,6
/proc/7050/task/7053/stat : 7053 (java) R 7045 7050 7007 0 -1 4202560 3003 0 7 0 171714 34 0 0 20 0 19 0 367898374 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140118636147208 140118493759248 0 4 0 16800975 0 0 0 -1 4 0 0 115 0 0
[pid=7050/tid=7056] ppid=7045 vsize=2715132 CPUtime=1.14 cores=0,2,4,6
/proc/7050/task/7056/stat : 7056 (java) S 7045 7050 7007 0 -1 4202560 283 0 0 0 104 10 0 0 20 0 19 0 367898401 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140118620597032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7057] ppid=7045 vsize=2715132 CPUtime=1.11 cores=0,2,4,6
/proc/7050/task/7057/stat : 7057 (java) S 7045 7050 7007 0 -1 4202560 212 0 0 0 103 8 0 0 20 0 19 0 367898401 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140118619544232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7059] ppid=7045 vsize=2715132 CPUtime=1.09 cores=0,2,4,6
/proc/7050/task/7059/stat : 7059 (java) S 7045 7050 7007 0 -1 4202560 217 0 0 0 100 9 0 0 20 0 19 0 367898401 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140118618491944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7060] ppid=7045 vsize=2715132 CPUtime=1 cores=0,2,4,6
/proc/7050/task/7060/stat : 7060 (java) S 7045 7050 7007 0 -1 4202560 225 0 0 0 93 7 0 0 20 0 19 0 367898401 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140118617439144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7062] ppid=7045 vsize=2715132 CPUtime=1.06 cores=0,2,4,6
/proc/7050/task/7062/stat : 7062 (java) S 7045 7050 7007 0 -1 4202560 209 0 0 0 97 9 0 0 20 0 19 0 367898401 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140118616385832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7064] ppid=7045 vsize=2715132 CPUtime=1.14 cores=0,2,4,6
/proc/7050/task/7064/stat : 7064 (java) S 7045 7050 7007 0 -1 4202560 221 0 0 0 105 9 0 0 20 0 19 0 367898401 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140118615333032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7066] ppid=7045 vsize=2715132 CPUtime=1.1 cores=0,2,4,6
/proc/7050/task/7066/stat : 7066 (java) S 7045 7050 7007 0 -1 4202560 247 0 0 0 100 10 0 0 20 0 19 0 367898401 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140118614280744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7068] ppid=7045 vsize=2715132 CPUtime=1.13 cores=0,2,4,6
/proc/7050/task/7068/stat : 7068 (java) S 7045 7050 7007 0 -1 4202560 212 0 0 0 104 9 0 0 20 0 19 0 367898401 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140118613227944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7072] ppid=7045 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/7050/task/7072/stat : 7072 (java) S 7045 7050 7007 0 -1 4202560 104 0 0 0 1 2 0 0 20 0 19 0 367898444 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140118483278568 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7073] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7073/stat : 7073 (java) S 7045 7050 7007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140118482224632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7075] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7075/stat : 7075 (java) S 7045 7050 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140118481172232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 2 0 0
[pid=7050/tid=7080] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7080/stat : 7080 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140118480120720 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7082] ppid=7045 vsize=2715132 CPUtime=1.04 cores=0,2,4,6
/proc/7050/task/7082/stat : 7082 (java) S 7045 7050 7007 0 -1 4202560 10660 0 0 0 102 2 0 0 20 0 19 0 367898478 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140118479067320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7084] ppid=7045 vsize=2715132 CPUtime=0.73 cores=0,2,4,6
/proc/7050/task/7084/stat : 7084 (java) S 7045 7050 7007 0 -1 4202560 6101 0 1 0 72 1 0 0 20 0 19 0 367898478 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140118478014520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7085] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7085/stat : 7085 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140117603773048 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7086] ppid=7045 vsize=2715132 CPUtime=0.51 cores=0,2,4,6
/proc/7050/task/7086/stat : 7086 (java) S 7045 7050 7007 0 -1 4202560 99 0 0 0 23 28 0 0 20 0 19 0 367898478 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140117602720456 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7088] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7088/stat : 7088 (java) S 7045 7050 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898582 2780295168 322499 33554432000 1073741824 1073778376 140734471243056 140117601666472 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1728.25
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 4/213 7104
/proc/meminfo: memFree=28461560/32873648 swapFree=7376/7376
[pid=7050] ppid=7045 vsize=2715132 CPUtime=1788.46 cores=0,2,4,6
/proc/7050/stat : 7050 (java) S 7045 7050 7007 0 -1 4202496 22995 0 26 0 178741 105 0 0 20 0 19 0 367898277 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140734471234192 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 78 0 0
/proc/7050/statm: 678783 323532 2273 9 0 669476 0
[pid=7050/tid=7053] ppid=7045 vsize=2715132 CPUtime=1776.78 cores=0,2,4,6
/proc/7050/task/7053/stat : 7053 (java) R 7045 7050 7007 0 -1 4202560 3006 0 7 0 177643 35 0 0 20 0 19 0 367898374 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118636146000 140118493788916 0 4 0 16800975 0 0 0 -1 0 0 0 115 0 0
[pid=7050/tid=7056] ppid=7045 vsize=2715132 CPUtime=1.18 cores=0,2,4,6
/proc/7050/task/7056/stat : 7056 (java) S 7045 7050 7007 0 -1 4202560 285 0 0 0 108 10 0 0 20 0 19 0 367898401 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118620597032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7057] ppid=7045 vsize=2715132 CPUtime=1.14 cores=0,2,4,6
/proc/7050/task/7057/stat : 7057 (java) S 7045 7050 7007 0 -1 4202560 213 0 0 0 106 8 0 0 20 0 19 0 367898401 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118619544232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7059] ppid=7045 vsize=2715132 CPUtime=1.12 cores=0,2,4,6
/proc/7050/task/7059/stat : 7059 (java) S 7045 7050 7007 0 -1 4202560 217 0 0 0 103 9 0 0 20 0 19 0 367898401 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118618491944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7060] ppid=7045 vsize=2715132 CPUtime=1.04 cores=0,2,4,6
/proc/7050/task/7060/stat : 7060 (java) S 7045 7050 7007 0 -1 4202560 225 0 0 0 96 8 0 0 20 0 19 0 367898401 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118617439144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7062] ppid=7045 vsize=2715132 CPUtime=1.09 cores=0,2,4,6
/proc/7050/task/7062/stat : 7062 (java) S 7045 7050 7007 0 -1 4202560 211 0 0 0 100 9 0 0 20 0 19 0 367898401 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118616385832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7064] ppid=7045 vsize=2715132 CPUtime=1.18 cores=0,2,4,6
/proc/7050/task/7064/stat : 7064 (java) S 7045 7050 7007 0 -1 4202560 221 0 0 0 109 9 0 0 20 0 19 0 367898401 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118615333032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7066] ppid=7045 vsize=2715132 CPUtime=1.13 cores=0,2,4,6
/proc/7050/task/7066/stat : 7066 (java) S 7045 7050 7007 0 -1 4202560 248 0 0 0 103 10 0 0 20 0 19 0 367898401 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118614280744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7068] ppid=7045 vsize=2715132 CPUtime=1.19 cores=0,2,4,6
/proc/7050/task/7068/stat : 7068 (java) S 7045 7050 7007 0 -1 4202560 213 0 0 0 110 9 0 0 20 0 19 0 367898401 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118613227944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7072] ppid=7045 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/7050/task/7072/stat : 7072 (java) S 7045 7050 7007 0 -1 4202560 127 0 0 0 64 2 0 0 20 0 19 0 367898444 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118483278568 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7073] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7073/stat : 7073 (java) S 7045 7050 7007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118482224632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7075] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7075/stat : 7075 (java) S 7045 7050 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118481172232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 2 0 0
[pid=7050/tid=7080] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7080/stat : 7080 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118480120720 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7082] ppid=7045 vsize=2715132 CPUtime=1.04 cores=0,2,4,6
/proc/7050/task/7082/stat : 7082 (java) S 7045 7050 7007 0 -1 4202560 10660 0 0 0 102 2 0 0 20 0 19 0 367898478 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118479067320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7084] ppid=7045 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/7050/task/7084/stat : 7084 (java) S 7045 7050 7007 0 -1 4202560 6102 0 1 0 73 1 0 0 20 0 19 0 367898478 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118478014520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7085] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7085/stat : 7085 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140117603773048 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7086] ppid=7045 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/7050/task/7086/stat : 7086 (java) S 7045 7050 7007 0 -1 4202560 103 0 0 0 24 29 0 0 20 0 19 0 367898478 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140117602720456 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7088] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7088/stat : 7088 (java) S 7045 7050 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898582 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140117601666472 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1788.46
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.8 s]
/proc/loadavg: 1.92 1.98 1.68 2/193 7107
/proc/meminfo: memFree=29745892/32873648 swapFree=7376/7376
[pid=7050] ppid=7045 vsize=2715132 CPUtime=1800.02 cores=0,2,4,6
/proc/7050/stat : 7050 (java) S 7045 7050 7007 0 -1 4202496 22998 0 26 0 179897 105 0 0 20 0 19 0 367898277 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140734471234192 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 78 0 0
/proc/7050/statm: 678783 323532 2273 9 0 669476 0
[pid=7050/tid=7053] ppid=7045 vsize=2715132 CPUtime=1788.25 cores=0,2,4,6
/proc/7050/task/7053/stat : 7053 (java) R 7045 7050 7007 0 -1 4202560 3007 0 7 0 178790 35 0 0 20 0 19 0 367898374 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118636146016 140118493816148 0 4 0 16800975 0 0 0 -1 0 0 0 115 0 0
[pid=7050/tid=7056] ppid=7045 vsize=2715132 CPUtime=1.19 cores=0,2,4,6
/proc/7050/task/7056/stat : 7056 (java) S 7045 7050 7007 0 -1 4202560 285 0 0 0 109 10 0 0 20 0 19 0 367898401 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118620597032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7057] ppid=7045 vsize=2715132 CPUtime=1.15 cores=0,2,4,6
/proc/7050/task/7057/stat : 7057 (java) S 7045 7050 7007 0 -1 4202560 213 0 0 0 107 8 0 0 20 0 19 0 367898401 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118619544232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7059] ppid=7045 vsize=2715132 CPUtime=1.13 cores=0,2,4,6
/proc/7050/task/7059/stat : 7059 (java) S 7045 7050 7007 0 -1 4202560 217 0 0 0 104 9 0 0 20 0 19 0 367898401 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118618491944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7060] ppid=7045 vsize=2715132 CPUtime=1.05 cores=0,2,4,6
/proc/7050/task/7060/stat : 7060 (java) S 7045 7050 7007 0 -1 4202560 225 0 0 0 97 8 0 0 20 0 19 0 367898401 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118617439144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7062] ppid=7045 vsize=2715132 CPUtime=1.09 cores=0,2,4,6
/proc/7050/task/7062/stat : 7062 (java) S 7045 7050 7007 0 -1 4202560 211 0 0 0 100 9 0 0 20 0 19 0 367898401 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118616385832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7064] ppid=7045 vsize=2715132 CPUtime=1.2 cores=0,2,4,6
/proc/7050/task/7064/stat : 7064 (java) S 7045 7050 7007 0 -1 4202560 221 0 0 0 111 9 0 0 20 0 19 0 367898401 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118615333032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7066] ppid=7045 vsize=2715132 CPUtime=1.14 cores=0,2,4,6
/proc/7050/task/7066/stat : 7066 (java) S 7045 7050 7007 0 -1 4202560 248 0 0 0 104 10 0 0 20 0 19 0 367898401 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118614280744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7068] ppid=7045 vsize=2715132 CPUtime=1.19 cores=0,2,4,6
/proc/7050/task/7068/stat : 7068 (java) S 7045 7050 7007 0 -1 4202560 213 0 0 0 110 9 0 0 20 0 19 0 367898401 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118613227944 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7072] ppid=7045 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/7050/task/7072/stat : 7072 (java) S 7045 7050 7007 0 -1 4202560 129 0 0 0 64 2 0 0 20 0 19 0 367898444 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118483278568 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7073] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7073/stat : 7073 (java) S 7045 7050 7007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118482224632 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7050/tid=7075] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7075/stat : 7075 (java) S 7045 7050 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898450 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118481172232 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 2 0 0
[pid=7050/tid=7080] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7080/stat : 7080 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118480120720 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7082] ppid=7045 vsize=2715132 CPUtime=1.04 cores=0,2,4,6
/proc/7050/task/7082/stat : 7082 (java) S 7045 7050 7007 0 -1 4202560 10660 0 0 0 102 2 0 0 20 0 19 0 367898478 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118479067320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7050/tid=7084] ppid=7045 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/7050/task/7084/stat : 7084 (java) S 7045 7050 7007 0 -1 4202560 6102 0 1 0 73 1 0 0 20 0 19 0 367898478 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140118478014520 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7085] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7085/stat : 7085 (java) S 7045 7050 7007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 367898478 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140117603773048 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7050/tid=7086] ppid=7045 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/7050/task/7086/stat : 7086 (java) S 7045 7050 7007 0 -1 4202560 103 0 0 0 24 29 0 0 20 0 19 0 367898478 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140117602720456 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7050/tid=7088] ppid=7045 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/7050/task/7088/stat : 7088 (java) S 7045 7050 7007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 367898582 2780295168 323532 33554432000 1073741824 1073778376 140734471243056 140117601666472 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2715132

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

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

Child status: 143
Real time (s): 1793.87
CPU time (s): 1800.74
CPU user time (s): 1799.18
CPU system time (s): 1.56676
CPU usage (%): 100.383
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 1.56676
maximum resident set size= 1296220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23058
page faults= 26
swaps= 0
block input operations= 12672
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41021
involuntary context switches= 28159

runsolver used 6.15406 second user time and 15.7216 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-06 23:22:22
IDJOB=3733397
IDBENCH=2416
IDSOLVER=2322
FILE ID=node149/3733397-1339017741
RUNJOBID= node149-1339017741-7023
PBS_JOBID= 14643266
Free space on /tmp= 70872 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-modszk1.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733397-1339017741/watcher-3733397-1339017741 -o /tmp/evaluation-result-3733397-1339017741/solver-3733397-1339017741 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3733397-1339017741.opb

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

MD5SUM BENCH= 73a69ec0478725312d0c26d36222113a
RANDOM SEED=588582354

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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		: 2666.145
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:        31055960 kB
Buffers:           15232 kB
Cached:          1022592 kB
SwapCached:        29996 kB
Active:           140816 kB
Inactive:         928912 kB
Active(anon):       4600 kB
Inactive(anon):    29932 kB
Active(file):     136216 kB
Inactive(file):   898980 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67072828 kB
Dirty:              3528 kB
Writeback:             0 kB
AnonPages:         10080 kB
Mapped:             7960 kB
Shmem:                 0 kB
Slab:             610092 kB
SReclaimable:      54244 kB
SUnreclaim:       555848 kB
KernelStack:        1376 kB
PageTables:         4592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     102888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70872 MiB
End job on node149 at 2012-06-06 23:52:18