Trace number 351326

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.19 1793.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-beaconfd.opb
MD5SUM6927d145bd65464e16bb11d2b0c90152
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1238
Best CPU time to get the best result obtained on this benchmark1802.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 919
Optimality of the best value was proved NO
Number of variables7860
Total number of constraints173
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 constraints173
Minimum length of a constraint30
Maximum length of a constraint4620
Number of terms in the objective function 2880
Biggest coefficient in the objective function 56798
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 526611
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527918
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/351326-1176595842/instance-351326-1176595842.opb
0.08/0.19	c reading problem ... 
2.84/1.83	c ... done. Wall clock time 1.637s.
2.84/1.83	c CPU time (experimental) 1.49s.
2.84/1.83	c #vars     7860
2.84/1.83	c #constraints  272
1800.05/1792.92	c starts		: 20
1800.05/1792.92	c conflicts		: 444360
1800.05/1792.92	c decisions		: 599912
1800.05/1792.92	c propagations		: 6448861
1800.05/1792.92	c inspects		: 331379133
1800.05/1792.92	c learnt literals	: 0
1800.05/1792.92	c learnt binary clauses	: 2
1800.05/1792.92	c learnt ternary clauses	: 2
1800.05/1792.92	c learnt clauses	: 444360
1800.05/1792.92	c root simplifications	: 0
1800.05/1792.92	c removed literals (reason simplification)	: 0
1800.05/1792.92	c reason swapping (by a shorter reason)	: 0
1800.05/1792.92	c Calls to reduceDB	: 0
1800.05/1792.92	c speed (decisions/second)	: 334.95718340088365
1800.05/1792.92	c non guided choices	3197
1800.05/1792.92	s UNKNOWN
1800.05/1792.92	c Total wall clock time (ms): 1792.728

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/node39/watcher-351326-1176595842 -o ROOT/results/node39/solver-351326-1176595842 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351326-1176595842/sat4jPseudoResolution.jar /tmp/evaluation/351326-1176595842/instance-351326-1176595842.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.95 0.99 0.99 2/77 15630
/proc/meminfo: memFree=1743480/2055920 swapFree=4144444/4192956
[pid=15630] ppid=15628 vsize=152 CPUtime=0
/proc/15630/stat : 15630 (java) D 15628 15630 15297 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 107496291 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 11092772 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/15630/statm: 38 26 19 9 0 4 0

[startup+0.00944993 s]
/proc/loadavg: 0.95 0.99 0.99 2/77 15630
/proc/meminfo: memFree=1743480/2055920 swapFree=4144444/4192956
[pid=15630] ppid=15628 vsize=152 CPUtime=0
/proc/15630/stat : 15630 (java) R 15628 15630 15297 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 107496291 155648 26 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 11092267 0 0 4096 0 0 0 0 17 1 0 0
/proc/15630/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.10147 s]
/proc/loadavg: 0.95 0.99 0.99 2/77 15630
/proc/meminfo: memFree=1743480/2055920 swapFree=4144444/4192956
[pid=15630] ppid=15628 vsize=1780108 CPUtime=0.08
/proc/15630/stat : 15630 (java) S 15628 15630 15297 0 -1 0 3961 0 1 0 6 2 0 0 18 0 12 0 107496291 1822830592 3702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15630/statm: 445027 3702 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301505 s]
/proc/loadavg: 0.95 0.99 0.99 2/77 15630
/proc/meminfo: memFree=1743480/2055920 swapFree=4144444/4192956
[pid=15630] ppid=15628 vsize=1781972 CPUtime=0.36
/proc/15630/stat : 15630 (java) S 15628 15630 15297 0 -1 0 5152 0 1 0 33 3 0 0 18 0 12 0 107496291 1824739328 4887 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15630/statm: 445493 4887 1268 9 0 443105 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1781972

[startup+0.702573 s]
/proc/loadavg: 0.95 0.99 0.99 2/77 15630
/proc/meminfo: memFree=1743480/2055920 swapFree=4144444/4192956
[pid=15630] ppid=15628 vsize=1786180 CPUtime=1.01
/proc/15630/stat : 15630 (java) S 15628 15630 15297 0 -1 0 8002 0 1 0 96 5 0 0 18 0 12 0 107496291 1829048320 7313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15630/statm: 446545 7313 1302 9 0 444157 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1786180

[startup+1.5017 s]
/proc/loadavg: 0.95 0.99 0.99 4/89 15642
/proc/meminfo: memFree=1703384/2055920 swapFree=4144444/4192956
[pid=15630] ppid=15628 vsize=1791920 CPUtime=2.53
/proc/15630/stat : 15630 (java) S 15628 15630 15297 0 -1 0 25444 0 1 0 240 13 0 0 18 0 12 0 107496291 1834926080 21835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15630/statm: 447980 21836 1304 9 0 445592 0
[pid=15630/tid=15632] ppid=15628 vsize=1791920 CPUtime=1.17
/proc/15630/task/15632/stat : 15632 (java) R 15628 15630 15297 0 -1 64 18561 0 1 0 107 10 0 0 19 0 12 0 107496293 1834926080 21836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15633] ppid=15628 vsize=1791920 CPUtime=0
/proc/15630/task/15633/stat : 15633 (java) S 15628 15630 15297 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 107496295 1834926080 21837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15634] ppid=15628 vsize=1791920 CPUtime=0
/proc/15630/task/15634/stat : 15634 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 107496295 1834926080 21838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15635] ppid=15628 vsize=1791920 CPUtime=0
/proc/15630/task/15635/stat : 15635 (java) S 15628 15630 15297 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 107496297 1834926080 21839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15636] ppid=15628 vsize=1791920 CPUtime=0
/proc/15630/task/15636/stat : 15636 (java) S 15628 15630 15297 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 107496297 1834926080 21840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15637] ppid=15628 vsize=1791920 CPUtime=0
/proc/15630/task/15637/stat : 15637 (java) S 15628 15630 15297 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 107496297 1834926080 21841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15638] ppid=15628 vsize=1791920 CPUtime=0
/proc/15630/task/15638/stat : 15638 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 107496301 1834926080 21842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15639] ppid=15628 vsize=1791920 CPUtime=0.51
/proc/15630/task/15639/stat : 15639 (java) S 15628 15630 15297 0 -1 64 1327 0 0 0 51 0 0 0 16 0 12 0 107496301 1834926080 21843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15640] ppid=15628 vsize=1791920 CPUtime=0.83
/proc/15630/task/15640/stat : 15640 (java) S 15628 15630 15297 0 -1 64 4834 0 0 0 81 2 0 0 17 0 12 0 107496301 1834926080 21844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15641] ppid=15628 vsize=1791920 CPUtime=0
/proc/15630/task/15641/stat : 15641 (java) S 15628 15630 15297 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 107496301 1834926080 21845 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15642] ppid=15628 vsize=1791920 CPUtime=0
/proc/15630/task/15642/stat : 15642 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 107496301 1834926080 21846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1791920

[startup+3.10198 s]
/proc/loadavg: 0.95 0.99 0.99 2/89 15642
/proc/meminfo: memFree=1614360/2055920 swapFree=4144444/4192956
[pid=15630] ppid=15628 vsize=1792244 CPUtime=4.45
/proc/15630/stat : 15630 (java) S 15628 15630 15297 0 -1 0 40303 0 1 0 426 19 0 0 18 0 13 0 107496291 1835257856 35825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15630/statm: 448061 35825 1316 9 0 445673 0
[pid=15630/tid=15632] ppid=15628 vsize=1792244 CPUtime=2.67
/proc/15630/task/15632/stat : 15632 (java) R 15628 15630 15297 0 -1 64 32494 0 1 0 252 15 0 0 25 0 13 0 107496293 1835257856 35825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109775342 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15633] ppid=15628 vsize=1792244 CPUtime=0
/proc/15630/task/15633/stat : 15633 (java) S 15628 15630 15297 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107496295 1835257856 35825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15634] ppid=15628 vsize=1792244 CPUtime=0
/proc/15630/task/15634/stat : 15634 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107496295 1835257856 35825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15635] ppid=15628 vsize=1792244 CPUtime=0
/proc/15630/task/15635/stat : 15635 (java) S 15628 15630 15297 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 107496297 1835257856 35825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15636] ppid=15628 vsize=1792244 CPUtime=0
/proc/15630/task/15636/stat : 15636 (java) S 15628 15630 15297 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 107496297 1835257856 35825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15637] ppid=15628 vsize=1792244 CPUtime=0
/proc/15630/task/15637/stat : 15637 (java) S 15628 15630 15297 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 107496297 1835257856 35825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15638] ppid=15628 vsize=1792244 CPUtime=0
/proc/15630/task/15638/stat : 15638 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107496301 1835257856 35825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15639] ppid=15628 vsize=1792244 CPUtime=0.72
/proc/15630/task/15639/stat : 15639 (java) S 15628 15630 15297 0 -1 64 2212 0 0 0 71 1 0 0 16 0 13 0 107496301 1835257856 35825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15640] ppid=15628 vsize=1792244 CPUtime=1.03
/proc/15630/task/15640/stat : 15640 (java) S 15628 15630 15297 0 -1 64 4870 0 0 0 101 2 0 0 16 0 13 0 107496301 1835257856 35825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15641] ppid=15628 vsize=1792244 CPUtime=0
/proc/15630/task/15641/stat : 15641 (java) S 15628 15630 15297 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 107496301 1835257856 35825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15642] ppid=15628 vsize=1792244 CPUtime=0
/proc/15630/task/15642/stat : 15642 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107496301 1835257856 35825 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 1792244

[startup+6.30251 s]
/proc/loadavg: 0.95 0.99 0.99 2/90 15643
/proc/meminfo: memFree=1589840/2055920 swapFree=4144444/4192956
[pid=15630] ppid=15628 vsize=1792212 CPUtime=7.68
/proc/15630/stat : 15630 (java) S 15628 15630 15297 0 -1 0 45239 0 1 0 747 21 0 0 18 0 13 0 107496291 1835225088 40751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15630/statm: 448053 40751 1316 9 0 445665 0
[pid=15630/tid=15632] ppid=15628 vsize=1792212 CPUtime=5.84
/proc/15630/task/15632/stat : 15632 (java) R 15628 15630 15297 0 -1 64 37427 0 1 0 567 17 0 0 25 0 13 0 107496293 1835225088 40751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109770437 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15633] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15633/stat : 15633 (java) S 15628 15630 15297 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107496295 1835225088 40751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15634] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15634/stat : 15634 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107496295 1835225088 40751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15635] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15635/stat : 15635 (java) S 15628 15630 15297 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107496297 1835225088 40751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15636] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15636/stat : 15636 (java) S 15628 15630 15297 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 107496297 1835225088 40751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15637] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15637/stat : 15637 (java) S 15628 15630 15297 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 107496297 1835225088 40751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15638] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15638/stat : 15638 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107496301 1835225088 40751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15639] ppid=15628 vsize=1792212 CPUtime=0.74
/proc/15630/task/15639/stat : 15639 (java) S 15628 15630 15297 0 -1 64 2212 0 0 0 73 1 0 0 17 0 13 0 107496301 1835225088 40751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15640] ppid=15628 vsize=1792212 CPUtime=1.07
/proc/15630/task/15640/stat : 15640 (java) S 15628 15630 15297 0 -1 64 4873 0 0 0 105 2 0 0 16 0 13 0 107496301 1835225088 40751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15641] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15641/stat : 15641 (java) S 15628 15630 15297 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 107496301 1835225088 40751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15642] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15642/stat : 15642 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107496301 1835225088 40751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15643] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15643/stat : 15643 (java) S 15628 15630 15297 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107496505 1835225088 40751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 1792212

[startup+12.7016 s]
/proc/loadavg: 0.95 0.99 0.99 2/90 15643
/proc/meminfo: memFree=1567504/2055920 swapFree=4144444/4192956
[pid=15630] ppid=15628 vsize=1792212 CPUtime=14.2
/proc/15630/stat : 15630 (java) S 15628 15630 15297 0 -1 0 49572 0 1 0 1396 24 0 0 18 0 13 0 107496291 1835225088 45062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15630/statm: 448053 45062 1325 9 0 445665 0
[pid=15630/tid=15632] ppid=15628 vsize=1792212 CPUtime=12.13
/proc/15630/task/15632/stat : 15632 (java) R 15628 15630 15297 0 -1 64 37739 0 1 0 1196 17 0 0 25 0 13 0 107496293 1835225088 45062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109769992 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15633] ppid=15628 vsize=1792212 CPUtime=0.09
/proc/15630/task/15633/stat : 15633 (java) S 15628 15630 15297 0 -1 64 2015 0 0 0 8 1 0 0 16 0 13 0 107496295 1835225088 45062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15634] ppid=15628 vsize=1792212 CPUtime=0.09
/proc/15630/task/15634/stat : 15634 (java) S 15628 15630 15297 0 -1 64 2000 0 0 0 8 1 0 0 16 0 13 0 107496295 1835225088 45062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15635] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15635/stat : 15635 (java) S 15628 15630 15297 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 107496297 1835225088 45062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15636] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15636/stat : 15636 (java) S 15628 15630 15297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107496297 1835225088 45062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15637] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15637/stat : 15637 (java) S 15628 15630 15297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107496297 1835225088 45062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15638] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15638/stat : 15638 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107496301 1835225088 45062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15639] ppid=15628 vsize=1792212 CPUtime=0.75
/proc/15630/task/15639/stat : 15639 (java) S 15628 15630 15297 0 -1 64 2212 0 0 0 74 1 0 0 16 0 13 0 107496301 1835225088 45062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15640] ppid=15628 vsize=1792212 CPUtime=1.09
/proc/15630/task/15640/stat : 15640 (java) S 15628 15630 15297 0 -1 64 4875 0 0 0 107 2 0 0 16 0 13 0 107496301 1835225088 45062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15641] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15641/stat : 15641 (java) S 15628 15630 15297 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 107496301 1835225088 45062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15642] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15642/stat : 15642 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107496301 1835225088 45062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15643] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15643/stat : 15643 (java) S 15628 15630 15297 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107496505 1835225088 45062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.2
Current children cumulated vsize (KiB) 1792212

[startup+25.5028 s]
/proc/loadavg: 0.96 0.99 0.99 2/90 15643
/proc/meminfo: memFree=1548944/2055920 swapFree=4144444/4192956
[pid=15630] ppid=15628 vsize=1792212 CPUtime=27.08
/proc/15630/stat : 15630 (java) S 15628 15630 15297 0 -1 0 54272 0 1 0 2682 26 0 0 18 0 13 0 107496291 1835225088 49710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15630/statm: 448053 49710 1325 9 0 445665 0
[pid=15630/tid=15632] ppid=15628 vsize=1792212 CPUtime=24.83
/proc/15630/task/15632/stat : 15632 (java) R 15628 15630 15297 0 -1 64 37740 0 1 0 2466 17 0 0 25 0 13 0 107496293 1835225088 49710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109524635 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15633] ppid=15628 vsize=1792212 CPUtime=0.17
/proc/15630/task/15633/stat : 15633 (java) S 15628 15630 15297 0 -1 64 4348 0 0 0 15 2 0 0 16 0 13 0 107496295 1835225088 49710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15634] ppid=15628 vsize=1792212 CPUtime=0.17
/proc/15630/task/15634/stat : 15634 (java) S 15628 15630 15297 0 -1 64 4362 0 0 0 16 1 0 0 16 0 13 0 107496295 1835225088 49710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15635] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15635/stat : 15635 (java) S 15628 15630 15297 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 107496297 1835225088 49710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15636] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15636/stat : 15636 (java) S 15628 15630 15297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107496297 1835225088 49710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=15630/tid=15635] ppid=15628 vsize=1792212 CPUtime=0.19
/proc/15630/task/15635/stat : 15635 (java) S 15628 15630 15297 0 -1 64 40 0 0 0 11 8 0 0 16 0 13 0 107496297 1835225088 121267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15636] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15636/stat : 15636 (java) S 15628 15630 15297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107496297 1835225088 121267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15637] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15637/stat : 15637 (java) S 15628 15630 15297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107496297 1835225088 121267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15638] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15638/stat : 15638 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107496301 1835225088 121267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15639] ppid=15628 vsize=1792212 CPUtime=0.83
/proc/15630/task/15639/stat : 15639 (java) S 15628 15630 15297 0 -1 64 2217 0 0 0 82 1 0 0 17 0 13 0 107496301 1835225088 121267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15640] ppid=15628 vsize=1792212 CPUtime=1.17
/proc/15630/task/15640/stat : 15640 (java) S 15628 15630 15297 0 -1 64 4883 0 0 0 115 2 0 0 16 0 13 0 107496301 1835225088 121267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15641] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15641/stat : 15641 (java) S 15628 15630 15297 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 107496301 1835225088 121267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15642] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15642/stat : 15642 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107496301 1835225088 121267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15643] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15643/stat : 15643 (java) S 15628 15630 15297 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107496505 1835225088 121267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1608.28
Current children cumulated vsize (KiB) 1792212

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15645
/proc/meminfo: memFree=1242896/2055920 swapFree=4144444/4192956
[pid=15630] ppid=15628 vsize=1792212 CPUtime=1668.67
/proc/15630/stat : 15630 (java) S 15628 15630 15297 0 -1 0 192837 0 1 0 166741 126 0 0 18 0 13 0 107496291 1835225088 125713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15630/statm: 448053 125713 1327 9 0 445665 0
[pid=15630/tid=15632] ppid=15628 vsize=1792212 CPUtime=1654.47
/proc/15630/task/15632/stat : 15632 (java) R 15628 15630 15297 0 -1 64 40547 0 1 0 165411 36 0 0 25 0 13 0 107496293 1835225088 125713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109757435 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15633] ppid=15628 vsize=1792212 CPUtime=5.96
/proc/15630/task/15633/stat : 15633 (java) S 15628 15630 15297 0 -1 64 55594 0 0 0 567 29 0 0 16 0 13 0 107496295 1835225088 125713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15634] ppid=15628 vsize=1792212 CPUtime=5.99
/proc/15630/task/15634/stat : 15634 (java) S 15628 15630 15297 0 -1 64 88832 0 0 0 552 47 0 0 16 0 13 0 107496295 1835225088 125713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15635] ppid=15628 vsize=1792212 CPUtime=0.19
/proc/15630/task/15635/stat : 15635 (java) S 15628 15630 15297 0 -1 64 41 0 0 0 11 8 0 0 16 0 13 0 107496297 1835225088 125713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15636] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15636/stat : 15636 (java) S 15628 15630 15297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107496297 1835225088 125713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15637] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15637/stat : 15637 (java) S 15628 15630 15297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107496297 1835225088 125713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15638] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15638/stat : 15638 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107496301 1835225088 125713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15639] ppid=15628 vsize=1792212 CPUtime=0.83
/proc/15630/task/15639/stat : 15639 (java) S 15628 15630 15297 0 -1 64 2217 0 0 0 82 1 0 0 17 0 13 0 107496301 1835225088 125713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15640] ppid=15628 vsize=1792212 CPUtime=1.17
/proc/15630/task/15640/stat : 15640 (java) S 15628 15630 15297 0 -1 64 4883 0 0 0 115 2 0 0 16 0 13 0 107496301 1835225088 125713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15641] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15641/stat : 15641 (java) S 15628 15630 15297 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 107496301 1835225088 125713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15642] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15642/stat : 15642 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107496301 1835225088 125713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15643] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15643/stat : 15643 (java) S 15628 15630 15297 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107496505 1835225088 125713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1668.67
Current children cumulated vsize (KiB) 1792212

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15645
/proc/meminfo: memFree=1227792/2055920 swapFree=4144444/4192956
[pid=15630] ppid=15628 vsize=1792212 CPUtime=1729.02
/proc/15630/stat : 15630 (java) S 15628 15630 15297 0 -1 0 197029 0 1 0 172772 130 0 0 18 0 13 0 107496291 1835225088 129462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15630/statm: 448053 129462 1327 9 0 445665 0
[pid=15630/tid=15632] ppid=15628 vsize=1792212 CPUtime=1713.95
/proc/15630/task/15632/stat : 15632 (java) R 15628 15630 15297 0 -1 64 40959 0 1 0 171358 37 0 0 25 0 13 0 107496293 1835225088 129462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109770132 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15633] ppid=15628 vsize=1792212 CPUtime=6.4
/proc/15630/task/15633/stat : 15633 (java) S 15628 15630 15297 0 -1 64 56910 0 0 0 610 30 0 0 16 0 13 0 107496295 1835225088 129462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15634] ppid=15628 vsize=1792212 CPUtime=6.42
/proc/15630/task/15634/stat : 15634 (java) S 15628 15630 15297 0 -1 64 91295 0 0 0 593 49 0 0 17 0 13 0 107496295 1835225088 129462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15635] ppid=15628 vsize=1792212 CPUtime=0.19
/proc/15630/task/15635/stat : 15635 (java) S 15628 15630 15297 0 -1 64 42 0 0 0 11 8 0 0 16 0 13 0 107496297 1835225088 129462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15636] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15636/stat : 15636 (java) S 15628 15630 15297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107496297 1835225088 129462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15637] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15637/stat : 15637 (java) S 15628 15630 15297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107496297 1835225088 129462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15638] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15638/stat : 15638 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107496301 1835225088 129462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15639] ppid=15628 vsize=1792212 CPUtime=0.83
/proc/15630/task/15639/stat : 15639 (java) S 15628 15630 15297 0 -1 64 2217 0 0 0 82 1 0 0 17 0 13 0 107496301 1835225088 129462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15640] ppid=15628 vsize=1792212 CPUtime=1.17
/proc/15630/task/15640/stat : 15640 (java) S 15628 15630 15297 0 -1 64 4883 0 0 0 115 2 0 0 16 0 13 0 107496301 1835225088 129462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15641] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15641/stat : 15641 (java) S 15628 15630 15297 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 107496301 1835225088 129462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15642] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15642/stat : 15642 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107496301 1835225088 129462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15643] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15643/stat : 15643 (java) S 15628 15630 15297 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107496505 1835225088 129462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1729.02
Current children cumulated vsize (KiB) 1792212

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 15645
/proc/meminfo: memFree=1216464/2055920 swapFree=4144444/4192956
[pid=15630] ppid=15628 vsize=1792212 CPUtime=1789.34
/proc/15630/stat : 15630 (java) S 15628 15630 15297 0 -1 0 200245 0 1 0 178801 133 0 0 18 0 13 0 107496291 1835225088 132282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15630/statm: 448053 132282 1327 9 0 445665 0
[pid=15630/tid=15632] ppid=15628 vsize=1792212 CPUtime=1773.45
/proc/15630/task/15632/stat : 15632 (java) R 15628 15630 15297 0 -1 64 40986 0 1 0 177308 37 0 0 25 0 13 0 107496293 1835225088 132282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109800816 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15633] ppid=15628 vsize=1792212 CPUtime=6.76
/proc/15630/task/15633/stat : 15633 (java) S 15628 15630 15297 0 -1 64 60098 0 0 0 644 32 0 0 16 0 13 0 107496295 1835225088 132282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15634] ppid=15628 vsize=1792212 CPUtime=6.87
/proc/15630/task/15634/stat : 15634 (java) S 15628 15630 15297 0 -1 64 91296 0 0 0 638 49 0 0 16 0 13 0 107496295 1835225088 132282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15635] ppid=15628 vsize=1792212 CPUtime=0.2
/proc/15630/task/15635/stat : 15635 (java) S 15628 15630 15297 0 -1 64 42 0 0 0 12 8 0 0 16 0 13 0 107496297 1835225088 132282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15636] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15636/stat : 15636 (java) S 15628 15630 15297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107496297 1835225088 132282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15637] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15637/stat : 15637 (java) S 15628 15630 15297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107496297 1835225088 132282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15638] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15638/stat : 15638 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107496301 1835225088 132282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15639] ppid=15628 vsize=1792212 CPUtime=0.83
/proc/15630/task/15639/stat : 15639 (java) S 15628 15630 15297 0 -1 64 2217 0 0 0 82 1 0 0 17 0 13 0 107496301 1835225088 132282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15640] ppid=15628 vsize=1792212 CPUtime=1.17
/proc/15630/task/15640/stat : 15640 (java) S 15628 15630 15297 0 -1 64 4883 0 0 0 115 2 0 0 16 0 13 0 107496301 1835225088 132282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15641] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15641/stat : 15641 (java) S 15628 15630 15297 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 107496301 1835225088 132282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15642] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15642/stat : 15642 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107496301 1835225088 132282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15643] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15643/stat : 15643 (java) S 15628 15630 15297 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107496505 1835225088 132282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1789.34
Current children cumulated vsize (KiB) 1792212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.9 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 15645
/proc/meminfo: memFree=1211088/2055920 swapFree=4144444/4192956
[pid=15630] ppid=15628 vsize=1792212 CPUtime=1800.05
/proc/15630/stat : 15630 (java) S 15628 15630 15297 0 -1 0 201669 0 1 0 179871 134 0 0 18 0 13 0 107496291 1835225088 133637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15630/statm: 448053 133637 1327 9 0 445665 0
[pid=15630/tid=15632] ppid=15628 vsize=1792212 CPUtime=1783.92
/proc/15630/task/15632/stat : 15632 (java) S 15628 15630 15297 0 -1 64 41392 0 1 0 178355 37 0 0 25 0 13 0 107496293 1835225088 133637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15633] ppid=15628 vsize=1792212 CPUtime=6.86
/proc/15630/task/15633/stat : 15633 (java) R 15628 15630 15297 0 -1 64 61113 0 0 0 653 33 0 0 16 0 13 0 107496295 1835225088 133637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070772 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15634] ppid=15628 vsize=1792212 CPUtime=6.99
/proc/15630/task/15634/stat : 15634 (java) R 15628 15630 15297 0 -1 64 91296 0 0 0 650 49 0 0 16 0 13 0 107496295 1835225088 133637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070770 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15635] ppid=15628 vsize=1792212 CPUtime=0.2
/proc/15630/task/15635/stat : 15635 (java) S 15628 15630 15297 0 -1 64 45 0 0 0 12 8 0 0 15 0 13 0 107496297 1835225088 133637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15636] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15636/stat : 15636 (java) S 15628 15630 15297 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107496297 1835225088 133637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15637] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15637/stat : 15637 (java) S 15628 15630 15297 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107496297 1835225088 133637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15638] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15638/stat : 15638 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107496301 1835225088 133637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15639] ppid=15628 vsize=1792212 CPUtime=0.83
/proc/15630/task/15639/stat : 15639 (java) S 15628 15630 15297 0 -1 64 2217 0 0 0 82 1 0 0 17 0 13 0 107496301 1835225088 133637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15640] ppid=15628 vsize=1792212 CPUtime=1.17
/proc/15630/task/15640/stat : 15640 (java) S 15628 15630 15297 0 -1 64 4883 0 0 0 115 2 0 0 16 0 13 0 107496301 1835225088 133637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15641] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15641/stat : 15641 (java) S 15628 15630 15297 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 107496301 1835225088 133637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15630/tid=15642] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15642/stat : 15642 (java) S 15628 15630 15297 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107496301 1835225088 133637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15630/tid=15643] ppid=15628 vsize=1792212 CPUtime=0
/proc/15630/task/15643/stat : 15643 (java) S 15628 15630 15297 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 107496505 1835225088 133637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1792212

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

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

[startup+1793.02 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 15645
/proc/meminfo: memFree=1211088/2055920 swapFree=4144444/4192956
[pid=15630] ppid=15628 vsize=0 CPUtime=1800.16
/proc/15630/stat : 15630 (java) Z 15628 15630 15297 0 -1 1036 201865 0 1 0 179876 140 0 0 16 0 2 0 107496291 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15630/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.04
CPU time (s): 1800.19
CPU user time (s): 1798.77
CPU system time (s): 1.42778
CPU usage (%): 100.399
Max. virtual memory (cumulated for all children) (KiB): 1793812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 1.42778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201865
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= 44815
involuntary context switches= 56663

runsolver used 1.65475 second user time and 4.90125 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Sun Apr 15 00:10:42 UTC 2007

IDJOB= 351326
IDBENCH= 1723
IDSOLVER= 159
FILE ID= node39/351326-1176595842

PBS_JOBID= 4556981

Free space on /tmp= 66560 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-beaconfd.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351326-1176595842/sat4jPseudoResolution.jar /tmp/evaluation/351326-1176595842/instance-351326-1176595842.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-351326-1176595842 -o ROOT/results/node39/solver-351326-1176595842 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351326-1176595842/sat4jPseudoResolution.jar /tmp/evaluation/351326-1176595842/instance-351326-1176595842.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6927d145bd65464e16bb11d2b0c90152

RANDOM SEED= 780710959

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.256
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.256
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:       1743888 kB
Buffers:         34604 kB
Cached:          60660 kB
SwapCached:       2112 kB
Active:          62624 kB
Inactive:       168992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743888 kB
SwapTotal:     4192956 kB
SwapFree:      4144444 kB
Dirty:            4532 kB
Writeback:           0 kB
Mapped:         150620 kB
Slab:            65652 kB
Committed_AS:   943784 kB
PageTables:       2012 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= 66560 MiB

End job on node39 on Sun Apr 15 00:40:37 UTC 2007