Trace number 348237

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.25 1783.4

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-greenbea.opb
MD5SUM542c2b53b45e753224c38b905fee77fb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155427
Total number of constraints2674
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 constraints2674
Minimum length of a constraint11
Maximum length of a constraint7267
Number of terms in the objective function 15205
Biggest coefficient in the objective function 24902
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 537080
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 537080
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.10/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.30	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.30	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.31	c no version file found!!!
0.12/0.31	c sun.arch.data.model	32
0.12/0.31	c java.version	1.6.0
0.12/0.31	c os.name	Linux
0.12/0.31	c os.version	2.6.9-22.EL.rootsmp
0.12/0.31	c os.arch	i386
0.12/0.31	c Free memory 1651659224
0.12/0.31	c Max memory 1654456320
0.12/0.31	c Total memory 1654456320
0.12/0.31	c Number of processors 2
0.12/0.36	--- Begin Solver configuration ---
0.12/0.36	c Stops conflict analysis at the first Unique Implication Point
0.12/0.36	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.12/0.36	c Learn all clauses as in MiniSAT
0.12/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.36	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.36	c No reason simplification
0.12/0.36	c --- End Solver configuration ---
0.12/0.36	c solving /tmp/evaluation/348237-1176574241/instance-348237-1176574241.opb
0.12/0.36	c reading problem ... 
10.65/8.09	c ... done. Wall clock time 7.725s.
10.65/8.09	c CPU time (experimental) 5.49s.
10.65/8.09	c #vars     155427
10.65/8.09	c #constraints  4611
1800.05/1783.21	c starts		: 19
1800.05/1783.21	c conflicts		: 314603
1800.05/1783.21	c decisions		: 337968
1800.05/1783.21	c propagations		: 26954553
1800.05/1783.21	c inspects		: 505361328
1800.05/1783.21	c learnt literals	: 21
1800.05/1783.21	c learnt binary clauses	: 21
1800.05/1783.21	c learnt ternary clauses	: 49
1800.05/1783.21	c learnt clauses	: 314582
1800.05/1783.21	c root simplifications	: 0
1800.05/1783.21	c removed literals (reason simplification)	: 0
1800.05/1783.21	c reason swapping (by a shorter reason)	: 0
1800.05/1783.21	c Calls to reduceDB	: 0
1800.05/1783.21	c speed (decisions/second)	: 190.42671455206326
1800.05/1783.21	c non guided choices	5957
1800.05/1783.21	s UNKNOWN
1800.05/1783.21	c Total wall clock time (ms): 1782.852

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/node63/watcher-348237-1176574241 -o ROOT/results/node63/solver-348237-1176574241 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348237-1176574241/sat4jPseudoResolution.jar /tmp/evaluation/348237-1176574241/instance-348237-1176574241.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/64 19904
/proc/meminfo: memFree=1403516/2055920 swapFree=4191892/4192956
[pid=19904] ppid=19902 vsize=152 CPUtime=0
/proc/19904/stat : 19904 (java) D 19902 19904 19211 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 133414018 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2970404 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/19904/statm: 38 26 19 9 0 4 0

[startup+0.0924381 s]
/proc/loadavg: 0.95 0.99 0.99 2/64 19904
/proc/meminfo: memFree=1403516/2055920 swapFree=4191892/4192956
[pid=19904] ppid=19902 vsize=12916 CPUtime=0
/proc/19904/stat : 19904 (java) S 19902 19904 19211 0 -1 0 905 0 1 0 0 0 0 0 18 0 2 0 133414018 13225984 661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/19904/statm: 3229 661 331 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12916

[startup+0.102454 s]
/proc/loadavg: 0.95 0.99 0.99 2/64 19904
/proc/meminfo: memFree=1403516/2055920 swapFree=4191892/4192956
[pid=19904] ppid=19902 vsize=1772952 CPUtime=0.01
/proc/19904/stat : 19904 (java) S 19902 19904 19211 0 -1 0 2047 0 1 0 0 1 0 0 18 0 2 0 133414018 1815502848 1796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/19904/statm: 443238 1796 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.302463 s]
/proc/loadavg: 0.95 0.99 0.99 2/64 19904
/proc/meminfo: memFree=1403516/2055920 swapFree=4191892/4192956
[pid=19904] ppid=19902 vsize=1780284 CPUtime=0.12
/proc/19904/stat : 19904 (java) S 19902 19904 19211 0 -1 0 4269 0 1 0 10 2 0 0 18 0 12 0 133414018 1823010816 4010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19904/statm: 445071 4010 1143 9 0 442683 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1780284

[startup+0.701509 s]
/proc/loadavg: 0.95 0.99 0.99 2/64 19904
/proc/meminfo: memFree=1403516/2055920 swapFree=4191892/4192956
[pid=19904] ppid=19902 vsize=1783996 CPUtime=0.72
/proc/19904/stat : 19904 (java) S 19902 19904 19211 0 -1 0 8316 0 1 0 68 4 0 0 18 0 12 0 133414018 1826811904 7592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19904/statm: 445999 7593 1284 9 0 443611 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 1783996

[startup+1.5016 s]
/proc/loadavg: 1.03 1.01 1.00 3/76 19916
/proc/meminfo: memFree=1369884/2055920 swapFree=4191892/4192956
[pid=19904] ppid=19902 vsize=1794480 CPUtime=2.12
/proc/19904/stat : 19904 (java) S 19902 19904 19211 0 -1 0 17241 0 2 0 194 18 0 0 18 0 12 0 133414018 1837547520 13742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19904/statm: 448620 13742 1314 9 0 446232 0
[pid=19904/tid=19906] ppid=19902 vsize=1794480 CPUtime=0.7
/proc/19904/task/19906/stat : 19906 (java) R 19902 19904 19211 0 -1 64 9861 0 1 0 66 4 0 0 17 0 12 0 133414020 1837547520 13742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109659679 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19907] ppid=19902 vsize=1794480 CPUtime=0
/proc/19904/task/19907/stat : 19907 (java) S 19902 19904 19211 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 133414029 1837547520 13742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19908] ppid=19902 vsize=1794480 CPUtime=0
/proc/19904/task/19908/stat : 19908 (java) S 19902 19904 19211 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 133414029 1837547520 13742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19909] ppid=19902 vsize=1794480 CPUtime=0.16
/proc/19904/task/19909/stat : 19909 (java) S 19902 19904 19211 0 -1 64 2 0 0 0 6 10 0 0 16 0 12 0 133414031 1837547520 13742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19910] ppid=19902 vsize=1794480 CPUtime=0
/proc/19904/task/19910/stat : 19910 (java) S 19902 19904 19211 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 133414032 1837547520 13742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19911] ppid=19902 vsize=1794480 CPUtime=0
/proc/19904/task/19911/stat : 19911 (java) S 19902 19904 19211 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 133414032 1837547520 13742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19912] ppid=19902 vsize=1794480 CPUtime=0
/proc/19904/task/19912/stat : 19912 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 133414036 1837547520 13742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19913] ppid=19902 vsize=1794480 CPUtime=0.46
/proc/19904/task/19913/stat : 19913 (java) R 19902 19904 19211 0 -1 64 1787 0 1 0 46 0 0 0 17 0 12 0 133414036 1837547520 13742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105432024 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19914] ppid=19902 vsize=1794480 CPUtime=0.75
/proc/19904/task/19914/stat : 19914 (java) R 19902 19904 19211 0 -1 64 4874 0 0 0 74 1 0 0 19 0 12 0 133414036 1837547520 13742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103335852 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19915] ppid=19902 vsize=1794480 CPUtime=0
/proc/19904/task/19915/stat : 19915 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 133414036 1837547520 13742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19916] ppid=19902 vsize=1794480 CPUtime=0
/proc/19904/task/19916/stat : 19916 (java) S 19902 19904 19211 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 133414036 1837547520 13742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1794480

[startup+3.10176 s]
/proc/loadavg: 1.03 1.01 1.00 3/76 19916
/proc/meminfo: memFree=1293596/2055920 swapFree=4191892/4192956
[pid=19904] ppid=19902 vsize=1796936 CPUtime=4.32
/proc/19904/stat : 19904 (java) S 19902 19904 19211 0 -1 0 56412 0 2 0 399 33 0 0 18 0 12 0 133414018 1840062464 50344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19904/statm: 449234 50344 1324 9 0 446846 0
[pid=19904/tid=19906] ppid=19902 vsize=1796936 CPUtime=1.94
/proc/19904/task/19906/stat : 19906 (java) R 19902 19904 19211 0 -1 64 37674 0 1 0 179 15 0 0 18 0 12 0 133414020 1840062464 50344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514121 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19907] ppid=19902 vsize=1796936 CPUtime=0.22
/proc/19904/task/19907/stat : 19907 (java) S 19902 19904 19211 0 -1 64 4178 0 0 0 20 2 0 0 16 0 12 0 133414029 1840062464 50344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19908] ppid=19902 vsize=1796936 CPUtime=0.21
/proc/19904/task/19908/stat : 19908 (java) S 19902 19904 19211 0 -1 64 4477 0 0 0 20 1 0 0 16 0 12 0 133414029 1840062464 50344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19909] ppid=19902 vsize=1796936 CPUtime=0.16
/proc/19904/task/19909/stat : 19909 (java) S 19902 19904 19211 0 -1 64 7 0 0 0 6 10 0 0 16 0 12 0 133414031 1840062464 50344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19910] ppid=19902 vsize=1796936 CPUtime=0
/proc/19904/task/19910/stat : 19910 (java) S 19902 19904 19211 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 133414032 1840062464 50344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19911] ppid=19902 vsize=1796936 CPUtime=0
/proc/19904/task/19911/stat : 19911 (java) S 19902 19904 19211 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 133414032 1840062464 50344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19912] ppid=19902 vsize=1796936 CPUtime=0
/proc/19904/task/19912/stat : 19912 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 133414036 1840062464 50344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19913] ppid=19902 vsize=1796936 CPUtime=0.8
/proc/19904/task/19913/stat : 19913 (java) S 19902 19904 19211 0 -1 64 3905 0 1 0 79 1 0 0 16 0 12 0 133414036 1840062464 50344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19914] ppid=19902 vsize=1796936 CPUtime=0.93
/proc/19904/task/19914/stat : 19914 (java) R 19902 19904 19211 0 -1 64 5454 0 0 0 92 1 0 0 16 0 12 0 133414036 1840062464 50344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103056365 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19915] ppid=19902 vsize=1796936 CPUtime=0
/proc/19904/task/19915/stat : 19915 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 133414036 1840062464 50344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19916] ppid=19902 vsize=1796936 CPUtime=0
/proc/19904/task/19916/stat : 19916 (java) S 19902 19904 19211 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 133414036 1840062464 50344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 1796936

[startup+6.30211 s]
/proc/loadavg: 1.03 1.01 1.00 2/76 19916
/proc/meminfo: memFree=1139996/2055920 swapFree=4191892/4192956
[pid=19904] ppid=19902 vsize=1794892 CPUtime=8.58
/proc/19904/stat : 19904 (java) S 19902 19904 19211 0 -1 0 82038 0 2 0 811 47 0 0 18 0 12 0 133414018 1837969408 71336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19904/statm: 448723 71338 1324 9 0 446335 0
[pid=19904/tid=19906] ppid=19902 vsize=1794892 CPUtime=4.08
/proc/19904/task/19906/stat : 19906 (java) S 19902 19904 19211 0 -1 64 37679 0 1 0 392 16 0 0 22 0 12 0 133414020 1837969408 71339 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19907] ppid=19902 vsize=1794892 CPUtime=1.27
/proc/19904/task/19907/stat : 19907 (java) R 19902 19904 19211 0 -1 64 16668 0 0 0 118 9 0 0 18 0 12 0 133414029 1837969408 71340 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19908] ppid=19902 vsize=1794892 CPUtime=1.27
/proc/19904/task/19908/stat : 19908 (java) R 19902 19904 19211 0 -1 64 17612 0 0 0 120 7 0 0 18 0 12 0 133414029 1837969408 71341 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19909] ppid=19902 vsize=1794892 CPUtime=0.16
/proc/19904/task/19909/stat : 19909 (java) S 19902 19904 19211 0 -1 64 7 0 0 0 6 10 0 0 16 0 12 0 133414031 1837969408 71342 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19910] ppid=19902 vsize=1794892 CPUtime=0
/proc/19904/task/19910/stat : 19910 (java) S 19902 19904 19211 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 133414032 1837969408 71343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19911] ppid=19902 vsize=1794892 CPUtime=0
/proc/19904/task/19911/stat : 19911 (java) S 19902 19904 19211 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 133414032 1837969408 71345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19912] ppid=19902 vsize=1794892 CPUtime=0
/proc/19904/task/19912/stat : 19912 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 133414036 1837969408 71345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19913] ppid=19902 vsize=1794892 CPUtime=0.8
/proc/19904/task/19913/stat : 19913 (java) S 19902 19904 19211 0 -1 64 3905 0 1 0 79 1 0 0 16 0 12 0 133414036 1837969408 71347 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19914] ppid=19902 vsize=1794892 CPUtime=0.94
/proc/19904/task/19914/stat : 19914 (java) S 19902 19904 19211 0 -1 64 5454 0 0 0 93 1 0 0 16 0 12 0 133414036 1837969408 71348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19915] ppid=19902 vsize=1794892 CPUtime=0
/proc/19904/task/19915/stat : 19915 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 133414036 1837969408 71349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19916] ppid=19902 vsize=1794892 CPUtime=0
/proc/19904/task/19916/stat : 19916 (java) S 19902 19904 19211 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 133414036 1837969408 71351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 1794892

[startup+12.703 s]
/proc/loadavg: 1.03 1.01 1.00 2/77 19917
/proc/meminfo: memFree=1086164/2055920 swapFree=4191892/4192956
[pid=19904] ppid=19902 vsize=1795216 CPUtime=16.36
/proc/19904/stat : 19904 (java) S 19902 19904 19211 0 -1 0 93940 0 3 0 1583 53 0 0 18 0 13 0 133414018 1838301184 81483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19904/statm: 448804 81483 1334 9 0 446416 0
[pid=19904/tid=19906] ppid=19902 vsize=1795216 CPUtime=9.34
/proc/19904/task/19906/stat : 19906 (java) R 19902 19904 19211 0 -1 64 37717 0 2 0 918 16 0 0 18 0 13 0 133414020 1838301184 81483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109937052 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19907] ppid=19902 vsize=1795216 CPUtime=2.14
/proc/19904/task/19907/stat : 19907 (java) S 19902 19904 19211 0 -1 64 21667 0 0 0 202 12 0 0 16 0 13 0 133414029 1838301184 81483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19908] ppid=19902 vsize=1795216 CPUtime=2.15
/proc/19904/task/19908/stat : 19908 (java) S 19902 19904 19211 0 -1 64 24406 0 0 0 206 9 0 0 16 0 13 0 133414029 1838301184 81483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19909] ppid=19902 vsize=1795216 CPUtime=0.16
/proc/19904/task/19909/stat : 19909 (java) S 19902 19904 19211 0 -1 64 7 0 0 0 6 10 0 0 16 0 13 0 133414031 1838301184 81483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19910] ppid=19902 vsize=1795216 CPUtime=0
/proc/19904/task/19910/stat : 19910 (java) S 19902 19904 19211 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 133414032 1838301184 81483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19911] ppid=19902 vsize=1795216 CPUtime=0
/proc/19904/task/19911/stat : 19911 (java) S 19902 19904 19211 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133414032 1838301184 81483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19912] ppid=19902 vsize=1795216 CPUtime=0
/proc/19904/task/19912/stat : 19912 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133414036 1838301184 81483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19913] ppid=19902 vsize=1795216 CPUtime=1.15
/proc/19904/task/19913/stat : 19913 (java) S 19902 19904 19211 0 -1 64 3928 0 1 0 114 1 0 0 16 0 13 0 133414036 1838301184 81483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19914] ppid=19902 vsize=1795216 CPUtime=1.35
/proc/19904/task/19914/stat : 19914 (java) S 19902 19904 19211 0 -1 64 5493 0 0 0 134 1 0 0 17 0 13 0 133414036 1838301184 81483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19915] ppid=19902 vsize=1795216 CPUtime=0
/proc/19904/task/19915/stat : 19915 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 133414036 1838301184 81483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19916] ppid=19902 vsize=1795216 CPUtime=0
/proc/19904/task/19916/stat : 19916 (java) S 19902 19904 19211 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133414036 1838301184 81483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19917] ppid=19902 vsize=1795216 CPUtime=0
/proc/19904/task/19917/stat : 19917 (java) S 19902 19904 19211 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 133414907 1838301184 81483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.36
Current children cumulated vsize (KiB) 1795216

[startup+25.5013 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 19917
/proc/meminfo: memFree=1062740/2055920 swapFree=4191892/4192956
[pid=19904] ppid=19902 vsize=1794912 CPUtime=29.45
/proc/19904/stat : 19904 (java) S 19902 19904 19211 0 -1 0 99784 0 3 0 2889 56 0 0 18 0 13 0 133414018 1837989888 86218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19904/statm: 448728 86218 1334 9 0 446340 0
[pid=19904/tid=19906] ppid=19902 vsize=1794912 CPUtime=21.86
/proc/19904/task/19906/stat : 19906 (java) R 19902 19904 19211 0 -1 64 37723 0 2 0 2170 16 0 0 25 0 13 0 133414020 1837989888 86218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109923335 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19907] ppid=19902 vsize=1794912 CPUtime=2.41
/proc/19904/task/19907/stat : 19907 (java) S 19902 19904 19211 0 -1 64 24185 0 0 0 228 13 0 0 17 0 13 0 133414029 1837989888 86218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19908] ppid=19902 vsize=1794912 CPUtime=2.42
/proc/19904/task/19908/stat : 19908 (java) S 19902 19904 19211 0 -1 64 27724 0 0 0 231 11 0 0 16 0 13 0 133414029 1837989888 86218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19909] ppid=19902 vsize=1794912 CPUtime=0.16
/proc/19904/task/19909/stat : 19909 (java) S 19902 19904 19211 0 -1 64 7 0 0 0 6 10 0 0 17 0 13 0 133414031 1837989888 86218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19910] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19910/stat : 19910 (java) S 19902 19904 19211 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 133414032 1837989888 86218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19911] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19911/stat : 19911 (java) S 19902 19904 19211 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133414032 1837989888 86218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=19904/tid=19909] ppid=19902 vsize=1794912 CPUtime=0.37
/proc/19904/task/19909/stat : 19909 (java) S 19902 19904 19211 0 -1 64 184 0 0 0 16 21 0 0 16 0 13 0 133414031 1837989888 233281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19910] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19910/stat : 19910 (java) S 19902 19904 19211 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 133414032 1837989888 233281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19911] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19911/stat : 19911 (java) S 19902 19904 19211 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133414032 1837989888 233281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19912] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19912/stat : 19912 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133414036 1837989888 233281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19913] ppid=19902 vsize=1794912 CPUtime=1.22
/proc/19904/task/19913/stat : 19913 (java) S 19902 19904 19211 0 -1 64 3930 0 1 0 121 1 0 0 16 0 13 0 133414036 1837989888 233281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19914] ppid=19902 vsize=1794912 CPUtime=1.47
/proc/19904/task/19914/stat : 19914 (java) S 19902 19904 19211 0 -1 64 5498 0 0 0 146 1 0 0 16 0 13 0 133414036 1837989888 233281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19915] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19915/stat : 19915 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 133414036 1837989888 233281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19916] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19916/stat : 19916 (java) S 19902 19904 19211 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133414036 1837989888 233281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19917] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19917/stat : 19917 (java) S 19902 19904 19211 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 133414907 1837989888 233281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1617.77
Current children cumulated vsize (KiB) 1794912

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19917
/proc/meminfo: memFree=490452/2055920 swapFree=4191892/4192956
[pid=19904] ppid=19902 vsize=1794912 CPUtime=1678.19
/proc/19904/stat : 19904 (java) S 19902 19904 19211 0 -1 0 352231 0 3 0 167624 195 0 0 18 0 13 0 133414018 1837989888 228907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19904/statm: 448728 228907 1334 9 0 446340 0
[pid=19904/tid=19906] ppid=19902 vsize=1794912 CPUtime=1645.09
/proc/19904/task/19906/stat : 19906 (java) R 19902 19904 19211 0 -1 64 58924 0 2 0 164479 30 0 0 25 0 13 0 133414020 1837989888 228907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109937812 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19907] ppid=19902 vsize=1794912 CPUtime=14.99
/proc/19904/task/19907/stat : 19907 (java) S 19902 19904 19211 0 -1 64 137878 0 0 0 1428 71 0 0 16 0 13 0 133414029 1837989888 228907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19908] ppid=19902 vsize=1794912 CPUtime=14.97
/proc/19904/task/19908/stat : 19908 (java) S 19902 19904 19211 0 -1 64 145095 0 0 0 1431 66 0 0 16 0 13 0 133414029 1837989888 228907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19909] ppid=19902 vsize=1794912 CPUtime=0.38
/proc/19904/task/19909/stat : 19909 (java) S 19902 19904 19211 0 -1 64 184 0 0 0 16 22 0 0 16 0 13 0 133414031 1837989888 228907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19910] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19910/stat : 19910 (java) S 19902 19904 19211 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 133414032 1837989888 228907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19911] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19911/stat : 19911 (java) S 19902 19904 19211 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133414032 1837989888 228907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19912] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19912/stat : 19912 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133414036 1837989888 228907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19913] ppid=19902 vsize=1794912 CPUtime=1.22
/proc/19904/task/19913/stat : 19913 (java) S 19902 19904 19211 0 -1 64 3930 0 1 0 121 1 0 0 16 0 13 0 133414036 1837989888 228907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19914] ppid=19902 vsize=1794912 CPUtime=1.47
/proc/19904/task/19914/stat : 19914 (java) S 19902 19904 19211 0 -1 64 5498 0 0 0 146 1 0 0 16 0 13 0 133414036 1837989888 228907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19915] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19915/stat : 19915 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 133414036 1837989888 228907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19916] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19916/stat : 19916 (java) S 19902 19904 19211 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133414036 1837989888 228907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19917] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19917/stat : 19917 (java) S 19902 19904 19211 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 133414907 1837989888 228907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1678.19
Current children cumulated vsize (KiB) 1794912

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19919
/proc/meminfo: memFree=520468/2055920 swapFree=4191892/4192956
[pid=19904] ppid=19902 vsize=1794912 CPUtime=1738.64
/proc/19904/stat : 19904 (java) S 19902 19904 19211 0 -1 0 352769 0 3 0 173667 197 0 0 18 0 13 0 133414018 1837989888 221420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19904/statm: 448728 221420 1334 9 0 446340 0
[pid=19904/tid=19906] ppid=19902 vsize=1794912 CPUtime=1704.53
/proc/19904/task/19906/stat : 19906 (java) R 19902 19904 19211 0 -1 64 58934 0 2 0 170423 30 0 0 25 0 13 0 133414020 1837989888 221420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109464528 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19907] ppid=19902 vsize=1794912 CPUtime=15.49
/proc/19904/task/19907/stat : 19907 (java) S 19902 19904 19211 0 -1 64 137924 0 0 0 1478 71 0 0 17 0 13 0 133414029 1837989888 221420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19908] ppid=19902 vsize=1794912 CPUtime=15.47
/proc/19904/task/19908/stat : 19908 (java) S 19902 19904 19211 0 -1 64 145577 0 0 0 1480 67 0 0 17 0 13 0 133414029 1837989888 221420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19909] ppid=19902 vsize=1794912 CPUtime=0.39
/proc/19904/task/19909/stat : 19909 (java) S 19902 19904 19211 0 -1 64 184 0 0 0 17 22 0 0 16 0 13 0 133414031 1837989888 221420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19910] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19910/stat : 19910 (java) S 19902 19904 19211 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 133414032 1837989888 221420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19911] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19911/stat : 19911 (java) S 19902 19904 19211 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133414032 1837989888 221420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19912] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19912/stat : 19912 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133414036 1837989888 221420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19913] ppid=19902 vsize=1794912 CPUtime=1.22
/proc/19904/task/19913/stat : 19913 (java) S 19902 19904 19211 0 -1 64 3930 0 1 0 121 1 0 0 16 0 13 0 133414036 1837989888 221420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19914] ppid=19902 vsize=1794912 CPUtime=1.47
/proc/19904/task/19914/stat : 19914 (java) S 19902 19904 19211 0 -1 64 5498 0 0 0 146 1 0 0 16 0 13 0 133414036 1837989888 221420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19915] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19915/stat : 19915 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 133414036 1837989888 221420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19916] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19916/stat : 19916 (java) S 19902 19904 19211 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133414036 1837989888 221420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19917] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19917/stat : 19917 (java) S 19902 19904 19211 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 133414907 1837989888 221420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1738.64
Current children cumulated vsize (KiB) 1794912

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19919
/proc/meminfo: memFree=494164/2055920 swapFree=4191892/4192956
[pid=19904] ppid=19902 vsize=1794912 CPUtime=1799.15
/proc/19904/stat : 19904 (java) S 19902 19904 19211 0 -1 0 361633 0 3 0 179714 201 0 0 18 0 13 0 133414018 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19904/statm: 448728 227953 1334 9 0 446340 0
[pid=19904/tid=19906] ppid=19902 vsize=1794912 CPUtime=1763.94
/proc/19904/task/19906/stat : 19906 (java) R 19902 19904 19211 0 -1 64 66974 0 2 0 176361 33 0 0 25 0 13 0 133414020 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109921991 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19907] ppid=19902 vsize=1794912 CPUtime=16.05
/proc/19904/task/19907/stat : 19907 (java) S 19902 19904 19211 0 -1 64 138078 0 0 0 1534 71 0 0 16 0 13 0 133414029 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19908] ppid=19902 vsize=1794912 CPUtime=16.02
/proc/19904/task/19908/stat : 19908 (java) S 19902 19904 19211 0 -1 64 146228 0 0 0 1534 68 0 0 16 0 13 0 133414029 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19909] ppid=19902 vsize=1794912 CPUtime=0.4
/proc/19904/task/19909/stat : 19909 (java) S 19902 19904 19211 0 -1 64 203 0 0 0 17 23 0 0 16 0 13 0 133414031 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19910] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19910/stat : 19910 (java) S 19902 19904 19211 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 133414032 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19911] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19911/stat : 19911 (java) S 19902 19904 19211 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133414032 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19912] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19912/stat : 19912 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133414036 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19913] ppid=19902 vsize=1794912 CPUtime=1.22
/proc/19904/task/19913/stat : 19913 (java) S 19902 19904 19211 0 -1 64 3930 0 1 0 121 1 0 0 16 0 13 0 133414036 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19914] ppid=19902 vsize=1794912 CPUtime=1.47
/proc/19904/task/19914/stat : 19914 (java) S 19902 19904 19211 0 -1 64 5498 0 0 0 146 1 0 0 16 0 13 0 133414036 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19915] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19915/stat : 19915 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 133414036 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19916] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19916/stat : 19916 (java) S 19902 19904 19211 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133414036 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19917] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19917/stat : 19917 (java) S 19902 19904 19211 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 133414907 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (KiB) 1794912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19919
/proc/meminfo: memFree=494164/2055920 swapFree=4191892/4192956
[pid=19904] ppid=19902 vsize=1794912 CPUtime=1800.05
/proc/19904/stat : 19904 (java) S 19902 19904 19211 0 -1 0 361633 0 3 0 179804 201 0 0 18 0 13 0 133414018 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19904/statm: 448728 227953 1334 9 0 446340 0
[pid=19904/tid=19906] ppid=19902 vsize=1794912 CPUtime=1764.84
/proc/19904/task/19906/stat : 19906 (java) R 19902 19904 19211 0 -1 64 66974 0 2 0 176451 33 0 0 25 0 13 0 133414020 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109923232 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19907] ppid=19902 vsize=1794912 CPUtime=16.05
/proc/19904/task/19907/stat : 19907 (java) S 19902 19904 19211 0 -1 64 138078 0 0 0 1534 71 0 0 16 0 13 0 133414029 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19908] ppid=19902 vsize=1794912 CPUtime=16.02
/proc/19904/task/19908/stat : 19908 (java) S 19902 19904 19211 0 -1 64 146228 0 0 0 1534 68 0 0 16 0 13 0 133414029 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19909] ppid=19902 vsize=1794912 CPUtime=0.4
/proc/19904/task/19909/stat : 19909 (java) S 19902 19904 19211 0 -1 64 203 0 0 0 17 23 0 0 16 0 13 0 133414031 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19910] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19910/stat : 19910 (java) S 19902 19904 19211 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 133414032 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19911] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19911/stat : 19911 (java) S 19902 19904 19211 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133414032 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19912] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19912/stat : 19912 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133414036 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19913] ppid=19902 vsize=1794912 CPUtime=1.22
/proc/19904/task/19913/stat : 19913 (java) S 19902 19904 19211 0 -1 64 3930 0 1 0 121 1 0 0 16 0 13 0 133414036 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19914] ppid=19902 vsize=1794912 CPUtime=1.47
/proc/19904/task/19914/stat : 19914 (java) S 19902 19904 19211 0 -1 64 5498 0 0 0 146 1 0 0 16 0 13 0 133414036 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19904/tid=19915] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19915/stat : 19915 (java) S 19902 19904 19211 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 133414036 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19916] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19916/stat : 19916 (java) S 19902 19904 19211 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133414036 1837989888 227953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19904/tid=19917] ppid=19902 vsize=1794912 CPUtime=0
/proc/19904/task/19917/stat : 19917 (java) S 19902 19904 19211 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 133414907 1837989888 227953 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) 1794912

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

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

[startup+1783.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19919
/proc/meminfo: memFree=494164/2055920 swapFree=4191892/4192956
[pid=19904] ppid=19902 vsize=0 CPUtime=1800.16
/proc/19904/stat : 19904 (java) Z 19902 19904 19211 0 -1 1036 361653 0 3 0 179809 207 0 0 16 0 2 0 133414018 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19904/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): 1783.4
CPU time (s): 1800.25
CPU user time (s): 1798.1
CPU system time (s): 2.15667
CPU usage (%): 100.945
Max. virtual memory (cumulated for all children) (KiB): 1798220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 2.15667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 361653
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43081
involuntary context switches= 36657

runsolver used 1.91771 second user time and 4.85826 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Sat Apr 14 18:10:41 UTC 2007

IDJOB= 348237
IDBENCH= 1643
IDSOLVER= 159
FILE ID= node63/348237-1176574241

PBS_JOBID= 4556921

Free space on /tmp= 66552 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-greenbea.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348237-1176574241/sat4jPseudoResolution.jar /tmp/evaluation/348237-1176574241/instance-348237-1176574241.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-348237-1176574241 -o ROOT/results/node63/solver-348237-1176574241 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348237-1176574241/sat4jPseudoResolution.jar /tmp/evaluation/348237-1176574241/instance-348237-1176574241.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  542c2b53b45e753224c38b905fee77fb

RANDOM SEED= 55185313

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.232
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.232
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:       1403924 kB
Buffers:         42684 kB
Cached:         461608 kB
SwapCached:        268 kB
Active:         210488 kB
Inactive:       310672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1403924 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           12808 kB
Writeback:           0 kB
Mapped:          26440 kB
Slab:           116812 kB
Committed_AS:   131624 kB
PageTables:       1464 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= 66552 MiB

End job on node63 on Sat Apr 14 18:40:26 UTC 2007