Trace number 354056

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.55 1695.74

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos7.opb
MD5SUMf5e09fc51fdb6e7c65b10c880b18ec53
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2594748416
Best CPU time to get the best result obtained on this benchmark1800.27
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2594748416
Optimality of the best value was proved NO
Number of variables33010
Total number of constraints2154
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)142
Number of constraints which are nor clauses,nor cardinality constraints2012
Minimum length of a constraint2
Maximum length of a constraint441
Number of terms in the objective function 4506
Biggest coefficient in the objective function 8053063680000
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 590484474471966
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 1073741839777215
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.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/354056-1176692861/instance-354056-1176692861.opb
0.20/0.20	c reading problem ... 
2.71/1.92	c ... done. Wall clock time 1.72s.
2.71/1.92	c CPU time (experimental) 1.38s.
2.71/1.92	c #vars     33010
2.71/1.92	c #constraints  2624
1800.30/1695.51	c starts		: 2
1800.30/1695.51	c conflicts		: 36223
1800.30/1695.51	c decisions		: 147464
1800.30/1695.51	c propagations		: 5589704
1800.30/1695.51	c inspects		: 77523468
1800.30/1695.51	c learnt literals	: 0
1800.30/1695.51	c learnt binary clauses	: 0
1800.30/1695.52	c learnt ternary clauses	: 0
1800.30/1695.52	c learnt clauses	: 36222
1800.30/1695.52	c root simplifications	: 0
1800.30/1695.52	c removed literals (reason simplification)	: 0
1800.30/1695.52	c reason swapping (by a shorter reason)	: 0
1800.30/1695.52	c Calls to reduceDB	: 0
1800.30/1695.52	c speed (decisions/second)	: 87.08089102841952
1800.30/1695.52	c non guided choices	5051
1800.30/1695.52	s UNKNOWN
1800.30/1695.52	c Total wall clock time (ms): 1695.313

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/node18/watcher-354056-1176692861 -o ROOT/results/node18/solver-354056-1176692861 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354056-1176692861/sat4jPseudoCPClause.jar /tmp/evaluation/354056-1176692861/instance-354056-1176692861.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.94 0.99 0.99 2/77 15687
/proc/meminfo: memFree=1843064/2055920 swapFree=4167952/4192956
[pid=15687] ppid=15685 vsize=152 CPUtime=0
/proc/15687/stat : 15687 (java) R 15685 15687 14593 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 117203443 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7860523 0 0 4096 0 0 0 0 17 1 0 0
/proc/15687/statm: 38 26 19 9 0 4 0

[startup+0.0390269 s]
/proc/loadavg: 0.94 0.99 0.99 2/77 15687
/proc/meminfo: memFree=1843064/2055920 swapFree=4167952/4192956
[pid=15687] ppid=15685 vsize=1776088 CPUtime=0.02
/proc/15687/stat : 15687 (java) S 15685 15687 14593 0 -1 0 3190 0 1 0 1 1 0 0 18 0 4 0 117203443 1818714112 2938 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/15687/statm: 444022 2938 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.102033 s]
/proc/loadavg: 0.94 0.99 0.99 2/77 15687
/proc/meminfo: memFree=1843064/2055920 swapFree=4167952/4192956
[pid=15687] ppid=15685 vsize=1780112 CPUtime=0.08
/proc/15687/stat : 15687 (java) S 15685 15687 14593 0 -1 0 3972 0 1 0 6 2 0 0 18 0 12 0 117203443 1822834688 3714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15687/statm: 445028 3714 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.302053 s]
/proc/loadavg: 0.94 0.99 0.99 2/77 15687
/proc/meminfo: memFree=1843064/2055920 swapFree=4167952/4192956
[pid=15687] ppid=15685 vsize=1781412 CPUtime=0.34
/proc/15687/stat : 15687 (java) S 15685 15687 14593 0 -1 0 5342 0 1 0 31 3 0 0 18 0 12 0 117203443 1824165888 5079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15687/statm: 445353 5079 1267 9 0 442964 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781412

[startup+0.702094 s]
/proc/loadavg: 0.94 0.99 0.99 2/77 15687
/proc/meminfo: memFree=1843064/2055920 swapFree=4167952/4192956
[pid=15687] ppid=15685 vsize=1785332 CPUtime=0.94
/proc/15687/stat : 15687 (java) S 15685 15687 14593 0 -1 0 7844 0 1 0 90 4 0 0 18 0 12 0 117203443 1828179968 7375 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15687/statm: 446333 7375 1303 9 0 443944 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1785332

[startup+1.50117 s]
/proc/loadavg: 0.94 0.99 0.99 4/89 15699
/proc/meminfo: memFree=1807896/2055920 swapFree=4167952/4192956
[pid=15687] ppid=15685 vsize=1791280 CPUtime=2.3
/proc/15687/stat : 15687 (java) S 15685 15687 14593 0 -1 0 21842 0 1 0 221 9 0 0 18 0 12 0 117203443 1834270720 18724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15687/statm: 447820 18724 1311 9 0 445431 0
[pid=15687/tid=15689] ppid=15685 vsize=1791280 CPUtime=0.95
/proc/15687/task/15689/stat : 15689 (java) R 15685 15687 14593 0 -1 64 15278 0 1 0 89 6 0 0 25 0 12 0 117203444 1834270720 18724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109542826 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15690] ppid=15685 vsize=1791280 CPUtime=0
/proc/15687/task/15690/stat : 15690 (java) S 15685 15687 14593 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 117203446 1834270720 18724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15691] ppid=15685 vsize=1791280 CPUtime=0
/proc/15687/task/15691/stat : 15691 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 117203446 1834270720 18724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15692] ppid=15685 vsize=1791280 CPUtime=0
/proc/15687/task/15692/stat : 15692 (java) S 15685 15687 14593 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 117203448 1834270720 18724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15693] ppid=15685 vsize=1791280 CPUtime=0
/proc/15687/task/15693/stat : 15693 (java) S 15685 15687 14593 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 117203449 1834270720 18724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15694] ppid=15685 vsize=1791280 CPUtime=0
/proc/15687/task/15694/stat : 15694 (java) S 15685 15687 14593 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 117203449 1834270720 18724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15695] ppid=15685 vsize=1791280 CPUtime=0
/proc/15687/task/15695/stat : 15695 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117203452 1834270720 18724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15696] ppid=15685 vsize=1791280 CPUtime=0.58
/proc/15687/task/15696/stat : 15696 (java) R 15685 15687 14593 0 -1 64 1478 0 0 0 57 1 0 0 16 0 12 0 117203452 1834270720 18724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102283539 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15697] ppid=15685 vsize=1791280 CPUtime=0.75
/proc/15687/task/15697/stat : 15697 (java) S 15685 15687 14593 0 -1 64 4364 0 0 0 74 1 0 0 16 0 12 0 117203452 1834270720 18724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15698] ppid=15685 vsize=1791280 CPUtime=0
/proc/15687/task/15698/stat : 15698 (java) S 15685 15687 14593 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117203452 1834270720 18724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15699] ppid=15685 vsize=1791280 CPUtime=0
/proc/15687/task/15699/stat : 15699 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117203452 1834270720 18724 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) 1791280

[startup+3.10132 s]
/proc/loadavg: 1.10 1.02 1.01 3/89 15699
/proc/meminfo: memFree=1721752/2055920 swapFree=4167952/4192956
[pid=15687] ppid=15685 vsize=1794676 CPUtime=4.64
/proc/15687/stat : 15687 (java) S 15685 15687 14593 0 -1 0 44432 0 1 0 446 18 0 0 18 0 13 0 117203443 1837748224 39090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15687/statm: 448669 39090 1325 9 0 446280 0
[pid=15687/tid=15689] ppid=15685 vsize=1794676 CPUtime=2.19
/proc/15687/task/15689/stat : 15689 (java) R 15685 15687 14593 0 -1 64 35057 0 1 0 205 14 0 0 18 0 13 0 117203444 1837748224 39090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109598630 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15690] ppid=15685 vsize=1794676 CPUtime=0
/proc/15687/task/15690/stat : 15690 (java) S 15685 15687 14593 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 117203446 1837748224 39090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15691] ppid=15685 vsize=1794676 CPUtime=0
/proc/15687/task/15691/stat : 15691 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 117203446 1837748224 39090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15692] ppid=15685 vsize=1794676 CPUtime=0
/proc/15687/task/15692/stat : 15692 (java) S 15685 15687 14593 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 117203448 1837748224 39090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15693] ppid=15685 vsize=1794676 CPUtime=0
/proc/15687/task/15693/stat : 15693 (java) S 15685 15687 14593 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 117203449 1837748224 39090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15694] ppid=15685 vsize=1794676 CPUtime=0
/proc/15687/task/15694/stat : 15694 (java) S 15685 15687 14593 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 117203449 1837748224 39090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15695] ppid=15685 vsize=1794676 CPUtime=0
/proc/15687/task/15695/stat : 15695 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117203452 1837748224 39090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15696] ppid=15685 vsize=1794676 CPUtime=1.16
/proc/15687/task/15696/stat : 15696 (java) S 15685 15687 14593 0 -1 64 3591 0 0 0 115 1 0 0 17 0 13 0 117203452 1837748224 39090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15697] ppid=15685 vsize=1794676 CPUtime=1.25
/proc/15687/task/15697/stat : 15697 (java) S 15685 15687 14593 0 -1 64 5058 0 0 0 124 1 0 0 16 0 13 0 117203452 1837748224 39090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15698] ppid=15685 vsize=1794676 CPUtime=0
/proc/15687/task/15698/stat : 15698 (java) S 15685 15687 14593 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117203452 1837748224 39090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15699] ppid=15685 vsize=1794676 CPUtime=0
/proc/15687/task/15699/stat : 15699 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117203452 1837748224 39090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 1794676

[startup+6.30263 s]
/proc/loadavg: 1.10 1.02 1.01 2/90 15700
/proc/meminfo: memFree=1644304/2055920 swapFree=4167952/4192956
[pid=15687] ppid=15685 vsize=1796316 CPUtime=8.62
/proc/15687/stat : 15687 (java) S 15685 15687 14593 0 -1 0 58236 0 1 0 837 25 0 0 18 0 13 0 117203443 1839427584 51424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15687/statm: 449079 51424 1334 9 0 446690 0
[pid=15687/tid=15689] ppid=15685 vsize=1796316 CPUtime=4.96
/proc/15687/task/15689/stat : 15689 (java) R 15685 15687 14593 0 -1 64 37726 0 1 0 481 15 0 0 19 0 13 0 117203444 1839427584 51424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109580020 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15690] ppid=15685 vsize=1796316 CPUtime=0.28
/proc/15687/task/15690/stat : 15690 (java) S 15685 15687 14593 0 -1 64 4620 0 0 0 26 2 0 0 16 0 13 0 117203446 1839427584 51424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15691] ppid=15685 vsize=1796316 CPUtime=0.29
/proc/15687/task/15691/stat : 15691 (java) S 15685 15687 14593 0 -1 64 4851 0 0 0 27 2 0 0 16 0 13 0 117203446 1839427584 51424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15692] ppid=15685 vsize=1796316 CPUtime=0
/proc/15687/task/15692/stat : 15692 (java) S 15685 15687 14593 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 117203448 1839427584 51424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15693] ppid=15685 vsize=1796316 CPUtime=0
/proc/15687/task/15693/stat : 15693 (java) S 15685 15687 14593 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117203449 1839427584 51424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15694] ppid=15685 vsize=1796316 CPUtime=0
/proc/15687/task/15694/stat : 15694 (java) S 15685 15687 14593 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117203449 1839427584 51424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15695] ppid=15685 vsize=1796316 CPUtime=0
/proc/15687/task/15695/stat : 15695 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117203452 1839427584 51424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15696] ppid=15685 vsize=1796316 CPUtime=1.52
/proc/15687/task/15696/stat : 15696 (java) S 15685 15687 14593 0 -1 64 4982 0 0 0 150 2 0 0 16 0 13 0 117203452 1839427584 51424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15697] ppid=15685 vsize=1796316 CPUtime=1.51
/proc/15687/task/15697/stat : 15697 (java) S 15685 15687 14593 0 -1 64 5317 0 0 0 150 1 0 0 16 0 13 0 117203452 1839427584 51424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15698] ppid=15685 vsize=1796316 CPUtime=0
/proc/15687/task/15698/stat : 15698 (java) S 15685 15687 14593 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117203452 1839427584 51424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15699] ppid=15685 vsize=1796316 CPUtime=0
/proc/15687/task/15699/stat : 15699 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117203452 1839427584 51424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15700] ppid=15685 vsize=1796316 CPUtime=0
/proc/15687/task/15700/stat : 15700 (java) S 15685 15687 14593 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 117203662 1839427584 51424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.62
Current children cumulated vsize (KiB) 1796316

[startup+12.7012 s]
/proc/loadavg: 1.09 1.02 1.00 2/90 15700
/proc/meminfo: memFree=1615640/2055920 swapFree=4167952/4192956
[pid=15687] ppid=15685 vsize=1796316 CPUtime=15.31
/proc/15687/stat : 15687 (java) S 15685 15687 14593 0 -1 0 66118 0 1 0 1503 28 0 0 18 0 13 0 117203443 1839427584 57989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15687/statm: 449079 57989 1334 9 0 446690 0
[pid=15687/tid=15689] ppid=15685 vsize=1796316 CPUtime=11.05
/proc/15687/task/15689/stat : 15689 (java) R 15685 15687 14593 0 -1 64 37737 0 1 0 1090 15 0 0 19 0 13 0 117203444 1839427584 57989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109864473 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15690] ppid=15685 vsize=1796316 CPUtime=0.58
/proc/15687/task/15690/stat : 15690 (java) S 15685 15687 14593 0 -1 64 9046 0 0 0 54 4 0 0 16 0 13 0 117203446 1839427584 57989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15691] ppid=15685 vsize=1796316 CPUtime=0.59
/proc/15687/task/15691/stat : 15691 (java) S 15685 15687 14593 0 -1 64 8291 0 0 0 55 4 0 0 16 0 13 0 117203446 1839427584 57989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15692] ppid=15685 vsize=1796316 CPUtime=0
/proc/15687/task/15692/stat : 15692 (java) S 15685 15687 14593 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 117203448 1839427584 57989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15693] ppid=15685 vsize=1796316 CPUtime=0
/proc/15687/task/15693/stat : 15693 (java) S 15685 15687 14593 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117203449 1839427584 57989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15694] ppid=15685 vsize=1796316 CPUtime=0
/proc/15687/task/15694/stat : 15694 (java) S 15685 15687 14593 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117203449 1839427584 57989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15695] ppid=15685 vsize=1796316 CPUtime=0
/proc/15687/task/15695/stat : 15695 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117203452 1839427584 57989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15696] ppid=15685 vsize=1796316 CPUtime=1.53
/proc/15687/task/15696/stat : 15696 (java) S 15685 15687 14593 0 -1 64 4982 0 0 0 151 2 0 0 16 0 13 0 117203452 1839427584 57989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15697] ppid=15685 vsize=1796316 CPUtime=1.52
/proc/15687/task/15697/stat : 15697 (java) S 15685 15687 14593 0 -1 64 5317 0 0 0 151 1 0 0 17 0 13 0 117203452 1839427584 57989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15698] ppid=15685 vsize=1796316 CPUtime=0
/proc/15687/task/15698/stat : 15698 (java) S 15685 15687 14593 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117203452 1839427584 57989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15699] ppid=15685 vsize=1796316 CPUtime=0
/proc/15687/task/15699/stat : 15699 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117203452 1839427584 57989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15700] ppid=15685 vsize=1796316 CPUtime=0
/proc/15687/task/15700/stat : 15700 (java) S 15685 15687 14593 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 117203662 1839427584 57989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.31
Current children cumulated vsize (KiB) 1796316

[startup+25.5025 s]
/proc/loadavg: 1.07 1.02 1.00 3/90 15700
/proc/meminfo: memFree=1603992/2055920 swapFree=4167952/4192956
[pid=15687] ppid=15685 vsize=1796316 CPUtime=28.26
/proc/15687/stat : 15687 (java) S 15685 15687 14593 0 -1 0 69435 0 1 0 2796 30 0 0 18 0 13 0 117203443 1839427584 60790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15687/statm: 449079 60790 1334 9 0 446690 0
[pid=15687/tid=15689] ppid=15685 vsize=1796316 CPUtime=23.72
/proc/15687/task/15689/stat : 15689 (java) R 15685 15687 14593 0 -1 64 37797 0 1 0 2356 16 0 0 21 0 13 0 117203444 1839427584 60790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109864467 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15690] ppid=15685 vsize=1796316 CPUtime=0.7
/proc/15687/task/15690/stat : 15690 (java) S 15685 15687 14593 0 -1 64 10794 0 0 0 66 4 0 0 17 0 13 0 117203446 1839427584 60790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15691] ppid=15685 vsize=1796316 CPUtime=0.71
/proc/15687/task/15691/stat : 15691 (java) S 15685 15687 14593 0 -1 64 9795 0 0 0 67 4 0 0 16 0 13 0 117203446 1839427584 60790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15692] ppid=15685 vsize=1796316 CPUtime=0
/proc/15687/task/15692/stat : 15692 (java) S 15685 15687 14593 0 -1 64 23 0 0 0 0 0 0 0 15 0 13 0 117203448 1839427584 60790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15693] ppid=15685 vsize=1796316 CPUtime=0
/proc/15687/task/15693/stat : 15693 (java) S 15685 15687 14593 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117203449 1839427584 60790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/15687/task/15696/stat : 15696 (java) S 15685 15687 14593 0 -1 64 6915 0 0 0 181 2 0 0 16 0 13 0 117203452 1841524736 323157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15697] ppid=15685 vsize=1798364 CPUtime=1.79
/proc/15687/task/15697/stat : 15697 (java) S 15685 15687 14593 0 -1 64 5331 0 0 0 178 1 0 0 17 0 13 0 117203452 1841524736 323157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15698] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15698/stat : 15698 (java) S 15685 15687 14593 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117203452 1841524736 323157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15699] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15699/stat : 15699 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117203452 1841524736 323157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15700] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15700/stat : 15700 (java) S 15685 15687 14593 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 117203662 1841524736 323157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1566.78
Current children cumulated vsize (KiB) 1798364

[startup+1542.3 s]
/proc/loadavg: 1.38 1.20 1.07 2/90 15700
/proc/meminfo: memFree=516952/2055920 swapFree=4167952/4192956
[pid=15687] ppid=15685 vsize=1798364 CPUtime=1632.44
/proc/15687/stat : 15687 (java) S 15685 15687 14593 0 -1 0 370958 0 1 0 163057 187 0 0 18 0 13 0 117203443 1841524736 331628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15687/statm: 449591 331628 1334 9 0 447202 0
[pid=15687/tid=15689] ppid=15685 vsize=1798364 CPUtime=1451.41
/proc/15687/task/15689/stat : 15689 (java) R 15685 15687 14593 0 -1 64 39254 0 1 0 145110 31 0 0 20 0 13 0 117203444 1841524736 331628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109873882 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15690] ppid=15685 vsize=1798364 CPUtime=88.52
/proc/15687/task/15690/stat : 15690 (java) S 15685 15687 14593 0 -1 64 161174 0 0 0 8783 69 0 0 16 0 13 0 117203446 1841524736 331628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15691] ppid=15685 vsize=1798364 CPUtime=88.5
/proc/15687/task/15691/stat : 15691 (java) S 15685 15687 14593 0 -1 64 157533 0 0 0 8779 71 0 0 16 0 13 0 117203446 1841524736 331628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15692] ppid=15685 vsize=1798364 CPUtime=0.33
/proc/15687/task/15692/stat : 15692 (java) S 15685 15687 14593 0 -1 64 28 0 0 0 23 10 0 0 15 0 13 0 117203448 1841524736 331628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15693] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15693/stat : 15693 (java) S 15685 15687 14593 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117203449 1841524736 331628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15694] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15694/stat : 15694 (java) S 15685 15687 14593 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117203449 1841524736 331628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15695] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15695/stat : 15695 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117203452 1841524736 331628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15696] ppid=15685 vsize=1798364 CPUtime=1.83
/proc/15687/task/15696/stat : 15696 (java) S 15685 15687 14593 0 -1 64 6915 0 0 0 181 2 0 0 16 0 13 0 117203452 1841524736 331628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15697] ppid=15685 vsize=1798364 CPUtime=1.79
/proc/15687/task/15697/stat : 15697 (java) S 15685 15687 14593 0 -1 64 5331 0 0 0 178 1 0 0 17 0 13 0 117203452 1841524736 331628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15698] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15698/stat : 15698 (java) S 15685 15687 14593 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117203452 1841524736 331628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15699] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15699/stat : 15699 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117203452 1841524736 331628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15700] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15700/stat : 15700 (java) S 15685 15687 14593 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 117203662 1841524736 331628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1632.44
Current children cumulated vsize (KiB) 1798364

[startup+1602.3 s]
/proc/loadavg: 1.26 1.21 1.08 2/90 15700
/proc/meminfo: memFree=484376/2055920 swapFree=4167952/4192956
[pid=15687] ppid=15685 vsize=1798364 CPUtime=1698.12
/proc/15687/stat : 15687 (java) S 15685 15687 14593 0 -1 0 379783 0 1 0 169621 191 0 0 18 0 13 0 117203443 1841524736 339896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15687/statm: 449591 339896 1334 9 0 447202 0
[pid=15687/tid=15689] ppid=15685 vsize=1798364 CPUtime=1505.64
/proc/15687/task/15689/stat : 15689 (java) R 15685 15687 14593 0 -1 64 39302 0 1 0 150533 31 0 0 25 0 13 0 117203444 1841524736 339896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109580248 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15690] ppid=15685 vsize=1798364 CPUtime=94.25
/proc/15687/task/15690/stat : 15690 (java) S 15685 15687 14593 0 -1 64 164597 0 0 0 9355 70 0 0 16 0 13 0 117203446 1841524736 339896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15691] ppid=15685 vsize=1798364 CPUtime=94.21
/proc/15687/task/15691/stat : 15691 (java) S 15685 15687 14593 0 -1 64 162887 0 0 0 9348 73 0 0 17 0 13 0 117203446 1841524736 339896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15692] ppid=15685 vsize=1798364 CPUtime=0.35
/proc/15687/task/15692/stat : 15692 (java) S 15685 15687 14593 0 -1 64 28 0 0 0 24 11 0 0 16 0 13 0 117203448 1841524736 339896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15693] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15693/stat : 15693 (java) S 15685 15687 14593 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117203449 1841524736 339896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15694] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15694/stat : 15694 (java) S 15685 15687 14593 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117203449 1841524736 339896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15695] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15695/stat : 15695 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117203452 1841524736 339896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15696] ppid=15685 vsize=1798364 CPUtime=1.83
/proc/15687/task/15696/stat : 15696 (java) S 15685 15687 14593 0 -1 64 6915 0 0 0 181 2 0 0 16 0 13 0 117203452 1841524736 339896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15697] ppid=15685 vsize=1798364 CPUtime=1.79
/proc/15687/task/15697/stat : 15697 (java) S 15685 15687 14593 0 -1 64 5331 0 0 0 178 1 0 0 17 0 13 0 117203452 1841524736 339896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15698] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15698/stat : 15698 (java) S 15685 15687 14593 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117203452 1841524736 339896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15699] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15699/stat : 15699 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117203452 1841524736 339896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15700] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15700/stat : 15700 (java) S 15685 15687 14593 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 117203662 1841524736 339896 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1698.12
Current children cumulated vsize (KiB) 1798364

[startup+1662.3 s]
/proc/loadavg: 1.25 1.22 1.09 2/90 15700
/proc/meminfo: memFree=450520/2055920 swapFree=4167952/4192956
[pid=15687] ppid=15685 vsize=1798364 CPUtime=1763.8
/proc/15687/stat : 15687 (java) S 15685 15687 14593 0 -1 0 388588 0 1 0 176183 197 0 0 18 0 13 0 117203443 1841524736 348187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15687/statm: 449591 348187 1334 9 0 447202 0
[pid=15687/tid=15689] ppid=15685 vsize=1798364 CPUtime=1559.87
/proc/15687/task/15689/stat : 15689 (java) R 15685 15687 14593 0 -1 64 39349 0 1 0 155955 32 0 0 25 0 13 0 117203444 1841524736 348187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109981577 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15690] ppid=15685 vsize=1798364 CPUtime=99.97
/proc/15687/task/15690/stat : 15690 (java) S 15685 15687 14593 0 -1 64 168575 0 0 0 9924 73 0 0 16 0 13 0 117203446 1841524736 348187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15691] ppid=15685 vsize=1798364 CPUtime=99.93
/proc/15687/task/15691/stat : 15691 (java) S 15685 15687 14593 0 -1 64 167667 0 0 0 9918 75 0 0 16 0 13 0 117203446 1841524736 348187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15692] ppid=15685 vsize=1798364 CPUtime=0.36
/proc/15687/task/15692/stat : 15692 (java) S 15685 15687 14593 0 -1 64 28 0 0 0 25 11 0 0 16 0 13 0 117203448 1841524736 348187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15693] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15693/stat : 15693 (java) S 15685 15687 14593 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117203449 1841524736 348187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15694] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15694/stat : 15694 (java) S 15685 15687 14593 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117203449 1841524736 348187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15695] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15695/stat : 15695 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117203452 1841524736 348187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15696] ppid=15685 vsize=1798364 CPUtime=1.83
/proc/15687/task/15696/stat : 15696 (java) S 15685 15687 14593 0 -1 64 6915 0 0 0 181 2 0 0 16 0 13 0 117203452 1841524736 348187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15697] ppid=15685 vsize=1798364 CPUtime=1.79
/proc/15687/task/15697/stat : 15697 (java) S 15685 15687 14593 0 -1 64 5331 0 0 0 178 1 0 0 17 0 13 0 117203452 1841524736 348187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15698] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15698/stat : 15698 (java) S 15685 15687 14593 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117203452 1841524736 348187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15699] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15699/stat : 15699 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117203452 1841524736 348187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15700] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15700/stat : 15700 (java) S 15685 15687 14593 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 117203662 1841524736 348187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1763.8
Current children cumulated vsize (KiB) 1798364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1695.4 s]
/proc/loadavg: 1.15 1.20 1.09 3/90 15700
/proc/meminfo: memFree=431704/2055920 swapFree=4167952/4192956
[pid=15687] ppid=15685 vsize=1798364 CPUtime=1800.09
/proc/15687/stat : 15687 (java) S 15685 15687 14593 0 -1 0 393653 0 1 0 179809 200 0 0 18 0 13 0 117203443 1841524736 352880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15687/statm: 449591 352880 1334 9 0 447202 0
[pid=15687/tid=15689] ppid=15685 vsize=1798364 CPUtime=1589.71
/proc/15687/task/15689/stat : 15689 (java) S 15685 15687 14593 0 -1 64 39375 0 1 0 158939 32 0 0 25 0 13 0 117203444 1841524736 352880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15690] ppid=15685 vsize=1798364 CPUtime=103.19
/proc/15687/task/15690/stat : 15690 (java) R 15685 15687 14593 0 -1 64 170702 0 0 0 10245 74 0 0 16 0 13 0 117203446 1841524736 352880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070774 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15691] ppid=15685 vsize=1798364 CPUtime=103.15
/proc/15687/task/15691/stat : 15691 (java) R 15685 15687 14593 0 -1 64 170579 0 0 0 10239 76 0 0 17 0 13 0 117203446 1841524736 352880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070795 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15692] ppid=15685 vsize=1798364 CPUtime=0.36
/proc/15687/task/15692/stat : 15692 (java) S 15685 15687 14593 0 -1 64 28 0 0 0 25 11 0 0 16 0 13 0 117203448 1841524736 352880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15693] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15693/stat : 15693 (java) S 15685 15687 14593 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117203449 1841524736 352880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15694] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15694/stat : 15694 (java) S 15685 15687 14593 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117203449 1841524736 352880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15695] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15695/stat : 15695 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117203452 1841524736 352880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15696] ppid=15685 vsize=1798364 CPUtime=1.83
/proc/15687/task/15696/stat : 15696 (java) S 15685 15687 14593 0 -1 64 6915 0 0 0 181 2 0 0 16 0 13 0 117203452 1841524736 352880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15697] ppid=15685 vsize=1798364 CPUtime=1.79
/proc/15687/task/15697/stat : 15697 (java) S 15685 15687 14593 0 -1 64 5331 0 0 0 178 1 0 0 17 0 13 0 117203452 1841524736 352880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15698] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15698/stat : 15698 (java) S 15685 15687 14593 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117203452 1841524736 352880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15687/tid=15699] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15699/stat : 15699 (java) S 15685 15687 14593 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117203452 1841524736 352880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15687/tid=15700] ppid=15685 vsize=1798364 CPUtime=0
/proc/15687/task/15700/stat : 15700 (java) S 15685 15687 14593 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 117203662 1841524736 352880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1798364

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

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

[startup+1695.6 s]
/proc/loadavg: 1.15 1.20 1.09 3/90 15700
/proc/meminfo: memFree=431704/2055920 swapFree=4167952/4192956
[pid=15687] ppid=15685 vsize=0 CPUtime=1800.4
/proc/15687/stat : 15687 (java) Z 15685 15687 14593 0 -1 1036 393835 0 1 0 179834 206 0 0 15 0 2 0 117203443 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15687/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 0

[startup+1695.7 s]
/proc/loadavg: 1.15 1.20 1.09 3/90 15700
/proc/meminfo: memFree=431704/2055920 swapFree=4167952/4192956
[pid=15687] ppid=15685 vsize=0 CPUtime=1800.5
/proc/15687/stat : 15687 (java) Z 15685 15687 14593 0 -1 1036 393835 0 1 0 179834 216 0 0 15 0 2 0 117203443 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15687/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.5
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1695.74
CPU time (s): 1800.55
CPU user time (s): 1798.34
CPU system time (s): 2.20666
CPU usage (%): 106.18
Max. virtual memory (cumulated for all children) (KiB): 1799388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.34
system time used= 2.20666
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 393835
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= 49304
involuntary context switches= 46097

runsolver used 1.70674 second user time and 4.52831 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Apr 16 03:07:41 UTC 2007

IDJOB= 354056
IDBENCH= 2328
IDSOLVER= 164
FILE ID= node18/354056-1176692861

PBS_JOBID= 4559408

Free space on /tmp= 66541 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f5e09fc51fdb6e7c65b10c880b18ec53

RANDOM SEED= 608745200

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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:       1843408 kB
Buffers:         12152 kB
Cached:         116112 kB
SwapCached:       3248 kB
Active:          56764 kB
Inactive:       105040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843408 kB
SwapTotal:     4192956 kB
SwapFree:      4167952 kB
Dirty:            5088 kB
Writeback:           0 kB
Mapped:          40724 kB
Slab:            36264 kB
Committed_AS:  4274332 kB
PageTables:       1780 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= 66541 MiB

End job on node18 on Mon Apr 16 03:35:58 UTC 2007