Trace number 353989

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.14 1780.72

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3703.opb
MD5SUM35c934e0cd42ffa30810ffe35ff61781
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5257865308
Best CPU time to get the best result obtained on this benchmark1804.15
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5257865308
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 154999
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29657420026984
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29657420026984
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving /tmp/evaluation/353989-1176690146/instance-353989-1176690146.opb
0.21/0.20	c reading problem ... 
8.12/6.14	c ... done. Wall clock time 5.937s.
8.12/6.14	c CPU time (experimental) 4.62s.
8.12/6.14	c #vars     155000
8.12/6.14	c #constraints  5300
1800.01/1780.61	c starts		: 1
1800.01/1780.61	c conflicts		: 98
1800.01/1780.61	c decisions		: 136269
1800.01/1780.61	c propagations		: 2698145
1800.01/1780.61	c inspects		: 5673836
1800.01/1780.61	c learnt literals	: 0
1800.01/1780.61	c learnt binary clauses	: 0
1800.01/1780.61	c learnt ternary clauses	: 0
1800.01/1780.61	c learnt clauses	: 97
1800.01/1780.61	c root simplifications	: 0
1800.01/1780.61	c removed literals (reason simplification)	: 0
1800.01/1780.61	c reason swapping (by a shorter reason)	: 0
1800.01/1780.61	c Calls to reduceDB	: 0
1800.01/1780.61	c speed (decisions/second)	: 76.82645280412692
1800.01/1780.61	c non guided choices	0
1800.01/1780.61	s UNKNOWN
1800.01/1780.61	c Total wall clock time (ms): 1780.413

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/node66/watcher-353989-1176690146 -o ROOT/results/node66/solver-353989-1176690146 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/353989-1176690146/sat4jPseudoCP.jar /tmp/evaluation/353989-1176690146/instance-353989-1176690146.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.07 1.02 1.00 2/64 30565
/proc/meminfo: memFree=1446520/2055920 swapFree=4184568/4192956
[pid=30565] ppid=30563 vsize=308 CPUtime=0
/proc/30565/stat : 30565 (java) R 30563 30565 28953 0 -1 0 57 0 0 0 0 0 0 0 18 0 1 0 145004232 315392 41 18446744073709551615 134512640 134550740 4294956576 18446744073709551615 9839396 0 0 4096 0 0 0 0 17 1 0 0
/proc/30565/statm: 81 41 31 9 0 6 0

[startup+0.0188921 s]
/proc/loadavg: 1.07 1.02 1.00 2/64 30565
/proc/meminfo: memFree=1446520/2055920 swapFree=4184568/4192956
[pid=30565] ppid=30563 vsize=12916 CPUtime=0
/proc/30565/stat : 30565 (java) S 30563 30565 28953 0 -1 0 904 0 1 0 0 0 0 0 18 0 2 0 145004232 13225984 661 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/30565/statm: 3229 661 331 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12916

[startup+0.105059 s]
/proc/loadavg: 1.07 1.02 1.00 2/64 30565
/proc/meminfo: memFree=1446520/2055920 swapFree=4184568/4192956
[pid=30565] ppid=30563 vsize=1780256 CPUtime=0.09
/proc/30565/stat : 30565 (java) S 30563 30565 28953 0 -1 0 4020 0 1 0 7 2 0 0 18 0 12 0 145004232 1822982144 3762 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30565/statm: 445064 3762 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.301103 s]
/proc/loadavg: 1.07 1.02 1.00 2/64 30565
/proc/meminfo: memFree=1446520/2055920 swapFree=4184568/4192956
[pid=30565] ppid=30563 vsize=1782580 CPUtime=0.35
/proc/30565/stat : 30565 (java) S 30563 30565 28953 0 -1 0 6457 0 1 0 32 3 0 0 18 0 12 0 145004232 1825361920 6196 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30565/statm: 445645 6196 1267 9 0 443257 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1782580

[startup+0.701176 s]
/proc/loadavg: 1.07 1.02 1.00 2/64 30565
/proc/meminfo: memFree=1446520/2055920 swapFree=4184568/4192956
[pid=30565] ppid=30563 vsize=1783392 CPUtime=0.93
/proc/30565/stat : 30565 (java) S 30563 30565 28953 0 -1 0 10989 0 1 0 88 5 0 0 18 0 12 0 145004232 1826193408 10488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30565/statm: 445848 10489 1297 9 0 443460 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1783392

[startup+1.50234 s]
/proc/loadavg: 1.07 1.02 1.00 2/76 30577
/proc/meminfo: memFree=1384856/2055920 swapFree=4184568/4192956
[pid=30565] ppid=30563 vsize=1785820 CPUtime=1.81
/proc/30565/stat : 30565 (java) S 30563 30565 28953 0 -1 0 24812 0 1 0 171 10 0 0 18 0 12 0 145004232 1828679680 24154 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30565/statm: 446455 24154 1301 9 0 444067 0
[pid=30565/tid=30567] ppid=30563 vsize=1785820 CPUtime=1.35
/proc/30565/task/30567/stat : 30567 (java) R 30563 30565 28953 0 -1 64 22458 0 1 0 126 9 0 0 25 0 12 0 145004233 1828679680 24154 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109197603 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30568] ppid=30563 vsize=1785820 CPUtime=0
/proc/30565/task/30568/stat : 30568 (java) S 30563 30565 28953 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 145004234 1828679680 24154 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30569] ppid=30563 vsize=1785820 CPUtime=0
/proc/30565/task/30569/stat : 30569 (java) S 30563 30565 28953 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 145004234 1828679680 24154 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30570] ppid=30563 vsize=1785820 CPUtime=0
/proc/30565/task/30570/stat : 30570 (java) S 30563 30565 28953 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 145004237 1828679680 24154 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30571] ppid=30563 vsize=1785820 CPUtime=0
/proc/30565/task/30571/stat : 30571 (java) S 30563 30565 28953 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 145004237 1828679680 24154 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30572] ppid=30563 vsize=1785820 CPUtime=0
/proc/30565/task/30572/stat : 30572 (java) S 30563 30565 28953 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 145004237 1828679680 24154 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30573] ppid=30563 vsize=1785820 CPUtime=0
/proc/30565/task/30573/stat : 30573 (java) S 30563 30565 28953 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 145004241 1828679680 24154 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30574] ppid=30563 vsize=1785820 CPUtime=0.22
/proc/30565/task/30574/stat : 30574 (java) S 30563 30565 28953 0 -1 64 874 0 0 0 22 0 0 0 16 0 12 0 145004241 1828679680 24154 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30575] ppid=30563 vsize=1785820 CPUtime=0.23
/proc/30565/task/30575/stat : 30575 (java) R 30563 30565 28953 0 -1 64 759 0 0 0 23 0 0 0 16 0 12 0 145004241 1828679680 24154 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4160643169 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30576] ppid=30563 vsize=1785820 CPUtime=0
/proc/30565/task/30576/stat : 30576 (java) S 30563 30565 28953 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145004241 1828679680 24154 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30577] ppid=30563 vsize=1785820 CPUtime=0
/proc/30565/task/30577/stat : 30577 (java) S 30563 30565 28953 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145004241 1828679680 24154 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 1785820

[startup+3.10266 s]
/proc/loadavg: 1.07 1.02 1.00 4/76 30577
/proc/meminfo: memFree=1332440/2055920 swapFree=4184568/4192956
[pid=30565] ppid=30563 vsize=1796584 CPUtime=4.39
/proc/30565/stat : 30565 (java) S 30563 30565 28953 0 -1 0 54581 0 1 0 416 23 0 0 18 0 12 0 145004232 1839702016 50134 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30565/statm: 449146 50134 1314 9 0 446758 0
[pid=30565/tid=30567] ppid=30563 vsize=1796584 CPUtime=2.29
/proc/30565/task/30567/stat : 30567 (java) R 30563 30565 28953 0 -1 64 37693 0 1 0 214 15 0 0 19 0 12 0 145004233 1839702016 50134 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474122 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30568] ppid=30563 vsize=1796584 CPUtime=0.18
/proc/30565/task/30568/stat : 30568 (java) S 30563 30565 28953 0 -1 64 5168 0 0 0 16 2 0 0 16 0 12 0 145004234 1839702016 50134 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30569] ppid=30563 vsize=1796584 CPUtime=0.19
/proc/30565/task/30569/stat : 30569 (java) S 30563 30565 28953 0 -1 64 3489 0 0 0 18 1 0 0 16 0 12 0 145004234 1839702016 50134 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30570] ppid=30563 vsize=1796584 CPUtime=0
/proc/30565/task/30570/stat : 30570 (java) S 30563 30565 28953 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 145004237 1839702016 50134 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30571] ppid=30563 vsize=1796584 CPUtime=0
/proc/30565/task/30571/stat : 30571 (java) S 30563 30565 28953 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 145004237 1839702016 50134 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30572] ppid=30563 vsize=1796584 CPUtime=0
/proc/30565/task/30572/stat : 30572 (java) S 30563 30565 28953 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 145004237 1839702016 50134 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30573] ppid=30563 vsize=1796584 CPUtime=0
/proc/30565/task/30573/stat : 30573 (java) S 30563 30565 28953 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 145004241 1839702016 50134 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30574] ppid=30563 vsize=1796584 CPUtime=0.69
/proc/30565/task/30574/stat : 30574 (java) S 30563 30565 28953 0 -1 64 2211 0 0 0 68 1 0 0 16 0 12 0 145004241 1839702016 50134 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30575] ppid=30563 vsize=1796584 CPUtime=1
/proc/30565/task/30575/stat : 30575 (java) S 30563 30565 28953 0 -1 64 5295 0 0 0 98 2 0 0 16 0 12 0 145004241 1839702016 50134 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30576] ppid=30563 vsize=1796584 CPUtime=0
/proc/30565/task/30576/stat : 30576 (java) S 30563 30565 28953 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145004241 1839702016 50134 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30577] ppid=30563 vsize=1796584 CPUtime=0
/proc/30565/task/30577/stat : 30577 (java) S 30563 30565 28953 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145004241 1839702016 50134 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 1796584

[startup+6.30112 s]
/proc/loadavg: 1.15 1.03 1.01 3/76 30577
/proc/meminfo: memFree=1187928/2055920 swapFree=4184568/4192956
[pid=30565] ppid=30563 vsize=1797672 CPUtime=8.42
/proc/30565/stat : 30565 (java) S 30563 30565 28953 0 -1 0 73245 0 1 0 809 33 0 0 18 0 12 0 145004232 1840816128 66518 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30565/statm: 449418 66518 1334 9 0 447030 0
[pid=30565/tid=30567] ppid=30563 vsize=1797672 CPUtime=4.74
/proc/30565/task/30567/stat : 30567 (java) R 30563 30565 28953 0 -1 64 37724 0 1 0 458 16 0 0 23 0 12 0 145004233 1840816128 66518 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109213162 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30568] ppid=30563 vsize=1797672 CPUtime=0.88
/proc/30565/task/30568/stat : 30568 (java) S 30563 30565 28953 0 -1 64 13658 0 0 0 82 6 0 0 16 0 12 0 145004234 1840816128 66518 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30569] ppid=30563 vsize=1797672 CPUtime=0.9
/proc/30565/task/30569/stat : 30569 (java) S 30563 30565 28953 0 -1 64 13592 0 0 0 85 5 0 0 18 0 12 0 145004234 1840816128 66518 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30570] ppid=30563 vsize=1797672 CPUtime=0
/proc/30565/task/30570/stat : 30570 (java) S 30563 30565 28953 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 145004237 1840816128 66518 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30571] ppid=30563 vsize=1797672 CPUtime=0
/proc/30565/task/30571/stat : 30571 (java) S 30563 30565 28953 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 145004237 1840816128 66518 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30572] ppid=30563 vsize=1797672 CPUtime=0
/proc/30565/task/30572/stat : 30572 (java) S 30563 30565 28953 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 145004237 1840816128 66518 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30573] ppid=30563 vsize=1797672 CPUtime=0
/proc/30565/task/30573/stat : 30573 (java) S 30563 30565 28953 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 145004241 1840816128 66518 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30574] ppid=30563 vsize=1797672 CPUtime=0.77
/proc/30565/task/30574/stat : 30574 (java) S 30563 30565 28953 0 -1 64 2229 0 0 0 76 1 0 0 17 0 12 0 145004241 1840816128 66518 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30575] ppid=30563 vsize=1797672 CPUtime=1.09
/proc/30565/task/30575/stat : 30575 (java) S 30563 30565 28953 0 -1 64 5317 0 0 0 107 2 0 0 17 0 12 0 145004241 1840816128 66518 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30576] ppid=30563 vsize=1797672 CPUtime=0
/proc/30565/task/30576/stat : 30576 (java) S 30563 30565 28953 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145004241 1840816128 66518 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30577] ppid=30563 vsize=1797672 CPUtime=0
/proc/30565/task/30577/stat : 30577 (java) S 30563 30565 28953 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145004241 1840816128 66518 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.42
Current children cumulated vsize (KiB) 1797672

[startup+12.7014 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 30578
/proc/meminfo: memFree=1151440/2055920 swapFree=4184568/4192956
[pid=30565] ppid=30563 vsize=1797996 CPUtime=16.4
/proc/30565/stat : 30565 (java) S 30563 30565 28953 0 -1 0 84812 0 1 0 1602 38 0 0 18 0 13 0 145004232 1841147904 74541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30565/statm: 449499 74541 1335 9 0 447111 0
[pid=30565/tid=30567] ppid=30563 vsize=1797996 CPUtime=9.82
/proc/30565/task/30567/stat : 30567 (java) R 30563 30565 28953 0 -1 64 37760 0 1 0 966 16 0 0 25 0 13 0 145004233 1841147904 74541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109583785 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30568] ppid=30563 vsize=1797996 CPUtime=1.98
/proc/30565/task/30568/stat : 30568 (java) S 30563 30565 28953 0 -1 64 18507 0 0 0 190 8 0 0 15 0 13 0 145004234 1841147904 74541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30569] ppid=30563 vsize=1797996 CPUtime=1.97
/proc/30565/task/30569/stat : 30569 (java) S 30563 30565 28953 0 -1 64 20229 0 0 0 189 8 0 0 16 0 13 0 145004234 1841147904 74541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30570] ppid=30563 vsize=1797996 CPUtime=0
/proc/30565/task/30570/stat : 30570 (java) S 30563 30565 28953 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 145004237 1841147904 74541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30571] ppid=30563 vsize=1797996 CPUtime=0
/proc/30565/task/30571/stat : 30571 (java) S 30563 30565 28953 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145004237 1841147904 74541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30572] ppid=30563 vsize=1797996 CPUtime=0
/proc/30565/task/30572/stat : 30572 (java) S 30563 30565 28953 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145004237 1841147904 74541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30573] ppid=30563 vsize=1797996 CPUtime=0
/proc/30565/task/30573/stat : 30573 (java) S 30563 30565 28953 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 145004241 1841147904 74541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30574] ppid=30563 vsize=1797996 CPUtime=1.19
/proc/30565/task/30574/stat : 30574 (java) S 30563 30565 28953 0 -1 64 2253 0 0 0 118 1 0 0 17 0 13 0 145004241 1841147904 74541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30575] ppid=30563 vsize=1797996 CPUtime=1.38
/proc/30565/task/30575/stat : 30575 (java) S 30563 30565 28953 0 -1 64 5330 0 0 0 136 2 0 0 16 0 13 0 145004241 1841147904 74541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30576] ppid=30563 vsize=1797996 CPUtime=0
/proc/30565/task/30576/stat : 30576 (java) S 30563 30565 28953 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145004241 1841147904 74541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30577] ppid=30563 vsize=1797996 CPUtime=0
/proc/30565/task/30577/stat : 30577 (java) S 30563 30565 28953 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145004241 1841147904 74541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30578] ppid=30563 vsize=1797996 CPUtime=0
/proc/30565/task/30578/stat : 30578 (java) S 30563 30565 28953 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 145004931 1841147904 74541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.4
Current children cumulated vsize (KiB) 1797996

[startup+25.5011 s]
/proc/loadavg: 1.10 1.03 1.01 2/77 30578
/proc/meminfo: memFree=1184720/2055920 swapFree=4184568/4192956
[pid=30565] ppid=30563 vsize=1800044 CPUtime=29.7
/proc/30565/stat : 30565 (java) S 30563 30565 28953 0 -1 0 86732 0 1 0 2929 41 0 0 18 0 13 0 145004232 1843245056 66540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30565/statm: 450011 66540 1335 9 0 447623 0
[pid=30565/tid=30567] ppid=30563 vsize=1800044 CPUtime=22.34
/proc/30565/task/30567/stat : 30567 (java) R 30563 30565 28953 0 -1 64 37793 0 1 0 2218 16 0 0 25 0 13 0 145004233 1843245056 66540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109996707 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30568] ppid=30563 vsize=1800044 CPUtime=2.09
/proc/30565/task/30568/stat : 30568 (java) S 30563 30565 28953 0 -1 64 18796 0 0 0 201 8 0 0 16 0 13 0 145004234 1843245056 66540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30569] ppid=30563 vsize=1800044 CPUtime=2.09
/proc/30565/task/30569/stat : 30569 (java) S 30563 30565 28953 0 -1 64 20565 0 0 0 200 9 0 0 16 0 13 0 145004234 1843245056 66540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30570] ppid=30563 vsize=1800044 CPUtime=0.02
/proc/30565/task/30570/stat : 30570 (java) S 30563 30565 28953 0 -1 64 36 0 0 0 1 1 0 0 17 0 13 0 145004237 1843245056 66540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30571] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30571/stat : 30571 (java) S 30563 30565 28953 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145004237 1843245056 66540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30572] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30572/stat : 30572 (java) S 30563 30565 28953 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145004237 1843245056 66540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=30565/tid=30570] ppid=30563 vsize=1800044 CPUtime=0.61
/proc/30565/task/30570/stat : 30570 (java) S 30563 30565 28953 0 -1 64 187 0 0 0 33 28 0 0 16 0 13 0 145004237 1843245056 106488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30571] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30571/stat : 30571 (java) S 30563 30565 28953 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145004237 1843245056 106488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30572] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30572/stat : 30572 (java) S 30563 30565 28953 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145004237 1843245056 106488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30573] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30573/stat : 30573 (java) S 30563 30565 28953 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 145004241 1843245056 106488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30574] ppid=30563 vsize=1800044 CPUtime=1.88
/proc/30565/task/30574/stat : 30574 (java) S 30563 30565 28953 0 -1 64 3530 0 0 0 187 1 0 0 16 0 13 0 145004241 1843245056 106488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30575] ppid=30563 vsize=1800044 CPUtime=2.02
/proc/30565/task/30575/stat : 30575 (java) S 30563 30565 28953 0 -1 64 6585 0 0 0 199 3 0 0 16 0 13 0 145004241 1843245056 106488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30576] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30576/stat : 30576 (java) S 30563 30565 28953 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145004241 1843245056 106488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30577] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30577/stat : 30577 (java) S 30563 30565 28953 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145004241 1843245056 106488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30578] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30578/stat : 30578 (java) S 30563 30565 28953 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 145004931 1843245056 106488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1559.45
Current children cumulated vsize (KiB) 1800044

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 30580
/proc/meminfo: memFree=1009680/2055920 swapFree=4184568/4192956
[pid=30565] ppid=30563 vsize=1800044 CPUtime=1619.99
/proc/30565/stat : 30565 (java) S 30563 30565 28953 0 -1 0 193263 0 1 0 161847 152 0 0 18 0 13 0 145004232 1843245056 110158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30565/statm: 450011 110158 1335 9 0 447623 0
[pid=30565/tid=30567] ppid=30563 vsize=1800044 CPUtime=1582.66
/proc/30565/task/30567/stat : 30567 (java) R 30563 30565 28953 0 -1 64 97983 0 1 0 158219 47 0 0 25 0 13 0 145004233 1843245056 110158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109990609 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30568] ppid=30563 vsize=1800044 CPUtime=16.38
/proc/30565/task/30568/stat : 30568 (java) S 30563 30565 28953 0 -1 64 40945 0 0 0 1602 36 0 0 15 0 13 0 145004234 1843245056 110158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30569] ppid=30563 vsize=1800044 CPUtime=16.35
/proc/30565/task/30569/stat : 30569 (java) S 30563 30565 28953 0 -1 64 43303 0 0 0 1603 32 0 0 16 0 13 0 145004234 1843245056 110158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30570] ppid=30563 vsize=1800044 CPUtime=0.63
/proc/30565/task/30570/stat : 30570 (java) S 30563 30565 28953 0 -1 64 195 0 0 0 34 29 0 0 15 0 13 0 145004237 1843245056 110158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30571] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30571/stat : 30571 (java) S 30563 30565 28953 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145004237 1843245056 110158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30572] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30572/stat : 30572 (java) S 30563 30565 28953 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145004237 1843245056 110158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30573] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30573/stat : 30573 (java) S 30563 30565 28953 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 145004241 1843245056 110158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30574] ppid=30563 vsize=1800044 CPUtime=1.88
/proc/30565/task/30574/stat : 30574 (java) S 30563 30565 28953 0 -1 64 3530 0 0 0 187 1 0 0 16 0 13 0 145004241 1843245056 110158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30575] ppid=30563 vsize=1800044 CPUtime=2.02
/proc/30565/task/30575/stat : 30575 (java) S 30563 30565 28953 0 -1 64 6585 0 0 0 199 3 0 0 16 0 13 0 145004241 1843245056 110158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30576] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30576/stat : 30576 (java) S 30563 30565 28953 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145004241 1843245056 110158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30577] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30577/stat : 30577 (java) S 30563 30565 28953 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145004241 1843245056 110158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30578] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30578/stat : 30578 (java) S 30563 30565 28953 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 145004931 1843245056 110158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1619.99
Current children cumulated vsize (KiB) 1800044

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 30580
/proc/meminfo: memFree=1001296/2055920 swapFree=4184568/4192956
[pid=30565] ppid=30563 vsize=1800044 CPUtime=1680.57
/proc/30565/stat : 30565 (java) S 30563 30565 28953 0 -1 0 196411 0 1 0 167900 157 0 0 18 0 13 0 145004232 1843245056 112274 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30565/statm: 450011 112274 1335 9 0 447623 0
[pid=30565/tid=30567] ppid=30563 vsize=1800044 CPUtime=1641.94
/proc/30565/task/30567/stat : 30567 (java) R 30563 30565 28953 0 -1 64 98699 0 1 0 164147 47 0 0 25 0 13 0 145004233 1843245056 112274 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109666065 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30568] ppid=30563 vsize=1800044 CPUtime=17.02
/proc/30565/task/30568/stat : 30568 (java) S 30563 30565 28953 0 -1 64 42068 0 0 0 1664 38 0 0 16 0 13 0 145004234 1843245056 112274 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30569] ppid=30563 vsize=1800044 CPUtime=16.98
/proc/30565/task/30569/stat : 30569 (java) S 30563 30565 28953 0 -1 64 44612 0 0 0 1664 34 0 0 16 0 13 0 145004234 1843245056 112274 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30570] ppid=30563 vsize=1800044 CPUtime=0.66
/proc/30565/task/30570/stat : 30570 (java) S 30563 30565 28953 0 -1 64 195 0 0 0 36 30 0 0 15 0 13 0 145004237 1843245056 112274 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30571] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30571/stat : 30571 (java) S 30563 30565 28953 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145004237 1843245056 112274 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30572] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30572/stat : 30572 (java) S 30563 30565 28953 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145004237 1843245056 112274 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30573] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30573/stat : 30573 (java) S 30563 30565 28953 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 145004241 1843245056 112274 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30574] ppid=30563 vsize=1800044 CPUtime=1.88
/proc/30565/task/30574/stat : 30574 (java) S 30563 30565 28953 0 -1 64 3530 0 0 0 187 1 0 0 16 0 13 0 145004241 1843245056 112274 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30575] ppid=30563 vsize=1800044 CPUtime=2.02
/proc/30565/task/30575/stat : 30575 (java) S 30563 30565 28953 0 -1 64 6585 0 0 0 199 3 0 0 16 0 13 0 145004241 1843245056 112274 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30576] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30576/stat : 30576 (java) S 30563 30565 28953 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145004241 1843245056 112274 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30577] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30577/stat : 30577 (java) S 30563 30565 28953 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145004241 1843245056 112274 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30578] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30578/stat : 30578 (java) S 30563 30565 28953 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 145004931 1843245056 112274 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1680.57
Current children cumulated vsize (KiB) 1800044

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 30580
/proc/meminfo: memFree=992912/2055920 swapFree=4184568/4192956
[pid=30565] ppid=30563 vsize=1800044 CPUtime=1741.13
/proc/30565/stat : 30565 (java) S 30563 30565 28953 0 -1 0 199155 0 1 0 173953 160 0 0 18 0 13 0 145004232 1843245056 114348 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30565/statm: 450011 114348 1335 9 0 447623 0
[pid=30565/tid=30567] ppid=30563 vsize=1800044 CPUtime=1701.23
/proc/30565/task/30567/stat : 30567 (java) R 30563 30565 28953 0 -1 64 99027 0 1 0 170075 48 0 0 25 0 13 0 145004233 1843245056 114348 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109583268 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30568] ppid=30563 vsize=1800044 CPUtime=17.65
/proc/30565/task/30568/stat : 30568 (java) S 30563 30565 28953 0 -1 64 42903 0 0 0 1726 39 0 0 16 0 13 0 145004234 1843245056 114348 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30569] ppid=30563 vsize=1800044 CPUtime=17.62
/proc/30565/task/30569/stat : 30569 (java) S 30563 30565 28953 0 -1 64 46193 0 0 0 1727 35 0 0 15 0 13 0 145004234 1843245056 114348 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30570] ppid=30563 vsize=1800044 CPUtime=0.67
/proc/30565/task/30570/stat : 30570 (java) S 30563 30565 28953 0 -1 64 195 0 0 0 37 30 0 0 16 0 13 0 145004237 1843245056 114348 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30571] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30571/stat : 30571 (java) S 30563 30565 28953 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145004237 1843245056 114348 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30572] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30572/stat : 30572 (java) S 30563 30565 28953 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145004237 1843245056 114348 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30573] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30573/stat : 30573 (java) S 30563 30565 28953 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 145004241 1843245056 114348 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30574] ppid=30563 vsize=1800044 CPUtime=1.88
/proc/30565/task/30574/stat : 30574 (java) S 30563 30565 28953 0 -1 64 3530 0 0 0 187 1 0 0 16 0 13 0 145004241 1843245056 114348 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30575] ppid=30563 vsize=1800044 CPUtime=2.02
/proc/30565/task/30575/stat : 30575 (java) S 30563 30565 28953 0 -1 64 6585 0 0 0 199 3 0 0 16 0 13 0 145004241 1843245056 114348 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30576] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30576/stat : 30576 (java) S 30563 30565 28953 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145004241 1843245056 114348 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30577] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30577/stat : 30577 (java) S 30563 30565 28953 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145004241 1843245056 114348 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30578] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30578/stat : 30578 (java) S 30563 30565 28953 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 145004931 1843245056 114348 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1741.13
Current children cumulated vsize (KiB) 1800044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.6 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 30580
/proc/meminfo: memFree=984272/2055920 swapFree=4184568/4192956
[pid=30565] ppid=30563 vsize=1800044 CPUtime=1800.01
/proc/30565/stat : 30565 (java) S 30563 30565 28953 0 -1 0 203486 0 1 0 179835 166 0 0 18 0 13 0 145004232 1843245056 116476 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30565/statm: 450011 116476 1335 9 0 447623 0
[pid=30565/tid=30567] ppid=30563 vsize=1800044 CPUtime=1758.82
/proc/30565/task/30567/stat : 30567 (java) R 30563 30565 28953 0 -1 64 100503 0 1 0 175833 49 0 0 19 0 13 0 145004233 1843245056 116476 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109582872 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30568] ppid=30563 vsize=1800044 CPUtime=18.27
/proc/30565/task/30568/stat : 30568 (java) S 30563 30565 28953 0 -1 64 44125 0 0 0 1788 39 0 0 16 0 13 0 145004234 1843245056 116476 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30569] ppid=30563 vsize=1800044 CPUtime=18.25
/proc/30565/task/30569/stat : 30569 (java) S 30563 30565 28953 0 -1 64 47822 0 0 0 1787 38 0 0 16 0 13 0 145004234 1843245056 116476 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30570] ppid=30563 vsize=1800044 CPUtime=0.69
/proc/30565/task/30570/stat : 30570 (java) S 30563 30565 28953 0 -1 64 199 0 0 0 38 31 0 0 16 0 13 0 145004237 1843245056 116476 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30571] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30571/stat : 30571 (java) S 30563 30565 28953 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145004237 1843245056 116476 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30572] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30572/stat : 30572 (java) S 30563 30565 28953 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145004237 1843245056 116476 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30573] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30573/stat : 30573 (java) S 30563 30565 28953 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 145004241 1843245056 116476 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30574] ppid=30563 vsize=1800044 CPUtime=1.88
/proc/30565/task/30574/stat : 30574 (java) S 30563 30565 28953 0 -1 64 3530 0 0 0 187 1 0 0 16 0 13 0 145004241 1843245056 116476 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30575] ppid=30563 vsize=1800044 CPUtime=2.02
/proc/30565/task/30575/stat : 30575 (java) S 30563 30565 28953 0 -1 64 6585 0 0 0 199 3 0 0 16 0 13 0 145004241 1843245056 116476 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30576] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30576/stat : 30576 (java) S 30563 30565 28953 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145004241 1843245056 116476 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30565/tid=30577] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30577/stat : 30577 (java) S 30563 30565 28953 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145004241 1843245056 116476 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30565/tid=30578] ppid=30563 vsize=1800044 CPUtime=0
/proc/30565/task/30578/stat : 30578 (java) S 30563 30565 28953 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 145004931 1843245056 116476 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1800044

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

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

[startup+1780.71 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 30580
/proc/meminfo: memFree=984272/2055920 swapFree=4184568/4192956
[pid=30565] ppid=30563 vsize=0 CPUtime=1800.12
/proc/30565/stat : 30565 (java) Z 30563 30565 28953 0 -1 1036 203507 0 1 0 179839 173 0 0 16 0 2 0 145004232 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30565/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1780.72
CPU time (s): 1800.14
CPU user time (s): 1798.4
CPU system time (s): 1.73773
CPU usage (%): 101.09
Max. virtual memory (cumulated for all children) (KiB): 1801376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.4
system time used= 1.73773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203507
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63681
involuntary context switches= 36532

runsolver used 2.02469 second user time and 5.2682 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Mon Apr 16 02:22:27 UTC 2007

IDJOB= 353989
IDBENCH= 2307
IDSOLVER= 160
FILE ID= node66/353989-1176690146

PBS_JOBID= 4559970

Free space on /tmp= 66489 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  35c934e0cd42ffa30810ffe35ff61781

RANDOM SEED= 837722160

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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:       1446864 kB
Buffers:         43104 kB
Cached:         459028 kB
SwapCached:       2156 kB
Active:         192520 kB
Inactive:       333748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1446864 kB
SwapTotal:     4192956 kB
SwapFree:      4184568 kB
Dirty:           12288 kB
Writeback:           0 kB
Mapped:          29624 kB
Slab:            68736 kB
Committed_AS:   737188 kB
PageTables:       1412 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= 66489 MiB

End job on node66 on Mon Apr 16 02:52:09 UTC 2007