Trace number 347843

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
sat4jPseudoCP 2007-03-23? (TO) 1800.23 1725.73

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos9.opb
MD5SUM9b565ffd2f62b11d1859d685ea38235b
Bench CategoryOPT-MEDINT (optimisation, medium 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 variables874498
Total number of constraints110909
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints110822
Minimum length of a constraint11
Maximum length of a constraint14080
Number of terms in the objective function 198658
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 38727219
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 30720
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 38727219
Number of bits of the biggest sum of numbers26
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.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/347843-1176518923/instance-347843-1176518923.opb
0.20/0.20	c reading problem ... 
40.40/30.56	c ... done. Wall clock time 30.363s.
40.40/30.56	c CPU time (experimental) 20.71s.
40.40/30.56	c #vars     874498
40.40/30.56	c #constraints  118637
1800.00/1725.51	c starts		: 2
1800.00/1725.51	c conflicts		: 11829
1800.00/1725.51	c decisions		: 343358
1800.00/1725.51	c propagations		: 2768167
1800.00/1725.51	c inspects		: 14626118
1800.00/1725.51	c learnt literals	: 0
1800.00/1725.51	c learnt binary clauses	: 0
1800.00/1725.51	c learnt ternary clauses	: 0
1800.00/1725.51	c learnt clauses	: 11828
1800.00/1725.51	c root simplifications	: 0
1800.00/1725.51	c removed literals (reason simplification)	: 0
1800.00/1725.51	c reason swapping (by a shorter reason)	: 0
1800.00/1725.51	c Calls to reduceDB	: 0
1800.00/1725.51	c speed (decisions/second)	: 202.67248747455955
1800.00/1725.51	c non guided choices	0
1800.00/1725.51	s UNKNOWN
1800.00/1725.51	c Total wall clock time (ms): 1725.311

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/node19/watcher-347843-1176518923 -o ROOT/results/node19/solver-347843-1176518923 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347843-1176518923/sat4jPseudoCP.jar /tmp/evaluation/347843-1176518923/instance-347843-1176518923.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.94 1.01 0.99 2/77 28035
/proc/meminfo: memFree=1557400/2055920 swapFree=4192812/4192956
[pid=28035] ppid=28033 vsize=272 CPUtime=0
/proc/28035/stat : 28035 (java) D 28033 28035 26435 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 99809790 278528 37 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7484196 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/28035/statm: 68 37 28 9 0 6 0

[startup+0.0984739 s]
/proc/loadavg: 0.94 1.01 0.99 2/77 28035
/proc/meminfo: memFree=1557400/2055920 swapFree=4192812/4192956
[pid=28035] ppid=28033 vsize=1781132 CPUtime=0.08
/proc/28035/stat : 28035 (java) S 28033 28035 26435 0 -1 0 3966 0 1 0 6 2 0 0 18 0 12 0 99809790 1823879168 3707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28035/statm: 445283 3707 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781132

[startup+0.101421 s]
/proc/loadavg: 0.94 1.01 0.99 2/77 28035
/proc/meminfo: memFree=1557400/2055920 swapFree=4192812/4192956
[pid=28035] ppid=28033 vsize=1781132 CPUtime=0.08
/proc/28035/stat : 28035 (java) S 28033 28035 26435 0 -1 0 3978 0 1 0 6 2 0 0 18 0 12 0 99809790 1823879168 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28035/statm: 445283 3719 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781132

[startup+0.301447 s]
/proc/loadavg: 0.94 1.01 0.99 2/77 28035
/proc/meminfo: memFree=1557400/2055920 swapFree=4192812/4192956
[pid=28035] ppid=28033 vsize=1782444 CPUtime=0.3
/proc/28035/stat : 28035 (java) S 28033 28035 26435 0 -1 0 12659 0 1 0 24 6 0 0 18 0 12 0 99809790 1825222656 12397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28035/statm: 445611 12397 1263 9 0 443223 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782444

[startup+0.70149 s]
/proc/loadavg: 0.94 1.01 0.99 2/77 28035
/proc/meminfo: memFree=1557400/2055920 swapFree=4192812/4192956
[pid=28035] ppid=28033 vsize=1783680 CPUtime=0.87
/proc/28035/stat : 28035 (java) S 28033 28035 26435 0 -1 0 16273 0 1 0 79 8 0 0 18 0 12 0 99809790 1826488320 15890 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28035/statm: 445920 15891 1296 9 0 443532 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1783680

[startup+1.50158 s]
/proc/loadavg: 0.94 1.01 0.99 2/89 28047
/proc/meminfo: memFree=1473208/2055920 swapFree=4192812/4192956
[pid=28035] ppid=28033 vsize=1783680 CPUtime=1.68
/proc/28035/stat : 28035 (java) S 28033 28035 26435 0 -1 0 33800 0 1 0 153 15 0 0 18 0 12 0 99809790 1826488320 33417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28035/statm: 445920 33417 1296 9 0 443532 0
[pid=28035/tid=28037] ppid=28033 vsize=1783680 CPUtime=1.33
/proc/28035/task/28037/stat : 28037 (java) R 28033 28035 26435 0 -1 64 31989 0 1 0 120 13 0 0 25 0 12 0 99809792 1826488320 33417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109502950 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28038] ppid=28033 vsize=1783680 CPUtime=0
/proc/28035/task/28038/stat : 28038 (java) S 28033 28035 26435 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 99809793 1826488320 33417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28039] ppid=28033 vsize=1783680 CPUtime=0
/proc/28035/task/28039/stat : 28039 (java) S 28033 28035 26435 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 99809793 1826488320 33417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28040] ppid=28033 vsize=1783680 CPUtime=0
/proc/28035/task/28040/stat : 28040 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 99809795 1826488320 33417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28041] ppid=28033 vsize=1783680 CPUtime=0
/proc/28035/task/28041/stat : 28041 (java) S 28033 28035 26435 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 99809796 1826488320 33417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28042] ppid=28033 vsize=1783680 CPUtime=0
/proc/28035/task/28042/stat : 28042 (java) S 28033 28035 26435 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 99809796 1826488320 33417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28043] ppid=28033 vsize=1783680 CPUtime=0
/proc/28035/task/28043/stat : 28043 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 99809800 1826488320 33417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28044] ppid=28033 vsize=1783680 CPUtime=0.16
/proc/28035/task/28044/stat : 28044 (java) R 28033 28035 26435 0 -1 64 555 0 0 0 16 0 0 0 16 0 12 0 99809800 1826488320 33417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103314236 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28045] ppid=28033 vsize=1783680 CPUtime=0.16
/proc/28035/task/28045/stat : 28045 (java) S 28033 28035 26435 0 -1 64 535 0 0 0 16 0 0 0 16 0 12 0 99809800 1826488320 33417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28046] ppid=28033 vsize=1783680 CPUtime=0
/proc/28035/task/28046/stat : 28046 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 99809800 1826488320 33417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28047] ppid=28033 vsize=1783680 CPUtime=0
/proc/28035/task/28047/stat : 28047 (java) S 28033 28035 26435 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 99809800 1826488320 33417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 1783680

[startup+3.10276 s]
/proc/loadavg: 0.94 1.01 0.99 4/89 28047
/proc/meminfo: memFree=1374840/2055920 swapFree=4192812/4192956
[pid=28035] ppid=28033 vsize=1787716 CPUtime=3.89
/proc/28035/stat : 28035 (java) S 28033 28035 26435 0 -1 0 56299 0 1 0 363 26 0 0 18 0 12 0 99809790 1830621184 53835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28035/statm: 446929 53835 1310 9 0 444541 0
[pid=28035/tid=28037] ppid=28033 vsize=1787716 CPUtime=2.34
/proc/28035/task/28037/stat : 28037 (java) R 28033 28035 26435 0 -1 64 37671 0 1 0 218 16 0 0 22 0 12 0 99809792 1830621184 53835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103525266 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28038] ppid=28033 vsize=1787716 CPUtime=0.25
/proc/28035/task/28038/stat : 28038 (java) S 28033 28035 26435 0 -1 64 5851 0 0 0 22 3 0 0 18 0 12 0 99809793 1830621184 53835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28039] ppid=28033 vsize=1787716 CPUtime=0.25
/proc/28035/task/28039/stat : 28039 (java) S 28033 28035 26435 0 -1 64 8472 0 0 0 22 3 0 0 16 0 12 0 99809793 1830621184 53835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28040] ppid=28033 vsize=1787716 CPUtime=0
/proc/28035/task/28040/stat : 28040 (java) S 28033 28035 26435 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 99809795 1830621184 53835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28041] ppid=28033 vsize=1787716 CPUtime=0
/proc/28035/task/28041/stat : 28041 (java) S 28033 28035 26435 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 99809796 1830621184 53835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28042] ppid=28033 vsize=1787716 CPUtime=0
/proc/28035/task/28042/stat : 28042 (java) S 28033 28035 26435 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 99809796 1830621184 53835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28043] ppid=28033 vsize=1787716 CPUtime=0
/proc/28035/task/28043/stat : 28043 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 99809800 1830621184 53835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28044] ppid=28033 vsize=1787716 CPUtime=0.49
/proc/28035/task/28044/stat : 28044 (java) R 28033 28035 26435 0 -1 64 1777 0 0 0 49 0 0 0 16 0 12 0 99809800 1830621184 53835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105306929 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28045] ppid=28033 vsize=1787716 CPUtime=0.52
/proc/28035/task/28045/stat : 28045 (java) R 28033 28035 26435 0 -1 64 1806 0 0 0 51 1 0 0 16 0 12 0 99809800 1830621184 53835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105870413 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28046] ppid=28033 vsize=1787716 CPUtime=0
/proc/28035/task/28046/stat : 28046 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 99809800 1830621184 53835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28047] ppid=28033 vsize=1787716 CPUtime=0
/proc/28035/task/28047/stat : 28047 (java) S 28033 28035 26435 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 99809800 1830621184 53835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 1787716

[startup+6.30212 s]
/proc/loadavg: 0.94 1.01 0.99 2/89 28047
/proc/meminfo: memFree=1262136/2055920 swapFree=4192812/4192956
[pid=28035] ppid=28033 vsize=1791616 CPUtime=8.53
/proc/28035/stat : 28035 (java) S 28033 28035 26435 0 -1 0 92887 0 1 0 809 44 0 0 18 0 12 0 99809790 1834614784 82505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28035/statm: 447904 82505 1310 9 0 445516 0
[pid=28035/tid=28037] ppid=28033 vsize=1791616 CPUtime=4.13
/proc/28035/task/28037/stat : 28037 (java) S 28033 28035 26435 0 -1 64 37675 0 1 0 396 17 0 0 22 0 12 0 99809792 1834614784 82505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28038] ppid=28033 vsize=1791616 CPUtime=1.5
/proc/28035/task/28038/stat : 28038 (java) R 28033 28035 26435 0 -1 64 26565 0 0 0 137 13 0 0 20 0 12 0 99809793 1834614784 82505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105367024 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28039] ppid=28033 vsize=1791616 CPUtime=1.5
/proc/28035/task/28039/stat : 28039 (java) R 28033 28035 26435 0 -1 64 24119 0 0 0 139 11 0 0 19 0 12 0 99809793 1834614784 82505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366897 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28040] ppid=28033 vsize=1791616 CPUtime=0
/proc/28035/task/28040/stat : 28040 (java) S 28033 28035 26435 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 99809795 1834614784 82505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28041] ppid=28033 vsize=1791616 CPUtime=0
/proc/28035/task/28041/stat : 28041 (java) S 28033 28035 26435 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 99809796 1834614784 82505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28042] ppid=28033 vsize=1791616 CPUtime=0
/proc/28035/task/28042/stat : 28042 (java) S 28033 28035 26435 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 99809796 1834614784 82505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28043] ppid=28033 vsize=1791616 CPUtime=0
/proc/28035/task/28043/stat : 28043 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 99809800 1834614784 82505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28044] ppid=28033 vsize=1791616 CPUtime=0.68
/proc/28035/task/28044/stat : 28044 (java) S 28033 28035 26435 0 -1 64 1992 0 0 0 68 0 0 0 18 0 12 0 99809800 1834614784 82505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28045] ppid=28033 vsize=1791616 CPUtime=0.67
/proc/28035/task/28045/stat : 28045 (java) S 28033 28035 26435 0 -1 64 1814 0 0 0 66 1 0 0 16 0 12 0 99809800 1834614784 82505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28046] ppid=28033 vsize=1791616 CPUtime=0
/proc/28035/task/28046/stat : 28046 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 99809800 1834614784 82505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28047] ppid=28033 vsize=1791616 CPUtime=0
/proc/28035/task/28047/stat : 28047 (java) S 28033 28035 26435 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 99809800 1834614784 82505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 1791616

[startup+12.7028 s]
/proc/loadavg: 0.95 1.01 0.99 2/89 28047
/proc/meminfo: memFree=1115384/2055920 swapFree=4192812/4192956
[pid=28035] ppid=28033 vsize=1791616 CPUtime=17.71
/proc/28035/stat : 28035 (java) S 28033 28035 26435 0 -1 0 132415 0 1 0 1708 63 0 0 18 0 12 0 99809790 1834614784 115433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28035/statm: 447904 115433 1311 9 0 445516 0
[pid=28035/tid=28037] ppid=28033 vsize=1791616 CPUtime=7.78
/proc/28035/task/28037/stat : 28037 (java) R 28033 28035 26435 0 -1 64 37684 0 1 0 760 18 0 0 17 0 12 0 99809792 1834614784 115433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109565324 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28038] ppid=28033 vsize=1791616 CPUtime=4.2
/proc/28035/task/28038/stat : 28038 (java) S 28033 28035 26435 0 -1 64 45717 0 0 0 400 20 0 0 16 0 12 0 99809793 1834614784 115433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28039] ppid=28033 vsize=1791616 CPUtime=4.22
/proc/28035/task/28039/stat : 28039 (java) S 28033 28035 26435 0 -1 64 44480 0 0 0 401 21 0 0 16 0 12 0 99809793 1834614784 115433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28040] ppid=28033 vsize=1791616 CPUtime=0
/proc/28035/task/28040/stat : 28040 (java) S 28033 28035 26435 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 99809795 1834614784 115433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28041] ppid=28033 vsize=1791616 CPUtime=0
/proc/28035/task/28041/stat : 28041 (java) S 28033 28035 26435 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 99809796 1834614784 115433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28042] ppid=28033 vsize=1791616 CPUtime=0
/proc/28035/task/28042/stat : 28042 (java) S 28033 28035 26435 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 99809796 1834614784 115433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28043] ppid=28033 vsize=1791616 CPUtime=0
/proc/28035/task/28043/stat : 28043 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 99809800 1834614784 115433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28044] ppid=28033 vsize=1791616 CPUtime=0.7
/proc/28035/task/28044/stat : 28044 (java) S 28033 28035 26435 0 -1 64 1994 0 0 0 70 0 0 0 16 0 12 0 99809800 1834614784 115433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28045] ppid=28033 vsize=1791616 CPUtime=0.74
/proc/28035/task/28045/stat : 28045 (java) S 28033 28035 26435 0 -1 64 1818 0 0 0 73 1 0 0 16 0 12 0 99809800 1834614784 115433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28046] ppid=28033 vsize=1791616 CPUtime=0
/proc/28035/task/28046/stat : 28046 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 99809800 1834614784 115433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28047] ppid=28033 vsize=1791616 CPUtime=0
/proc/28035/task/28047/stat : 28047 (java) S 28033 28035 26435 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 99809800 1834614784 115433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.71
Current children cumulated vsize (KiB) 1791616

[startup+25.5012 s]
/proc/loadavg: 0.96 1.01 0.99 4/89 28047
/proc/meminfo: memFree=942712/2055920 swapFree=4192812/4192956
[pid=28035] ppid=28033 vsize=1790996 CPUtime=34.08
/proc/28035/stat : 28035 (java) S 28033 28035 26435 0 -1 0 181808 0 1 0 3319 89 0 0 18 0 12 0 99809790 1833979904 157632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28035/statm: 447749 157632 1322 9 0 445361 0
[pid=28035/tid=28037] ppid=28033 vsize=1790996 CPUtime=16.95
/proc/28035/task/28037/stat : 28037 (java) R 28033 28035 26435 0 -1 64 37711 0 1 0 1676 19 0 0 17 0 12 0 99809792 1833979904 157632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109511180 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28038] ppid=28033 vsize=1790996 CPUtime=7.78
/proc/28035/task/28038/stat : 28038 (java) S 28033 28035 26435 0 -1 64 71714 0 0 0 746 32 0 0 16 0 12 0 99809793 1833979904 157632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28039] ppid=28033 vsize=1790996 CPUtime=7.8
/proc/28035/task/28039/stat : 28039 (java) S 28033 28035 26435 0 -1 64 67833 0 0 0 747 33 0 0 16 0 12 0 99809793 1833979904 157632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28040] ppid=28033 vsize=1790996 CPUtime=0
/proc/28035/task/28040/stat : 28040 (java) S 28033 28035 26435 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 99809795 1833979904 157632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28041] ppid=28033 vsize=1790996 CPUtime=0
/proc/28035/task/28041/stat : 28041 (java) S 28033 28035 26435 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 99809796 1833979904 157632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28042] ppid=28033 vsize=1790996 CPUtime=0
/proc/28035/task/28042/stat : 28042 (java) S 28033 28035 26435 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 99809796 1833979904 157632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28043] ppid=28033 vsize=1790996 CPUtime=0
/proc/28035/task/28043/stat : 28043 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 99809800 1833979904 157632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/28035/task/28044/stat : 28044 (java) S 28033 28035 26435 0 -1 64 5981 0 0 0 222 2 0 0 16 0 13 0 99809800 1836384256 296167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28045] ppid=28033 vsize=1793344 CPUtime=2.46
/proc/28035/task/28045/stat : 28045 (java) S 28033 28035 26435 0 -1 64 5615 0 0 0 244 2 0 0 16 0 13 0 99809800 1836384256 296167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28046] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28046/stat : 28046 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 99809800 1836384256 296167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28047] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28047/stat : 28047 (java) S 28033 28035 26435 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99809800 1836384256 296167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28048] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28048/stat : 28048 (java) S 28033 28035 26435 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 99812927 1836384256 296167 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1606.57
Current children cumulated vsize (KiB) 1793344

[startup+1602.3 s]
/proc/loadavg: 1.17 1.09 1.02 2/90 28246
/proc/meminfo: memFree=354800/2055920 swapFree=4192812/4192956
[pid=28035] ppid=28033 vsize=1793344 CPUtime=1669.85
/proc/28035/stat : 28035 (java) S 28033 28035 26435 0 -1 0 338991 0 1 0 166526 459 0 0 18 0 13 0 99809790 1836384256 301500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28035/statm: 448336 301500 1332 9 0 445948 0
[pid=28035/tid=28037] ppid=28033 vsize=1793344 CPUtime=1527.34
/proc/28035/task/28037/stat : 28037 (java) R 28033 28035 26435 0 -1 64 40192 0 1 0 152696 38 0 0 25 0 13 0 99809792 1836384256 301500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110170418 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28038] ppid=28033 vsize=1793344 CPUtime=68.8
/proc/28035/task/28038/stat : 28038 (java) S 28033 28035 26435 0 -1 64 137969 0 0 0 6687 193 0 0 16 0 13 0 99809793 1836384256 301500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28039] ppid=28033 vsize=1793344 CPUtime=68.51
/proc/28035/task/28039/stat : 28039 (java) S 28033 28035 26435 0 -1 64 148488 0 0 0 6645 206 0 0 16 0 13 0 99809793 1836384256 301500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28040] ppid=28033 vsize=1793344 CPUtime=0.41
/proc/28035/task/28040/stat : 28040 (java) S 28033 28035 26435 0 -1 64 27 0 0 0 27 14 0 0 16 0 13 0 99809795 1836384256 301500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28041] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28041/stat : 28041 (java) S 28033 28035 26435 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 99809796 1836384256 301500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28042] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28042/stat : 28042 (java) S 28033 28035 26435 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 99809796 1836384256 301500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28043] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28043/stat : 28043 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 99809800 1836384256 301500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28044] ppid=28033 vsize=1793344 CPUtime=2.24
/proc/28035/task/28044/stat : 28044 (java) S 28033 28035 26435 0 -1 64 5981 0 0 0 222 2 0 0 16 0 13 0 99809800 1836384256 301500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28045] ppid=28033 vsize=1793344 CPUtime=2.46
/proc/28035/task/28045/stat : 28045 (java) S 28033 28035 26435 0 -1 64 5615 0 0 0 244 2 0 0 16 0 13 0 99809800 1836384256 301500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28046] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28046/stat : 28046 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 99809800 1836384256 301500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28047] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28047/stat : 28047 (java) S 28033 28035 26435 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99809800 1836384256 301500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28048] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28048/stat : 28048 (java) S 28033 28035 26435 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 99812927 1836384256 301500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1669.85
Current children cumulated vsize (KiB) 1793344

[startup+1662.3 s]
/proc/loadavg: 1.06 1.07 1.01 2/90 28246
/proc/meminfo: memFree=335216/2055920 swapFree=4192812/4192956
[pid=28035] ppid=28033 vsize=1793344 CPUtime=1733.21
/proc/28035/stat : 28035 (java) S 28033 28035 26435 0 -1 0 343949 0 1 0 172853 468 0 0 18 0 13 0 99809790 1836384256 306353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28035/statm: 448336 306353 1332 9 0 445948 0
[pid=28035/tid=28037] ppid=28033 vsize=1793344 CPUtime=1583.86
/proc/28035/task/28037/stat : 28037 (java) R 28033 28035 26435 0 -1 64 40262 0 1 0 158348 38 0 0 24 0 13 0 99809792 1836384256 306353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109605756 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28038] ppid=28033 vsize=1793344 CPUtime=72.2
/proc/28035/task/28038/stat : 28038 (java) S 28033 28035 26435 0 -1 64 141029 0 0 0 7021 199 0 0 16 0 13 0 99809793 1836384256 306353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28039] ppid=28033 vsize=1793344 CPUtime=71.95
/proc/28035/task/28039/stat : 28039 (java) S 28033 28035 26435 0 -1 64 150316 0 0 0 6987 208 0 0 16 0 13 0 99809793 1836384256 306353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28040] ppid=28033 vsize=1793344 CPUtime=0.42
/proc/28035/task/28040/stat : 28040 (java) S 28033 28035 26435 0 -1 64 27 0 0 0 27 15 0 0 16 0 13 0 99809795 1836384256 306353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28041] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28041/stat : 28041 (java) S 28033 28035 26435 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 99809796 1836384256 306353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28042] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28042/stat : 28042 (java) S 28033 28035 26435 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 99809796 1836384256 306353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28043] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28043/stat : 28043 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 99809800 1836384256 306353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28044] ppid=28033 vsize=1793344 CPUtime=2.24
/proc/28035/task/28044/stat : 28044 (java) S 28033 28035 26435 0 -1 64 5981 0 0 0 222 2 0 0 16 0 13 0 99809800 1836384256 306353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28045] ppid=28033 vsize=1793344 CPUtime=2.46
/proc/28035/task/28045/stat : 28045 (java) S 28033 28035 26435 0 -1 64 5615 0 0 0 244 2 0 0 16 0 13 0 99809800 1836384256 306353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28046] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28046/stat : 28046 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 99809800 1836384256 306353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28047] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28047/stat : 28047 (java) S 28033 28035 26435 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99809800 1836384256 306353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28048] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28048/stat : 28048 (java) S 28033 28035 26435 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 99812927 1836384256 306353 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1733.21
Current children cumulated vsize (KiB) 1793344

[startup+1722.3 s]
/proc/loadavg: 1.02 1.06 1.01 2/90 28246
/proc/meminfo: memFree=315888/2055920 swapFree=4192812/4192956
[pid=28035] ppid=28033 vsize=1793344 CPUtime=1796.59
/proc/28035/stat : 28035 (java) S 28033 28035 26435 0 -1 0 348920 0 1 0 179181 478 0 0 18 0 13 0 99809790 1836384256 311209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28035/statm: 448336 311209 1332 9 0 445948 0
[pid=28035/tid=28037] ppid=28033 vsize=1793344 CPUtime=1640.38
/proc/28035/task/28037/stat : 28037 (java) R 28033 28035 26435 0 -1 64 40331 0 1 0 163999 39 0 0 25 0 13 0 99809792 1836384256 311209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109748253 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28038] ppid=28033 vsize=1793344 CPUtime=75.64
/proc/28035/task/28038/stat : 28038 (java) S 28033 28035 26435 0 -1 64 143069 0 0 0 7360 204 0 0 16 0 13 0 99809793 1836384256 311209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28039] ppid=28033 vsize=1793344 CPUtime=75.37
/proc/28035/task/28039/stat : 28039 (java) S 28033 28035 26435 0 -1 64 153178 0 0 0 7325 212 0 0 17 0 13 0 99809793 1836384256 311209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28040] ppid=28033 vsize=1793344 CPUtime=0.43
/proc/28035/task/28040/stat : 28040 (java) S 28033 28035 26435 0 -1 64 27 0 0 0 28 15 0 0 16 0 13 0 99809795 1836384256 311209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28041] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28041/stat : 28041 (java) S 28033 28035 26435 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 99809796 1836384256 311209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28042] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28042/stat : 28042 (java) S 28033 28035 26435 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 99809796 1836384256 311209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28043] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28043/stat : 28043 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 99809800 1836384256 311209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28044] ppid=28033 vsize=1793344 CPUtime=2.24
/proc/28035/task/28044/stat : 28044 (java) S 28033 28035 26435 0 -1 64 5981 0 0 0 222 2 0 0 16 0 13 0 99809800 1836384256 311209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28045] ppid=28033 vsize=1793344 CPUtime=2.46
/proc/28035/task/28045/stat : 28045 (java) S 28033 28035 26435 0 -1 64 5615 0 0 0 244 2 0 0 16 0 13 0 99809800 1836384256 311209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28046] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28046/stat : 28046 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 99809800 1836384256 311209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28047] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28047/stat : 28047 (java) S 28033 28035 26435 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99809800 1836384256 311209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28048] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28048/stat : 28048 (java) S 28033 28035 26435 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 99812927 1836384256 311209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 1793344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1725.5 s]
/proc/loadavg: 1.02 1.06 1.01 2/90 28246
/proc/meminfo: memFree=314352/2055920 swapFree=4192812/4192956
[pid=28035] ppid=28033 vsize=1793344 CPUtime=1800
/proc/28035/stat : 28035 (java) S 28033 28035 26435 0 -1 0 349229 0 1 0 179521 479 0 0 18 0 13 0 99809790 1836384256 311512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28035/statm: 448336 311512 1332 9 0 445948 0
[pid=28035/tid=28037] ppid=28033 vsize=1793344 CPUtime=1643.38
/proc/28035/task/28037/stat : 28037 (java) R 28033 28035 26435 0 -1 64 40335 0 1 0 164299 39 0 0 25 0 13 0 99809792 1836384256 311512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109733762 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28038] ppid=28033 vsize=1793344 CPUtime=75.84
/proc/28035/task/28038/stat : 28038 (java) S 28033 28035 26435 0 -1 64 143200 0 0 0 7380 204 0 0 16 0 13 0 99809793 1836384256 311512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28039] ppid=28033 vsize=1793344 CPUtime=75.57
/proc/28035/task/28039/stat : 28039 (java) S 28033 28035 26435 0 -1 64 153352 0 0 0 7345 212 0 0 17 0 13 0 99809793 1836384256 311512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28040] ppid=28033 vsize=1793344 CPUtime=0.43
/proc/28035/task/28040/stat : 28040 (java) S 28033 28035 26435 0 -1 64 27 0 0 0 28 15 0 0 16 0 13 0 99809795 1836384256 311512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28041] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28041/stat : 28041 (java) S 28033 28035 26435 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 99809796 1836384256 311512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28042] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28042/stat : 28042 (java) S 28033 28035 26435 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 99809796 1836384256 311512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28043] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28043/stat : 28043 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 99809800 1836384256 311512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28044] ppid=28033 vsize=1793344 CPUtime=2.24
/proc/28035/task/28044/stat : 28044 (java) S 28033 28035 26435 0 -1 64 5981 0 0 0 222 2 0 0 16 0 13 0 99809800 1836384256 311512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28035/tid=28045] ppid=28033 vsize=1793344 CPUtime=2.46
/proc/28035/task/28045/stat : 28045 (java) S 28033 28035 26435 0 -1 64 5615 0 0 0 244 2 0 0 16 0 13 0 99809800 1836384256 311512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28046] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28046/stat : 28046 (java) S 28033 28035 26435 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 99809800 1836384256 311512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28047] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28047/stat : 28047 (java) S 28033 28035 26435 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 99809800 1836384256 311512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28035/tid=28048] ppid=28033 vsize=1793344 CPUtime=0
/proc/28035/task/28048/stat : 28048 (java) S 28033 28035 26435 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 99812927 1836384256 311512 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1793344

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

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

[startup+1725.61 s]
/proc/loadavg: 1.02 1.06 1.01 2/90 28246
/proc/meminfo: memFree=314352/2055920 swapFree=4192812/4192956
[pid=28035] ppid=28033 vsize=0 CPUtime=1800.11
/proc/28035/stat : 28035 (java) Z 28033 28035 26435 0 -1 1036 349249 0 1 0 179525 486 0 0 16 0 2 0 99809790 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28035/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

[startup+1725.7 s]
/proc/loadavg: 1.02 1.06 1.01 2/90 28246
/proc/meminfo: memFree=314352/2055920 swapFree=4192812/4192956
[pid=28035] ppid=28033 vsize=0 CPUtime=1800.19
/proc/28035/stat : 28035 (java) Z 28033 28035 26435 0 -1 1036 349249 0 1 0 179525 494 0 0 16 0 2 0 99809790 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28035/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1725.73
CPU time (s): 1800.23
CPU user time (s): 1795.26
CPU system time (s): 4.97924
CPU usage (%): 104.317
Max. virtual memory (cumulated for all children) (KiB): 1797168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.26
system time used= 4.97924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 349249
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= 57779
involuntary context switches= 55228

runsolver used 2.19167 second user time and 5.64514 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Apr 14 02:48:44 UTC 2007

IDJOB= 347843
IDBENCH= 1505
IDSOLVER= 160
FILE ID= node19/347843-1176518923

PBS_JOBID= 4556702

Free space on /tmp= 66499 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos9.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347843-1176518923/sat4jPseudoCP.jar /tmp/evaluation/347843-1176518923/instance-347843-1176518923.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-347843-1176518923 -o ROOT/results/node19/solver-347843-1176518923 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347843-1176518923/sat4jPseudoCP.jar /tmp/evaluation/347843-1176518923/instance-347843-1176518923.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9b565ffd2f62b11d1859d685ea38235b

RANDOM SEED= 201533997

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.213
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.213
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:       1557808 kB
Buffers:         39144 kB
Cached:         346416 kB
SwapCached:          0 kB
Active:         180848 kB
Inactive:       259332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1557808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           47968 kB
Writeback:           0 kB
Mapped:          73536 kB
Slab:            43496 kB
Committed_AS:  2697756 kB
PageTables:       1784 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= 66499 MiB

End job on node19 on Sat Apr 14 03:17:32 UTC 2007