Trace number 354214

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.24 1777.05

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-sctap3.opb
MD5SUM039ab37d4afaf5033e81ba68b8bf90de
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11761405455
Best CPU time to get the best result obtained on this benchmark1453.85
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 11761405455
Optimality of the best value was proved NO
Number of variables74400
Total number of constraints1408
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 constraints1408
Minimum length of a constraint90
Maximum length of a constraint930
Number of terms in the objective function 55800
Biggest coefficient in the objective function 42949672960
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 31374736068060
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 42949672960
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 31374736068060
Number of bits of the biggest sum of numbers45
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.11/0.47	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.47	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.47	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.48	c no version file found!!!
0.11/0.48	c sun.arch.data.model	32
0.11/0.48	c java.version	1.6.0
0.11/0.48	c os.name	Linux
0.11/0.48	c os.version	2.6.9-22.EL.rootsmp
0.11/0.48	c os.arch	i386
0.11/0.48	c Free memory 1651659224
0.11/0.48	c Max memory 1654456320
0.11/0.48	c Total memory 1654456320
0.11/0.48	c Number of processors 2
0.17/0.54	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.17/0.54	--- Begin Solver configuration ---
0.17/0.54	c Stops conflict analysis at the first Unique Implication Point
0.17/0.54	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.54	c Learn all clauses as in MiniSAT
0.17/0.54	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.54	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.54	c No reason simplification
0.17/0.54	c --- End Solver configuration ---
0.17/0.54	c solving /tmp/evaluation/354214-1176699831/instance-354214-1176699831.opb
0.17/0.54	c reading problem ... 
4.47/3.70	c ... done. Wall clock time 3.156s.
4.47/3.70	c CPU time (experimental) 2.77s.
4.47/3.70	c #vars     74400
4.47/3.70	c #constraints  2028
1800.08/1776.91	c starts		: 2
1800.08/1776.91	c conflicts		: 2244
1800.08/1776.91	c decisions		: 1723384
1800.08/1776.91	c propagations		: 2792237
1800.08/1776.91	c inspects		: 17317908
1800.08/1776.91	c learnt literals	: 0
1800.08/1776.91	c learnt binary clauses	: 0
1800.08/1776.91	c learnt ternary clauses	: 0
1800.08/1776.91	c learnt clauses	: 2243
1800.08/1776.91	c root simplifications	: 0
1800.08/1776.91	c removed literals (reason simplification)	: 0
1800.08/1776.91	c reason swapping (by a shorter reason)	: 0
1800.08/1776.91	c Calls to reduceDB	: 0
1800.08/1776.91	c speed (decisions/second)	: 972.1051625163509
1800.08/1776.91	c non guided choices	0
1800.08/1776.91	s UNKNOWN
1800.08/1776.91	c Total wall clock time (ms): 1776.367

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

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


[startup+0 s]
/proc/loadavg: 1.70 1.25 1.08 2/77 1547
/proc/meminfo: memFree=1974904/2055920 swapFree=4150028/4192956
[pid=1547] ppid=1545 vsize=18568 CPUtime=0
/proc/1547/stat : 1547 (runsolver) R 1545 1547 525 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 117898831 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1547/statm: 4642 292 257 24 0 2626 0

[startup+0.0796199 s]
/proc/loadavg: 1.70 1.25 1.08 2/77 1547
/proc/meminfo: memFree=1974904/2055920 swapFree=4150028/4192956
[pid=1547] ppid=1545 vsize=272 CPUtime=0
/proc/1547/stat : 1547 (java) D 1545 1547 525 0 -1 0 48 0 1 0 0 0 0 0 18 0 1 0 117898831 278528 33 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 7021575 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/1547/statm: 68 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.101618 s]
/proc/loadavg: 1.70 1.25 1.08 2/77 1547
/proc/meminfo: memFree=1974904/2055920 swapFree=4150028/4192956
[pid=1547] ppid=1545 vsize=1512 CPUtime=0
/proc/1547/stat : 1547 (java) D 1545 1547 525 0 -1 0 61 0 3 0 0 0 0 0 18 0 1 0 117898831 1548288 47 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 7020279 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/1547/statm: 378 47 35 9 0 8 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+0.301639 s]
/proc/loadavg: 1.70 1.25 1.08 2/77 1547
/proc/meminfo: memFree=1974904/2055920 swapFree=4150028/4192956
[pid=1547] ppid=1545 vsize=1776376 CPUtime=0.06
/proc/1547/stat : 1547 (java) S 1545 1547 525 0 -1 0 3403 0 57 0 2 4 0 0 18 0 4 0 117898831 1819009024 3204 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/1547/statm: 444094 3204 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1776376

[startup+0.701665 s]
/proc/loadavg: 1.70 1.25 1.08 2/77 1547
/proc/meminfo: memFree=1974904/2055920 swapFree=4150028/4192956
[pid=1547] ppid=1545 vsize=1783228 CPUtime=0.45
/proc/1547/stat : 1547 (java) S 1545 1547 525 0 -1 0 5980 0 57 0 38 7 0 0 18 0 12 0 117898831 1826025472 5772 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1547/statm: 445807 5772 1270 9 0 443419 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 1783228

[startup+1.50272 s]
/proc/loadavg: 1.70 1.25 1.08 2/89 1559
/proc/meminfo: memFree=1934680/2055920 swapFree=4150028/4192956
[pid=1547] ppid=1545 vsize=1791048 CPUtime=1.65
/proc/1547/stat : 1547 (java) S 1545 1547 525 0 -1 0 16579 0 57 0 154 11 0 0 18 0 12 0 117898831 1834033152 15606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1547/statm: 447762 15606 1310 9 0 445374 0
[pid=1547/tid=1549] ppid=1545 vsize=1791048 CPUtime=0.89
/proc/1547/task/1549/stat : 1549 (java) R 1545 1547 525 0 -1 64 12499 0 11 0 82 7 0 0 18 0 12 0 117898850 1834033152 15606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1550] ppid=1545 vsize=1791048 CPUtime=0
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 525 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 117898857 1834033152 15606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1551] ppid=1545 vsize=1791048 CPUtime=0
/proc/1547/task/1551/stat : 1551 (java) S 1545 1547 525 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 117898857 1834033152 15606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=1791048 CPUtime=0
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 525 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 117898861 1834033152 15606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=1791048 CPUtime=0
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 525 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 117898862 1834033152 15606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=1791048 CPUtime=0
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 525 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 117898862 1834033152 15606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=1791048 CPUtime=0
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 525 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 117898870 1834033152 15606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1556] ppid=1545 vsize=1791048 CPUtime=0.29
/proc/1547/task/1556/stat : 1556 (java) R 1545 1547 525 0 -1 64 1100 0 0 0 29 0 0 0 16 0 12 0 117898870 1834033152 15606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 102610621 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=1791048 CPUtime=0.43
/proc/1547/task/1557/stat : 1557 (java) R 1545 1547 525 0 -1 64 2306 0 0 0 42 1 0 0 18 0 12 0 117898870 1834033152 15606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103336395 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1558] ppid=1545 vsize=1791048 CPUtime=0
/proc/1547/task/1558/stat : 1558 (java) S 1545 1547 525 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 117898870 1834033152 15606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=1791048 CPUtime=0
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 117898870 1834033152 15606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 1791048

[startup+3.1028 s]
/proc/loadavg: 1.70 1.25 1.08 2/89 1559
/proc/meminfo: memFree=1860824/2055920 swapFree=4150028/4192956
[pid=1547] ppid=1545 vsize=1793564 CPUtime=3.87
/proc/1547/stat : 1547 (java) S 1545 1547 525 0 -1 0 51061 0 57 0 359 28 0 0 18 0 12 0 117898831 1836609536 48070 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1547/statm: 448391 48070 1325 9 0 446003 0
[pid=1547/tid=1549] ppid=1545 vsize=1793564 CPUtime=2.17
/proc/1547/task/1549/stat : 1549 (java) R 1545 1547 525 0 -1 64 37665 0 11 0 198 19 0 0 18 0 12 0 117898850 1836609536 48070 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109476269 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1550] ppid=1545 vsize=1793564 CPUtime=0.14
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 525 0 -1 64 3833 0 0 0 12 2 0 0 17 0 12 0 117898857 1836609536 48070 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1551] ppid=1545 vsize=1793564 CPUtime=0.14
/proc/1547/task/1551/stat : 1551 (java) S 1545 1547 525 0 -1 64 3099 0 0 0 13 1 0 0 18 0 12 0 117898857 1836609536 48070 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=1793564 CPUtime=0
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 525 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 117898861 1836609536 48070 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=1793564 CPUtime=0
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 525 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 117898862 1836609536 48070 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=1793564 CPUtime=0
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117898862 1836609536 48070 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=1793564 CPUtime=0
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 525 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 117898870 1836609536 48070 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1556] ppid=1545 vsize=1793564 CPUtime=0.49
/proc/1547/task/1556/stat : 1556 (java) S 1545 1547 525 0 -1 64 1450 0 0 0 49 0 0 0 17 0 12 0 117898870 1836609536 48070 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1557] ppid=1545 vsize=1793564 CPUtime=0.87
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 525 0 -1 64 4336 0 0 0 85 2 0 0 16 0 12 0 117898870 1836609536 48070 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1558] ppid=1545 vsize=1793564 CPUtime=0
/proc/1547/task/1558/stat : 1558 (java) S 1545 1547 525 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 117898870 1836609536 48070 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=1793564 CPUtime=0
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 117898870 1836609536 48070 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 1793564

[startup+6.30202 s]
/proc/loadavg: 1.65 1.25 1.08 2/90 1560
/proc/meminfo: memFree=1740624/2055920 swapFree=4150028/4192956
[pid=1547] ppid=1545 vsize=1794140 CPUtime=8.17
/proc/1547/stat : 1547 (java) S 1545 1547 525 0 -1 0 61206 0 57 0 784 33 0 0 18 0 13 0 117898831 1837199360 56957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1547/statm: 448535 56957 1334 9 0 446147 0
[pid=1547/tid=1549] ppid=1545 vsize=1794140 CPUtime=4.7
/proc/1547/task/1549/stat : 1549 (java) R 1545 1547 525 0 -1 64 37707 0 11 0 450 20 0 0 17 0 13 0 117898850 1837199360 56957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109928381 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1550] ppid=1545 vsize=1794140 CPUtime=0.51
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 525 0 -1 64 8472 0 0 0 47 4 0 0 16 0 13 0 117898857 1837199360 56957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1551] ppid=1545 vsize=1794140 CPUtime=0.51
/proc/1547/task/1551/stat : 1551 (java) S 1545 1547 525 0 -1 64 8116 0 0 0 48 3 0 0 16 0 13 0 117898857 1837199360 56957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1552] ppid=1545 vsize=1794140 CPUtime=0
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 525 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117898861 1837199360 56957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1553] ppid=1545 vsize=1794140 CPUtime=0
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 525 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 117898862 1837199360 56957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=1794140 CPUtime=0
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117898862 1837199360 56957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=1794140 CPUtime=0
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 525 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 117898870 1837199360 56957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1556] ppid=1545 vsize=1794140 CPUtime=0.98
/proc/1547/task/1556/stat : 1556 (java) R 1545 1547 525 0 -1 64 1832 0 0 0 98 0 0 0 16 0 13 0 117898870 1837199360 56957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4160639590 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=1794140 CPUtime=1.42
/proc/1547/task/1557/stat : 1557 (java) R 1545 1547 525 0 -1 64 4396 0 0 0 140 2 0 0 17 0 13 0 117898870 1837199360 56957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 104789884 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1558] ppid=1545 vsize=1794140 CPUtime=0
/proc/1547/task/1558/stat : 1558 (java) S 1545 1547 525 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 117898870 1837199360 56957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=1794140 CPUtime=0
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117898870 1837199360 56957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1560] ppid=1545 vsize=1794140 CPUtime=0
/proc/1547/task/1560/stat : 1560 (java) S 1545 1547 525 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117899250 1837199360 56957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 1794140

[startup+12.7024 s]
/proc/loadavg: 1.59 1.24 1.08 2/90 1560
/proc/meminfo: memFree=1713808/2055920 swapFree=4150028/4192956
[pid=1547] ppid=1545 vsize=1796784 CPUtime=15.83
/proc/1547/stat : 1547 (java) S 1545 1547 525 0 -1 0 71253 0 57 0 1545 38 0 0 18 0 13 0 117898831 1839906816 62972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1547/statm: 449196 62972 1334 9 0 446808 0
[pid=1547/tid=1549] ppid=1545 vsize=1796784 CPUtime=10.26
/proc/1547/task/1549/stat : 1549 (java) R 1545 1547 525 0 -1 64 37721 0 11 0 1006 20 0 0 17 0 13 0 117898850 1839906816 62972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109943927 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1550] ppid=1545 vsize=1796784 CPUtime=1.25
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 525 0 -1 64 11512 0 0 0 120 5 0 0 16 0 13 0 117898857 1839906816 62972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1551] ppid=1545 vsize=1796784 CPUtime=1.26
/proc/1547/task/1551/stat : 1551 (java) S 1545 1547 525 0 -1 64 13318 0 0 0 121 5 0 0 16 0 13 0 117898857 1839906816 62972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 525 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 117898861 1839906816 62972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 525 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 117898862 1839906816 62972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117898862 1839906816 62972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 525 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 117898870 1839906816 62972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1556] ppid=1545 vsize=1796784 CPUtime=1.26
/proc/1547/task/1556/stat : 1556 (java) S 1545 1547 525 0 -1 64 2681 0 0 0 125 1 0 0 16 0 13 0 117898870 1839906816 62972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1557] ppid=1545 vsize=1796784 CPUtime=1.74
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 525 0 -1 64 5337 0 0 0 171 3 0 0 17 0 13 0 117898870 1839906816 62972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1558] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1558/stat : 1558 (java) S 1545 1547 525 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 117898870 1839906816 62972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117898870 1839906816 62972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1560] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1560/stat : 1560 (java) S 1545 1547 525 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117899250 1839906816 62972 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.83
Current children cumulated vsize (KiB) 1796784

[startup+25.5012 s]
/proc/loadavg: 1.46 1.23 1.08 2/90 1560
/proc/meminfo: memFree=1764112/2055920 swapFree=4150028/4192956
[pid=1547] ppid=1545 vsize=1796784 CPUtime=28.73
/proc/1547/stat : 1547 (java) S 1545 1547 525 0 -1 0 73059 0 57 0 2833 40 0 0 18 0 13 0 117898831 1839906816 50689 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1547/statm: 449196 50689 1334 9 0 446808 0
[pid=1547/tid=1549] ppid=1545 vsize=1796784 CPUtime=22.92
/proc/1547/task/1549/stat : 1549 (java) R 1545 1547 525 0 -1 64 37750 0 11 0 2271 21 0 0 17 0 13 0 117898850 1839906816 50689 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109586444 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1550] ppid=1545 vsize=1796784 CPUtime=1.35
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 525 0 -1 64 12278 0 0 0 130 5 0 0 16 0 13 0 117898857 1839906816 50689 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1551] ppid=1545 vsize=1796784 CPUtime=1.36
/proc/1547/task/1551/stat : 1551 (java) S 1545 1547 525 0 -1 64 14286 0 0 0 131 5 0 0 16 0 13 0 117898857 1839906816 50689 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=1796784 CPUtime=0.01
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 525 0 -1 64 51 0 0 0 0 1 0 0 15 0 13 0 117898861 1839906816 50689 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 525 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 117898862 1839906816 50689 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=1547/tid=1552] ppid=1545 vsize=1796784 CPUtime=0.58
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 525 0 -1 64 218 0 0 0 32 26 0 0 15 0 13 0 117898861 1839906816 140112 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 525 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 117898862 1839906816 140112 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117898862 1839906816 140112 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 525 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 117898870 1839906816 140112 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1556] ppid=1545 vsize=1796784 CPUtime=1.75
/proc/1547/task/1556/stat : 1556 (java) S 1545 1547 525 0 -1 64 3278 0 0 0 174 1 0 0 16 0 13 0 117898870 1839906816 140112 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=1796784 CPUtime=2.41
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 525 0 -1 64 5371 0 0 0 238 3 0 0 16 0 13 0 117898870 1839906816 140112 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1558] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1558/stat : 1558 (java) S 1545 1547 525 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 117898870 1839906816 140112 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117898870 1839906816 140112 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1560] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1560/stat : 1560 (java) S 1545 1547 525 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117899250 1839906816 140112 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1561.41
Current children cumulated vsize (KiB) 1796784

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 1560
/proc/meminfo: memFree=1389712/2055920 swapFree=4150028/4192956
[pid=1547] ppid=1545 vsize=1796784 CPUtime=1622.42
/proc/1547/stat : 1547 (java) S 1545 1547 525 0 -1 0 217321 0 57 0 162072 170 0 0 18 0 13 0 117898831 1839906816 142581 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1547/statm: 449196 142581 1334 9 0 446808 0
[pid=1547/tid=1549] ppid=1545 vsize=1796784 CPUtime=1580.84
/proc/1547/task/1549/stat : 1549 (java) R 1545 1547 525 0 -1 64 87332 0 11 0 158032 52 0 0 25 0 13 0 117898850 1839906816 142581 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109997134 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1550] ppid=1545 vsize=1796784 CPUtime=18.37
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 525 0 -1 64 61482 0 0 0 1798 39 0 0 16 0 13 0 117898857 1839906816 142581 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1551] ppid=1545 vsize=1796784 CPUtime=18.39
/proc/1547/task/1551/stat : 1551 (java) S 1545 1547 525 0 -1 64 58964 0 0 0 1795 44 0 0 16 0 13 0 117898857 1839906816 142581 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1552] ppid=1545 vsize=1796784 CPUtime=0.59
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 525 0 -1 64 218 0 0 0 33 26 0 0 16 0 13 0 117898861 1839906816 142581 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1553] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 525 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 117898862 1839906816 142581 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117898862 1839906816 142581 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 525 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 117898870 1839906816 142581 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1556] ppid=1545 vsize=1796784 CPUtime=1.75
/proc/1547/task/1556/stat : 1556 (java) S 1545 1547 525 0 -1 64 3278 0 0 0 174 1 0 0 16 0 13 0 117898870 1839906816 142581 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=1796784 CPUtime=2.41
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 525 0 -1 64 5371 0 0 0 238 3 0 0 16 0 13 0 117898870 1839906816 142581 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1558] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1558/stat : 1558 (java) S 1545 1547 525 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 117898870 1839906816 142581 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117898870 1839906816 142581 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1560] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1560/stat : 1560 (java) S 1545 1547 525 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117899250 1839906816 142581 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1622.42
Current children cumulated vsize (KiB) 1796784

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 1560
/proc/meminfo: memFree=1379664/2055920 swapFree=4150028/4192956
[pid=1547] ppid=1545 vsize=1796784 CPUtime=1683.45
/proc/1547/stat : 1547 (java) S 1545 1547 525 0 -1 0 219975 0 57 0 168173 172 0 0 18 0 13 0 117898831 1839906816 145056 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1547/statm: 449196 145056 1334 9 0 446808 0
[pid=1547/tid=1549] ppid=1545 vsize=1796784 CPUtime=1639.71
/proc/1547/task/1549/stat : 1549 (java) R 1545 1547 525 0 -1 64 87411 0 11 0 163919 52 0 0 17 0 13 0 117898850 1839906816 145056 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109586866 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1550] ppid=1545 vsize=1796784 CPUtime=19.44
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 525 0 -1 64 62861 0 0 0 1904 40 0 0 16 0 13 0 117898857 1839906816 145056 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1551] ppid=1545 vsize=1796784 CPUtime=19.46
/proc/1547/task/1551/stat : 1551 (java) S 1545 1547 525 0 -1 64 60159 0 0 0 1901 45 0 0 16 0 13 0 117898857 1839906816 145056 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=1796784 CPUtime=0.61
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 525 0 -1 64 219 0 0 0 34 27 0 0 16 0 13 0 117898861 1839906816 145056 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1553] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 525 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 117898862 1839906816 145056 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117898862 1839906816 145056 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 525 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 117898870 1839906816 145056 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1556] ppid=1545 vsize=1796784 CPUtime=1.75
/proc/1547/task/1556/stat : 1556 (java) S 1545 1547 525 0 -1 64 3278 0 0 0 174 1 0 0 16 0 13 0 117898870 1839906816 145056 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=1796784 CPUtime=2.41
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 525 0 -1 64 5371 0 0 0 238 3 0 0 16 0 13 0 117898870 1839906816 145056 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1558] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1558/stat : 1558 (java) S 1545 1547 525 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 117898870 1839906816 145056 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117898870 1839906816 145056 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1560] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1560/stat : 1560 (java) S 1545 1547 525 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117899250 1839906816 145056 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1683.45
Current children cumulated vsize (KiB) 1796784

[startup+1722.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 1560
/proc/meminfo: memFree=1365712/2055920 swapFree=4150028/4192956
[pid=1547] ppid=1545 vsize=1796784 CPUtime=1744.5
/proc/1547/stat : 1547 (java) S 1545 1547 525 0 -1 0 223674 0 57 0 174275 175 0 0 18 0 13 0 117898831 1839906816 148491 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1547/statm: 449196 148491 1334 9 0 446808 0
[pid=1547/tid=1549] ppid=1545 vsize=1796784 CPUtime=1698.49
/proc/1547/task/1549/stat : 1549 (java) R 1545 1547 525 0 -1 64 87489 0 11 0 169797 52 0 0 25 0 13 0 117898850 1839906816 148491 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110092564 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1550] ppid=1545 vsize=1796784 CPUtime=20.56
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 525 0 -1 64 64482 0 0 0 2015 41 0 0 17 0 13 0 117898857 1839906816 148491 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1551] ppid=1545 vsize=1796784 CPUtime=20.59
/proc/1547/task/1551/stat : 1551 (java) S 1545 1547 525 0 -1 64 62159 0 0 0 2013 46 0 0 16 0 13 0 117898857 1839906816 148491 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=1796784 CPUtime=0.63
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 525 0 -1 64 219 0 0 0 35 28 0 0 16 0 13 0 117898861 1839906816 148491 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1553] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 525 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 117898862 1839906816 148491 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117898862 1839906816 148491 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 525 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 117898870 1839906816 148491 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1556] ppid=1545 vsize=1796784 CPUtime=1.75
/proc/1547/task/1556/stat : 1556 (java) S 1545 1547 525 0 -1 64 3278 0 0 0 174 1 0 0 16 0 13 0 117898870 1839906816 148491 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=1796784 CPUtime=2.41
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 525 0 -1 64 5371 0 0 0 238 3 0 0 16 0 13 0 117898870 1839906816 148491 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1558] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1558/stat : 1558 (java) S 1545 1547 525 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 117898870 1839906816 148491 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117898870 1839906816 148491 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1560] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1560/stat : 1560 (java) S 1545 1547 525 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117899250 1839906816 148491 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1744.5
Current children cumulated vsize (KiB) 1796784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.9 s]
/proc/loadavg: 1.19 1.06 1.01 2/90 1560
/proc/meminfo: memFree=1356560/2055920 swapFree=4150028/4192956
[pid=1547] ppid=1545 vsize=1796784 CPUtime=1800.08
/proc/1547/stat : 1547 (java) S 1545 1547 525 0 -1 0 226108 0 57 0 179830 178 0 0 18 0 13 0 117898831 1839906816 150736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1547/statm: 449196 150736 1334 9 0 446808 0
[pid=1547/tid=1549] ppid=1545 vsize=1796784 CPUtime=1752.03
/proc/1547/task/1549/stat : 1549 (java) R 1545 1547 525 0 -1 64 87557 0 11 0 175150 53 0 0 23 0 13 0 117898850 1839906816 150736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103960199 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1550] ppid=1545 vsize=1796784 CPUtime=21.57
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 525 0 -1 64 65274 0 0 0 2115 42 0 0 16 0 13 0 117898857 1839906816 150736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1551] ppid=1545 vsize=1796784 CPUtime=21.59
/proc/1547/task/1551/stat : 1551 (java) S 1545 1547 525 0 -1 64 63733 0 0 0 2113 46 0 0 16 0 13 0 117898857 1839906816 150736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=1796784 CPUtime=0.65
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 525 0 -1 64 219 0 0 0 37 28 0 0 16 0 13 0 117898861 1839906816 150736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 525 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 117898862 1839906816 150736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 525 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117898862 1839906816 150736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 525 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 117898870 1839906816 150736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1556] ppid=1545 vsize=1796784 CPUtime=1.75
/proc/1547/task/1556/stat : 1556 (java) S 1545 1547 525 0 -1 64 3278 0 0 0 174 1 0 0 16 0 13 0 117898870 1839906816 150736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=1796784 CPUtime=2.41
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 525 0 -1 64 5371 0 0 0 238 3 0 0 16 0 13 0 117898870 1839906816 150736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1558] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1558/stat : 1558 (java) S 1545 1547 525 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 117898870 1839906816 150736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 525 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117898870 1839906816 150736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1547/tid=1560] ppid=1545 vsize=1796784 CPUtime=0
/proc/1547/task/1560/stat : 1560 (java) S 1545 1547 525 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117899250 1839906816 150736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1796784

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

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

[startup+1777.01 s]
/proc/loadavg: 1.19 1.06 1.01 2/90 1560
/proc/meminfo: memFree=1356560/2055920 swapFree=4150028/4192956
[pid=1547] ppid=1545 vsize=0 CPUtime=1800.19
/proc/1547/stat : 1547 (java) Z 1545 1547 525 0 -1 1036 226130 0 57 0 179836 183 0 0 16 0 2 0 117898831 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1547/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1777.05
CPU time (s): 1800.24
CPU user time (s): 1798.37
CPU system time (s): 1.87171
CPU usage (%): 101.305
Max. virtual memory (cumulated for all children) (KiB): 1798472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.37
system time used= 1.87172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226130
page faults= 57
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59519
involuntary context switches= 40925

runsolver used 2.04469 second user time and 5.72613 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Mon Apr 16 05:03:52 UTC 2007

IDJOB= 354214
IDBENCH= 2408
IDSOLVER= 160
FILE ID= node30/354214-1176699831

PBS_JOBID= 4560013

Free space on /tmp= 66526 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-sctap3.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354214-1176699831/sat4jPseudoCP.jar /tmp/evaluation/354214-1176699831/instance-354214-1176699831.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-354214-1176699831 -o ROOT/results/node30/solver-354214-1176699831 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354214-1176699831/sat4jPseudoCP.jar /tmp/evaluation/354214-1176699831/instance-354214-1176699831.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  039ab37d4afaf5033e81ba68b8bf90de

RANDOM SEED= 945463194

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.218
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.218
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:       1975440 kB
Buffers:          2340 kB
Cached:          31584 kB
SwapCached:       7216 kB
Active:          23352 kB
Inactive:        20116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1975440 kB
SwapTotal:     4192956 kB
SwapFree:      4150028 kB
Dirty:            8276 kB
Writeback:           0 kB
Mapped:          15568 kB
Slab:            22600 kB
Committed_AS:  2749164 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= 66526 MiB

End job on node30 on Mon Apr 16 05:33:31 UTC 2007