Trace number 365457

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.18 1755.26

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-sierra.opb
MD5SUM0561d3f4e5e0de350a6eb18bc6dcbee9
Bench CategoryOPT-BIGINT (optimisation, big 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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables38715
Total number of constraints3263
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3263
Minimum length of a constraint10
Maximum length of a constraint498
Number of terms in the objective function 36989
Biggest coefficient in the objective function 40063152947200
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 712861332680300
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 40063152947200
Number of bits of the biggest number in a constraint 46
Biggest sum of numbers in a constraint 712861332680300
Number of bits of the biggest sum of numbers50
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.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/365457-1177050664/instance-365457-1177050664.opb
0.20/0.20	c reading problem ... 
3.84/2.90	c ... done. Wall clock time 2.694s.
3.84/2.90	c CPU time (experimental) 2.06s.
3.84/2.90	c #vars     38715
3.84/2.90	c #constraints  3791
1800.03/1755.11	c starts		: 2
1800.03/1755.11	c conflicts		: 13671
1800.03/1755.11	c decisions		: 191658
1800.03/1755.11	c propagations		: 342977
1800.03/1755.11	c inspects		: 48278089
1800.03/1755.11	c learnt literals	: 0
1800.03/1755.11	c learnt binary clauses	: 0
1800.03/1755.11	c learnt ternary clauses	: 0
1800.03/1755.11	c learnt clauses	: 13671
1800.03/1755.11	c root simplifications	: 0
1800.03/1755.11	c removed literals (reason simplification)	: 0
1800.03/1755.11	c reason swapping (by a shorter reason)	: 0
1800.03/1755.11	c Calls to reduceDB	: 0
1800.03/1755.11	c speed (decisions/second)	: 109.4028276296682
1800.03/1755.11	c non guided choices	0
1800.03/1755.11	s UNKNOWN
1800.03/1755.11	c Total wall clock time (ms): 1754.911

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/node62/watcher-365457-1177050664 -o ROOT/results/node62/solver-365457-1177050664 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365457-1177050664/sat4jPseudoCP.jar /tmp/evaluation/365457-1177050664/instance-365457-1177050664.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.99 0.97 0.98 2/64 31771
/proc/meminfo: memFree=1792752/2055920 swapFree=4184556/4192956
[pid=31771] ppid=31769 vsize=152 CPUtime=0
/proc/31771/stat : 31771 (java) R 31769 31771 29930 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 23642416 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 8106283 0 0 4096 0 0 0 0 17 1 0 0
/proc/31771/statm: 38 26 19 9 0 4 0

[startup+0.042987 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 31771
/proc/meminfo: memFree=1792752/2055920 swapFree=4184556/4192956
[pid=31771] ppid=31769 vsize=1776088 CPUtime=0.02
/proc/31771/stat : 31771 (java) S 31769 31771 29930 0 -1 0 3252 0 1 0 1 1 0 0 18 0 4 0 23642416 1818714112 2999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/31771/statm: 444022 2999 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.101991 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 31771
/proc/meminfo: memFree=1792752/2055920 swapFree=4184556/4192956
[pid=31771] ppid=31769 vsize=1780108 CPUtime=0.08
/proc/31771/stat : 31771 (java) S 31769 31771 29930 0 -1 0 3975 0 1 0 6 2 0 0 18 0 12 0 23642416 1822830592 3716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31771/statm: 445027 3716 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302014 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 31771
/proc/meminfo: memFree=1792752/2055920 swapFree=4184556/4192956
[pid=31771] ppid=31769 vsize=1782272 CPUtime=0.33
/proc/31771/stat : 31771 (java) S 31769 31771 29930 0 -1 0 5411 0 1 0 30 3 0 0 18 0 12 0 23642416 1825046528 5149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31771/statm: 445568 5149 1267 9 0 443180 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782272

[startup+0.701053 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 31771
/proc/meminfo: memFree=1792752/2055920 swapFree=4184556/4192956
[pid=31771] ppid=31769 vsize=1783584 CPUtime=0.89
/proc/31771/stat : 31771 (java) S 31769 31771 29930 0 -1 0 9299 0 1 0 84 5 0 0 18 0 12 0 23642416 1826390016 8822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31771/statm: 445896 8823 1297 9 0 443508 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783584

[startup+1.50216 s]
/proc/loadavg: 1.15 1.00 0.99 3/76 31783
/proc/meminfo: memFree=1752272/2055920 swapFree=4184556/4192956
[pid=31771] ppid=31769 vsize=1797132 CPUtime=2.3
/proc/31771/stat : 31771 (java) S 31769 31771 29930 0 -1 0 19910 0 1 0 219 11 0 0 18 0 12 0 23642416 1840263168 15409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31771/statm: 449283 15409 1310 9 0 446895 0
[pid=31771/tid=31773] ppid=31769 vsize=1797132 CPUtime=0.83
/proc/31771/task/31773/stat : 31773 (java) R 31769 31771 29930 0 -1 64 11069 0 1 0 76 7 0 0 23 0 12 0 23642417 1840263168 15409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109509829 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1797132 CPUtime=0
/proc/31771/task/31774/stat : 31774 (java) S 31769 31771 29930 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 23642419 1840263168 15409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1797132 CPUtime=0
/proc/31771/task/31775/stat : 31775 (java) S 31769 31771 29930 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23642419 1840263168 15409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1797132 CPUtime=0
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 29930 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 23642421 1840263168 15409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1797132 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 29930 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 23642422 1840263168 15409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1797132 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 29930 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 23642422 1840263168 15409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1797132 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 29930 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 23642426 1840263168 15409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1797132 CPUtime=0.73
/proc/31771/task/31780/stat : 31780 (java) R 31769 31771 29930 0 -1 64 4310 0 0 0 72 1 0 0 21 0 12 0 23642426 1840263168 15409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105422194 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1797132 CPUtime=0.71
/proc/31771/task/31781/stat : 31781 (java) R 31769 31771 29930 0 -1 64 3811 0 0 0 70 1 0 0 18 0 12 0 23642426 1840263168 15409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105864886 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1797132 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 23642426 1840263168 15409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1797132 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 29930 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23642426 1840263168 15409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 1797132

[startup+3.10135 s]
/proc/loadavg: 1.15 1.00 0.99 2/76 31783
/proc/meminfo: memFree=1673360/2055920 swapFree=4184556/4192956
[pid=31771] ppid=31769 vsize=1795904 CPUtime=4.24
/proc/31771/stat : 31771 (java) S 31769 31771 29930 0 -1 0 53169 0 1 0 397 27 0 0 18 0 12 0 23642416 1839005696 47611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31771/statm: 448976 47611 1333 9 0 446588 0
[pid=31771/tid=31773] ppid=31769 vsize=1795904 CPUtime=2.18
/proc/31771/task/31773/stat : 31773 (java) R 31769 31771 29930 0 -1 64 37698 0 1 0 199 19 0 0 25 0 12 0 23642417 1839005696 47611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109214525 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1795904 CPUtime=0.13
/proc/31771/task/31774/stat : 31774 (java) S 31769 31771 29930 0 -1 64 3003 0 0 0 12 1 0 0 16 0 12 0 23642419 1839005696 47611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1795904 CPUtime=0.13
/proc/31771/task/31775/stat : 31775 (java) S 31769 31771 29930 0 -1 64 2992 0 0 0 12 1 0 0 16 0 12 0 23642419 1839005696 47611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1795904 CPUtime=0
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 29930 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 23642421 1839005696 47611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1795904 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 29930 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23642422 1839005696 47611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1795904 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 29930 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23642422 1839005696 47611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1795904 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 29930 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 23642426 1839005696 47611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1795904 CPUtime=0.92
/proc/31771/task/31780/stat : 31780 (java) S 31769 31771 29930 0 -1 64 4772 0 0 0 90 2 0 0 16 0 12 0 23642426 1839005696 47611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1795904 CPUtime=0.84
/proc/31771/task/31781/stat : 31781 (java) R 31769 31771 29930 0 -1 64 3978 0 0 0 83 1 0 0 16 0 12 0 23642426 1839005696 47611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104794407 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1795904 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 23642426 1839005696 47611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1795904 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 29930 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23642426 1839005696 47611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 1795904

[startup+6.30272 s]
/proc/loadavg: 1.15 1.00 0.99 2/77 31784
/proc/meminfo: memFree=1578640/2055920 swapFree=4184556/4192956
[pid=31771] ppid=31769 vsize=1794372 CPUtime=9.09
/proc/31771/stat : 31771 (java) S 31769 31771 29930 0 -1 0 66086 0 1 0 877 32 0 0 18 0 13 0 23642416 1837436928 54666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31771/statm: 448593 54666 1333 9 0 446205 0
[pid=31771/tid=31773] ppid=31769 vsize=1794372 CPUtime=4.45
/proc/31771/task/31773/stat : 31773 (java) R 31769 31771 29930 0 -1 64 37720 0 1 0 426 19 0 0 19 0 13 0 23642417 1837436928 54666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110197853 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1794372 CPUtime=0.44
/proc/31771/task/31774/stat : 31774 (java) S 31769 31771 29930 0 -1 64 6875 0 0 0 42 2 0 0 16 0 13 0 23642419 1837436928 54666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1794372 CPUtime=0.44
/proc/31771/task/31775/stat : 31775 (java) S 31769 31771 29930 0 -1 64 6755 0 0 0 41 3 0 0 16 0 13 0 23642419 1837436928 54666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1794372 CPUtime=0
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 29930 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23642421 1837436928 54666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1794372 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 29930 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23642422 1837436928 54666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1794372 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 29930 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23642422 1837436928 54666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1794372 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 29930 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 23642426 1837436928 54666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1794372 CPUtime=1.94
/proc/31771/task/31780/stat : 31780 (java) S 31769 31771 29930 0 -1 64 7808 0 0 0 191 3 0 0 15 0 13 0 23642426 1837436928 54666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1794372 CPUtime=1.76
/proc/31771/task/31781/stat : 31781 (java) S 31769 31771 29930 0 -1 64 6196 0 0 0 174 2 0 0 16 0 13 0 23642426 1837436928 54666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1794372 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 23642426 1837436928 54666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1794372 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 29930 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23642426 1837436928 54666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31784] ppid=31769 vsize=1794372 CPUtime=0
/proc/31771/task/31784/stat : 31784 (java) S 31769 31771 29930 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 23642744 1837436928 54666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.09
Current children cumulated vsize (KiB) 1794372

[startup+12.7015 s]
/proc/loadavg: 1.13 1.00 0.99 2/77 31784
/proc/meminfo: memFree=1553232/2055920 swapFree=4184556/4192956
[pid=31771] ppid=31769 vsize=1794048 CPUtime=16.01
/proc/31771/stat : 31771 (java) S 31769 31771 29930 0 -1 0 75449 0 1 0 1564 37 0 0 18 0 13 0 23642416 1837105152 60855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31771/statm: 448512 60855 1333 9 0 446124 0
[pid=31771/tid=31773] ppid=31769 vsize=1794048 CPUtime=10.32
/proc/31771/task/31773/stat : 31773 (java) R 31769 31771 29930 0 -1 64 37736 0 1 0 1013 19 0 0 25 0 13 0 23642417 1837105152 60855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109925300 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1794048 CPUtime=0.93
/proc/31771/task/31774/stat : 31774 (java) S 31769 31771 29930 0 -1 64 11702 0 0 0 88 5 0 0 16 0 13 0 23642419 1837105152 60855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1794048 CPUtime=0.93
/proc/31771/task/31775/stat : 31775 (java) S 31769 31771 29930 0 -1 64 11272 0 0 0 88 5 0 0 16 0 13 0 23642419 1837105152 60855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 29930 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23642421 1837105152 60855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 29930 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23642422 1837105152 60855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 29930 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23642422 1837105152 60855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 29930 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 23642426 1837105152 60855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1794048 CPUtime=1.96
/proc/31771/task/31780/stat : 31780 (java) S 31769 31771 29930 0 -1 64 7808 0 0 0 193 3 0 0 16 0 13 0 23642426 1837105152 60855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1794048 CPUtime=1.81
/proc/31771/task/31781/stat : 31781 (java) S 31769 31771 29930 0 -1 64 6198 0 0 0 179 2 0 0 17 0 13 0 23642426 1837105152 60855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 23642426 1837105152 60855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 29930 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23642426 1837105152 60855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31784] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31784/stat : 31784 (java) S 31769 31771 29930 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 23642744 1837105152 60855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.01
Current children cumulated vsize (KiB) 1794048

[startup+25.503 s]
/proc/loadavg: 1.18 1.02 1.00 2/77 31784
/proc/meminfo: memFree=1610128/2055920 swapFree=4184556/4192956
[pid=31771] ppid=31769 vsize=1794048 CPUtime=29.07
/proc/31771/stat : 31771 (java) S 31769 31771 29930 0 -1 0 78275 0 1 0 2866 41 0 0 18 0 13 0 23642416 1837105152 46700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31771/statm: 448512 46700 1333 9 0 446124 0
[pid=31771/tid=31773] ppid=31769 vsize=1794048 CPUtime=22.98
/proc/31771/task/31773/stat : 31773 (java) R 31769 31771 29930 0 -1 64 37762 0 1 0 2278 20 0 0 25 0 13 0 23642417 1837105152 46700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109924786 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1794048 CPUtime=1.03
/proc/31771/task/31774/stat : 31774 (java) S 31769 31771 29930 0 -1 64 12630 0 0 0 98 5 0 0 15 0 13 0 23642419 1837105152 46700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1794048 CPUtime=1.03
/proc/31771/task/31775/stat : 31775 (java) S 31769 31771 29930 0 -1 64 12002 0 0 0 98 5 0 0 16 0 13 0 23642419 1837105152 46700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1794048 CPUtime=0.03
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 29930 0 -1 64 13 0 0 0 1 2 0 0 16 0 13 0 23642421 1837105152 46700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 29930 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23642422 1837105152 46700 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=31771/tid=31776] ppid=31769 vsize=1794048 CPUtime=0.46
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 29930 0 -1 64 126 0 0 0 26 20 0 0 16 0 13 0 23642421 1837105152 164567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 29930 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23642422 1837105152 164567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 29930 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23642422 1837105152 164567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 29930 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 23642426 1837105152 164567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1794048 CPUtime=2.03
/proc/31771/task/31780/stat : 31780 (java) S 31769 31771 29930 0 -1 64 7810 0 0 0 200 3 0 0 16 0 13 0 23642426 1837105152 164567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1794048 CPUtime=1.96
/proc/31771/task/31781/stat : 31781 (java) S 31769 31771 29930 0 -1 64 7336 0 0 0 193 3 0 0 17 0 13 0 23642426 1837105152 164567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 23642426 1837105152 164567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 29930 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23642426 1837105152 164567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31784] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31784/stat : 31784 (java) S 31769 31771 29930 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 23642744 1837105152 164567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1580.21
Current children cumulated vsize (KiB) 1794048

[startup+1602.3 s]
/proc/loadavg: 1.10 1.06 1.01 2/77 31786
/proc/meminfo: memFree=1124560/2055920 swapFree=4184556/4192956
[pid=31771] ppid=31769 vsize=1794048 CPUtime=1642.11
/proc/31771/stat : 31771 (java) S 31769 31771 29930 0 -1 0 230795 0 1 0 164070 141 0 0 18 0 13 0 23642416 1837105152 167840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31771/statm: 448512 167840 1333 9 0 446124 0
[pid=31771/tid=31773] ppid=31769 vsize=1794048 CPUtime=1560.96
/proc/31771/task/31773/stat : 31773 (java) R 31769 31771 29930 0 -1 64 67586 0 1 0 156058 38 0 0 25 0 13 0 23642417 1837105152 167840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109898680 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1794048 CPUtime=38.34
/proc/31771/task/31774/stat : 31774 (java) S 31769 31771 29930 0 -1 64 76092 0 0 0 3796 38 0 0 16 0 13 0 23642419 1837105152 167840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1794048 CPUtime=38.28
/proc/31771/task/31775/stat : 31775 (java) S 31769 31771 29930 0 -1 64 71123 0 0 0 3793 35 0 0 17 0 13 0 23642419 1837105152 167840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1794048 CPUtime=0.48
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 29930 0 -1 64 126 0 0 0 27 21 0 0 16 0 13 0 23642421 1837105152 167840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 29930 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23642422 1837105152 167840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 29930 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23642422 1837105152 167840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 29930 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 23642426 1837105152 167840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1794048 CPUtime=2.03
/proc/31771/task/31780/stat : 31780 (java) S 31769 31771 29930 0 -1 64 7810 0 0 0 200 3 0 0 16 0 13 0 23642426 1837105152 167840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1794048 CPUtime=1.96
/proc/31771/task/31781/stat : 31781 (java) S 31769 31771 29930 0 -1 64 7336 0 0 0 193 3 0 0 17 0 13 0 23642426 1837105152 167840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 23642426 1837105152 167840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 29930 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23642426 1837105152 167840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31784] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31784/stat : 31784 (java) S 31769 31771 29930 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 23642744 1837105152 167840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1642.11
Current children cumulated vsize (KiB) 1794048

[startup+1662.3 s]
/proc/loadavg: 1.11 1.06 1.01 2/77 31786
/proc/meminfo: memFree=1113040/2055920 swapFree=4184556/4192956
[pid=31771] ppid=31769 vsize=1794048 CPUtime=1704.05
/proc/31771/stat : 31771 (java) S 31769 31771 29930 0 -1 0 233922 0 1 0 170263 142 0 0 18 0 13 0 23642416 1837105152 170683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31771/statm: 448512 170685 1333 9 0 446124 0
[pid=31771/tid=31773] ppid=31769 vsize=1794048 CPUtime=1618.9
/proc/31771/task/31773/stat : 31773 (java) S 31769 31771 29930 0 -1 64 67634 0 1 0 161852 38 0 0 25 0 13 0 23642417 1837105152 170686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1794048 CPUtime=40.36
/proc/31771/task/31774/stat : 31774 (java) R 31769 31771 29930 0 -1 64 77988 0 0 0 3997 39 0 0 17 0 13 0 23642419 1837105152 170688 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369003 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1794048 CPUtime=40.28
/proc/31771/task/31775/stat : 31775 (java) R 31769 31771 29930 0 -1 64 72312 0 0 0 3992 36 0 0 17 0 13 0 23642419 1837105152 170689 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1794048 CPUtime=0.48
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 29930 0 -1 64 126 0 0 0 27 21 0 0 16 0 13 0 23642421 1837105152 170691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 29930 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23642422 1837105152 170693 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 29930 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23642422 1837105152 170694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 29930 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 23642426 1837105152 170696 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1794048 CPUtime=2.03
/proc/31771/task/31780/stat : 31780 (java) S 31769 31771 29930 0 -1 64 7810 0 0 0 200 3 0 0 16 0 13 0 23642426 1837105152 170698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1794048 CPUtime=1.96
/proc/31771/task/31781/stat : 31781 (java) S 31769 31771 29930 0 -1 64 7336 0 0 0 193 3 0 0 17 0 13 0 23642426 1837105152 170699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 23642426 1837105152 170701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 29930 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23642426 1837105152 170702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31784] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31784/stat : 31784 (java) S 31769 31771 29930 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 23642744 1837105152 170703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1704.05
Current children cumulated vsize (KiB) 1794048

[startup+1722.3 s]
/proc/loadavg: 1.04 1.05 1.00 2/77 31786
/proc/meminfo: memFree=1101264/2055920 swapFree=4184556/4192956
[pid=31771] ppid=31769 vsize=1794048 CPUtime=1766.1
/proc/31771/stat : 31771 (java) S 31769 31771 29930 0 -1 0 237503 0 1 0 176466 144 0 0 18 0 13 0 23642416 1837105152 173667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31771/statm: 448512 173667 1333 9 0 446124 0
[pid=31771/tid=31773] ppid=31769 vsize=1794048 CPUtime=1676.77
/proc/31771/task/31773/stat : 31773 (java) R 31769 31771 29930 0 -1 64 67684 0 1 0 167639 38 0 0 17 0 13 0 23642417 1837105152 173667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109593088 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1794048 CPUtime=42.43
/proc/31771/task/31774/stat : 31774 (java) S 31769 31771 29930 0 -1 64 79127 0 0 0 4204 39 0 0 17 0 13 0 23642419 1837105152 173667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1794048 CPUtime=42.36
/proc/31771/task/31775/stat : 31775 (java) S 31769 31771 29930 0 -1 64 74698 0 0 0 4200 36 0 0 17 0 13 0 23642419 1837105152 173667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1794048 CPUtime=0.5
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 29930 0 -1 64 126 0 0 0 28 22 0 0 16 0 13 0 23642421 1837105152 173667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 29930 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23642422 1837105152 173667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 29930 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23642422 1837105152 173667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 29930 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 23642426 1837105152 173667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1794048 CPUtime=2.03
/proc/31771/task/31780/stat : 31780 (java) S 31769 31771 29930 0 -1 64 7810 0 0 0 200 3 0 0 16 0 13 0 23642426 1837105152 173667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1794048 CPUtime=1.96
/proc/31771/task/31781/stat : 31781 (java) S 31769 31771 29930 0 -1 64 7336 0 0 0 193 3 0 0 17 0 13 0 23642426 1837105152 173667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 23642426 1837105152 173667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 29930 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23642426 1837105152 173667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31784] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31784/stat : 31784 (java) S 31769 31771 29930 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 23642744 1837105152 173667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.1
Current children cumulated vsize (KiB) 1794048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1755.1 s]
/proc/loadavg: 1.02 1.04 1.00 2/77 31786
/proc/meminfo: memFree=1095184/2055920 swapFree=4184556/4192956
[pid=31771] ppid=31769 vsize=1794048 CPUtime=1800.03
/proc/31771/stat : 31771 (java) S 31769 31771 29930 0 -1 0 239102 0 1 0 179858 145 0 0 18 0 13 0 23642416 1837105152 175114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31771/statm: 448512 175114 1333 9 0 446124 0
[pid=31771/tid=31773] ppid=31769 vsize=1794048 CPUtime=1708.41
/proc/31771/task/31773/stat : 31773 (java) R 31769 31771 29930 0 -1 64 67710 0 1 0 170803 38 0 0 25 0 13 0 23642417 1837105152 175114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109898480 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1794048 CPUtime=43.57
/proc/31771/task/31774/stat : 31774 (java) S 31769 31771 29930 0 -1 64 79461 0 0 0 4317 40 0 0 17 0 13 0 23642419 1837105152 175114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1794048 CPUtime=43.5
/proc/31771/task/31775/stat : 31775 (java) S 31769 31771 29930 0 -1 64 75937 0 0 0 4313 37 0 0 16 0 13 0 23642419 1837105152 175114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1794048 CPUtime=0.51
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 29930 0 -1 64 126 0 0 0 29 22 0 0 16 0 13 0 23642421 1837105152 175114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 29930 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23642422 1837105152 175114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 29930 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 23642422 1837105152 175114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 29930 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 23642426 1837105152 175114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1794048 CPUtime=2.03
/proc/31771/task/31780/stat : 31780 (java) S 31769 31771 29930 0 -1 64 7810 0 0 0 200 3 0 0 16 0 13 0 23642426 1837105152 175114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1794048 CPUtime=1.96
/proc/31771/task/31781/stat : 31781 (java) S 31769 31771 29930 0 -1 64 7336 0 0 0 193 3 0 0 17 0 13 0 23642426 1837105152 175114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 23642426 1837105152 175114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 29930 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23642426 1837105152 175114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31771/tid=31784] ppid=31769 vsize=1794048 CPUtime=0
/proc/31771/task/31784/stat : 31784 (java) S 31769 31771 29930 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 23642744 1837105152 175114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1794048

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

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

[startup+1755.22 s]
/proc/loadavg: 1.02 1.04 1.00 2/77 31786
/proc/meminfo: memFree=1095184/2055920 swapFree=4184556/4192956
[pid=31771] ppid=31769 vsize=0 CPUtime=1800.14
/proc/31771/stat : 31771 (java) Z 31769 31771 29930 0 -1 1036 239121 0 1 0 179862 152 0 0 16 0 2 0 23642416 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31771/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1755.26
CPU time (s): 1800.18
CPU user time (s): 1798.62
CPU system time (s): 1.56176
CPU usage (%): 102.56
Max. virtual memory (cumulated for all children) (KiB): 1798132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.62
system time used= 1.56176
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239121
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= 53750
involuntary context switches= 43918

runsolver used 2.05169 second user time and 4.95225 second system time

The end

Launcher Data (download as text)

Begin job on node62 on Fri Apr 20 06:31:04 UTC 2007

IDJOB= 365457
IDBENCH= 2393
IDSOLVER= 160
FILE ID= node62/365457-1177050664

PBS_JOBID= 4640138

Free space on /tmp= 66492 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0561d3f4e5e0de350a6eb18bc6dcbee9

RANDOM SEED= 77903496

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node62.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.216
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.216
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:       1793160 kB
Buffers:         25808 kB
Cached:         165776 kB
SwapCached:       2148 kB
Active:          70552 kB
Inactive:       131332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793160 kB
SwapTotal:     4192956 kB
SwapFree:      4184556 kB
Dirty:            6324 kB
Writeback:           0 kB
Mapped:          16616 kB
Slab:            46820 kB
Committed_AS:  1047204 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB

End job on node62 on Fri Apr 20 07:00:22 UTC 2007