Trace number 352340

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.29 1795.26

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
MD5SUMca3282cf347faf21ba3550ec87dd7af4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark466
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 466
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494728
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494728
Number of bits of the biggest sum of numbers19
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.10/0.38	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.38	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.38	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.39	c no version file found!!!
0.10/0.39	c sun.arch.data.model	32
0.10/0.39	c java.version	1.6.0
0.10/0.39	c os.name	Linux
0.10/0.39	c os.version	2.6.9-22.EL.rootsmp
0.10/0.39	c os.arch	i386
0.10/0.39	c Free memory 1651659224
0.10/0.39	c Max memory 1654456320
0.10/0.39	c Total memory 1654456320
0.10/0.39	c Number of processors 2
0.17/0.45	--- Begin Solver configuration ---
0.17/0.45	c Stops conflict analysis at the first Unique Implication Point
0.17/0.45	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.45	c Learn all clauses as in MiniSAT
0.17/0.45	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.45	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.45	c No reason simplification
0.17/0.45	c --- End Solver configuration ---
0.17/0.45	c solving /tmp/evaluation/352340-1176629580/instance-352340-1176629580.opb
0.17/0.45	c reading problem ... 
13.20/11.19	c ... done. Wall clock time 10.746s.
13.20/11.19	c CPU time (experimental) 8.76s.
13.20/11.19	c #vars     10000
13.20/11.19	c #constraints  656900
1800.03/1795.01	c starts		: 17
1800.03/1795.01	c conflicts		: 182911
1800.03/1795.01	c decisions		: 243155
1800.03/1795.01	c propagations		: 39477034
1800.03/1795.01	c inspects		: 1629009337
1800.03/1795.01	c learnt literals	: 0
1800.03/1795.01	c learnt binary clauses	: 0
1800.03/1795.01	c learnt ternary clauses	: 0
1800.03/1795.01	c learnt clauses	: 182911
1800.03/1795.01	c root simplifications	: 0
1800.03/1795.01	c removed literals (reason simplification)	: 0
1800.03/1795.01	c reason swapping (by a shorter reason)	: 0
1800.03/1795.01	c Calls to reduceDB	: 0
1800.03/1795.01	c speed (decisions/second)	: 136.33172867207833
1800.03/1795.01	c non guided choices	0
1800.03/1795.01	s UNKNOWN
1800.03/1795.01	c Total wall clock time (ms): 1794.565

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/node37/watcher-352340-1176629580 -o ROOT/results/node37/solver-352340-1176629580 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352340-1176629580/sat4jPseudoResolution.jar /tmp/evaluation/352340-1176629580/instance-352340-1176629580.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.00 1.01 1.00 2/78 31001
/proc/meminfo: memFree=1840768/2055920 swapFree=4030236/4192956
[pid=31001] ppid=30999 vsize=152 CPUtime=0
/proc/31001/stat : 31001 (java) D 30999 31001 30220 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 110870534 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 3167012 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/31001/statm: 38 26 19 9 0 4 0

[startup+0.082596 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 31001
/proc/meminfo: memFree=1840768/2055920 swapFree=4030236/4192956
[pid=31001] ppid=30999 vsize=12056 CPUtime=0.01
/proc/31001/stat : 31001 (java) R 30999 31001 30220 0 -1 0 449 0 25 0 0 1 0 0 18 0 1 0 110870534 12345344 281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 3138346 0 0 4096 0 0 0 0 17 0 0 0
/proc/31001/statm: 3014 281 136 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.101594 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 31001
/proc/meminfo: memFree=1840768/2055920 swapFree=4030236/4192956
[pid=31001] ppid=30999 vsize=12496 CPUtime=0.01
/proc/31001/stat : 31001 (java) S 30999 31001 30220 0 -1 0 753 0 26 0 0 1 0 0 18 0 2 0 110870534 12795904 561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/31001/statm: 3124 561 250 9 0 1241 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12496

[startup+0.301633 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 31001
/proc/meminfo: memFree=1840768/2055920 swapFree=4030236/4192956
[pid=31001] ppid=30999 vsize=1777844 CPUtime=0.1
/proc/31001/stat : 31001 (java) S 30999 31001 30220 0 -1 0 3838 0 35 0 5 5 0 0 18 0 7 0 110870534 1820512256 3614 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/31001/statm: 444461 3614 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1777844

[startup+0.701711 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 31001
/proc/meminfo: memFree=1840768/2055920 swapFree=4030236/4192956
[pid=31001] ppid=30999 vsize=1783680 CPUtime=0.6
/proc/31001/stat : 31001 (java) S 30999 31001 30220 0 -1 0 6022 0 35 0 54 6 0 0 18 0 12 0 110870534 1826488320 5657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31001/statm: 445920 5657 1284 9 0 443532 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1783680

[startup+1.50286 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 31013
/proc/meminfo: memFree=1807136/2055920 swapFree=4030236/4192956
[pid=31001] ppid=30999 vsize=1787184 CPUtime=1.81
/proc/31001/stat : 31001 (java) S 30999 31001 30220 0 -1 0 14060 0 35 0 170 11 0 0 18 0 12 0 110870534 1830076416 11583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31001/statm: 446796 11584 1301 9 0 444408 0
[pid=31001/tid=31003] ppid=30999 vsize=1787184 CPUtime=0.89
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 30220 0 -1 64 9242 0 9 0 82 7 0 0 18 0 12 0 110870542 1830076416 11585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109543354 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=1787184 CPUtime=0
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 30220 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 110870551 1830076416 11585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31005] ppid=30999 vsize=1787184 CPUtime=0
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 30220 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 110870551 1830076416 11586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31006] ppid=30999 vsize=1787184 CPUtime=0
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 30220 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 110870555 1830076416 11586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31007] ppid=30999 vsize=1787184 CPUtime=0
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 30220 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 110870556 1830076416 11587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31008] ppid=30999 vsize=1787184 CPUtime=0
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 30220 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 110870556 1830076416 11587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31009] ppid=30999 vsize=1787184 CPUtime=0
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 110870564 1830076416 11588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31010] ppid=30999 vsize=1787184 CPUtime=0.37
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 30220 0 -1 64 1030 0 0 0 37 0 0 0 16 0 12 0 110870564 1830076416 11588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31011] ppid=30999 vsize=1787184 CPUtime=0.5
/proc/31001/task/31011/stat : 31011 (java) R 30999 31001 30220 0 -1 64 3097 0 0 0 50 0 0 0 17 0 12 0 110870564 1830076416 11589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103314239 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31012] ppid=30999 vsize=1787184 CPUtime=0
/proc/31001/task/31012/stat : 31012 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 110870564 1830076416 11589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31013] ppid=30999 vsize=1787184 CPUtime=0
/proc/31001/task/31013/stat : 31013 (java) S 30999 31001 30220 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 110870564 1830076416 11590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 1787184

[startup+3.10216 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 31013
/proc/meminfo: memFree=1728032/2055920 swapFree=4030236/4192956
[pid=31001] ppid=30999 vsize=1786040 CPUtime=3.49
/proc/31001/stat : 31001 (java) S 30999 31001 30220 0 -1 0 44618 0 35 0 324 25 0 0 18 0 12 0 110870534 1828904960 41695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31001/statm: 446510 41695 1310 9 0 444122 0
[pid=31001/tid=31003] ppid=30999 vsize=1786040 CPUtime=2.42
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 30220 0 -1 64 37665 0 9 0 222 20 0 0 24 0 12 0 110870542 1828904960 41695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109642928 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=1786040 CPUtime=0.05
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 30220 0 -1 64 1065 0 0 0 5 0 0 0 16 0 12 0 110870551 1828904960 41695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31005] ppid=30999 vsize=1786040 CPUtime=0.05
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 30220 0 -1 64 1050 0 0 0 5 0 0 0 17 0 12 0 110870551 1828904960 41695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31006] ppid=30999 vsize=1786040 CPUtime=0
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 30220 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 110870555 1828904960 41695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31007] ppid=30999 vsize=1786040 CPUtime=0
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 30220 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 110870556 1828904960 41695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31008] ppid=30999 vsize=1786040 CPUtime=0
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 30220 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 110870556 1828904960 41695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31009] ppid=30999 vsize=1786040 CPUtime=0
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 110870564 1828904960 41695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31010] ppid=30999 vsize=1786040 CPUtime=0.38
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 30220 0 -1 64 1030 0 0 0 38 0 0 0 16 0 12 0 110870564 1828904960 41695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31011] ppid=30999 vsize=1786040 CPUtime=0.53
/proc/31001/task/31011/stat : 31011 (java) S 30999 31001 30220 0 -1 64 3110 0 0 0 52 1 0 0 16 0 12 0 110870564 1828904960 41695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31012] ppid=30999 vsize=1786040 CPUtime=0
/proc/31001/task/31012/stat : 31012 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 110870564 1828904960 41695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31013] ppid=30999 vsize=1786040 CPUtime=0
/proc/31001/task/31013/stat : 31013 (java) S 30999 31001 30220 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 110870564 1828904960 41695 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 1786040

[startup+6.30276 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 31013
/proc/meminfo: memFree=1643680/2055920 swapFree=4030236/4192956
[pid=31001] ppid=30999 vsize=1788284 CPUtime=7.02
/proc/31001/stat : 31001 (java) S 30999 31001 30220 0 -1 0 54530 0 35 0 672 30 0 0 18 0 12 0 110870534 1831202816 51036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31001/statm: 447071 51036 1310 9 0 444683 0
[pid=31001/tid=31003] ppid=30999 vsize=1788284 CPUtime=5.28
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 30220 0 -1 64 37669 0 9 0 507 21 0 0 21 0 12 0 110870542 1831202816 51036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109684157 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=1788284 CPUtime=0.38
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 30220 0 -1 64 5838 0 0 0 36 2 0 0 18 0 12 0 110870551 1831202816 51036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31005] ppid=30999 vsize=1788284 CPUtime=0.39
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 30220 0 -1 64 6178 0 0 0 37 2 0 0 17 0 12 0 110870551 1831202816 51036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31006] ppid=30999 vsize=1788284 CPUtime=0
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 30220 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 110870555 1831202816 51036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31007] ppid=30999 vsize=1788284 CPUtime=0
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 30220 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 110870556 1831202816 51036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31008] ppid=30999 vsize=1788284 CPUtime=0
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 30220 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 110870556 1831202816 51036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31009] ppid=30999 vsize=1788284 CPUtime=0
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 110870564 1831202816 51036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31010] ppid=30999 vsize=1788284 CPUtime=0.38
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 30220 0 -1 64 1030 0 0 0 38 0 0 0 16 0 12 0 110870564 1831202816 51036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31011] ppid=30999 vsize=1788284 CPUtime=0.53
/proc/31001/task/31011/stat : 31011 (java) S 30999 31001 30220 0 -1 64 3110 0 0 0 52 1 0 0 16 0 12 0 110870564 1831202816 51036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31012] ppid=30999 vsize=1788284 CPUtime=0
/proc/31001/task/31012/stat : 31012 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 110870564 1831202816 51036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31013] ppid=30999 vsize=1788284 CPUtime=0
/proc/31001/task/31013/stat : 31013 (java) S 30999 31001 30220 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 110870564 1831202816 51036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 1788284

[startup+12.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 31014
/proc/meminfo: memFree=1595544/2055920 swapFree=4030236/4192956
[pid=31001] ppid=30999 vsize=1790144 CPUtime=15.41
/proc/31001/stat : 31001 (java) S 30999 31001 30220 0 -1 0 65945 0 35 0 1505 36 0 0 18 0 13 0 110870534 1833107456 60126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31001/statm: 447536 60126 1326 9 0 445148 0
[pid=31001/tid=31003] ppid=30999 vsize=1790144 CPUtime=10.08
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 30220 0 -1 64 37714 0 9 0 987 21 0 0 25 0 13 0 110870542 1833107456 60126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109806052 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=1790144 CPUtime=1.78
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 30220 0 -1 64 10189 0 0 0 174 4 0 0 16 0 13 0 110870551 1833107456 60126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31005] ppid=30999 vsize=1790144 CPUtime=1.78
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 30220 0 -1 64 12593 0 0 0 173 5 0 0 16 0 13 0 110870551 1833107456 60126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31006] ppid=30999 vsize=1790144 CPUtime=0
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 30220 0 -1 64 16 0 0 0 0 0 0 0 17 0 13 0 110870555 1833107456 60126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31007] ppid=30999 vsize=1790144 CPUtime=0
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 30220 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 110870556 1833107456 60126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31008] ppid=30999 vsize=1790144 CPUtime=0
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 30220 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110870556 1833107456 60126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31009] ppid=30999 vsize=1790144 CPUtime=0
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 110870564 1833107456 60126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31010] ppid=30999 vsize=1790144 CPUtime=0.81
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 30220 0 -1 64 1459 0 0 0 80 1 0 0 16 0 13 0 110870564 1833107456 60126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31011] ppid=30999 vsize=1790144 CPUtime=0.89
/proc/31001/task/31011/stat : 31011 (java) S 30999 31001 30220 0 -1 64 3278 0 0 0 88 1 0 0 17 0 13 0 110870564 1833107456 60126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31012] ppid=30999 vsize=1790144 CPUtime=0
/proc/31001/task/31012/stat : 31012 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110870564 1833107456 60126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31013] ppid=30999 vsize=1790144 CPUtime=0
/proc/31001/task/31013/stat : 31013 (java) S 30999 31001 30220 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110870564 1833107456 60126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31014] ppid=30999 vsize=1790144 CPUtime=0
/proc/31001/task/31014/stat : 31014 (java) S 30999 31001 30220 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 110871680 1833107456 60126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.41
Current children cumulated vsize (KiB) 1790144

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 31014
/proc/meminfo: memFree=1562776/2055920 swapFree=4030300/4192956
[pid=31001] ppid=30999 vsize=1789696 CPUtime=28.39
/proc/31001/stat : 31001 (java) S 30999 31001 30220 0 -1 0 75029 0 35 0 2799 40 0 0 18 0 13 0 110870534 1832648704 68451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31001/statm: 447424 68451 1326 9 0 445036 0
[pid=31001/tid=31003] ppid=30999 vsize=1789696 CPUtime=22.67
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 30220 0 -1 64 37715 0 9 0 2246 21 0 0 25 0 13 0 110870542 1832648704 68451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109884945 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=1789696 CPUtime=1.99
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 30220 0 -1 64 12547 0 0 0 193 6 0 0 18 0 13 0 110870551 1832648704 68451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31005] ppid=30999 vsize=1789696 CPUtime=1.97
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 30220 0 -1 64 19318 0 0 0 189 8 0 0 16 0 13 0 110870551 1832648704 68451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31006] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 30220 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 110870555 1832648704 68451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31007] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 30220 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 110870556 1832648704 68451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31008] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 30220 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110870556 1832648704 68451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=31001/tid=31006] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31006/stat : 31006 (java) R 30999 31001 30220 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 110870555 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31007] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 30220 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 110870556 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31008] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 30220 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110870556 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31009] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 110870564 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31010] ppid=30999 vsize=1789696 CPUtime=0.85
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 30220 0 -1 64 1462 0 0 0 84 1 0 0 17 0 13 0 110870564 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31011] ppid=30999 vsize=1789696 CPUtime=0.93
/proc/31001/task/31011/stat : 31011 (java) S 30999 31001 30220 0 -1 64 3281 0 0 0 92 1 0 0 16 0 13 0 110870564 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31012] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31012/stat : 31012 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110870564 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31013] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31013/stat : 31013 (java) S 30999 31001 30220 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110870564 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31014] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31014/stat : 31014 (java) S 30999 31001 30220 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 110871680 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1607.33
Current children cumulated vsize (KiB) 1789696

[startup+1662.3 s]
/proc/loadavg: 1.07 1.06 1.01 2/91 31016
/proc/meminfo: memFree=590936/2055920 swapFree=4031004/4192956
[pid=31001] ppid=30999 vsize=1789696 CPUtime=1667.31
/proc/31001/stat : 31001 (java) S 30999 31001 30220 0 -1 0 357213 0 35 0 166526 205 0 0 18 0 13 0 110870534 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31001/statm: 447424 310549 1326 9 0 445036 0
[pid=31001/tid=31003] ppid=30999 vsize=1789696 CPUtime=1656.2
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 30220 0 -1 64 37732 0 9 0 165591 29 0 0 25 0 13 0 110870542 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109806076 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=1789696 CPUtime=4.63
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 30220 0 -1 64 153772 0 0 0 379 84 0 0 16 0 13 0 110870551 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31005] ppid=30999 vsize=1789696 CPUtime=4.62
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 30220 0 -1 64 160254 0 0 0 377 85 0 0 16 0 13 0 110870551 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31006] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 30220 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 110870555 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31007] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 30220 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 110870556 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31008] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 30220 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110870556 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31009] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 110870564 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31010] ppid=30999 vsize=1789696 CPUtime=0.85
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 30220 0 -1 64 1462 0 0 0 84 1 0 0 17 0 13 0 110870564 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31011] ppid=30999 vsize=1789696 CPUtime=0.93
/proc/31001/task/31011/stat : 31011 (java) S 30999 31001 30220 0 -1 64 3281 0 0 0 92 1 0 0 16 0 13 0 110870564 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31012] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31012/stat : 31012 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110870564 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31013] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31013/stat : 31013 (java) S 30999 31001 30220 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110870564 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31014] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31014/stat : 31014 (java) S 30999 31001 30220 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 110871680 1832648704 310549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1667.31
Current children cumulated vsize (KiB) 1789696

[startup+1722.3 s]
/proc/loadavg: 1.06 1.06 1.01 2/97 31184
/proc/meminfo: memFree=537624/2055920 swapFree=4031004/4192956
[pid=31001] ppid=30999 vsize=1789696 CPUtime=1727.37
/proc/31001/stat : 31001 (java) S 30999 31001 30220 0 -1 0 373242 0 35 0 172521 216 0 0 18 0 13 0 110870534 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31001/statm: 447424 323385 1326 9 0 445036 0
[pid=31001/tid=31003] ppid=30999 vsize=1789696 CPUtime=1715.94
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 30220 0 -1 64 37733 0 9 0 171563 31 0 0 25 0 13 0 110870542 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109805830 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=1789696 CPUtime=4.8
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 30220 0 -1 64 162292 0 0 0 390 90 0 0 16 0 13 0 110870551 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31005] ppid=30999 vsize=1789696 CPUtime=4.78
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 30220 0 -1 64 167762 0 0 0 389 89 0 0 18 0 13 0 110870551 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31006] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 30220 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 110870555 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31007] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 30220 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 110870556 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31008] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 30220 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110870556 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31009] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 110870564 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31010] ppid=30999 vsize=1789696 CPUtime=0.85
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 30220 0 -1 64 1462 0 0 0 84 1 0 0 17 0 13 0 110870564 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31011] ppid=30999 vsize=1789696 CPUtime=0.93
/proc/31001/task/31011/stat : 31011 (java) S 30999 31001 30220 0 -1 64 3281 0 0 0 92 1 0 0 16 0 13 0 110870564 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31012] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31012/stat : 31012 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110870564 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31013] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31013/stat : 31013 (java) S 30999 31001 30220 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110870564 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31014] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31014/stat : 31014 (java) S 30999 31001 30220 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 110871680 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1727.37
Current children cumulated vsize (KiB) 1789696

[startup+1782.3 s]
/proc/loadavg: 1.54 1.19 1.05 2/91 31214
/proc/meminfo: memFree=538648/2055920 swapFree=4031004/4192956
[pid=31001] ppid=30999 vsize=1789696 CPUtime=1787.33
/proc/31001/stat : 31001 (java) S 30999 31001 30220 0 -1 0 373242 0 35 0 178517 216 0 0 18 0 13 0 110870534 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31001/statm: 447424 323385 1326 9 0 445036 0
[pid=31001/tid=31003] ppid=30999 vsize=1789696 CPUtime=1775.9
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 30220 0 -1 64 37733 0 9 0 177559 31 0 0 25 0 13 0 110870542 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109844337 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=1789696 CPUtime=4.8
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 30220 0 -1 64 162292 0 0 0 390 90 0 0 16 0 13 0 110870551 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31005] ppid=30999 vsize=1789696 CPUtime=4.78
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 30220 0 -1 64 167762 0 0 0 389 89 0 0 18 0 13 0 110870551 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31006] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 30220 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 110870555 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31007] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 30220 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 110870556 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31008] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 30220 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110870556 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31009] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 110870564 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31010] ppid=30999 vsize=1789696 CPUtime=0.85
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 30220 0 -1 64 1462 0 0 0 84 1 0 0 17 0 13 0 110870564 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31011] ppid=30999 vsize=1789696 CPUtime=0.93
/proc/31001/task/31011/stat : 31011 (java) S 30999 31001 30220 0 -1 64 3281 0 0 0 92 1 0 0 16 0 13 0 110870564 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31012] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31012/stat : 31012 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110870564 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31013] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31013/stat : 31013 (java) S 30999 31001 30220 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110870564 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31014] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31014/stat : 31014 (java) S 30999 31001 30220 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 110871680 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1787.33
Current children cumulated vsize (KiB) 1789696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 1.61 1.21 1.06 2/91 31214
/proc/meminfo: memFree=538648/2055920 swapFree=4031068/4192956
[pid=31001] ppid=30999 vsize=1789696 CPUtime=1800.03
/proc/31001/stat : 31001 (java) S 30999 31001 30220 0 -1 0 373242 0 35 0 179787 216 0 0 18 0 13 0 110870534 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31001/statm: 447424 323385 1326 9 0 445036 0
[pid=31001/tid=31003] ppid=30999 vsize=1789696 CPUtime=1788.6
/proc/31001/task/31003/stat : 31003 (java) R 30999 31001 30220 0 -1 64 37733 0 9 0 178829 31 0 0 25 0 13 0 110870542 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109806058 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31004] ppid=30999 vsize=1789696 CPUtime=4.8
/proc/31001/task/31004/stat : 31004 (java) S 30999 31001 30220 0 -1 64 162292 0 0 0 390 90 0 0 16 0 13 0 110870551 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31005] ppid=30999 vsize=1789696 CPUtime=4.78
/proc/31001/task/31005/stat : 31005 (java) S 30999 31001 30220 0 -1 64 167762 0 0 0 389 89 0 0 18 0 13 0 110870551 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31006] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31006/stat : 31006 (java) S 30999 31001 30220 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 110870555 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31007] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31007/stat : 31007 (java) S 30999 31001 30220 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 110870556 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31008] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31008/stat : 31008 (java) S 30999 31001 30220 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110870556 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31009] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31009/stat : 31009 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 110870564 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31010] ppid=30999 vsize=1789696 CPUtime=0.85
/proc/31001/task/31010/stat : 31010 (java) S 30999 31001 30220 0 -1 64 1462 0 0 0 84 1 0 0 17 0 13 0 110870564 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31001/tid=31011] ppid=30999 vsize=1789696 CPUtime=0.93
/proc/31001/task/31011/stat : 31011 (java) S 30999 31001 30220 0 -1 64 3281 0 0 0 92 1 0 0 16 0 13 0 110870564 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31012] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31012/stat : 31012 (java) S 30999 31001 30220 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110870564 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31013] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31013/stat : 31013 (java) S 30999 31001 30220 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110870564 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31001/tid=31014] ppid=30999 vsize=1789696 CPUtime=0
/proc/31001/task/31014/stat : 31014 (java) S 30999 31001 30220 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 110871680 1832648704 323385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1789696

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

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

[startup+1795.21 s]
/proc/loadavg: 1.61 1.21 1.06 2/81 31217
/proc/meminfo: memFree=937288/2055920 swapFree=4031068/4192956
[pid=31001] ppid=30999 vsize=0 CPUtime=1800.23
/proc/31001/stat : 31001 (java) Z 30999 31001 30220 0 -1 1036 373262 0 35 0 179792 231 0 0 16 0 2 0 110870534 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31001/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.26
CPU time (s): 1800.29
CPU user time (s): 1797.93
CPU system time (s): 2.36564
CPU usage (%): 100.28
Max. virtual memory (cumulated for all children) (KiB): 1790596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.93
system time used= 2.36564
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373262
page faults= 35
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37510
involuntary context switches= 55705

runsolver used 1.56876 second user time and 5.06323 second system time

The end

Launcher Data (download as text)

Begin job on node37 on Sun Apr 15 09:33:01 UTC 2007

IDJOB= 352340
IDBENCH= 1968
IDSOLVER= 159
FILE ID= node37/352340-1176629580

PBS_JOBID= 4557073

Free space on /tmp= 66544 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352340-1176629580/sat4jPseudoResolution.jar /tmp/evaluation/352340-1176629580/instance-352340-1176629580.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node37/watcher-352340-1176629580 -o ROOT/results/node37/solver-352340-1176629580 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352340-1176629580/sat4jPseudoResolution.jar /tmp/evaluation/352340-1176629580/instance-352340-1176629580.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ca3282cf347faf21ba3550ec87dd7af4

RANDOM SEED= 711893293

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node37.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.281
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.281
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:       1841368 kB
Buffers:         17292 kB
Cached:         101476 kB
SwapCached:       2612 kB
Active:          62484 kB
Inactive:        82600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841368 kB
SwapTotal:     4192956 kB
SwapFree:      4030236 kB
Dirty:           20408 kB
Writeback:           0 kB
Mapped:          33708 kB
Slab:            54816 kB
Committed_AS:  1120808 kB
PageTables:       2000 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= 66544 MiB

End job on node37 on Sun Apr 15 10:02:58 UTC 2007