Trace number 351314

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.28 1740.9

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-grow7.opb
MD5SUM8d33b9e58f24eb64e3fc155c85c275f1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1782.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables7994
Total number of constraints420
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 constraints420
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 623
Biggest coefficient in the objective function 28673
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 524874
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 256781
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524874
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/351314-1176594580/instance-351314-1176594580.opb
0.20/0.20	c reading problem ... 
2.56/1.56	c ... done. Wall clock time 1.361s.
2.56/1.56	c CPU time (experimental) 0.91s.
2.56/1.56	c #vars     7994
2.56/1.56	c #constraints  560
1800.07/1740.71	c starts		: 2
1800.07/1740.71	c conflicts		: 33554
1800.07/1740.71	c decisions		: 51042
1800.07/1740.71	c propagations		: 215727
1800.07/1740.71	c inspects		: 85054028
1800.07/1740.71	c learnt literals	: 0
1800.07/1740.71	c learnt binary clauses	: 0
1800.07/1740.71	c learnt ternary clauses	: 0
1800.07/1740.71	c learnt clauses	: 33553
1800.07/1740.71	c root simplifications	: 0
1800.07/1740.71	c removed literals (reason simplification)	: 0
1800.07/1740.71	c reason swapping (by a shorter reason)	: 0
1800.07/1740.71	c Calls to reduceDB	: 0
1800.07/1740.71	c speed (decisions/second)	: 29.34947798041643
1800.07/1740.71	c non guided choices	298
1800.07/1740.71	s UNKNOWN
1800.07/1740.71	c Total wall clock time (ms): 1740.509

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-351314-1176594580 -o ROOT/results/node30/solver-351314-1176594580 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351314-1176594580/sat4jPseudoCP.jar /tmp/evaluation/351314-1176594580/instance-351314-1176594580.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.78 0.95 0.98 2/77 8479
/proc/meminfo: memFree=1735456/2055920 swapFree=4186972/4192956
[pid=8479] ppid=8477 vsize=18568 CPUtime=0
/proc/8479/stat : 8479 (runsolver) R 8477 8479 8416 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 107373737 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/8479/statm: 4642 292 257 24 0 2626 0

[startup+0.042812 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 8479
/proc/meminfo: memFree=1735456/2055920 swapFree=4186972/4192956
[pid=8479] ppid=8477 vsize=1776088 CPUtime=0.02
/proc/8479/stat : 8479 (java) S 8477 8479 8416 0 -1 0 3222 0 1 0 1 1 0 0 18 0 4 0 107373737 1818714112 2969 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/8479/statm: 444022 2969 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.101817 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 8479
/proc/meminfo: memFree=1735456/2055920 swapFree=4186972/4192956
[pid=8479] ppid=8477 vsize=1780108 CPUtime=0.08
/proc/8479/stat : 8479 (java) S 8477 8479 8416 0 -1 0 3968 0 1 0 6 2 0 0 18 0 12 0 107373737 1822830592 3709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8479/statm: 445027 3709 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301828 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 8479
/proc/meminfo: memFree=1735456/2055920 swapFree=4186972/4192956
[pid=8479] ppid=8477 vsize=1781420 CPUtime=0.32
/proc/8479/stat : 8479 (java) S 8477 8479 8416 0 -1 0 5166 0 1 0 29 3 0 0 18 0 12 0 107373737 1824174080 4904 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8479/statm: 445355 4904 1264 9 0 442967 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781420

[startup+0.701853 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 8479
/proc/meminfo: memFree=1735456/2055920 swapFree=4186972/4192956
[pid=8479] ppid=8477 vsize=1783240 CPUtime=0.96
/proc/8479/stat : 8479 (java) S 8477 8479 8416 0 -1 0 7777 0 1 0 92 4 0 0 18 0 12 0 107373737 1826037760 7095 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8479/statm: 445810 7095 1313 9 0 443422 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1783240

[startup+1.50291 s]
/proc/loadavg: 0.78 0.95 0.98 4/89 8491
/proc/meminfo: memFree=1699840/2055920 swapFree=4186972/4192956
[pid=8479] ppid=8477 vsize=1795888 CPUtime=2.56
/proc/8479/stat : 8479 (java) S 8477 8479 8416 0 -1 0 24320 0 1 0 244 12 0 0 18 0 12 0 107373737 1838989312 18457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8479/statm: 448972 18457 1314 9 0 446584 0
[pid=8479/tid=8481] ppid=8477 vsize=1795888 CPUtime=0.85
/proc/8479/task/8481/stat : 8481 (java) R 8477 8479 8416 0 -1 64 14039 0 1 0 78 7 0 0 22 0 12 0 107373739 1838989312 18457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109221890 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8482] ppid=8477 vsize=1795888 CPUtime=0
/proc/8479/task/8482/stat : 8482 (java) S 8477 8479 8416 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 107373740 1838989312 18457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8483] ppid=8477 vsize=1795888 CPUtime=0
/proc/8479/task/8483/stat : 8483 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 107373740 1838989312 18457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8484] ppid=8477 vsize=1795888 CPUtime=0
/proc/8479/task/8484/stat : 8484 (java) S 8477 8479 8416 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 107373742 1838989312 18457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8485] ppid=8477 vsize=1795888 CPUtime=0
/proc/8479/task/8485/stat : 8485 (java) S 8477 8479 8416 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 107373743 1838989312 18457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8486] ppid=8477 vsize=1795888 CPUtime=0
/proc/8479/task/8486/stat : 8486 (java) S 8477 8479 8416 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 107373743 1838989312 18457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8487] ppid=8477 vsize=1795888 CPUtime=0
/proc/8479/task/8487/stat : 8487 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 107373747 1838989312 18457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8488] ppid=8477 vsize=1795888 CPUtime=1
/proc/8479/task/8488/stat : 8488 (java) R 8477 8479 8416 0 -1 64 5710 0 0 0 98 2 0 0 18 0 12 0 107373747 1838989312 18457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103336818 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8489] ppid=8477 vsize=1795888 CPUtime=0.69
/proc/8479/task/8489/stat : 8489 (java) S 8477 8479 8416 0 -1 64 3848 0 0 0 68 1 0 0 16 0 12 0 107373747 1838989312 18457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8490] ppid=8477 vsize=1795888 CPUtime=0
/proc/8479/task/8490/stat : 8490 (java) S 8477 8479 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 107373747 1838989312 18457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8491] ppid=8477 vsize=1795888 CPUtime=0
/proc/8479/task/8491/stat : 8491 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 107373747 1838989312 18457 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 1795888

[startup+3.10301 s]
/proc/loadavg: 0.78 0.95 0.98 2/90 8492
/proc/meminfo: memFree=1624952/2055920 swapFree=4186972/4192956
[pid=8479] ppid=8477 vsize=1795372 CPUtime=5.15
/proc/8479/stat : 8479 (java) S 8477 8479 8416 0 -1 0 52917 0 1 0 491 24 0 0 18 0 13 0 107373737 1838460928 44117 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8479/statm: 448843 44117 1331 9 0 446455 0
[pid=8479/tid=8481] ppid=8477 vsize=1795372 CPUtime=1.98
/proc/8479/task/8481/stat : 8481 (java) R 8477 8479 8416 0 -1 64 37711 0 1 0 181 17 0 0 21 0 13 0 107373739 1838460928 44117 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109568887 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8482] ppid=8477 vsize=1795372 CPUtime=0.03
/proc/8479/task/8482/stat : 8482 (java) S 8477 8479 8416 0 -1 64 1012 0 0 0 3 0 0 0 16 0 13 0 107373740 1838460928 44117 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8483] ppid=8477 vsize=1795372 CPUtime=0.04
/proc/8479/task/8483/stat : 8483 (java) S 8477 8479 8416 0 -1 64 1129 0 0 0 4 0 0 0 16 0 13 0 107373740 1838460928 44117 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8484] ppid=8477 vsize=1795372 CPUtime=0
/proc/8479/task/8484/stat : 8484 (java) S 8477 8479 8416 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 107373742 1838460928 44117 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8485] ppid=8477 vsize=1795372 CPUtime=0
/proc/8479/task/8485/stat : 8485 (java) S 8477 8479 8416 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107373743 1838460928 44117 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8486] ppid=8477 vsize=1795372 CPUtime=0
/proc/8479/task/8486/stat : 8486 (java) S 8477 8479 8416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107373743 1838460928 44117 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8487] ppid=8477 vsize=1795372 CPUtime=0
/proc/8479/task/8487/stat : 8487 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107373747 1838460928 44117 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8488] ppid=8477 vsize=1795372 CPUtime=1.6
/proc/8479/task/8488/stat : 8488 (java) S 8477 8479 8416 0 -1 64 6301 0 0 0 157 3 0 0 16 0 13 0 107373747 1838460928 44117 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8489] ppid=8477 vsize=1795372 CPUtime=1.45
/proc/8479/task/8489/stat : 8489 (java) R 8477 8479 8416 0 -1 64 6034 0 0 0 143 2 0 0 18 0 13 0 107373747 1838460928 44117 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103313299 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8490] ppid=8477 vsize=1795372 CPUtime=0
/proc/8479/task/8490/stat : 8490 (java) S 8477 8479 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107373747 1838460928 44117 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8491] ppid=8477 vsize=1795372 CPUtime=0
/proc/8479/task/8491/stat : 8491 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107373747 1838460928 44117 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8492] ppid=8477 vsize=1795372 CPUtime=0
/proc/8479/task/8492/stat : 8492 (java) S 8477 8479 8416 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 107373898 1838460928 44117 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 1795372

[startup+6.30121 s]
/proc/loadavg: 0.80 0.95 0.98 2/90 8492
/proc/meminfo: memFree=1553400/2055920 swapFree=4186972/4192956
[pid=8479] ppid=8477 vsize=1793848 CPUtime=9.03
/proc/8479/stat : 8479 (java) S 8477 8479 8416 0 -1 0 60979 0 1 0 874 29 0 0 18 0 13 0 107373737 1836900352 48736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8479/statm: 448462 48736 1332 9 0 446074 0
[pid=8479/tid=8481] ppid=8477 vsize=1793848 CPUtime=4.82
/proc/8479/task/8481/stat : 8481 (java) R 8477 8479 8416 0 -1 64 37720 0 1 0 465 17 0 0 22 0 13 0 107373739 1836900352 48736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109802387 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8482] ppid=8477 vsize=1793848 CPUtime=0.25
/proc/8479/task/8482/stat : 8482 (java) S 8477 8479 8416 0 -1 64 4477 0 0 0 23 2 0 0 16 0 13 0 107373740 1836900352 48736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8483] ppid=8477 vsize=1793848 CPUtime=0.24
/proc/8479/task/8483/stat : 8483 (java) S 8477 8479 8416 0 -1 64 5147 0 0 0 23 1 0 0 16 0 13 0 107373740 1836900352 48736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8484] ppid=8477 vsize=1793848 CPUtime=0
/proc/8479/task/8484/stat : 8484 (java) S 8477 8479 8416 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 107373742 1836900352 48736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8485] ppid=8477 vsize=1793848 CPUtime=0
/proc/8479/task/8485/stat : 8485 (java) S 8477 8479 8416 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107373743 1836900352 48736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8486] ppid=8477 vsize=1793848 CPUtime=0
/proc/8479/task/8486/stat : 8486 (java) S 8477 8479 8416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107373743 1836900352 48736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8487] ppid=8477 vsize=1793848 CPUtime=0
/proc/8479/task/8487/stat : 8487 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107373747 1836900352 48736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8488] ppid=8477 vsize=1793848 CPUtime=2.01
/proc/8479/task/8488/stat : 8488 (java) S 8477 8479 8416 0 -1 64 6742 0 0 0 198 3 0 0 16 0 13 0 107373747 1836900352 48736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8489] ppid=8477 vsize=1793848 CPUtime=1.65
/proc/8479/task/8489/stat : 8489 (java) S 8477 8479 8416 0 -1 64 6139 0 0 0 163 2 0 0 16 0 13 0 107373747 1836900352 48736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8490] ppid=8477 vsize=1793848 CPUtime=0
/proc/8479/task/8490/stat : 8490 (java) S 8477 8479 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107373747 1836900352 48736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8491] ppid=8477 vsize=1793848 CPUtime=0
/proc/8479/task/8491/stat : 8491 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107373747 1836900352 48736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8492] ppid=8477 vsize=1793848 CPUtime=0
/proc/8479/task/8492/stat : 8492 (java) S 8477 8479 8416 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 107373898 1836900352 48736 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.03
Current children cumulated vsize (KiB) 1793848

[startup+12.7026 s]
/proc/loadavg: 0.81 0.95 0.98 2/90 8492
/proc/meminfo: memFree=1532344/2055920 swapFree=4186972/4192956
[pid=8479] ppid=8477 vsize=1793688 CPUtime=15.63
/proc/8479/stat : 8479 (java) S 8477 8479 8416 0 -1 0 64309 0 1 0 1533 30 0 0 18 0 13 0 107373737 1836736512 51831 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8479/statm: 448422 51831 1332 9 0 446034 0
[pid=8479/tid=8481] ppid=8477 vsize=1793688 CPUtime=11.14
/proc/8479/task/8481/stat : 8481 (java) R 8477 8479 8416 0 -1 64 38689 0 1 0 1097 17 0 0 20 0 13 0 107373739 1836736512 51831 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109570129 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8482] ppid=8477 vsize=1793688 CPUtime=0.3
/proc/8479/task/8482/stat : 8482 (java) S 8477 8479 8416 0 -1 64 5525 0 0 0 28 2 0 0 16 0 13 0 107373740 1836736512 51831 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8483] ppid=8477 vsize=1793688 CPUtime=0.31
/proc/8479/task/8483/stat : 8483 (java) S 8477 8479 8416 0 -1 64 6437 0 0 0 29 2 0 0 16 0 13 0 107373740 1836736512 51831 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8484] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8484/stat : 8484 (java) S 8477 8479 8416 0 -1 64 31 0 0 0 0 0 0 0 15 0 13 0 107373742 1836736512 51831 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8485] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8485/stat : 8485 (java) S 8477 8479 8416 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107373743 1836736512 51831 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8486] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8486/stat : 8486 (java) S 8477 8479 8416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107373743 1836736512 51831 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8487] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8487/stat : 8487 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107373747 1836736512 51831 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8488] ppid=8477 vsize=1793688 CPUtime=2.15
/proc/8479/task/8488/stat : 8488 (java) S 8477 8479 8416 0 -1 64 6765 0 0 0 212 3 0 0 16 0 13 0 107373747 1836736512 51831 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8489] ppid=8477 vsize=1793688 CPUtime=1.66
/proc/8479/task/8489/stat : 8489 (java) S 8477 8479 8416 0 -1 64 6139 0 0 0 164 2 0 0 16 0 13 0 107373747 1836736512 51831 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8490] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8490/stat : 8490 (java) S 8477 8479 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107373747 1836736512 51831 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8491] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8491/stat : 8491 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107373747 1836736512 51831 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8492] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8492/stat : 8492 (java) S 8477 8479 8416 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 107373898 1836736512 51831 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.63
Current children cumulated vsize (KiB) 1793688

[startup+25.5024 s]
/proc/loadavg: 0.85 0.95 0.98 2/90 8492
/proc/meminfo: memFree=1597560/2055920 swapFree=4186972/4192956
[pid=8479] ppid=8477 vsize=1793688 CPUtime=28.54
/proc/8479/stat : 8479 (java) S 8477 8479 8416 0 -1 0 66343 0 1 0 2822 32 0 0 18 0 13 0 107373737 1836736512 35169 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8479/statm: 448422 35169 1332 9 0 446034 0
[pid=8479/tid=8481] ppid=8477 vsize=1793688 CPUtime=23.8
/proc/8479/task/8481/stat : 8481 (java) R 8477 8479 8416 0 -1 64 38721 0 1 0 2362 18 0 0 17 0 13 0 107373739 1836736512 35169 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109825411 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8482] ppid=8477 vsize=1793688 CPUtime=0.41
/proc/8479/task/8482/stat : 8482 (java) S 8477 8479 8416 0 -1 64 6577 0 0 0 38 3 0 0 16 0 13 0 107373740 1836736512 35169 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8483] ppid=8477 vsize=1793688 CPUtime=0.39
/proc/8479/task/8483/stat : 8483 (java) S 8477 8479 8416 0 -1 64 7386 0 0 0 37 2 0 0 16 0 13 0 107373740 1836736512 35169 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8484] ppid=8477 vsize=1793688 CPUtime=0.01
/proc/8479/task/8484/stat : 8484 (java) S 8477 8479 8416 0 -1 64 31 0 0 0 0 1 0 0 16 0 13 0 107373742 1836736512 35169 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=8479/tid=8484] ppid=8477 vsize=1793688 CPUtime=0.42
/proc/8479/task/8484/stat : 8484 (java) S 8477 8479 8416 0 -1 64 121 0 0 0 25 17 0 0 16 0 13 0 107373742 1836736512 242333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8485] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8485/stat : 8485 (java) S 8477 8479 8416 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107373743 1836736512 242333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8486] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8486/stat : 8486 (java) S 8477 8479 8416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107373743 1836736512 242333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8487] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8487/stat : 8487 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107373747 1836736512 242333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8488] ppid=8477 vsize=1793688 CPUtime=2.26
/proc/8479/task/8488/stat : 8488 (java) S 8477 8479 8416 0 -1 64 6766 0 0 0 223 3 0 0 16 0 13 0 107373747 1836736512 242333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8489] ppid=8477 vsize=1793688 CPUtime=1.91
/proc/8479/task/8489/stat : 8489 (java) S 8477 8479 8416 0 -1 64 6154 0 0 0 189 2 0 0 18 0 13 0 107373747 1836736512 242333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8490] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8490/stat : 8490 (java) S 8477 8479 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107373747 1836736512 242333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8491] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8491/stat : 8491 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107373747 1836736512 242333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8492] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8492/stat : 8492 (java) S 8477 8479 8416 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 107373898 1836736512 242333 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.05
Current children cumulated vsize (KiB) 1793688

[startup+1602.3 s]
/proc/loadavg: 1.09 1.06 1.01 2/90 8690
/proc/meminfo: memFree=745912/2055920 swapFree=4186972/4192956
[pid=8479] ppid=8477 vsize=1793688 CPUtime=1654.95
/proc/8479/stat : 8479 (java) S 8477 8479 8416 0 -1 0 318024 0 1 0 165314 181 0 0 18 0 13 0 107373737 1836736512 247882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8479/statm: 448422 247882 1333 9 0 446034 0
[pid=8479/tid=8481] ppid=8477 vsize=1793688 CPUtime=1548.68
/proc/8479/task/8481/stat : 8481 (java) R 8477 8479 8416 0 -1 64 64676 0 1 0 154817 51 0 0 25 0 13 0 107373739 1836736512 247882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109630514 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8482] ppid=8477 vsize=1793688 CPUtime=50.81
/proc/8479/task/8482/stat : 8482 (java) S 8477 8479 8416 0 -1 64 116627 0 0 0 5030 51 0 0 16 0 13 0 107373740 1836736512 247882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8483] ppid=8477 vsize=1793688 CPUtime=50.81
/proc/8479/task/8483/stat : 8483 (java) S 8477 8479 8416 0 -1 64 122957 0 0 0 5027 54 0 0 17 0 13 0 107373740 1836736512 247882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8484] ppid=8477 vsize=1793688 CPUtime=0.44
/proc/8479/task/8484/stat : 8484 (java) S 8477 8479 8416 0 -1 64 121 0 0 0 27 17 0 0 16 0 13 0 107373742 1836736512 247882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8485] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8485/stat : 8485 (java) S 8477 8479 8416 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107373743 1836736512 247882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8486] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8486/stat : 8486 (java) S 8477 8479 8416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107373743 1836736512 247882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8487] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8487/stat : 8487 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107373747 1836736512 247882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8488] ppid=8477 vsize=1793688 CPUtime=2.26
/proc/8479/task/8488/stat : 8488 (java) S 8477 8479 8416 0 -1 64 6766 0 0 0 223 3 0 0 16 0 13 0 107373747 1836736512 247882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8489] ppid=8477 vsize=1793688 CPUtime=1.91
/proc/8479/task/8489/stat : 8489 (java) S 8477 8479 8416 0 -1 64 6154 0 0 0 189 2 0 0 18 0 13 0 107373747 1836736512 247882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8490] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8490/stat : 8490 (java) S 8477 8479 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107373747 1836736512 247882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8491] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8491/stat : 8491 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107373747 1836736512 247882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8492] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8492/stat : 8492 (java) S 8477 8479 8416 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 107373898 1836736512 247882 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.95
Current children cumulated vsize (KiB) 1793688

[startup+1662.3 s]
/proc/loadavg: 1.15 1.07 1.01 2/90 8690
/proc/meminfo: memFree=725112/2055920 swapFree=4186972/4192956
[pid=8479] ppid=8477 vsize=1793688 CPUtime=1717.87
/proc/8479/stat : 8479 (java) S 8477 8479 8416 0 -1 0 323984 0 1 0 171603 184 0 0 18 0 13 0 107373737 1836736512 252993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8479/statm: 448422 252993 1333 9 0 446034 0
[pid=8479/tid=8481] ppid=8477 vsize=1793688 CPUtime=1605.66
/proc/8479/task/8481/stat : 8481 (java) R 8477 8479 8416 0 -1 64 64734 0 1 0 160515 51 0 0 25 0 13 0 107373739 1836736512 252993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109695791 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8482] ppid=8477 vsize=1793688 CPUtime=53.77
/proc/8479/task/8482/stat : 8482 (java) S 8477 8479 8416 0 -1 64 120197 0 0 0 5325 52 0 0 17 0 13 0 107373740 1836736512 252993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8483] ppid=8477 vsize=1793688 CPUtime=53.76
/proc/8479/task/8483/stat : 8483 (java) S 8477 8479 8416 0 -1 64 125289 0 0 0 5321 55 0 0 16 0 13 0 107373740 1836736512 252993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8484] ppid=8477 vsize=1793688 CPUtime=0.46
/proc/8479/task/8484/stat : 8484 (java) S 8477 8479 8416 0 -1 64 121 0 0 0 28 18 0 0 16 0 13 0 107373742 1836736512 252993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8485] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8485/stat : 8485 (java) S 8477 8479 8416 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107373743 1836736512 252993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8486] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8486/stat : 8486 (java) S 8477 8479 8416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107373743 1836736512 252993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8487] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8487/stat : 8487 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107373747 1836736512 252993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8488] ppid=8477 vsize=1793688 CPUtime=2.26
/proc/8479/task/8488/stat : 8488 (java) S 8477 8479 8416 0 -1 64 6766 0 0 0 223 3 0 0 16 0 13 0 107373747 1836736512 252993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8489] ppid=8477 vsize=1793688 CPUtime=1.91
/proc/8479/task/8489/stat : 8489 (java) S 8477 8479 8416 0 -1 64 6154 0 0 0 189 2 0 0 18 0 13 0 107373747 1836736512 252993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8490] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8490/stat : 8490 (java) S 8477 8479 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107373747 1836736512 252993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8491] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8491/stat : 8491 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107373747 1836736512 252993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8492] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8492/stat : 8492 (java) S 8477 8479 8416 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 107373898 1836736512 252993 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.87
Current children cumulated vsize (KiB) 1793688

[startup+1722.3 s]
/proc/loadavg: 1.20 1.09 1.02 2/90 8690
/proc/meminfo: memFree=704760/2055920 swapFree=4186972/4192956
[pid=8479] ppid=8477 vsize=1793688 CPUtime=1780.79
/proc/8479/stat : 8479 (java) S 8477 8479 8416 0 -1 0 329675 0 1 0 177891 188 0 0 18 0 13 0 107373737 1836736512 258162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8479/statm: 448422 258162 1333 9 0 446034 0
[pid=8479/tid=8481] ppid=8477 vsize=1793688 CPUtime=1662.62
/proc/8479/task/8481/stat : 8481 (java) R 8477 8479 8416 0 -1 64 64791 0 1 0 166210 52 0 0 25 0 13 0 107373739 1836736512 258162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109570073 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8482] ppid=8477 vsize=1793688 CPUtime=56.74
/proc/8479/task/8482/stat : 8482 (java) S 8477 8479 8416 0 -1 64 122882 0 0 0 5621 53 0 0 16 0 13 0 107373740 1836736512 258162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8483] ppid=8477 vsize=1793688 CPUtime=56.72
/proc/8479/task/8483/stat : 8483 (java) S 8477 8479 8416 0 -1 64 128237 0 0 0 5616 56 0 0 16 0 13 0 107373740 1836736512 258162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8484] ppid=8477 vsize=1793688 CPUtime=0.48
/proc/8479/task/8484/stat : 8484 (java) S 8477 8479 8416 0 -1 64 122 0 0 0 29 19 0 0 16 0 13 0 107373742 1836736512 258162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8485] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8485/stat : 8485 (java) S 8477 8479 8416 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107373743 1836736512 258162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8486] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8486/stat : 8486 (java) S 8477 8479 8416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107373743 1836736512 258162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8487] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8487/stat : 8487 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107373747 1836736512 258162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8488] ppid=8477 vsize=1793688 CPUtime=2.26
/proc/8479/task/8488/stat : 8488 (java) S 8477 8479 8416 0 -1 64 6766 0 0 0 223 3 0 0 16 0 13 0 107373747 1836736512 258162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8489] ppid=8477 vsize=1793688 CPUtime=1.91
/proc/8479/task/8489/stat : 8489 (java) S 8477 8479 8416 0 -1 64 6154 0 0 0 189 2 0 0 18 0 13 0 107373747 1836736512 258162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8490] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8490/stat : 8490 (java) S 8477 8479 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107373747 1836736512 258162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8491] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8491/stat : 8491 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107373747 1836736512 258162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8492] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8492/stat : 8492 (java) S 8477 8479 8416 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 107373898 1836736512 258162 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.79
Current children cumulated vsize (KiB) 1793688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1740.7 s]
/proc/loadavg: 1.14 1.08 1.02 2/90 8690
/proc/meminfo: memFree=697912/2055920 swapFree=4186972/4192956
[pid=8479] ppid=8477 vsize=1793688 CPUtime=1800.07
/proc/8479/stat : 8479 (java) S 8477 8479 8416 0 -1 0 331508 0 1 0 179819 188 0 0 18 0 13 0 107373737 1836736512 259771 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8479/statm: 448422 259771 1333 9 0 446034 0
[pid=8479/tid=8481] ppid=8477 vsize=1793688 CPUtime=1680.11
/proc/8479/task/8481/stat : 8481 (java) R 8477 8479 8416 0 -1 64 64808 0 1 0 167959 52 0 0 25 0 13 0 107373739 1836736512 259771 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110119728 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8482] ppid=8477 vsize=1793688 CPUtime=57.64
/proc/8479/task/8482/stat : 8482 (java) S 8477 8479 8416 0 -1 64 123450 0 0 0 5711 53 0 0 16 0 13 0 107373740 1836736512 259771 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8483] ppid=8477 vsize=1793688 CPUtime=57.63
/proc/8479/task/8483/stat : 8483 (java) S 8477 8479 8416 0 -1 64 129485 0 0 0 5706 57 0 0 16 0 13 0 107373740 1836736512 259771 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8484] ppid=8477 vsize=1793688 CPUtime=0.49
/proc/8479/task/8484/stat : 8484 (java) S 8477 8479 8416 0 -1 64 122 0 0 0 30 19 0 0 16 0 13 0 107373742 1836736512 259771 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8485] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8485/stat : 8485 (java) S 8477 8479 8416 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 107373743 1836736512 259771 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8486] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8486/stat : 8486 (java) S 8477 8479 8416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107373743 1836736512 259771 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8487] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8487/stat : 8487 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 107373747 1836736512 259771 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8488] ppid=8477 vsize=1793688 CPUtime=2.26
/proc/8479/task/8488/stat : 8488 (java) S 8477 8479 8416 0 -1 64 6766 0 0 0 223 3 0 0 16 0 13 0 107373747 1836736512 259771 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8489] ppid=8477 vsize=1793688 CPUtime=1.91
/proc/8479/task/8489/stat : 8489 (java) S 8477 8479 8416 0 -1 64 6154 0 0 0 189 2 0 0 18 0 13 0 107373747 1836736512 259771 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8490] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8490/stat : 8490 (java) S 8477 8479 8416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 107373747 1836736512 259771 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8479/tid=8491] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8491/stat : 8491 (java) S 8477 8479 8416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107373747 1836736512 259771 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8479/tid=8492] ppid=8477 vsize=1793688 CPUtime=0
/proc/8479/task/8492/stat : 8492 (java) S 8477 8479 8416 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 107373898 1836736512 259771 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1793688

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

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

[startup+1740.81 s]
/proc/loadavg: 1.14 1.08 1.02 2/90 8690
/proc/meminfo: memFree=697912/2055920 swapFree=4186972/4192956
[pid=8479] ppid=8477 vsize=0 CPUtime=1800.19
/proc/8479/stat : 8479 (java) Z 8477 8479 8416 0 -1 1036 331528 0 1 0 179822 197 0 0 16 0 2 0 107373737 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8479/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): 1740.9
CPU time (s): 1800.28
CPU user time (s): 1798.22
CPU system time (s): 2.05469
CPU usage (%): 103.411
Max. virtual memory (cumulated for all children) (KiB): 1796064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.22
system time used= 2.05469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331528
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= 53157
involuntary context switches= 56598

runsolver used 2.13068 second user time and 5.68614 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Sat Apr 14 23:49:41 UTC 2007

IDJOB= 351314
IDBENCH= 1719
IDSOLVER= 160
FILE ID= node30/351314-1176594580

PBS_JOBID= 4556996

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  8d33b9e58f24eb64e3fc155c85c275f1

RANDOM SEED= 689396062

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:       1735864 kB
Buffers:         25932 kB
Cached:         144992 kB
SwapCached:       2204 kB
Active:          74668 kB
Inactive:       135828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1735864 kB
SwapTotal:     4192956 kB
SwapFree:      4186972 kB
Dirty:            4292 kB
Writeback:           0 kB
Mapped:          56212 kB
Slab:            95100 kB
Committed_AS:   210596 kB
PageTables:       1776 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= 66561 MiB

End job on node30 on Sun Apr 15 00:18:43 UTC 2007