Trace number 351664

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, and are wall clock time (not CPU 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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.24 1789.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-set1ch.opb
MD5SUM6815697d1fd827c594e155d1d753b261
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14010
Best CPU time to get the best result obtained on this benchmark1782.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 14010
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints492
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 constraints492
Minimum length of a constraint31
Maximum length of a constraint630
Number of terms in the objective function 7200
Biggest coefficient in the objective function 3483
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 530175
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262141
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 530175
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.04/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.04/0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.04/0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.21	c no version file found!!!
0.12/0.21	c sun.arch.data.model	32
0.12/0.21	c java.version	1.6.0
0.12/0.21	c os.name	Linux
0.12/0.21	c os.version	2.6.9-22.EL.rootsmp
0.12/0.21	c os.arch	i386
0.12/0.21	c Free memory 1651659224
0.12/0.21	c Max memory 1654456320
0.12/0.21	c Total memory 1654456320
0.12/0.21	c Number of processors 2
0.12/0.26	--- Begin Solver configuration ---
0.12/0.26	c Stops conflict analysis at the first Unique Implication Point
0.12/0.26	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.12/0.26	c Learn all clauses as in MiniSAT
0.12/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.26	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.26	c No reason simplification
0.12/0.26	c --- End Solver configuration ---
0.12/0.26	c solving /tmp/evaluation/351664-1176608954/instance-351664-1176608954.opb
0.12/0.26	c reading problem ... 
2.23/1.43	c ... done. Wall clock time 1.164s.
2.23/1.43	c CPU time (experimental) 0.83s.
2.23/1.43	c #vars     14400
2.23/1.43	c #constraints  732
1800.10/1789.51	c starts		: 24
1800.10/1789.51	c conflicts		: 2593677
1800.10/1789.51	c decisions		: 3039419
1800.10/1789.51	c propagations		: 47726509
1800.10/1789.51	c inspects		: 4402029408
1800.10/1789.51	c learnt literals	: 66
1800.10/1789.51	c learnt binary clauses	: 31
1800.10/1789.51	c learnt ternary clauses	: 42
1800.10/1789.51	c learnt clauses	: 2593612
1800.10/1789.51	c root simplifications	: 0
1800.10/1789.51	c removed literals (reason simplification)	: 0
1800.10/1789.51	c reason swapping (by a shorter reason)	: 0
1800.10/1789.51	c Calls to reduceDB	: 0
1800.10/1789.51	c speed (decisions/second)	: 1700.119366718724
1800.10/1789.51	c non guided choices	33401
1800.10/1789.51	s UNKNOWN
1800.10/1789.51	c Total wall clock time (ms): 1789.248

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node15/watcher-351664-1176608954 -o ROOT/results/node15/solver-351664-1176608954 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351664-1176608954/sat4jPseudoResolution.jar /tmp/evaluation/351664-1176608954/instance-351664-1176608954.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.99 0.99 2/77 11996
/proc/meminfo: memFree=1732392/2055920 swapFree=4169120/4192956
[pid=11996] ppid=11994 vsize=1800 CPUtime=0
/proc/11996/stat : 11996 (java) D 11994 11996 20100 0 -1 0 170 0 0 0 0 0 0 0 18 0 1 0 108813057 1843200 143 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/11996/statm: 450 143 106 9 0 92 0

[startup+0.0991401 s]
/proc/loadavg: 0.92 0.99 0.99 2/77 11996
/proc/meminfo: memFree=1732392/2055920 swapFree=4169120/4192956
[pid=11996] ppid=11994 vsize=1777708 CPUtime=0.04
/proc/11996/stat : 11996 (java) S 11994 11996 20100 0 -1 0 3603 0 1 0 2 2 0 0 18 0 7 0 108813057 1820372992 3346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/11996/statm: 444427 3346 1069 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101138 s]
/proc/loadavg: 0.92 0.99 0.99 2/77 11996
/proc/meminfo: memFree=1732392/2055920 swapFree=4169120/4192956
[pid=11996] ppid=11994 vsize=1777708 CPUtime=0.04
/proc/11996/stat : 11996 (java) S 11994 11996 20100 0 -1 0 3623 0 1 0 2 2 0 0 18 0 7 0 108813057 1820372992 3366 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/11996/statm: 444427 3366 1070 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.301161 s]
/proc/loadavg: 0.92 0.99 0.99 2/77 11996
/proc/meminfo: memFree=1732392/2055920 swapFree=4169120/4192956
[pid=11996] ppid=11994 vsize=1781412 CPUtime=0.23
/proc/11996/stat : 11996 (java) S 11994 11996 20100 0 -1 0 5047 0 1 0 20 3 0 0 18 0 12 0 108813057 1824165888 4786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11996/statm: 445353 4786 1246 9 0 442965 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1781412

[startup+0.701204 s]
/proc/loadavg: 0.92 0.99 0.99 2/77 11996
/proc/meminfo: memFree=1732392/2055920 swapFree=4169120/4192956
[pid=11996] ppid=11994 vsize=1783812 CPUtime=0.83
/proc/11996/stat : 11996 (java) S 11994 11996 20100 0 -1 0 7275 0 1 0 78 5 0 0 18 0 12 0 108813057 1826623488 6743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11996/statm: 445953 6743 1302 9 0 443565 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1783812

[startup+1.50228 s]
/proc/loadavg: 0.92 0.99 0.99 4/89 12008
/proc/meminfo: memFree=1698120/2055920 swapFree=4169120/4192956
[pid=11996] ppid=11994 vsize=1797244 CPUtime=2.42
/proc/11996/stat : 11996 (java) S 11994 11996 20100 0 -1 0 22044 0 1 0 231 11 0 0 18 0 12 0 108813057 1840377856 17723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11996/statm: 449311 17723 1319 9 0 446923 0
[pid=11996/tid=11998] ppid=11994 vsize=1797244 CPUtime=0.88
/proc/11996/task/11998/stat : 11998 (java) R 11994 11996 20100 0 -1 64 13225 0 1 0 81 7 0 0 18 0 12 0 108813059 1840377856 17723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109174820 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=11999] ppid=11994 vsize=1797244 CPUtime=0
/proc/11996/task/11999/stat : 11999 (java) S 11994 11996 20100 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 108813064 1840377856 17723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12000] ppid=11994 vsize=1797244 CPUtime=0
/proc/11996/task/12000/stat : 12000 (java) S 11994 11996 20100 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 108813064 1840377856 17723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12001] ppid=11994 vsize=1797244 CPUtime=0
/proc/11996/task/12001/stat : 12001 (java) S 11994 11996 20100 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 108813067 1840377856 17723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12002] ppid=11994 vsize=1797244 CPUtime=0
/proc/11996/task/12002/stat : 12002 (java) S 11994 11996 20100 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 108813067 1840377856 17723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12003] ppid=11994 vsize=1797244 CPUtime=0
/proc/11996/task/12003/stat : 12003 (java) S 11994 11996 20100 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 108813067 1840377856 17723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12004] ppid=11994 vsize=1797244 CPUtime=0
/proc/11996/task/12004/stat : 12004 (java) S 11994 11996 20100 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 108813072 1840377856 17723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12005] ppid=11994 vsize=1797244 CPUtime=0.79
/proc/11996/task/12005/stat : 12005 (java) R 11994 11996 20100 0 -1 64 5262 0 0 0 77 2 0 0 18 0 12 0 108813072 1840377856 17723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102390454 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12006] ppid=11994 vsize=1797244 CPUtime=0.72
/proc/11996/task/12006/stat : 12006 (java) S 11994 11996 20100 0 -1 64 2836 0 0 0 72 0 0 0 16 0 12 0 108813072 1840377856 17723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12007] ppid=11994 vsize=1797244 CPUtime=0
/proc/11996/task/12007/stat : 12007 (java) S 11994 11996 20100 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 108813072 1840377856 17723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12008] ppid=11994 vsize=1797244 CPUtime=0
/proc/11996/task/12008/stat : 12008 (java) S 11994 11996 20100 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 108813072 1840377856 17723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 1797244

[startup+3.10243 s]
/proc/loadavg: 1.01 1.01 1.00 4/90 12009
/proc/meminfo: memFree=1661440/2055920 swapFree=4169120/4192956
[pid=11996] ppid=11994 vsize=1795668 CPUtime=4.65
/proc/11996/stat : 11996 (java) S 11994 11996 20100 0 -1 0 34771 0 1 0 448 17 0 0 18 0 13 0 108813057 1838764032 28568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11996/statm: 448917 28568 1324 9 0 446529 0
[pid=11996/tid=11998] ppid=11994 vsize=1795668 CPUtime=2.16
/proc/11996/task/11998/stat : 11998 (java) R 11994 11996 20100 0 -1 64 24320 0 1 0 204 12 0 0 25 0 13 0 108813059 1838764032 28568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109697523 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=11999] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/11999/stat : 11999 (java) S 11994 11996 20100 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 108813064 1838764032 28568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12000] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12000/stat : 12000 (java) S 11994 11996 20100 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 108813064 1838764032 28568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12001] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12001/stat : 12001 (java) S 11994 11996 20100 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 28568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12002] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12002/stat : 12002 (java) S 11994 11996 20100 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 108813067 1838764032 28568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12003] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12003/stat : 12003 (java) S 11994 11996 20100 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 108813067 1838764032 28568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12004] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12004/stat : 12004 (java) S 11994 11996 20100 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108813072 1838764032 28568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12005] ppid=11994 vsize=1795668 CPUtime=1.27
/proc/11996/task/12005/stat : 12005 (java) S 11994 11996 20100 0 -1 64 6361 0 0 0 125 2 0 0 16 0 13 0 108813072 1838764032 28568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12006] ppid=11994 vsize=1795668 CPUtime=1.19
/proc/11996/task/12006/stat : 12006 (java) S 11994 11996 20100 0 -1 64 3365 0 0 0 118 1 0 0 16 0 13 0 108813072 1838764032 28568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12007] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12007/stat : 12007 (java) S 11994 11996 20100 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 108813072 1838764032 28568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12008] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12008/stat : 12008 (java) S 11994 11996 20100 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108813072 1838764032 28568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12009] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12009/stat : 12009 (java) S 11994 11996 20100 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108813242 1838764032 28568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 1795668

[startup+6.30252 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 12009
/proc/meminfo: memFree=1557000/2055920 swapFree=4169120/4192956
[pid=11996] ppid=11994 vsize=1795668 CPUtime=7.92
/proc/11996/stat : 11996 (java) S 11994 11996 20100 0 -1 0 50987 0 1 0 766 26 0 0 18 0 13 0 108813057 1838764032 44763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11996/statm: 448917 44763 1333 9 0 446529 0
[pid=11996/tid=11998] ppid=11994 vsize=1795668 CPUtime=5.28
/proc/11996/task/11998/stat : 11998 (java) R 11994 11996 20100 0 -1 64 37710 0 1 0 508 20 0 0 25 0 13 0 108813059 1838764032 44763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109648508 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=11999] ppid=11994 vsize=1795668 CPUtime=0.04
/proc/11996/task/11999/stat : 11999 (java) S 11994 11996 20100 0 -1 64 1581 0 0 0 4 0 0 0 16 0 13 0 108813064 1838764032 44763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12000] ppid=11994 vsize=1795668 CPUtime=0.04
/proc/11996/task/12000/stat : 12000 (java) S 11994 11996 20100 0 -1 64 1236 0 0 0 4 0 0 0 16 0 13 0 108813064 1838764032 44763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12001] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12001/stat : 12001 (java) S 11994 11996 20100 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 44763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12002] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12002/stat : 12002 (java) S 11994 11996 20100 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 44763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12003] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12003/stat : 12003 (java) S 11994 11996 20100 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 44763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12004] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12004/stat : 12004 (java) S 11994 11996 20100 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108813072 1838764032 44763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12005] ppid=11994 vsize=1795668 CPUtime=1.3
/proc/11996/task/12005/stat : 12005 (java) S 11994 11996 20100 0 -1 64 6364 0 0 0 128 2 0 0 16 0 13 0 108813072 1838764032 44763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12006] ppid=11994 vsize=1795668 CPUtime=1.22
/proc/11996/task/12006/stat : 12006 (java) S 11994 11996 20100 0 -1 64 3366 0 0 0 121 1 0 0 16 0 13 0 108813072 1838764032 44763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12007] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12007/stat : 12007 (java) S 11994 11996 20100 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 108813072 1838764032 44763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12008] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12008/stat : 12008 (java) S 11994 11996 20100 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108813072 1838764032 44763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12009] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12009/stat : 12009 (java) S 11994 11996 20100 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108813242 1838764032 44763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 1795668

[startup+12.7021 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 12009
/proc/meminfo: memFree=1541768/2055920 swapFree=4169120/4192956
[pid=11996] ppid=11994 vsize=1795668 CPUtime=14.39
/proc/11996/stat : 11996 (java) S 11994 11996 20100 0 -1 0 54795 0 1 0 1411 28 0 0 18 0 13 0 108813057 1838764032 48530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11996/statm: 448917 48530 1333 9 0 446529 0
[pid=11996/tid=11998] ppid=11994 vsize=1795668 CPUtime=11.62
/proc/11996/task/11998/stat : 11998 (java) R 11994 11996 20100 0 -1 64 37711 0 1 0 1142 20 0 0 25 0 13 0 108813059 1838764032 48530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109838344 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=11999] ppid=11994 vsize=1795668 CPUtime=0.1
/proc/11996/task/11999/stat : 11999 (java) S 11994 11996 20100 0 -1 64 3730 0 0 0 9 1 0 0 17 0 13 0 108813064 1838764032 48530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12000] ppid=11994 vsize=1795668 CPUtime=0.09
/proc/11996/task/12000/stat : 12000 (java) S 11994 11996 20100 0 -1 64 2891 0 0 0 8 1 0 0 16 0 13 0 108813064 1838764032 48530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12001] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12001/stat : 12001 (java) S 11994 11996 20100 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 48530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12002] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12002/stat : 12002 (java) S 11994 11996 20100 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 48530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12003] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12003/stat : 12003 (java) S 11994 11996 20100 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 48530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12004] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12004/stat : 12004 (java) S 11994 11996 20100 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108813072 1838764032 48530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12005] ppid=11994 vsize=1795668 CPUtime=1.31
/proc/11996/task/12005/stat : 12005 (java) S 11994 11996 20100 0 -1 64 6365 0 0 0 129 2 0 0 16 0 13 0 108813072 1838764032 48530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12006] ppid=11994 vsize=1795668 CPUtime=1.22
/proc/11996/task/12006/stat : 12006 (java) S 11994 11996 20100 0 -1 64 3366 0 0 0 121 1 0 0 17 0 13 0 108813072 1838764032 48530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12007] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12007/stat : 12007 (java) S 11994 11996 20100 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 108813072 1838764032 48530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12008] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12008/stat : 12008 (java) S 11994 11996 20100 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108813072 1838764032 48530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12009] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12009/stat : 12009 (java) S 11994 11996 20100 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108813242 1838764032 48530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 1795668

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12009
/proc/meminfo: memFree=1517256/2055920 swapFree=4169120/4192956
[pid=11996] ppid=11994 vsize=1795668 CPUtime=27.42
/proc/11996/stat : 11996 (java) S 11994 11996 20100 0 -1 0 61115 0 1 0 2711 31 0 0 18 0 13 0 108813057 1838764032 54672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11996/statm: 448917 54672 1333 9 0 446529 0
[pid=11996/tid=11998] ppid=11994 vsize=1795668 CPUtime=24.17
/proc/11996/task/11998/stat : 11998 (java) R 11994 11996 20100 0 -1 64 37714 0 1 0 2397 20 0 0 25 0 13 0 108813059 1838764032 54672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109837990 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=11999] ppid=11994 vsize=1795668 CPUtime=0.33
/proc/11996/task/11999/stat : 11999 (java) S 11994 11996 20100 0 -1 64 7408 0 0 0 30 3 0 0 16 0 13 0 108813064 1838764032 54672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12000] ppid=11994 vsize=1795668 CPUtime=0.33
/proc/11996/task/12000/stat : 12000 (java) S 11994 11996 20100 0 -1 64 5525 0 0 0 31 2 0 0 16 0 13 0 108813064 1838764032 54672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12001] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12001/stat : 12001 (java) S 11994 11996 20100 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 54672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=11996/tid=12001] ppid=11994 vsize=1795668 CPUtime=0.03
/proc/11996/task/12001/stat : 12001 (java) S 11994 11996 20100 0 -1 64 63 0 0 0 0 3 0 0 16 0 13 0 108813067 1838764032 158219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12002] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12002/stat : 12002 (java) S 11994 11996 20100 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 158219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12003] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12003/stat : 12003 (java) S 11994 11996 20100 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 158219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12004] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12004/stat : 12004 (java) S 11994 11996 20100 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108813072 1838764032 158219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12005] ppid=11994 vsize=1795668 CPUtime=1.31
/proc/11996/task/12005/stat : 12005 (java) S 11994 11996 20100 0 -1 64 6365 0 0 0 129 2 0 0 16 0 13 0 108813072 1838764032 158219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12006] ppid=11994 vsize=1795668 CPUtime=1.23
/proc/11996/task/12006/stat : 12006 (java) S 11994 11996 20100 0 -1 64 3366 0 0 0 122 1 0 0 17 0 13 0 108813072 1838764032 158219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12007] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12007/stat : 12007 (java) S 11994 11996 20100 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 108813072 1838764032 158219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12008] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12008/stat : 12008 (java) S 11994 11996 20100 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108813072 1838764032 158219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12009] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12009/stat : 12009 (java) S 11994 11996 20100 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108813242 1838764032 158219 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1611.41
Current children cumulated vsize (KiB) 1795668

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12207
/proc/meminfo: memFree=1063112/2055920 swapFree=4169120/4192956
[pid=11996] ppid=11994 vsize=1795668 CPUtime=1671.96
/proc/11996/stat : 11996 (java) S 11994 11996 20100 0 -1 0 222321 0 1 0 167074 122 0 0 18 0 13 0 108813057 1838764032 167655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11996/statm: 448917 167655 1333 9 0 446529 0
[pid=11996/tid=11998] ppid=11994 vsize=1795668 CPUtime=1651.81
/proc/11996/task/11998/stat : 11998 (java) R 11994 11996 20100 0 -1 64 49857 0 1 0 165143 38 0 0 25 0 13 0 108813059 1838764032 167655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109891057 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=11999] ppid=11994 vsize=1795668 CPUtime=8.71
/proc/11996/task/11999/stat : 11999 (java) S 11994 11996 20100 0 -1 64 81386 0 0 0 835 36 0 0 17 0 13 0 108813064 1838764032 167655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12000] ppid=11994 vsize=1795668 CPUtime=8.78
/proc/11996/task/12000/stat : 12000 (java) S 11994 11996 20100 0 -1 64 80539 0 0 0 841 37 0 0 17 0 13 0 108813064 1838764032 167655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12001] ppid=11994 vsize=1795668 CPUtime=0.04
/proc/11996/task/12001/stat : 12001 (java) S 11994 11996 20100 0 -1 64 86 0 0 0 1 3 0 0 16 0 13 0 108813067 1838764032 167655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12002] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12002/stat : 12002 (java) S 11994 11996 20100 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 167655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12003] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12003/stat : 12003 (java) S 11994 11996 20100 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 167655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12004] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12004/stat : 12004 (java) S 11994 11996 20100 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108813072 1838764032 167655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12005] ppid=11994 vsize=1795668 CPUtime=1.31
/proc/11996/task/12005/stat : 12005 (java) S 11994 11996 20100 0 -1 64 6365 0 0 0 129 2 0 0 16 0 13 0 108813072 1838764032 167655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12006] ppid=11994 vsize=1795668 CPUtime=1.23
/proc/11996/task/12006/stat : 12006 (java) S 11994 11996 20100 0 -1 64 3366 0 0 0 122 1 0 0 17 0 13 0 108813072 1838764032 167655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12007] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12007/stat : 12007 (java) S 11994 11996 20100 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 108813072 1838764032 167655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12008] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12008/stat : 12008 (java) S 11994 11996 20100 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108813072 1838764032 167655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12009] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12009/stat : 12009 (java) S 11994 11996 20100 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108813242 1838764032 167655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1671.96
Current children cumulated vsize (KiB) 1795668

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12207
/proc/meminfo: memFree=977160/2055920 swapFree=4169120/4192956
[pid=11996] ppid=11994 vsize=1795668 CPUtime=1732.49
/proc/11996/stat : 11996 (java) S 11994 11996 20100 0 -1 0 243917 0 1 0 173117 132 0 0 18 0 13 0 108813057 1838764032 189117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11996/statm: 448917 189117 1333 9 0 446529 0
[pid=11996/tid=11998] ppid=11994 vsize=1795668 CPUtime=1711.24
/proc/11996/task/11998/stat : 11998 (java) R 11994 11996 20100 0 -1 64 55583 0 1 0 171082 42 0 0 25 0 13 0 108813059 1838764032 189117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109942074 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=11999] ppid=11994 vsize=1795668 CPUtime=9.27
/proc/11996/task/11999/stat : 11999 (java) S 11994 11996 20100 0 -1 64 91529 0 0 0 887 40 0 0 16 0 13 0 108813064 1838764032 189117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12000] ppid=11994 vsize=1795668 CPUtime=9.34
/proc/11996/task/12000/stat : 12000 (java) S 11994 11996 20100 0 -1 64 86242 0 0 0 894 40 0 0 17 0 13 0 108813064 1838764032 189117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12001] ppid=11994 vsize=1795668 CPUtime=0.04
/proc/11996/task/12001/stat : 12001 (java) S 11994 11996 20100 0 -1 64 110 0 0 0 1 3 0 0 16 0 13 0 108813067 1838764032 189117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12002] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12002/stat : 12002 (java) S 11994 11996 20100 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 189117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12003] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12003/stat : 12003 (java) S 11994 11996 20100 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 189117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12004] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12004/stat : 12004 (java) S 11994 11996 20100 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108813072 1838764032 189117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12005] ppid=11994 vsize=1795668 CPUtime=1.31
/proc/11996/task/12005/stat : 12005 (java) S 11994 11996 20100 0 -1 64 6365 0 0 0 129 2 0 0 16 0 13 0 108813072 1838764032 189117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12006] ppid=11994 vsize=1795668 CPUtime=1.23
/proc/11996/task/12006/stat : 12006 (java) S 11994 11996 20100 0 -1 64 3366 0 0 0 122 1 0 0 17 0 13 0 108813072 1838764032 189117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12007] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12007/stat : 12007 (java) S 11994 11996 20100 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 108813072 1838764032 189117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12008] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12008/stat : 12008 (java) S 11994 11996 20100 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108813072 1838764032 189117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12009] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12009/stat : 12009 (java) S 11994 11996 20100 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108813242 1838764032 189117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1732.49
Current children cumulated vsize (KiB) 1795668

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12207
/proc/meminfo: memFree=943944/2055920 swapFree=4169120/4192956
[pid=11996] ppid=11994 vsize=1795668 CPUtime=1792.75
/proc/11996/stat : 11996 (java) S 11994 11996 20100 0 -1 0 253005 0 1 0 179138 137 0 0 18 0 13 0 108813057 1838764032 197383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11996/statm: 448917 197383 1333 9 0 446529 0
[pid=11996/tid=11998] ppid=11994 vsize=1795668 CPUtime=1770.94
/proc/11996/task/11998/stat : 11998 (java) R 11994 11996 20100 0 -1 64 57416 0 1 0 177051 43 0 0 25 0 13 0 108813059 1838764032 197383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109891057 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=11999] ppid=11994 vsize=1795668 CPUtime=9.54
/proc/11996/task/11999/stat : 11999 (java) S 11994 11996 20100 0 -1 64 94300 0 0 0 913 41 0 0 17 0 13 0 108813064 1838764032 197383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12000] ppid=11994 vsize=1795668 CPUtime=9.62
/proc/11996/task/12000/stat : 12000 (java) S 11994 11996 20100 0 -1 64 90726 0 0 0 920 42 0 0 16 0 13 0 108813064 1838764032 197383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12001] ppid=11994 vsize=1795668 CPUtime=0.04
/proc/11996/task/12001/stat : 12001 (java) S 11994 11996 20100 0 -1 64 110 0 0 0 1 3 0 0 16 0 13 0 108813067 1838764032 197383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12002] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12002/stat : 12002 (java) S 11994 11996 20100 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 197383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12003] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12003/stat : 12003 (java) S 11994 11996 20100 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 197383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12004] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12004/stat : 12004 (java) S 11994 11996 20100 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108813072 1838764032 197383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12005] ppid=11994 vsize=1795668 CPUtime=1.31
/proc/11996/task/12005/stat : 12005 (java) S 11994 11996 20100 0 -1 64 6365 0 0 0 129 2 0 0 16 0 13 0 108813072 1838764032 197383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12006] ppid=11994 vsize=1795668 CPUtime=1.23
/proc/11996/task/12006/stat : 12006 (java) S 11994 11996 20100 0 -1 64 3366 0 0 0 122 1 0 0 17 0 13 0 108813072 1838764032 197383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12007] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12007/stat : 12007 (java) S 11994 11996 20100 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 108813072 1838764032 197383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12008] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12008/stat : 12008 (java) S 11994 11996 20100 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108813072 1838764032 197383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12009] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12009/stat : 12009 (java) S 11994 11996 20100 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108813242 1838764032 197383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1792.75
Current children cumulated vsize (KiB) 1795668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12207
/proc/meminfo: memFree=941256/2055920 swapFree=4169120/4192956
[pid=11996] ppid=11994 vsize=1795668 CPUtime=1800.1
/proc/11996/stat : 11996 (java) S 11994 11996 20100 0 -1 0 255120 0 1 0 179872 138 0 0 18 0 13 0 108813057 1838764032 198052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11996/statm: 448917 198052 1333 9 0 446529 0
[pid=11996/tid=11998] ppid=11994 vsize=1795668 CPUtime=1778
/proc/11996/task/11998/stat : 11998 (java) R 11994 11996 20100 0 -1 64 57417 0 1 0 177756 44 0 0 25 0 13 0 108813059 1838764032 198052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109891057 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=11999] ppid=11994 vsize=1795668 CPUtime=9.69
/proc/11996/task/11999/stat : 11999 (java) S 11994 11996 20100 0 -1 64 96104 0 0 0 927 42 0 0 16 0 13 0 108813064 1838764032 198052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12000] ppid=11994 vsize=1795668 CPUtime=9.76
/proc/11996/task/12000/stat : 12000 (java) S 11994 11996 20100 0 -1 64 91036 0 0 0 934 42 0 0 17 0 13 0 108813064 1838764032 198052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12001] ppid=11994 vsize=1795668 CPUtime=0.04
/proc/11996/task/12001/stat : 12001 (java) S 11994 11996 20100 0 -1 64 110 0 0 0 1 3 0 0 16 0 13 0 108813067 1838764032 198052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12002] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12002/stat : 12002 (java) S 11994 11996 20100 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 198052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12003] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12003/stat : 12003 (java) S 11994 11996 20100 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108813067 1838764032 198052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12004] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12004/stat : 12004 (java) S 11994 11996 20100 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 108813072 1838764032 198052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12005] ppid=11994 vsize=1795668 CPUtime=1.31
/proc/11996/task/12005/stat : 12005 (java) S 11994 11996 20100 0 -1 64 6365 0 0 0 129 2 0 0 16 0 13 0 108813072 1838764032 198052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12006] ppid=11994 vsize=1795668 CPUtime=1.23
/proc/11996/task/12006/stat : 12006 (java) S 11994 11996 20100 0 -1 64 3366 0 0 0 122 1 0 0 17 0 13 0 108813072 1838764032 198052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12007] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12007/stat : 12007 (java) S 11994 11996 20100 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 108813072 1838764032 198052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11996/tid=12008] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12008/stat : 12008 (java) S 11994 11996 20100 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108813072 1838764032 198052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11996/tid=12009] ppid=11994 vsize=1795668 CPUtime=0
/proc/11996/task/12009/stat : 12009 (java) S 11994 11996 20100 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108813242 1838764032 198052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1795668

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

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

[startup+1789.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 12210
/proc/meminfo: memFree=1539704/2055920 swapFree=4169120/4192956
[pid=11996] ppid=11994 vsize=0 CPUtime=1800.21
/proc/11996/stat : 11996 (java) Z 11994 11996 20100 0 -1 1036 255141 0 1 0 179874 147 0 0 16 0 2 0 108813057 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11996/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1789.65
CPU time (s): 1800.24
CPU user time (s): 1798.74
CPU system time (s): 1.50077
CPU usage (%): 100.592
Max. virtual memory (cumulated for all children) (KiB): 1797448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 1.50077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255141
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38116
involuntary context switches= 45541

runsolver used 1.63775 second user time and 4.96225 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sun Apr 15 03:49:14 UTC 2007

IDJOB= 351664
IDBENCH= 1789
IDSOLVER= 159
FILE ID= node15/351664-1176608954

PBS_JOBID= 4556818

Free space on /tmp= 66553 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-set1ch.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351664-1176608954/sat4jPseudoResolution.jar /tmp/evaluation/351664-1176608954/instance-351664-1176608954.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-351664-1176608954 -o ROOT/results/node15/solver-351664-1176608954 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351664-1176608954/sat4jPseudoResolution.jar /tmp/evaluation/351664-1176608954/instance-351664-1176608954.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6815697d1fd827c594e155d1d753b261

RANDOM SEED= 763151350

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.227
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.227
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1732928 kB
Buffers:         59152 kB
Cached:         163816 kB
SwapCached:       3132 kB
Active:         115500 kB
Inactive:       140380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1732928 kB
SwapTotal:     4192956 kB
SwapFree:      4169120 kB
Dirty:            4024 kB
Writeback:           0 kB
Mapped:          37520 kB
Slab:            52580 kB
Committed_AS:  6058384 kB
PageTables:       1888 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66553 MiB

End job on node15 on Sun Apr 15 04:19:06 UTC 2007