Trace number 351851

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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.2 1784.78

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib3/normalized-reduced-mps-v2-20-10-gesa3_o.opb
MD5SUMb55f7a8b0d45bfbc16cf27babcf41177
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark498
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 474
Optimality of the best value was proved NO
Number of variables15504
Total number of constraints1416
Number of constraints which are clauses168
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1248
Minimum length of a constraint2
Maximum length of a constraint311
Number of terms in the objective function 8784
Biggest coefficient in the objective function 1523
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 531096
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531096
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
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 Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/351851-1176615405/instance-351851-1176615405.opb
0.20/0.20	c reading problem ... 
2.21/1.43	c ... done. Wall clock time 1.226s.
2.21/1.43	c CPU time (experimental) 0.93s.
2.21/1.43	c #vars     15504
2.21/1.43	c #constraints  1536
1800.01/1784.61	c starts		: 2
1800.01/1784.61	c conflicts		: 27424
1800.01/1784.61	c decisions		: 705438
1800.01/1784.61	c propagations		: 1865877
1800.01/1784.61	c inspects		: 217694802
1800.01/1784.61	c learnt literals	: 0
1800.01/1784.61	c learnt binary clauses	: 0
1800.01/1784.61	c learnt ternary clauses	: 7
1800.01/1784.61	c learnt clauses	: 27424
1800.01/1784.61	c root simplifications	: 0
1800.01/1784.61	c removed literals (reason simplification)	: 0
1800.01/1784.61	c reason swapping (by a shorter reason)	: 0
1800.01/1784.61	c Calls to reduceDB	: 0
1800.01/1784.61	c speed (decisions/second)	: 395.6633060841034
1800.01/1784.61	c non guided choices	22311
1800.01/1784.61	s UNKNOWN
1800.01/1784.61	c Total wall clock time (ms): 1784.41

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/node2/watcher-351851-1176615405 -o ROOT/results/node2/solver-351851-1176615405 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351851-1176615405/sat4jPseudoCPClause.jar /tmp/evaluation/351851-1176615405/instance-351851-1176615405.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: 1.03 1.03 1.00 2/77 4898
/proc/meminfo: memFree=1736184/2055920 swapFree=4147160/4192956
[pid=4898] ppid=4896 vsize=308 CPUtime=0
/proc/4898/stat : 4898 (java) R 4896 4898 3757 0 -1 0 56 0 0 0 0 0 0 0 18 0 1 0 137578317 315392 39 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10535716 0 0 4096 0 0 0 0 17 1 0 0
/proc/4898/statm: 77 39 29 9 0 6 0

[startup+0.0840579 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 4898
/proc/meminfo: memFree=1736184/2055920 swapFree=4147160/4192956
[pid=4898] ppid=4896 vsize=1777844 CPUtime=0.06
/proc/4898/stat : 4898 (java) S 4896 4898 3757 0 -1 0 3812 0 1 0 4 2 0 0 18 0 7 0 137578317 1820512256 3554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/4898/statm: 444461 3554 1089 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.101058 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 4898
/proc/meminfo: memFree=1736184/2055920 swapFree=4147160/4192956
[pid=4898] ppid=4896 vsize=1780112 CPUtime=0.08
/proc/4898/stat : 4898 (java) S 4896 4898 3757 0 -1 0 3955 0 1 0 6 2 0 0 18 0 12 0 137578317 1822834688 3696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4898/statm: 445028 3696 1121 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.30108 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 4898
/proc/meminfo: memFree=1736184/2055920 swapFree=4147160/4192956
[pid=4898] ppid=4896 vsize=1782584 CPUtime=0.32
/proc/4898/stat : 4898 (java) S 4896 4898 3757 0 -1 0 5218 0 1 0 29 3 0 0 18 0 12 0 137578317 1825366016 4953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4898/statm: 445646 4953 1267 9 0 443257 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782584

[startup+0.701122 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 4898
/proc/meminfo: memFree=1736184/2055920 swapFree=4147160/4192956
[pid=4898] ppid=4896 vsize=1783256 CPUtime=0.91
/proc/4898/stat : 4898 (java) S 4896 4898 3757 0 -1 0 7375 0 1 0 86 5 0 0 18 0 12 0 137578317 1826054144 6883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4898/statm: 445814 6884 1301 9 0 443425 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1783256

[startup+1.50221 s]
/proc/loadavg: 1.03 1.03 1.00 4/89 4910
/proc/meminfo: memFree=1701272/2055920 swapFree=4147160/4192956
[pid=4898] ppid=4896 vsize=1792728 CPUtime=2.4
/proc/4898/stat : 4898 (java) S 4896 4898 3757 0 -1 0 22294 0 1 0 228 12 0 0 18 0 12 0 137578317 1835753472 18877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4898/statm: 448182 18877 1311 9 0 445793 0
[pid=4898/tid=4900] ppid=4896 vsize=1792728 CPUtime=0.97
/proc/4898/task/4900/stat : 4900 (java) R 4896 4898 3757 0 -1 64 15365 0 1 0 89 8 0 0 19 0 12 0 137578318 1835753472 18877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109213406 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4901] ppid=4896 vsize=1792728 CPUtime=0
/proc/4898/task/4901/stat : 4901 (java) S 4896 4898 3757 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 137578320 1835753472 18877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4902] ppid=4896 vsize=1792728 CPUtime=0
/proc/4898/task/4902/stat : 4902 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 137578320 1835753472 18877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4903] ppid=4896 vsize=1792728 CPUtime=0
/proc/4898/task/4903/stat : 4903 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 137578322 1835753472 18877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4904] ppid=4896 vsize=1792728 CPUtime=0
/proc/4898/task/4904/stat : 4904 (java) S 4896 4898 3757 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 137578323 1835753472 18877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4905] ppid=4896 vsize=1792728 CPUtime=0
/proc/4898/task/4905/stat : 4905 (java) S 4896 4898 3757 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 137578323 1835753472 18877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4906] ppid=4896 vsize=1792728 CPUtime=0
/proc/4898/task/4906/stat : 4906 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 137578327 1835753472 18877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4907] ppid=4896 vsize=1792728 CPUtime=0.91
/proc/4898/task/4907/stat : 4907 (java) S 4896 4898 3757 0 -1 64 4404 0 0 0 89 2 0 0 17 0 12 0 137578327 1835753472 18877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4908] ppid=4896 vsize=1792728 CPUtime=0.49
/proc/4898/task/4908/stat : 4908 (java) S 4896 4898 3757 0 -1 64 1805 0 0 0 49 0 0 0 16 0 12 0 137578327 1835753472 18877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4909] ppid=4896 vsize=1792728 CPUtime=0
/proc/4898/task/4909/stat : 4909 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 137578327 1835753472 18877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4910] ppid=4896 vsize=1792728 CPUtime=0
/proc/4898/task/4910/stat : 4910 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 137578327 1835753472 18877 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1792728

[startup+3.10237 s]
/proc/loadavg: 1.03 1.03 1.00 3/90 4911
/proc/meminfo: memFree=1649232/2055920 swapFree=4147160/4192956
[pid=4898] ppid=4896 vsize=1793052 CPUtime=4.82
/proc/4898/stat : 4898 (java) S 4896 4898 3757 0 -1 0 49832 0 1 0 460 22 0 0 18 0 13 0 137578317 1836085248 43573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4898/statm: 448263 43573 1326 9 0 445874 0
[pid=4898/tid=4900] ppid=4896 vsize=1793052 CPUtime=2.16
/proc/4898/task/4900/stat : 4900 (java) R 4896 4898 3757 0 -1 64 37729 0 1 0 199 17 0 0 25 0 13 0 137578318 1836085248 43573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109872922 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4901] ppid=4896 vsize=1793052 CPUtime=0.03
/proc/4898/task/4901/stat : 4901 (java) S 4896 4898 3757 0 -1 64 1173 0 0 0 3 0 0 0 16 0 13 0 137578320 1836085248 43573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4902] ppid=4896 vsize=1793052 CPUtime=0.04
/proc/4898/task/4902/stat : 4902 (java) S 4896 4898 3757 0 -1 64 1074 0 0 0 4 0 0 0 16 0 13 0 137578320 1836085248 43573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4903] ppid=4896 vsize=1793052 CPUtime=0
/proc/4898/task/4903/stat : 4903 (java) S 4896 4898 3757 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 137578322 1836085248 43573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4904] ppid=4896 vsize=1793052 CPUtime=0
/proc/4898/task/4904/stat : 4904 (java) S 4896 4898 3757 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 137578323 1836085248 43573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4905] ppid=4896 vsize=1793052 CPUtime=0
/proc/4898/task/4905/stat : 4905 (java) S 4896 4898 3757 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137578323 1836085248 43573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4906] ppid=4896 vsize=1793052 CPUtime=0
/proc/4898/task/4906/stat : 4906 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 137578327 1836085248 43573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4907] ppid=4896 vsize=1793052 CPUtime=1.49
/proc/4898/task/4907/stat : 4907 (java) S 4896 4898 3757 0 -1 64 4750 0 0 0 147 2 0 0 16 0 13 0 137578327 1836085248 43573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4908] ppid=4896 vsize=1793052 CPUtime=1.06
/proc/4898/task/4908/stat : 4908 (java) S 4896 4898 3757 0 -1 64 4377 0 0 0 105 1 0 0 16 0 13 0 137578327 1836085248 43573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4909] ppid=4896 vsize=1793052 CPUtime=0
/proc/4898/task/4909/stat : 4909 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137578327 1836085248 43573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4910] ppid=4896 vsize=1793052 CPUtime=0
/proc/4898/task/4910/stat : 4910 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 137578327 1836085248 43573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4911] ppid=4896 vsize=1793052 CPUtime=0
/proc/4898/task/4911/stat : 4911 (java) S 4896 4898 3757 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 137578492 1836085248 43573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 1793052

[startup+6.3017 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 4911
/proc/meminfo: memFree=1552528/2055920 swapFree=4147160/4192956
[pid=4898] ppid=4896 vsize=1792892 CPUtime=8.72
/proc/4898/stat : 4898 (java) S 4896 4898 3757 0 -1 0 57545 0 1 0 846 26 0 0 18 0 13 0 137578317 1835921408 45346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4898/statm: 448223 45346 1327 9 0 445834 0
[pid=4898/tid=4900] ppid=4896 vsize=1792892 CPUtime=5.04
/proc/4898/task/4900/stat : 4900 (java) R 4896 4898 3757 0 -1 64 37734 0 1 0 486 18 0 0 25 0 13 0 137578318 1835921408 45346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109586141 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4901] ppid=4896 vsize=1792892 CPUtime=0.19
/proc/4898/task/4901/stat : 4901 (java) S 4896 4898 3757 0 -1 64 2947 0 0 0 18 1 0 0 16 0 13 0 137578320 1835921408 45346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4902] ppid=4896 vsize=1792892 CPUtime=0.21
/proc/4898/task/4902/stat : 4902 (java) S 4896 4898 3757 0 -1 64 3049 0 0 0 20 1 0 0 16 0 13 0 137578320 1835921408 45346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4903] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4903/stat : 4903 (java) S 4896 4898 3757 0 -1 64 17 0 0 0 0 0 0 0 15 0 13 0 137578322 1835921408 45346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4904] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4904/stat : 4904 (java) S 4896 4898 3757 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 137578323 1835921408 45346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4905] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4905/stat : 4905 (java) S 4896 4898 3757 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137578323 1835921408 45346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4906] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4906/stat : 4906 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 137578327 1835921408 45346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4907] ppid=4896 vsize=1792892 CPUtime=1.92
/proc/4898/task/4907/stat : 4907 (java) R 4896 4898 3757 0 -1 64 7587 0 0 0 189 3 0 0 16 0 13 0 137578327 1835921408 45346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105429498 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4908] ppid=4896 vsize=1792892 CPUtime=1.32
/proc/4898/task/4908/stat : 4908 (java) S 4896 4898 3757 0 -1 64 5489 0 0 0 131 1 0 0 16 0 13 0 137578327 1835921408 45346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4909] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4909/stat : 4909 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137578327 1835921408 45346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4910] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4910/stat : 4910 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 137578327 1835921408 45346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4911] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4911/stat : 4911 (java) S 4896 4898 3757 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 137578492 1835921408 45346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.72
Current children cumulated vsize (KiB) 1792892

[startup+12.7024 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 4911
/proc/meminfo: memFree=1525648/2055920 swapFree=4147160/4192956
[pid=4898] ppid=4896 vsize=1792892 CPUtime=15.32
/proc/4898/stat : 4898 (java) S 4896 4898 3757 0 -1 0 66709 0 1 0 1501 31 0 0 18 0 13 0 137578317 1835921408 53871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4898/statm: 448223 53871 1327 9 0 445834 0
[pid=4898/tid=4900] ppid=4896 vsize=1792892 CPUtime=11.21
/proc/4898/task/4900/stat : 4900 (java) R 4896 4898 3757 0 -1 64 37964 0 1 0 1103 18 0 0 25 0 13 0 137578318 1835921408 53871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109814347 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4901] ppid=4896 vsize=1792892 CPUtime=0.38
/proc/4898/task/4901/stat : 4901 (java) S 4896 4898 3757 0 -1 64 7624 0 0 0 35 3 0 0 16 0 13 0 137578320 1835921408 53871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4902] ppid=4896 vsize=1792892 CPUtime=0.41
/proc/4898/task/4902/stat : 4902 (java) S 4896 4898 3757 0 -1 64 7294 0 0 0 38 3 0 0 16 0 13 0 137578320 1835921408 53871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4903] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4903/stat : 4903 (java) S 4896 4898 3757 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 137578322 1835921408 53871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4904] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4904/stat : 4904 (java) S 4896 4898 3757 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 137578323 1835921408 53871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4905] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4905/stat : 4905 (java) S 4896 4898 3757 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137578323 1835921408 53871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4906] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4906/stat : 4906 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 137578327 1835921408 53871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4907] ppid=4896 vsize=1792892 CPUtime=1.94
/proc/4898/task/4907/stat : 4907 (java) S 4896 4898 3757 0 -1 64 7590 0 0 0 191 3 0 0 16 0 13 0 137578327 1835921408 53871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4908] ppid=4896 vsize=1792892 CPUtime=1.33
/proc/4898/task/4908/stat : 4908 (java) S 4896 4898 3757 0 -1 64 5489 0 0 0 132 1 0 0 15 0 13 0 137578327 1835921408 53871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4909] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4909/stat : 4909 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137578327 1835921408 53871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4910] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4910/stat : 4910 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 137578327 1835921408 53871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4911] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4911/stat : 4911 (java) S 4896 4898 3757 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 137578492 1835921408 53871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.32
Current children cumulated vsize (KiB) 1792892

[startup+25.5029 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 4911
/proc/meminfo: memFree=1509392/2055920 swapFree=4147160/4192956
[pid=4898] ppid=4896 vsize=1792892 CPUtime=28.28
/proc/4898/stat : 4898 (java) S 4896 4898 3757 0 -1 0 71279 0 1 0 2794 34 0 0 18 0 13 0 137578317 1835921408 57942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4898/statm: 448223 57942 1333 9 0 445834 0
[pid=4898/tid=4900] ppid=4896 vsize=1792892 CPUtime=23.84
/proc/4898/task/4900/stat : 4900 (java) R 4896 4898 3757 0 -1 64 37980 0 1 0 2366 18 0 0 24 0 13 0 137578318 1835921408 57942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109677665 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4901] ppid=4896 vsize=1792892 CPUtime=0.54
/proc/4898/task/4901/stat : 4901 (java) S 4896 4898 3757 0 -1 64 9497 0 0 0 49 5 0 0 16 0 13 0 137578320 1835921408 57942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4902] ppid=4896 vsize=1792892 CPUtime=0.57
/proc/4898/task/4902/stat : 4902 (java) S 4896 4898 3757 0 -1 64 9969 0 0 0 52 5 0 0 16 0 13 0 137578320 1835921408 57942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4903] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4903/stat : 4903 (java) S 4896 4898 3757 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 137578322 1835921408 57942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=4898/tid=4903] ppid=4896 vsize=1792892 CPUtime=0.25
/proc/4898/task/4903/stat : 4903 (java) S 4896 4898 3757 0 -1 64 171 0 0 0 13 12 0 0 15 0 13 0 137578322 1835921408 183822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4904] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4904/stat : 4904 (java) S 4896 4898 3757 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 137578323 1835921408 183822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4905] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4905/stat : 4905 (java) S 4896 4898 3757 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137578323 1835921408 183822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4906] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4906/stat : 4906 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 137578327 1835921408 183822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4907] ppid=4896 vsize=1792892 CPUtime=1.98
/proc/4898/task/4907/stat : 4907 (java) S 4896 4898 3757 0 -1 64 7590 0 0 0 195 3 0 0 16 0 13 0 137578327 1835921408 183822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4908] ppid=4896 vsize=1792892 CPUtime=1.36
/proc/4898/task/4908/stat : 4908 (java) S 4896 4898 3757 0 -1 64 5495 0 0 0 135 1 0 0 17 0 13 0 137578327 1835921408 183822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4909] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4909/stat : 4909 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137578327 1835921408 183822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4910] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4910/stat : 4910 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 137578327 1835921408 183822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4911] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4911/stat : 4911 (java) S 4896 4898 3757 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 137578492 1835921408 183822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1616.73
Current children cumulated vsize (KiB) 1792892

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 5109
/proc/meminfo: memFree=1005392/2055920 swapFree=4147160/4192956
[pid=4898] ppid=4896 vsize=1792892 CPUtime=1676.94
/proc/4898/stat : 4898 (java) S 4896 4898 3757 0 -1 0 290437 0 1 0 167535 159 0 0 18 0 13 0 137578317 1835921408 183330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4898/statm: 448223 183330 1333 9 0 445834 0
[pid=4898/tid=4900] ppid=4896 vsize=1792892 CPUtime=1646.7
/proc/4898/task/4900/stat : 4900 (java) R 4896 4898 3757 0 -1 64 85891 0 1 0 164613 57 0 0 25 0 13 0 137578318 1835921408 183330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109677665 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4901] ppid=4896 vsize=1792892 CPUtime=13.27
/proc/4898/task/4901/stat : 4901 (java) S 4896 4898 3757 0 -1 64 93928 0 0 0 1287 40 0 0 16 0 13 0 137578320 1835921408 183330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4902] ppid=4896 vsize=1792892 CPUtime=13.3
/proc/4898/task/4902/stat : 4902 (java) S 4896 4898 3757 0 -1 64 96640 0 0 0 1288 42 0 0 16 0 13 0 137578320 1835921408 183330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4903] ppid=4896 vsize=1792892 CPUtime=0.26
/proc/4898/task/4903/stat : 4903 (java) S 4896 4898 3757 0 -1 64 171 0 0 0 14 12 0 0 16 0 13 0 137578322 1835921408 183330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4904] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4904/stat : 4904 (java) S 4896 4898 3757 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 137578323 1835921408 183330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4905] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4905/stat : 4905 (java) S 4896 4898 3757 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137578323 1835921408 183330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4906] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4906/stat : 4906 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 137578327 1835921408 183330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4907] ppid=4896 vsize=1792892 CPUtime=1.98
/proc/4898/task/4907/stat : 4907 (java) S 4896 4898 3757 0 -1 64 7590 0 0 0 195 3 0 0 16 0 13 0 137578327 1835921408 183330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4908] ppid=4896 vsize=1792892 CPUtime=1.36
/proc/4898/task/4908/stat : 4908 (java) S 4896 4898 3757 0 -1 64 5495 0 0 0 135 1 0 0 17 0 13 0 137578327 1835921408 183330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4909] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4909/stat : 4909 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137578327 1835921408 183330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4910] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4910/stat : 4910 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 137578327 1835921408 183330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4911] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4911/stat : 4911 (java) S 4896 4898 3757 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 137578492 1835921408 183330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1676.94
Current children cumulated vsize (KiB) 1792892

[startup+1722.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 5109
/proc/meminfo: memFree=1009744/2055920 swapFree=4147160/4192956
[pid=4898] ppid=4896 vsize=1792892 CPUtime=1737.23
/proc/4898/stat : 4898 (java) S 4896 4898 3757 0 -1 0 292115 0 1 0 173563 160 0 0 18 0 13 0 137578317 1835921408 182226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4898/statm: 448223 182226 1333 9 0 445834 0
[pid=4898/tid=4900] ppid=4896 vsize=1792892 CPUtime=1706.32
/proc/4898/task/4900/stat : 4900 (java) R 4896 4898 3757 0 -1 64 85911 0 1 0 170574 58 0 0 25 0 13 0 137578318 1835921408 182226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109815122 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4901] ppid=4896 vsize=1792892 CPUtime=13.62
/proc/4898/task/4901/stat : 4901 (java) S 4896 4898 3757 0 -1 64 94964 0 0 0 1321 41 0 0 16 0 13 0 137578320 1835921408 182226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4902] ppid=4896 vsize=1792892 CPUtime=13.65
/proc/4898/task/4902/stat : 4902 (java) S 4896 4898 3757 0 -1 64 97262 0 0 0 1322 43 0 0 16 0 13 0 137578320 1835921408 182226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4903] ppid=4896 vsize=1792892 CPUtime=0.26
/proc/4898/task/4903/stat : 4903 (java) S 4896 4898 3757 0 -1 64 171 0 0 0 14 12 0 0 16 0 13 0 137578322 1835921408 182226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4904] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4904/stat : 4904 (java) S 4896 4898 3757 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 137578323 1835921408 182226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4905] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4905/stat : 4905 (java) S 4896 4898 3757 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137578323 1835921408 182226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4906] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4906/stat : 4906 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 137578327 1835921408 182226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4907] ppid=4896 vsize=1792892 CPUtime=1.98
/proc/4898/task/4907/stat : 4907 (java) S 4896 4898 3757 0 -1 64 7590 0 0 0 195 3 0 0 16 0 13 0 137578327 1835921408 182226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4908] ppid=4896 vsize=1792892 CPUtime=1.36
/proc/4898/task/4908/stat : 4908 (java) S 4896 4898 3757 0 -1 64 5495 0 0 0 135 1 0 0 17 0 13 0 137578327 1835921408 182226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4909] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4909/stat : 4909 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137578327 1835921408 182226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4910] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4910/stat : 4910 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 137578327 1835921408 182226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4911] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4911/stat : 4911 (java) S 4896 4898 3757 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 137578492 1835921408 182226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1737.23
Current children cumulated vsize (KiB) 1792892

[startup+1782.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/90 5109
/proc/meminfo: memFree=1012304/2055920 swapFree=4147160/4192956
[pid=4898] ppid=4896 vsize=1792892 CPUtime=1797.67
/proc/4898/stat : 4898 (java) S 4896 4898 3757 0 -1 0 293678 0 1 0 179606 161 0 0 18 0 13 0 137578317 1835921408 181552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4898/statm: 448223 181552 1333 9 0 445834 0
[pid=4898/tid=4900] ppid=4896 vsize=1792892 CPUtime=1765.81
/proc/4898/task/4900/stat : 4900 (java) R 4896 4898 3757 0 -1 64 85939 0 1 0 176523 58 0 0 25 0 13 0 137578318 1835921408 181552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109554957 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4901] ppid=4896 vsize=1792892 CPUtime=14.09
/proc/4898/task/4901/stat : 4901 (java) S 4896 4898 3757 0 -1 64 95973 0 0 0 1368 41 0 0 16 0 13 0 137578320 1835921408 181552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4902] ppid=4896 vsize=1792892 CPUtime=14.12
/proc/4898/task/4902/stat : 4902 (java) S 4896 4898 3757 0 -1 64 97788 0 0 0 1369 43 0 0 16 0 13 0 137578320 1835921408 181552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4903] ppid=4896 vsize=1792892 CPUtime=0.26
/proc/4898/task/4903/stat : 4903 (java) S 4896 4898 3757 0 -1 64 171 0 0 0 14 12 0 0 16 0 13 0 137578322 1835921408 181552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4904] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4904/stat : 4904 (java) S 4896 4898 3757 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 137578323 1835921408 181552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4905] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4905/stat : 4905 (java) S 4896 4898 3757 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137578323 1835921408 181552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4906] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4906/stat : 4906 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 137578327 1835921408 181552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4907] ppid=4896 vsize=1792892 CPUtime=1.98
/proc/4898/task/4907/stat : 4907 (java) S 4896 4898 3757 0 -1 64 7590 0 0 0 195 3 0 0 16 0 13 0 137578327 1835921408 181552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4908] ppid=4896 vsize=1792892 CPUtime=1.36
/proc/4898/task/4908/stat : 4908 (java) S 4896 4898 3757 0 -1 64 5495 0 0 0 135 1 0 0 17 0 13 0 137578327 1835921408 181552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4909] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4909/stat : 4909 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137578327 1835921408 181552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4910] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4910/stat : 4910 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 137578327 1835921408 181552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4911] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4911/stat : 4911 (java) S 4896 4898 3757 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 137578492 1835921408 181552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.67
Current children cumulated vsize (KiB) 1792892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.6 s]
/proc/loadavg: 1.04 1.01 1.00 2/90 5109
/proc/meminfo: memFree=1012496/2055920 swapFree=4147160/4192956
[pid=4898] ppid=4896 vsize=1792892 CPUtime=1800.01
/proc/4898/stat : 4898 (java) S 4896 4898 3757 0 -1 0 293741 0 1 0 179840 161 0 0 18 0 13 0 137578317 1835921408 181516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4898/statm: 448223 181516 1333 9 0 445834 0
[pid=4898/tid=4900] ppid=4896 vsize=1792892 CPUtime=1768.08
/proc/4898/task/4900/stat : 4900 (java) R 4896 4898 3757 0 -1 64 85941 0 1 0 176750 58 0 0 25 0 13 0 137578318 1835921408 181516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109814708 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4901] ppid=4896 vsize=1792892 CPUtime=14.12
/proc/4898/task/4901/stat : 4901 (java) S 4896 4898 3757 0 -1 64 96018 0 0 0 1371 41 0 0 16 0 13 0 137578320 1835921408 181516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4902] ppid=4896 vsize=1792892 CPUtime=14.15
/proc/4898/task/4902/stat : 4902 (java) S 4896 4898 3757 0 -1 64 97804 0 0 0 1372 43 0 0 17 0 13 0 137578320 1835921408 181516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4903] ppid=4896 vsize=1792892 CPUtime=0.26
/proc/4898/task/4903/stat : 4903 (java) S 4896 4898 3757 0 -1 64 171 0 0 0 14 12 0 0 16 0 13 0 137578322 1835921408 181516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4904] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4904/stat : 4904 (java) S 4896 4898 3757 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 137578323 1835921408 181516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4905] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4905/stat : 4905 (java) S 4896 4898 3757 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137578323 1835921408 181516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4906] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4906/stat : 4906 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 137578327 1835921408 181516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4907] ppid=4896 vsize=1792892 CPUtime=1.98
/proc/4898/task/4907/stat : 4907 (java) S 4896 4898 3757 0 -1 64 7590 0 0 0 195 3 0 0 16 0 13 0 137578327 1835921408 181516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4898/tid=4908] ppid=4896 vsize=1792892 CPUtime=1.36
/proc/4898/task/4908/stat : 4908 (java) S 4896 4898 3757 0 -1 64 5495 0 0 0 135 1 0 0 17 0 13 0 137578327 1835921408 181516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4909] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4909/stat : 4909 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137578327 1835921408 181516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4910] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4910/stat : 4910 (java) S 4896 4898 3757 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 137578327 1835921408 181516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4898/tid=4911] ppid=4896 vsize=1792892 CPUtime=0
/proc/4898/task/4911/stat : 4911 (java) S 4896 4898 3757 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 137578492 1835921408 181516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1792892

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

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

[startup+1784.71 s]
/proc/loadavg: 1.04 1.01 1.00 2/90 5109
/proc/meminfo: memFree=1012496/2055920 swapFree=4147160/4192956
[pid=4898] ppid=4896 vsize=0 CPUtime=1800.13
/proc/4898/stat : 4898 (java) Z 4896 4898 3757 0 -1 1036 293761 0 1 0 179846 167 0 0 16 0 2 0 137578317 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4898/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1784.78
CPU time (s): 1800.2
CPU user time (s): 1798.46
CPU system time (s): 1.73374
CPU usage (%): 100.864
Max. virtual memory (cumulated for all children) (KiB): 1799056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.46
system time used= 1.73374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293761
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= 44077
involuntary context switches= 62570

runsolver used 2.02769 second user time and 5.51416 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Sun Apr 15 05:36:45 UTC 2007

IDJOB= 351851
IDBENCH= 1829
IDSOLVER= 164
FILE ID= node2/351851-1176615405

PBS_JOBID= 4556827

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b55f7a8b0d45bfbc16cf27babcf41177

RANDOM SEED= 585738544

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.234
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.234
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:       1736592 kB
Buffers:         61336 kB
Cached:         185304 kB
SwapCached:      14480 kB
Active:          96876 kB
Inactive:       174484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736592 kB
SwapTotal:     4192956 kB
SwapFree:      4147160 kB
Dirty:            4172 kB
Writeback:           0 kB
Mapped:          30688 kB
Slab:            33400 kB
Committed_AS:  5811384 kB
PageTables:       1864 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= 66557 MiB

End job on node2 on Sun Apr 15 06:06:32 UTC 2007