Trace number 354101

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.2 1780.42

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dolom1.opb
MD5SUM0b7be4a8ca67db62b7397f891414d40c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18720440947643392
Optimality of the best value was proved NO
Number of variables66480
Total number of constraints1802
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 constraints1802
Minimum length of a constraint40
Maximum length of a constraint66480
Number of terms in the objective function 66480
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 35987090508169209146105
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 35987192908169209146105
Number of bits of the biggest sum of numbers75
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.17/0.41	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17/0.41	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17/0.41	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17/0.41	c no version file found!!!
0.17/0.41	c sun.arch.data.model	32
0.17/0.41	c java.version	1.6.0
0.17/0.41	c os.name	Linux
0.17/0.41	c os.version	2.6.9-22.EL.rootsmp
0.17/0.41	c os.arch	i386
0.17/0.42	c Free memory 1651659224
0.17/0.42	c Max memory 1654456320
0.17/0.42	c Total memory 1654456320
0.17/0.42	c Number of processors 2
0.17/0.47	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.17/0.47	--- Begin Solver configuration ---
0.17/0.47	c Stops conflict analysis at the first Unique Implication Point
0.17/0.47	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.47	c Learn all clauses as in MiniSAT
0.17/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.47	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.47	c No reason simplification
0.17/0.47	c --- End Solver configuration ---
0.17/0.47	c Simplify asserted PB constraints to clauses
0.17/0.47	c solving /tmp/evaluation/354101-1176694632/instance-354101-1176694632.opb
0.17/0.47	c reading problem ... 
5.84/4.69	c ... done. Wall clock time 4.215s.
5.84/4.69	c CPU time (experimental) 3.53s.
5.84/4.69	c #vars     66480
5.84/4.69	c #constraints  3495
1800.07/1780.31	c starts		: 2
1800.07/1780.31	c conflicts		: 4086
1800.07/1780.31	c decisions		: 3238446
1800.07/1780.31	c propagations		: 12269372
1800.07/1780.31	c inspects		: 320707925
1800.07/1780.31	c learnt literals	: 0
1800.07/1780.31	c learnt binary clauses	: 0
1800.07/1780.31	c learnt ternary clauses	: 0
1800.07/1780.31	c learnt clauses	: 4085
1800.07/1780.31	c root simplifications	: 0
1800.07/1780.31	c removed literals (reason simplification)	: 0
1800.07/1780.31	c reason swapping (by a shorter reason)	: 0
1800.07/1780.31	c Calls to reduceDB	: 0
1800.07/1780.31	c speed (decisions/second)	: 1824.2772339248556
1800.07/1780.31	c non guided choices	0
1800.07/1780.31	s UNKNOWN
1800.07/1780.31	c Total wall clock time (ms): 1779.837

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/node51/watcher-354101-1176694632 -o ROOT/results/node51/solver-354101-1176694632 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354101-1176694632/sat4jPseudoCPClause.jar /tmp/evaluation/354101-1176694632/instance-354101-1176694632.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.00 1.00 2/64 23307
/proc/meminfo: memFree=1963832/2055920 swapFree=4177188/4192956
[pid=23307] ppid=23305 vsize=18568 CPUtime=0
/proc/23307/stat : 23307 (runsolver) D 23305 23307 22772 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 24308326 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 235371293991 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/23307/statm: 4642 292 257 24 0 2626 0

[startup+0.030382 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23307
/proc/meminfo: memFree=1963832/2055920 swapFree=4177188/4192956
[pid=23307] ppid=23305 vsize=1800 CPUtime=0
/proc/23307/stat : 23307 (java) D 23305 23307 22772 0 -1 0 334 0 0 0 0 0 0 0 18 0 1 0 24308326 1843200 143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/23307/statm: 450 155 118 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.102117 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23307
/proc/meminfo: memFree=1963832/2055920 swapFree=4177188/4192956
[pid=23307] ppid=23305 vsize=12448 CPUtime=0.02
/proc/23307/stat : 23307 (java) S 23305 23307 22772 0 -1 0 746 0 26 0 0 2 0 0 18 0 2 0 24308326 12746752 554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/23307/statm: 3112 554 243 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12448

[startup+0.302136 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23307
/proc/meminfo: memFree=1963832/2055920 swapFree=4177188/4192956
[pid=23307] ppid=23305 vsize=1777708 CPUtime=0.1
/proc/23307/stat : 23307 (java) S 23305 23307 22772 0 -1 0 3724 0 37 0 4 6 0 0 18 0 7 0 24308326 1820372992 3502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/23307/statm: 444427 3502 1085 9 0 442063 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1777708

[startup+0.702174 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 23307
/proc/meminfo: memFree=1963832/2055920 swapFree=4177188/4192956
[pid=23307] ppid=23305 vsize=1781496 CPUtime=0.56
/proc/23307/stat : 23307 (java) S 23305 23307 22772 0 -1 0 6058 0 37 0 48 8 0 0 18 0 12 0 24308326 1824251904 5801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23307/statm: 445374 5801 1296 9 0 442985 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 1781496

[startup+1.50224 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23319
/proc/meminfo: memFree=1921816/2055920 swapFree=4177188/4192956
[pid=23307] ppid=23305 vsize=1786020 CPUtime=1.57
/proc/23307/stat : 23307 (java) S 23305 23307 22772 0 -1 0 15610 0 37 0 145 12 0 0 18 0 12 0 24308326 1828884480 14886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23307/statm: 446505 14837 1302 9 0 444116 0
[pid=23307/tid=23309] ppid=23305 vsize=1786500 CPUtime=0.98
/proc/23307/task/23309/stat : 23309 (java) R 23305 23307 22772 0 -1 64 13054 0 12 0 89 9 0 0 25 0 12 0 24308335 1829376000 14840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103127107 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23310] ppid=23305 vsize=1786500 CPUtime=0
/proc/23307/task/23310/stat : 23310 (java) S 23305 23307 22772 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 24308344 1829376000 14850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23311] ppid=23305 vsize=1786500 CPUtime=0
/proc/23307/task/23311/stat : 23311 (java) S 23305 23307 22772 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24308344 1829376000 14860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23312] ppid=23305 vsize=1786500 CPUtime=0
/proc/23307/task/23312/stat : 23312 (java) S 23305 23307 22772 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 24308349 1829376000 14869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23313] ppid=23305 vsize=1786500 CPUtime=0
/proc/23307/task/23313/stat : 23313 (java) S 23305 23307 22772 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 24308349 1829376000 14879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23314] ppid=23305 vsize=1786500 CPUtime=0
/proc/23307/task/23314/stat : 23314 (java) S 23305 23307 22772 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24308349 1829376000 14889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23315] ppid=23305 vsize=1786500 CPUtime=0
/proc/23307/task/23315/stat : 23315 (java) S 23305 23307 22772 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24308359 1829376000 14897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23316] ppid=23305 vsize=1786500 CPUtime=0.27
/proc/23307/task/23316/stat : 23316 (java) R 23305 23307 22772 0 -1 64 1135 0 0 0 27 0 0 0 16 0 12 0 24308359 1829376000 14905 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103313299 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23317] ppid=23305 vsize=1786500 CPUtime=0.28
/proc/23307/task/23317/stat : 23317 (java) S 23305 23307 22772 0 -1 64 794 0 0 0 28 0 0 0 17 0 12 0 24308359 1829376000 14914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23318] ppid=23305 vsize=1786500 CPUtime=0
/proc/23307/task/23318/stat : 23318 (java) S 23305 23307 22772 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 24308359 1829376000 14922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23319] ppid=23305 vsize=1786500 CPUtime=0
/proc/23307/task/23319/stat : 23319 (java) S 23305 23307 22772 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24308359 1829376000 14927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 1786020

[startup+3.10138 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 23319
/proc/meminfo: memFree=1858072/2055920 swapFree=4177188/4192956
[pid=23307] ppid=23305 vsize=1792936 CPUtime=4.07
/proc/23307/stat : 23307 (java) S 23305 23307 22772 0 -1 0 51904 0 37 0 379 28 0 0 18 0 12 0 24308326 1835966464 47565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23307/statm: 448234 47565 1320 9 0 445845 0
[pid=23307/tid=23309] ppid=23305 vsize=1792936 CPUtime=2.22
/proc/23307/task/23309/stat : 23309 (java) R 23305 23307 22772 0 -1 64 37663 0 12 0 202 20 0 0 18 0 12 0 24308335 1835966464 47565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109510349 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23310] ppid=23305 vsize=1792936 CPUtime=0.13
/proc/23307/task/23310/stat : 23310 (java) S 23305 23307 22772 0 -1 64 3318 0 0 0 12 1 0 0 17 0 12 0 24308344 1835966464 47565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23311] ppid=23305 vsize=1792936 CPUtime=0.13
/proc/23307/task/23311/stat : 23311 (java) S 23305 23307 22772 0 -1 64 3019 0 0 0 12 1 0 0 16 0 12 0 24308344 1835966464 47565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23312] ppid=23305 vsize=1792936 CPUtime=0
/proc/23307/task/23312/stat : 23312 (java) S 23305 23307 22772 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 24308349 1835966464 47565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23313] ppid=23305 vsize=1792936 CPUtime=0
/proc/23307/task/23313/stat : 23313 (java) S 23305 23307 22772 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 24308349 1835966464 47565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23314] ppid=23305 vsize=1792936 CPUtime=0
/proc/23307/task/23314/stat : 23314 (java) S 23305 23307 22772 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24308349 1835966464 47565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23315] ppid=23305 vsize=1792936 CPUtime=0
/proc/23307/task/23315/stat : 23315 (java) S 23305 23307 22772 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24308359 1835966464 47565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23316] ppid=23305 vsize=1792936 CPUtime=0.96
/proc/23307/task/23316/stat : 23316 (java) S 23305 23307 22772 0 -1 64 5101 0 0 0 94 2 0 0 16 0 12 0 24308359 1835966464 47565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23317] ppid=23305 vsize=1792936 CPUtime=0.6
/proc/23307/task/23317/stat : 23317 (java) S 23305 23307 22772 0 -1 64 2104 0 0 0 59 1 0 0 16 0 12 0 24308359 1835966464 47565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23318] ppid=23305 vsize=1792936 CPUtime=0
/proc/23307/task/23318/stat : 23318 (java) S 23305 23307 22772 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 24308359 1835966464 47565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23319] ppid=23305 vsize=1792936 CPUtime=0
/proc/23307/task/23319/stat : 23319 (java) S 23305 23307 22772 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24308359 1835966464 47565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 1792936

[startup+6.30268 s]
/proc/loadavg: 1.16 1.03 1.01 2/77 23320
/proc/meminfo: memFree=1724496/2055920 swapFree=4177188/4192956
[pid=23307] ppid=23305 vsize=1795288 CPUtime=8.56
/proc/23307/stat : 23307 (java) S 23305 23307 22772 0 -1 0 69475 0 37 0 819 37 0 0 18 0 13 0 24308326 1838374912 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23307/statm: 448822 61497 1335 9 0 446433 0
[pid=23307/tid=23309] ppid=23305 vsize=1795288 CPUtime=4.6
/proc/23307/task/23309/stat : 23309 (java) R 23305 23307 22772 0 -1 64 37713 0 12 0 440 20 0 0 18 0 13 0 24308335 1838374912 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110009522 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23310] ppid=23305 vsize=1795288 CPUtime=0.6
/proc/23307/task/23310/stat : 23310 (java) S 23305 23307 22772 0 -1 64 11372 0 0 0 56 4 0 0 18 0 13 0 24308344 1838374912 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23311] ppid=23305 vsize=1795288 CPUtime=0.6
/proc/23307/task/23311/stat : 23311 (java) S 23305 23307 22772 0 -1 64 10290 0 0 0 55 5 0 0 18 0 13 0 24308344 1838374912 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23312] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23312/stat : 23312 (java) S 23305 23307 22772 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24308349 1838374912 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23313] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23313/stat : 23313 (java) S 23305 23307 22772 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24308349 1838374912 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23314] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23314/stat : 23314 (java) S 23305 23307 22772 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24308349 1838374912 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23315] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23315/stat : 23315 (java) S 23305 23307 22772 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 24308359 1838374912 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23316] ppid=23305 vsize=1795288 CPUtime=1.5
/proc/23307/task/23316/stat : 23316 (java) S 23305 23307 22772 0 -1 64 5147 0 0 0 148 2 0 0 16 0 13 0 24308359 1838374912 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23317] ppid=23305 vsize=1795288 CPUtime=1.2
/proc/23307/task/23317/stat : 23317 (java) R 23305 23307 22772 0 -1 64 4250 0 0 0 118 2 0 0 16 0 13 0 24308359 1838374912 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105283329 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23318] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23318/stat : 23318 (java) S 23305 23307 22772 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 24308359 1838374912 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23319] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23319/stat : 23319 (java) S 23305 23307 22772 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24308359 1838374912 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23320] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23320/stat : 23320 (java) S 23305 23307 22772 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 24308851 1838374912 61497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 1795288

[startup+12.7012 s]
/proc/loadavg: 1.15 1.03 1.01 2/77 23320
/proc/meminfo: memFree=1692432/2055920 swapFree=4177188/4192956
[pid=23307] ppid=23305 vsize=1795288 CPUtime=15.83
/proc/23307/stat : 23307 (java) S 23305 23307 22772 0 -1 0 76752 0 37 0 1541 42 0 0 18 0 13 0 24308326 1838374912 66275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23307/statm: 448822 66275 1335 9 0 446433 0
[pid=23307/tid=23309] ppid=23305 vsize=1795288 CPUtime=10.22
/proc/23307/task/23309/stat : 23309 (java) R 23305 23307 22772 0 -1 64 37726 0 12 0 1002 20 0 0 23 0 13 0 24308335 1838374912 66275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110009522 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23310] ppid=23305 vsize=1795288 CPUtime=1.31
/proc/23307/task/23310/stat : 23310 (java) S 23305 23307 22772 0 -1 64 15348 0 0 0 125 6 0 0 16 0 13 0 24308344 1838374912 66275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23311] ppid=23305 vsize=1795288 CPUtime=1.31
/proc/23307/task/23311/stat : 23311 (java) S 23305 23307 22772 0 -1 64 13274 0 0 0 124 7 0 0 16 0 13 0 24308344 1838374912 66275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23312] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23312/stat : 23312 (java) S 23305 23307 22772 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24308349 1838374912 66275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23313] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23313/stat : 23313 (java) S 23305 23307 22772 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24308349 1838374912 66275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23314] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23314/stat : 23314 (java) S 23305 23307 22772 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24308349 1838374912 66275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23315] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23315/stat : 23315 (java) S 23305 23307 22772 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 24308359 1838374912 66275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23316] ppid=23305 vsize=1795288 CPUtime=1.59
/proc/23307/task/23316/stat : 23316 (java) S 23305 23307 22772 0 -1 64 5149 0 0 0 157 2 0 0 17 0 13 0 24308359 1838374912 66275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23317] ppid=23305 vsize=1795288 CPUtime=1.33
/proc/23307/task/23317/stat : 23317 (java) S 23305 23307 22772 0 -1 64 4552 0 0 0 130 3 0 0 17 0 13 0 24308359 1838374912 66275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23318] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23318/stat : 23318 (java) S 23305 23307 22772 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 24308359 1838374912 66275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23319] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23319/stat : 23319 (java) S 23305 23307 22772 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24308359 1838374912 66275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23320] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23320/stat : 23320 (java) S 23305 23307 22772 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 24308851 1838374912 66275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.83
Current children cumulated vsize (KiB) 1795288

[startup+25.5024 s]
/proc/loadavg: 1.11 1.03 1.01 2/77 23320
/proc/meminfo: memFree=1693712/2055920 swapFree=4177188/4192956
[pid=23307] ppid=23305 vsize=1795288 CPUtime=28.79
/proc/23307/stat : 23307 (java) S 23305 23307 22772 0 -1 0 77117 0 37 0 2837 42 0 0 18 0 13 0 24308326 1838374912 66394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23307/statm: 448822 66394 1335 9 0 446433 0
[pid=23307/tid=23309] ppid=23305 vsize=1795288 CPUtime=22.83
/proc/23307/task/23309/stat : 23309 (java) R 23305 23307 22772 0 -1 64 37750 0 12 0 2263 20 0 0 21 0 13 0 24308335 1838374912 66394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109655623 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23310] ppid=23305 vsize=1795288 CPUtime=1.48
/proc/23307/task/23310/stat : 23310 (java) S 23305 23307 22772 0 -1 64 15533 0 0 0 142 6 0 0 16 0 13 0 24308344 1838374912 66394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23311] ppid=23305 vsize=1795288 CPUtime=1.48
/proc/23307/task/23311/stat : 23311 (java) S 23305 23307 22772 0 -1 64 13418 0 0 0 141 7 0 0 16 0 13 0 24308344 1838374912 66394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23312] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23312/stat : 23312 (java) S 23305 23307 22772 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 24308349 1838374912 66394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23313] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23313/stat : 23313 (java) S 23305 23307 22772 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24308349 1838374912 66394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=23307/tid=23312] ppid=23305 vsize=1795288 CPUtime=0.38
/proc/23307/task/23312/stat : 23312 (java) S 23305 23307 22772 0 -1 64 127 0 0 0 22 16 0 0 15 0 13 0 24308349 1838374912 92613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23313] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23313/stat : 23313 (java) S 23305 23307 22772 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24308349 1838374912 92613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23314] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23314/stat : 23314 (java) S 23305 23307 22772 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24308349 1838374912 92613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23315] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23315/stat : 23315 (java) S 23305 23307 22772 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 24308359 1838374912 92613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23316] ppid=23305 vsize=1795288 CPUtime=1.76
/proc/23307/task/23316/stat : 23316 (java) S 23305 23307 22772 0 -1 64 5158 0 0 0 174 2 0 0 17 0 13 0 24308359 1838374912 92613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23317] ppid=23305 vsize=1795288 CPUtime=1.57
/proc/23307/task/23317/stat : 23317 (java) S 23305 23307 22772 0 -1 64 4565 0 0 0 154 3 0 0 17 0 13 0 24308359 1838374912 92613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23318] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23318/stat : 23318 (java) S 23305 23307 22772 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 24308359 1838374912 92613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23319] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23319/stat : 23319 (java) S 23305 23307 22772 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24308359 1838374912 92613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23320] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23320/stat : 23320 (java) S 23305 23307 22772 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 24308851 1838374912 92613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1559.08
Current children cumulated vsize (KiB) 1795288

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23518
/proc/meminfo: memFree=1583568/2055920 swapFree=4177212/4192956
[pid=23307] ppid=23305 vsize=1795288 CPUtime=1619.73
/proc/23307/stat : 23307 (java) S 23305 23307 22772 0 -1 0 153678 0 37 0 161839 134 0 0 18 0 13 0 24308326 1838374912 93440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23307/statm: 448822 93440 1335 9 0 446433 0
[pid=23307/tid=23309] ppid=23305 vsize=1795288 CPUtime=1582.73
/proc/23307/task/23309/stat : 23309 (java) R 23305 23307 22772 0 -1 64 65767 0 12 0 158221 52 0 0 25 0 13 0 24308335 1838374912 93440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109631082 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23310] ppid=23305 vsize=1795288 CPUtime=16.56
/proc/23307/task/23310/stat : 23310 (java) S 23305 23307 22772 0 -1 64 38749 0 0 0 1629 27 0 0 16 0 13 0 24308344 1838374912 93440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23311] ppid=23305 vsize=1795288 CPUtime=16.63
/proc/23307/task/23311/stat : 23311 (java) S 23305 23307 22772 0 -1 64 38614 0 0 0 1635 28 0 0 16 0 13 0 24308344 1838374912 93440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23312] ppid=23305 vsize=1795288 CPUtime=0.39
/proc/23307/task/23312/stat : 23312 (java) S 23305 23307 22772 0 -1 64 129 0 0 0 23 16 0 0 15 0 13 0 24308349 1838374912 93440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23313] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23313/stat : 23313 (java) S 23305 23307 22772 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24308349 1838374912 93440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23314] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23314/stat : 23314 (java) S 23305 23307 22772 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24308349 1838374912 93440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23315] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23315/stat : 23315 (java) S 23305 23307 22772 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 24308359 1838374912 93440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23316] ppid=23305 vsize=1795288 CPUtime=1.76
/proc/23307/task/23316/stat : 23316 (java) S 23305 23307 22772 0 -1 64 5158 0 0 0 174 2 0 0 17 0 13 0 24308359 1838374912 93440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23317] ppid=23305 vsize=1795288 CPUtime=1.57
/proc/23307/task/23317/stat : 23317 (java) S 23305 23307 22772 0 -1 64 4565 0 0 0 154 3 0 0 17 0 13 0 24308359 1838374912 93440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23318] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23318/stat : 23318 (java) S 23305 23307 22772 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 24308359 1838374912 93440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23319] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23319/stat : 23319 (java) S 23305 23307 22772 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24308359 1838374912 93440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23320] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23320/stat : 23320 (java) S 23305 23307 22772 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 24308851 1838374912 93440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1619.73
Current children cumulated vsize (KiB) 1795288

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23518
/proc/meminfo: memFree=1579984/2055920 swapFree=4177212/4192956
[pid=23307] ppid=23305 vsize=1795288 CPUtime=1680.47
/proc/23307/stat : 23307 (java) S 23305 23307 22772 0 -1 0 154671 0 37 0 167911 136 0 0 18 0 13 0 24308326 1838374912 94345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23307/statm: 448822 94345 1335 9 0 446433 0
[pid=23307/tid=23309] ppid=23305 vsize=1795288 CPUtime=1641.91
/proc/23307/task/23309/stat : 23309 (java) R 23305 23307 22772 0 -1 64 65817 0 12 0 164138 53 0 0 25 0 13 0 24308335 1838374912 94345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109582815 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23310] ppid=23305 vsize=1795288 CPUtime=17.35
/proc/23307/task/23310/stat : 23310 (java) S 23305 23307 22772 0 -1 64 39132 0 0 0 1707 28 0 0 16 0 13 0 24308344 1838374912 94345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23311] ppid=23305 vsize=1795288 CPUtime=17.41
/proc/23307/task/23311/stat : 23311 (java) S 23305 23307 22772 0 -1 64 39174 0 0 0 1712 29 0 0 16 0 13 0 24308344 1838374912 94345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23312] ppid=23305 vsize=1795288 CPUtime=0.4
/proc/23307/task/23312/stat : 23312 (java) S 23305 23307 22772 0 -1 64 129 0 0 0 24 16 0 0 15 0 13 0 24308349 1838374912 94345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23313] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23313/stat : 23313 (java) S 23305 23307 22772 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24308349 1838374912 94345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23314] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23314/stat : 23314 (java) S 23305 23307 22772 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24308349 1838374912 94345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23315] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23315/stat : 23315 (java) S 23305 23307 22772 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 24308359 1838374912 94345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23316] ppid=23305 vsize=1795288 CPUtime=1.76
/proc/23307/task/23316/stat : 23316 (java) S 23305 23307 22772 0 -1 64 5158 0 0 0 174 2 0 0 17 0 13 0 24308359 1838374912 94345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23317] ppid=23305 vsize=1795288 CPUtime=1.57
/proc/23307/task/23317/stat : 23317 (java) S 23305 23307 22772 0 -1 64 4565 0 0 0 154 3 0 0 17 0 13 0 24308359 1838374912 94345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23318] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23318/stat : 23318 (java) S 23305 23307 22772 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 24308359 1838374912 94345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23319] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23319/stat : 23319 (java) S 23305 23307 22772 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24308359 1838374912 94345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23320] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23320/stat : 23320 (java) S 23305 23307 22772 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 24308851 1838374912 94345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1680.47
Current children cumulated vsize (KiB) 1795288

[startup+1722.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/77 23518
/proc/meminfo: memFree=1576528/2055920 swapFree=4177212/4192956
[pid=23307] ppid=23305 vsize=1795288 CPUtime=1741.25
/proc/23307/stat : 23307 (java) S 23305 23307 22772 0 -1 0 155629 0 37 0 173987 138 0 0 18 0 13 0 24308326 1838374912 95216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23307/statm: 448822 95216 1335 9 0 446433 0
[pid=23307/tid=23309] ppid=23305 vsize=1795288 CPUtime=1701.06
/proc/23307/task/23309/stat : 23309 (java) R 23305 23307 22772 0 -1 64 65869 0 12 0 170053 53 0 0 25 0 13 0 24308335 1838374912 95216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109541033 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23310] ppid=23305 vsize=1795288 CPUtime=18.15
/proc/23307/task/23310/stat : 23310 (java) S 23305 23307 22772 0 -1 64 39516 0 0 0 1787 28 0 0 16 0 13 0 24308344 1838374912 95216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23311] ppid=23305 vsize=1795288 CPUtime=18.22
/proc/23307/task/23311/stat : 23311 (java) S 23305 23307 22772 0 -1 64 39696 0 0 0 1792 30 0 0 16 0 13 0 24308344 1838374912 95216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23312] ppid=23305 vsize=1795288 CPUtime=0.41
/proc/23307/task/23312/stat : 23312 (java) S 23305 23307 22772 0 -1 64 129 0 0 0 24 17 0 0 16 0 13 0 24308349 1838374912 95216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23313] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23313/stat : 23313 (java) S 23305 23307 22772 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24308349 1838374912 95216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23314] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23314/stat : 23314 (java) S 23305 23307 22772 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24308349 1838374912 95216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23315] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23315/stat : 23315 (java) S 23305 23307 22772 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 24308359 1838374912 95216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23316] ppid=23305 vsize=1795288 CPUtime=1.76
/proc/23307/task/23316/stat : 23316 (java) S 23305 23307 22772 0 -1 64 5158 0 0 0 174 2 0 0 17 0 13 0 24308359 1838374912 95216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23317] ppid=23305 vsize=1795288 CPUtime=1.57
/proc/23307/task/23317/stat : 23317 (java) S 23305 23307 22772 0 -1 64 4565 0 0 0 154 3 0 0 17 0 13 0 24308359 1838374912 95216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23318] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23318/stat : 23318 (java) S 23305 23307 22772 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 24308359 1838374912 95216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23319] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23319/stat : 23319 (java) S 23305 23307 22772 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24308359 1838374912 95216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23320] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23320/stat : 23320 (java) S 23305 23307 22772 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 24308851 1838374912 95216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1741.25
Current children cumulated vsize (KiB) 1795288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 23518
/proc/meminfo: memFree=1572176/2055920 swapFree=4177212/4192956
[pid=23307] ppid=23305 vsize=1795288 CPUtime=1800.07
/proc/23307/stat : 23307 (java) S 23305 23307 22772 0 -1 0 156766 0 37 0 179869 138 0 0 18 0 13 0 24308326 1838374912 96256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23307/statm: 448822 96256 1335 9 0 446433 0
[pid=23307/tid=23309] ppid=23305 vsize=1795288 CPUtime=1758.2
/proc/23307/task/23309/stat : 23309 (java) R 23305 23307 22772 0 -1 64 65924 0 12 0 175767 53 0 0 25 0 13 0 24308335 1838374912 96256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110009522 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23310] ppid=23305 vsize=1795288 CPUtime=18.98
/proc/23307/task/23310/stat : 23310 (java) S 23305 23307 22772 0 -1 64 40096 0 0 0 1870 28 0 0 16 0 13 0 24308344 1838374912 96256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23311] ppid=23305 vsize=1795288 CPUtime=19.06
/proc/23307/task/23311/stat : 23311 (java) S 23305 23307 22772 0 -1 64 40197 0 0 0 1876 30 0 0 16 0 13 0 24308344 1838374912 96256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23312] ppid=23305 vsize=1795288 CPUtime=0.42
/proc/23307/task/23312/stat : 23312 (java) S 23305 23307 22772 0 -1 64 130 0 0 0 25 17 0 0 16 0 13 0 24308349 1838374912 96256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23307/tid=23313] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23313/stat : 23313 (java) S 23305 23307 22772 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24308349 1838374912 96256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23314] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23314/stat : 23314 (java) S 23305 23307 22772 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24308349 1838374912 96256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23315] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23315/stat : 23315 (java) S 23305 23307 22772 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 24308359 1838374912 96256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23316] ppid=23305 vsize=1795288 CPUtime=1.76
/proc/23307/task/23316/stat : 23316 (java) S 23305 23307 22772 0 -1 64 5158 0 0 0 174 2 0 0 17 0 13 0 24308359 1838374912 96256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23317] ppid=23305 vsize=1795288 CPUtime=1.57
/proc/23307/task/23317/stat : 23317 (java) S 23305 23307 22772 0 -1 64 4565 0 0 0 154 3 0 0 17 0 13 0 24308359 1838374912 96256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23318] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23318/stat : 23318 (java) S 23305 23307 22772 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 24308359 1838374912 96256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23319] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23319/stat : 23319 (java) S 23305 23307 22772 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24308359 1838374912 96256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23307/tid=23320] ppid=23305 vsize=1795288 CPUtime=0
/proc/23307/task/23320/stat : 23320 (java) S 23305 23307 22772 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 24308851 1838374912 96256 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1795288

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

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

[startup+1780.41 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 23518
/proc/meminfo: memFree=1572176/2055920 swapFree=4177212/4192956
[pid=23307] ppid=23305 vsize=0 CPUtime=1800.18
/proc/23307/stat : 23307 (java) Z 23305 23307 22772 0 -1 1036 156786 0 37 0 179874 144 0 0 16 0 2 0 24308326 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23307/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1780.42
CPU time (s): 1800.2
CPU user time (s): 1798.74
CPU system time (s): 1.45078
CPU usage (%): 101.111
Max. virtual memory (cumulated for all children) (KiB): 1795288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 1.45078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156786
page faults= 37
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52667
involuntary context switches= 37994

runsolver used 2.17167 second user time and 5.33419 second system time

The end

Launcher Data (download as text)

Begin job on node51 on Mon Apr 16 03:37:12 UTC 2007

IDJOB= 354101
IDBENCH= 2344
IDSOLVER= 164
FILE ID= node51/354101-1176694632

PBS_JOBID= 4560003

Free space on /tmp= 66530 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0b7be4a8ca67db62b7397f891414d40c

RANDOM SEED= 657859173

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node51.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.223
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.223
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:       1964240 kB
Buffers:          2892 kB
Cached:          43728 kB
SwapCached:       4788 kB
Active:          30372 kB
Inactive:        23768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1964240 kB
SwapTotal:     4192956 kB
SwapFree:      4177188 kB
Dirty:            9224 kB
Writeback:           0 kB
Mapped:          13204 kB
Slab:            23560 kB
Committed_AS:  2529576 kB
PageTables:       1416 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= 66530 MiB

End job on node51 on Mon Apr 16 04:06:54 UTC 2007