Trace number 355039

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.14 1758.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_16.opb
MD5SUM6e5141f298d85d1f18641c02d22506a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark222
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 222
Optimality of the best value was proved NO
Number of variables5570
Total number of constraints10896
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10895
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 9
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 375
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1908
Number of bits of the biggest sum of numbers11
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.16/1.46	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16/1.46	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16/1.46	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16/1.47	c no version file found!!!
0.16/1.47	c sun.arch.data.model	32
0.16/1.47	c java.version	1.6.0
0.16/1.47	c os.name	Linux
0.16/1.47	c os.version	2.6.9-22.EL.rootsmp
0.16/1.47	c os.arch	i386
0.16/1.47	c Free memory 1651659224
0.16/1.47	c Max memory 1654456320
0.16/1.47	c Total memory 1654456320
0.16/1.47	c Number of processors 2
0.22/1.55	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.22/1.55	--- Begin Solver configuration ---
0.22/1.55	c Stops conflict analysis at the first Unique Implication Point
0.22/1.55	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.22/1.55	c Learn all clauses as in MiniSAT
0.22/1.55	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.22/1.55	c VSIDS like heuristics from MiniSAT using a heap
0.22/1.55	c No reason simplification
0.22/1.55	c --- End Solver configuration ---
0.22/1.55	c Simplify asserted PB constraints to clauses
0.22/1.55	c solving /tmp/evaluation/355039-1176756171/instance-355039-1176756171.opb
0.22/1.55	c reading problem ... 
4.94/4.71	c ... done. Wall clock time 3.162s.
4.94/4.71	c CPU time (experimental) 2.49s.
4.94/4.71	c #vars     5570
4.94/4.71	c #constraints  10895
1800.01/1758.51	c starts		: 2
1800.01/1758.51	c conflicts		: 64962
1800.01/1758.51	c decisions		: 80496
1800.01/1758.51	c propagations		: 5122614
1800.01/1758.51	c inspects		: 837636079
1800.01/1758.51	c learnt literals	: 0
1800.01/1758.51	c learnt binary clauses	: 0
1800.01/1758.51	c learnt ternary clauses	: 0
1800.01/1758.51	c learnt clauses	: 64961
1800.01/1758.51	c root simplifications	: 0
1800.01/1758.51	c removed literals (reason simplification)	: 0
1800.01/1758.51	c reason swapping (by a shorter reason)	: 0
1800.01/1758.51	c Calls to reduceDB	: 0
1800.01/1758.51	c speed (decisions/second)	: 45.8983116564697
1800.01/1758.51	c non guided choices	5475
1800.01/1758.51	s UNKNOWN
1800.01/1758.51	c Total wall clock time (ms): 1756.966

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.97 2/77 391
/proc/meminfo: memFree=1865096/2055920 swapFree=4120380/4192956
[pid=391] ppid=389 vsize=18568 CPUtime=0
/proc/391/stat : 391 (runsolver) D 389 391 32352 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 123532617 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 266134416679 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/391/statm: 4642 292 257 24 0 2626 0

[startup+0.023712 s]
/proc/loadavg: 0.92 0.97 0.97 2/77 391
/proc/meminfo: memFree=1865096/2055920 swapFree=4120380/4192956
[pid=391] ppid=389 vsize=18568 CPUtime=0
/proc/391/stat : 391 (runsolver) D 389 391 32352 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 123532617 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 266134416679 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/391/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.101798 s]
/proc/loadavg: 0.92 0.97 0.97 2/77 391
/proc/meminfo: memFree=1865096/2055920 swapFree=4120380/4192956
[pid=391] ppid=389 vsize=12056 CPUtime=0.01
/proc/391/stat : 391 (java) D 389 391 32352 0 -1 0 353 0 20 0 0 1 0 0 18 0 1 0 123532617 12345344 181 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 1434410 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/391/statm: 3014 183 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.301747 s]
/proc/loadavg: 0.92 0.97 0.97 2/77 391
/proc/meminfo: memFree=1865096/2055920 swapFree=4120380/4192956
[pid=391] ppid=389 vsize=1777712 CPUtime=0.07
/proc/391/stat : 391 (java) S 389 391 32352 0 -1 0 3518 0 52 0 3 4 0 0 18 0 7 0 123532617 1820377088 3313 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/391/statm: 444428 3313 1061 9 0 442064 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777712

[startup+0.701792 s]
/proc/loadavg: 0.92 0.97 0.97 2/77 391
/proc/meminfo: memFree=1865096/2055920 swapFree=4120380/4192956
[pid=391] ppid=389 vsize=1777708 CPUtime=0.09
/proc/391/stat : 391 (java) S 389 391 32352 0 -1 0 3719 0 52 0 5 4 0 0 18 0 7 0 123532617 1820372992 3513 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/391/statm: 444427 3513 1085 9 0 442063 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1777708

[startup+1.50678 s]
/proc/loadavg: 0.92 0.97 0.97 1/89 403
/proc/meminfo: memFree=1844968/2055920 swapFree=4120380/4192956
[pid=391] ppid=389 vsize=1781492 CPUtime=0.22
/proc/391/stat : 391 (java) S 389 391 32352 0 -1 0 4697 0 52 0 17 5 0 0 18 0 12 0 123532617 1824247808 4487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/391/statm: 445373 4487 1243 9 0 442984 0
[pid=391/tid=393] ppid=389 vsize=1781492 CPUtime=0.18
/proc/391/task/393/stat : 393 (java) R 389 391 32352 0 -1 64 3652 0 11 0 14 4 0 0 18 0 12 0 123532630 1824247808 4487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109201983 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=394] ppid=389 vsize=1781492 CPUtime=0
/proc/391/task/394/stat : 394 (java) S 389 391 32352 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 123532640 1824247808 4487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=395] ppid=389 vsize=1781492 CPUtime=0
/proc/391/task/395/stat : 395 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 123532640 1824247808 4487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=396] ppid=389 vsize=1781492 CPUtime=0
/proc/391/task/396/stat : 396 (java) S 389 391 32352 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 123532644 1824247808 4487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=397] ppid=389 vsize=1781492 CPUtime=0
/proc/391/task/397/stat : 397 (java) S 389 391 32352 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 123532645 1824247808 4487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=398] ppid=389 vsize=1781492 CPUtime=0
/proc/391/task/398/stat : 398 (java) S 389 391 32352 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 123532645 1824247808 4487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=399] ppid=389 vsize=1781492 CPUtime=0
/proc/391/task/399/stat : 399 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 123532713 1824247808 4487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=400] ppid=389 vsize=1781492 CPUtime=0.01
/proc/391/task/400/stat : 400 (java) R 389 391 32352 0 -1 64 231 0 0 0 1 0 0 0 16 0 12 0 123532713 1824247808 4487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105421831 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=401] ppid=389 vsize=1781492 CPUtime=0.01
/proc/391/task/401/stat : 401 (java) S 389 391 32352 0 -1 64 133 0 0 0 1 0 0 0 15 0 12 0 123532713 1824247808 4487 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=402] ppid=389 vsize=1781492 CPUtime=0
/proc/391/task/402/stat : 402 (java) S 389 391 32352 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 123532713 1824247808 4492 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=403] ppid=389 vsize=1781492 CPUtime=0
/proc/391/task/403/stat : 403 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 123532713 1824247808 4495 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1781492

[startup+3.10207 s]
/proc/loadavg: 0.92 0.97 0.97 4/89 403
/proc/meminfo: memFree=1828392/2055920 swapFree=4120380/4192956
[pid=391] ppid=389 vsize=1794176 CPUtime=2.99
/proc/391/stat : 391 (java) S 389 391 32352 0 -1 0 30731 0 52 0 280 19 0 0 18 0 12 0 123532617 1837236224 24496 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/391/statm: 448544 24497 1311 9 0 446155 0
[pid=391/tid=393] ppid=389 vsize=1794176 CPUtime=1.2
/proc/391/task/393/stat : 393 (java) R 389 391 32352 0 -1 64 20397 0 11 0 108 12 0 0 18 0 12 0 123532630 1837236224 24498 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109559418 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=394] ppid=389 vsize=1794176 CPUtime=0
/proc/391/task/394/stat : 394 (java) S 389 391 32352 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 123532640 1837236224 24499 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=395] ppid=389 vsize=1794176 CPUtime=0
/proc/391/task/395/stat : 395 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 123532640 1837236224 24501 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=396] ppid=389 vsize=1794176 CPUtime=0
/proc/391/task/396/stat : 396 (java) S 389 391 32352 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 123532644 1837236224 24501 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=397] ppid=389 vsize=1794176 CPUtime=0
/proc/391/task/397/stat : 397 (java) S 389 391 32352 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 123532645 1837236224 24502 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=398] ppid=389 vsize=1794176 CPUtime=0
/proc/391/task/398/stat : 398 (java) S 389 391 32352 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 123532645 1837236224 24503 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=399] ppid=389 vsize=1794176 CPUtime=0
/proc/391/task/399/stat : 399 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 123532713 1837236224 24504 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=400] ppid=389 vsize=1794176 CPUtime=0.91
/proc/391/task/400/stat : 400 (java) S 389 391 32352 0 -1 64 5622 0 0 0 88 3 0 0 20 0 12 0 123532713 1837236224 24506 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=401] ppid=389 vsize=1794176 CPUtime=0.83
/proc/391/task/401/stat : 401 (java) S 389 391 32352 0 -1 64 4033 0 0 0 82 1 0 0 16 0 12 0 123532713 1837236224 24506 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=402] ppid=389 vsize=1794176 CPUtime=0
/proc/391/task/402/stat : 402 (java) S 389 391 32352 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 123532713 1837236224 24507 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=403] ppid=389 vsize=1794176 CPUtime=0
/proc/391/task/403/stat : 403 (java) R 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 123532713 1837236224 24508 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1794176

[startup+6.30246 s]
/proc/loadavg: 0.93 0.97 0.97 2/90 404
/proc/meminfo: memFree=1674528/2055920 swapFree=4120380/4192956
[pid=391] ppid=389 vsize=1795264 CPUtime=7.03
/proc/391/stat : 391 (java) S 389 391 32352 0 -1 0 61018 0 52 0 670 33 0 0 18 0 13 0 123532617 1838350336 52700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/391/statm: 448816 52700 1329 9 0 446427 0
[pid=391/tid=393] ppid=389 vsize=1795264 CPUtime=3.76
/proc/391/task/393/stat : 393 (java) R 389 391 32352 0 -1 64 37708 0 11 0 355 21 0 0 25 0 13 0 123532630 1838350336 52700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109551099 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=394] ppid=389 vsize=1795264 CPUtime=0.2
/proc/391/task/394/stat : 394 (java) S 389 391 32352 0 -1 64 5010 0 0 0 18 2 0 0 17 0 13 0 123532640 1838350336 52700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=395] ppid=389 vsize=1795264 CPUtime=0.19
/proc/391/task/395/stat : 395 (java) S 389 391 32352 0 -1 64 6114 0 0 0 17 2 0 0 18 0 13 0 123532640 1838350336 52700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=396] ppid=389 vsize=1795264 CPUtime=0
/proc/391/task/396/stat : 396 (java) S 389 391 32352 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 123532644 1838350336 52700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=397] ppid=389 vsize=1795264 CPUtime=0
/proc/391/task/397/stat : 397 (java) S 389 391 32352 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 123532645 1838350336 52700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=398] ppid=389 vsize=1795264 CPUtime=0
/proc/391/task/398/stat : 398 (java) S 389 391 32352 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 123532645 1838350336 52700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=399] ppid=389 vsize=1795264 CPUtime=0
/proc/391/task/399/stat : 399 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 123532713 1838350336 52700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=400] ppid=389 vsize=1795264 CPUtime=1.43
/proc/391/task/400/stat : 400 (java) S 389 391 32352 0 -1 64 6754 0 0 0 140 3 0 0 16 0 13 0 123532713 1838350336 52700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=401] ppid=389 vsize=1795264 CPUtime=1.4
/proc/391/task/401/stat : 401 (java) R 389 391 32352 0 -1 64 4741 0 0 0 138 2 0 0 16 0 13 0 123532713 1838350336 52700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103061989 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=402] ppid=389 vsize=1795264 CPUtime=0
/proc/391/task/402/stat : 402 (java) S 389 391 32352 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 123532713 1838350336 52700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=403] ppid=389 vsize=1795264 CPUtime=0
/proc/391/task/403/stat : 403 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123532713 1838350336 52700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=404] ppid=389 vsize=1795264 CPUtime=0
/proc/391/task/404/stat : 404 (java) S 389 391 32352 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 123533090 1838350336 52700 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 1795264

[startup+12.7022 s]
/proc/loadavg: 0.93 0.97 0.97 2/90 404
/proc/meminfo: memFree=1641056/2055920 swapFree=4120380/4192956
[pid=391] ppid=389 vsize=1795136 CPUtime=14.6
/proc/391/stat : 391 (java) S 389 391 32352 0 -1 0 64052 0 52 0 1425 35 0 0 18 0 13 0 123532617 1838219264 54537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/391/statm: 448784 54537 1332 9 0 446395 0
[pid=391/tid=393] ppid=389 vsize=1795136 CPUtime=9.44
/proc/391/task/393/stat : 393 (java) R 389 391 32352 0 -1 64 37717 0 11 0 923 21 0 0 23 0 13 0 123532630 1838219264 54537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109926741 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=394] ppid=389 vsize=1795136 CPUtime=0.78
/proc/391/task/394/stat : 394 (java) S 389 391 32352 0 -1 64 5986 0 0 0 76 2 0 0 16 0 13 0 123532640 1838219264 54537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=395] ppid=389 vsize=1795136 CPUtime=0.78
/proc/391/task/395/stat : 395 (java) S 389 391 32352 0 -1 64 7003 0 0 0 76 2 0 0 17 0 13 0 123532640 1838219264 54537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=396] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/396/stat : 396 (java) S 389 391 32352 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 123532644 1838219264 54537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=397] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/397/stat : 397 (java) S 389 391 32352 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 123532645 1838219264 54537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=398] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/398/stat : 398 (java) S 389 391 32352 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 123532645 1838219264 54537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=399] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/399/stat : 399 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 123532713 1838219264 54537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=400] ppid=389 vsize=1795136 CPUtime=1.73
/proc/391/task/400/stat : 400 (java) S 389 391 32352 0 -1 64 6788 0 0 0 170 3 0 0 16 0 13 0 123532713 1838219264 54537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=401] ppid=389 vsize=1795136 CPUtime=1.79
/proc/391/task/401/stat : 401 (java) S 389 391 32352 0 -1 64 5867 0 0 0 177 2 0 0 16 0 13 0 123532713 1838219264 54537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=402] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/402/stat : 402 (java) S 389 391 32352 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 123532713 1838219264 54537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=403] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/403/stat : 403 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123532713 1838219264 54537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=404] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/404/stat : 404 (java) S 389 391 32352 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 123533090 1838219264 54537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.6
Current children cumulated vsize (KiB) 1795136

[startup+25.5017 s]
/proc/loadavg: 0.95 0.97 0.97 2/90 404
/proc/meminfo: memFree=1619104/2055920 swapFree=4120380/4192956
[pid=391] ppid=389 vsize=1795136 CPUtime=27.71
/proc/391/stat : 391 (java) S 389 391 32352 0 -1 0 71979 0 52 0 2734 37 0 0 18 0 13 0 123532617 1838219264 59925 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/391/statm: 448784 59925 1332 9 0 446395 0
[pid=391/tid=393] ppid=389 vsize=1795136 CPUtime=21.89
/proc/391/task/393/stat : 393 (java) R 389 391 32352 0 -1 64 37732 0 11 0 2168 21 0 0 16 0 13 0 123532630 1838219264 59925 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109551114 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=394] ppid=389 vsize=1795136 CPUtime=1.11
/proc/391/task/394/stat : 394 (java) S 389 391 32352 0 -1 64 11436 0 0 0 107 4 0 0 16 0 13 0 123532640 1838219264 59925 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=395] ppid=389 vsize=1795136 CPUtime=1.12
/proc/391/task/395/stat : 395 (java) S 389 391 32352 0 -1 64 9465 0 0 0 109 3 0 0 16 0 13 0 123532640 1838219264 59925 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=396] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/396/stat : 396 (java) S 389 391 32352 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 123532644 1838219264 59925 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=397] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/397/stat : 397 (java) S 389 391 32352 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 123532645 1838219264 59925 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=391/tid=396] ppid=389 vsize=1795136 CPUtime=0.17
/proc/391/task/396/stat : 396 (java) S 389 391 32352 0 -1 64 16 0 0 0 11 6 0 0 16 0 13 0 123532644 1838219264 108043 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=397] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/397/stat : 397 (java) S 389 391 32352 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 123532645 1838219264 108043 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=398] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/398/stat : 398 (java) S 389 391 32352 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 123532645 1838219264 108043 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=399] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/399/stat : 399 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 123532713 1838219264 108043 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=400] ppid=389 vsize=1795136 CPUtime=1.85
/proc/391/task/400/stat : 400 (java) S 389 391 32352 0 -1 64 6790 0 0 0 182 3 0 0 16 0 13 0 123532713 1838219264 108043 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=401] ppid=389 vsize=1795136 CPUtime=1.83
/proc/391/task/401/stat : 401 (java) S 389 391 32352 0 -1 64 5867 0 0 0 181 2 0 0 16 0 13 0 123532713 1838219264 108043 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=402] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/402/stat : 402 (java) S 389 391 32352 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 123532713 1838219264 108043 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=403] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/403/stat : 403 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123532713 1838219264 108043 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=404] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/404/stat : 404 (java) S 389 391 32352 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 123533090 1838219264 108043 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1577.03
Current children cumulated vsize (KiB) 1795136

[startup+1602.3 s]
/proc/loadavg: 1.06 1.03 1.00 3/90 602
/proc/meminfo: memFree=1418464/2055920 swapFree=4121088/4192956
[pid=391] ppid=389 vsize=1795136 CPUtime=1638.84
/proc/391/stat : 391 (java) S 389 391 32352 0 -1 0 126692 0 52 0 163797 87 0 0 18 0 13 0 123532617 1838219264 109796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/391/statm: 448784 109796 1334 9 0 446395 0
[pid=391/tid=393] ppid=389 vsize=1795136 CPUtime=1562.64
/proc/391/task/393/stat : 393 (java) R 389 391 32352 0 -1 64 38475 0 11 0 156229 35 0 0 25 0 13 0 123532630 1838219264 109796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109927035 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=394] ppid=389 vsize=1795136 CPUtime=36.13
/proc/391/task/394/stat : 394 (java) S 389 391 32352 0 -1 64 38931 0 0 0 3594 19 0 0 16 0 13 0 123532640 1838219264 109796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=395] ppid=389 vsize=1795136 CPUtime=36.12
/proc/391/task/395/stat : 395 (java) S 389 391 32352 0 -1 64 35931 0 0 0 3596 16 0 0 16 0 13 0 123532640 1838219264 109796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=396] ppid=389 vsize=1795136 CPUtime=0.18
/proc/391/task/396/stat : 396 (java) S 389 391 32352 0 -1 64 16 0 0 0 12 6 0 0 15 0 13 0 123532644 1838219264 109796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=397] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/397/stat : 397 (java) S 389 391 32352 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 123532645 1838219264 109796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=398] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/398/stat : 398 (java) S 389 391 32352 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 123532645 1838219264 109796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=399] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/399/stat : 399 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 123532713 1838219264 109796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=400] ppid=389 vsize=1795136 CPUtime=1.85
/proc/391/task/400/stat : 400 (java) S 389 391 32352 0 -1 64 6790 0 0 0 182 3 0 0 16 0 13 0 123532713 1838219264 109796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=401] ppid=389 vsize=1795136 CPUtime=1.83
/proc/391/task/401/stat : 401 (java) S 389 391 32352 0 -1 64 5867 0 0 0 181 2 0 0 16 0 13 0 123532713 1838219264 109796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=402] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/402/stat : 402 (java) S 389 391 32352 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 123532713 1838219264 109796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=403] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/403/stat : 403 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123532713 1838219264 109796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=404] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/404/stat : 404 (java) S 389 391 32352 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 123533090 1838219264 109796 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1638.84
Current children cumulated vsize (KiB) 1795136

[startup+1662.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 602
/proc/meminfo: memFree=1408096/2055920 swapFree=4121088/4192956
[pid=391] ppid=389 vsize=1795136 CPUtime=1700.71
/proc/391/stat : 391 (java) S 389 391 32352 0 -1 0 129373 0 52 0 169982 89 0 0 18 0 13 0 123532617 1838219264 112292 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/391/statm: 448784 112292 1334 9 0 446395 0
[pid=391/tid=393] ppid=389 vsize=1795136 CPUtime=1620.7
/proc/391/task/393/stat : 393 (java) R 389 391 32352 0 -1 64 38503 0 11 0 162035 35 0 0 24 0 13 0 123532630 1838219264 112292 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109945114 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=394] ppid=389 vsize=1795136 CPUtime=38.03
/proc/391/task/394/stat : 394 (java) S 389 391 32352 0 -1 64 40288 0 0 0 3783 20 0 0 17 0 13 0 123532640 1838219264 112292 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=395] ppid=389 vsize=1795136 CPUtime=38.01
/proc/391/task/395/stat : 395 (java) S 389 391 32352 0 -1 64 37227 0 0 0 3785 16 0 0 16 0 13 0 123532640 1838219264 112292 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=396] ppid=389 vsize=1795136 CPUtime=0.19
/proc/391/task/396/stat : 396 (java) S 389 391 32352 0 -1 64 16 0 0 0 12 7 0 0 16 0 13 0 123532644 1838219264 112292 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=397] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/397/stat : 397 (java) S 389 391 32352 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 123532645 1838219264 112292 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=398] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/398/stat : 398 (java) S 389 391 32352 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 123532645 1838219264 112292 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=399] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/399/stat : 399 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 123532713 1838219264 112292 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=400] ppid=389 vsize=1795136 CPUtime=1.85
/proc/391/task/400/stat : 400 (java) S 389 391 32352 0 -1 64 6790 0 0 0 182 3 0 0 16 0 13 0 123532713 1838219264 112292 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=401] ppid=389 vsize=1795136 CPUtime=1.83
/proc/391/task/401/stat : 401 (java) S 389 391 32352 0 -1 64 5867 0 0 0 181 2 0 0 16 0 13 0 123532713 1838219264 112292 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=402] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/402/stat : 402 (java) S 389 391 32352 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 123532713 1838219264 112292 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=403] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/403/stat : 403 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123532713 1838219264 112292 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=404] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/404/stat : 404 (java) S 389 391 32352 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 123533090 1838219264 112292 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1700.71
Current children cumulated vsize (KiB) 1795136

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 602
/proc/meminfo: memFree=1399520/2055920 swapFree=4121152/4192956
[pid=391] ppid=389 vsize=1795136 CPUtime=1762.65
/proc/391/stat : 391 (java) S 389 391 32352 0 -1 0 131780 0 52 0 176174 91 0 0 18 0 13 0 123532617 1838219264 114533 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/391/statm: 448784 114533 1334 9 0 446395 0
[pid=391/tid=393] ppid=389 vsize=1795136 CPUtime=1678.72
/proc/391/task/393/stat : 393 (java) R 389 391 32352 0 -1 64 38531 0 11 0 167836 36 0 0 21 0 13 0 123532630 1838219264 114533 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110044703 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=394] ppid=389 vsize=1795136 CPUtime=39.99
/proc/391/task/394/stat : 394 (java) S 389 391 32352 0 -1 64 41269 0 0 0 3978 21 0 0 16 0 13 0 123532640 1838219264 114533 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=395] ppid=389 vsize=1795136 CPUtime=39.98
/proc/391/task/395/stat : 395 (java) S 389 391 32352 0 -1 64 38625 0 0 0 3981 17 0 0 16 0 13 0 123532640 1838219264 114533 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=396] ppid=389 vsize=1795136 CPUtime=0.2
/proc/391/task/396/stat : 396 (java) S 389 391 32352 0 -1 64 16 0 0 0 13 7 0 0 15 0 13 0 123532644 1838219264 114533 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=397] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/397/stat : 397 (java) S 389 391 32352 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 123532645 1838219264 114533 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=398] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/398/stat : 398 (java) S 389 391 32352 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 123532645 1838219264 114533 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=399] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/399/stat : 399 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 123532713 1838219264 114533 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=400] ppid=389 vsize=1795136 CPUtime=1.85
/proc/391/task/400/stat : 400 (java) S 389 391 32352 0 -1 64 6790 0 0 0 182 3 0 0 16 0 13 0 123532713 1838219264 114533 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=401] ppid=389 vsize=1795136 CPUtime=1.83
/proc/391/task/401/stat : 401 (java) S 389 391 32352 0 -1 64 5867 0 0 0 181 2 0 0 16 0 13 0 123532713 1838219264 114533 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=402] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/402/stat : 402 (java) S 389 391 32352 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 123532713 1838219264 114533 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=403] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/403/stat : 403 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123532713 1838219264 114533 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=404] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/404/stat : 404 (java) S 389 391 32352 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 123533090 1838219264 114533 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1762.65
Current children cumulated vsize (KiB) 1795136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1758.5 s]
/proc/loadavg: 1.05 1.03 1.00 2/90 602
/proc/meminfo: memFree=1391584/2055920 swapFree=4121152/4192956
[pid=391] ppid=389 vsize=1795136 CPUtime=1800.01
/proc/391/stat : 391 (java) S 389 391 32352 0 -1 0 133810 0 52 0 179909 92 0 0 18 0 13 0 123532617 1838219264 116409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/391/statm: 448784 116409 1334 9 0 446395 0
[pid=391/tid=393] ppid=389 vsize=1795136 CPUtime=1713.72
/proc/391/task/393/stat : 393 (java) R 389 391 32352 0 -1 64 38548 0 11 0 171336 36 0 0 21 0 13 0 123532630 1838219264 116409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109927240 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=394] ppid=389 vsize=1795136 CPUtime=41.16
/proc/391/task/394/stat : 394 (java) S 389 391 32352 0 -1 64 42069 0 0 0 4095 21 0 0 17 0 13 0 123532640 1838219264 116409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=395] ppid=389 vsize=1795136 CPUtime=41.17
/proc/391/task/395/stat : 395 (java) S 389 391 32352 0 -1 64 39838 0 0 0 4099 18 0 0 16 0 13 0 123532640 1838219264 116409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=396] ppid=389 vsize=1795136 CPUtime=0.2
/proc/391/task/396/stat : 396 (java) S 389 391 32352 0 -1 64 16 0 0 0 13 7 0 0 15 0 13 0 123532644 1838219264 116409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=397] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/397/stat : 397 (java) S 389 391 32352 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 123532645 1838219264 116409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=398] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/398/stat : 398 (java) S 389 391 32352 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 123532645 1838219264 116409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=399] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/399/stat : 399 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 123532713 1838219264 116409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=400] ppid=389 vsize=1795136 CPUtime=1.85
/proc/391/task/400/stat : 400 (java) S 389 391 32352 0 -1 64 6790 0 0 0 182 3 0 0 16 0 13 0 123532713 1838219264 116409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=401] ppid=389 vsize=1795136 CPUtime=1.83
/proc/391/task/401/stat : 401 (java) S 389 391 32352 0 -1 64 5867 0 0 0 181 2 0 0 16 0 13 0 123532713 1838219264 116409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=402] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/402/stat : 402 (java) S 389 391 32352 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 123532713 1838219264 116409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=391/tid=403] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/403/stat : 403 (java) S 389 391 32352 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123532713 1838219264 116409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=391/tid=404] ppid=389 vsize=1795136 CPUtime=0
/proc/391/task/404/stat : 404 (java) S 389 391 32352 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 123533090 1838219264 116409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1795136

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

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

[startup+1758.61 s]
/proc/loadavg: 1.05 1.03 1.00 2/90 602
/proc/meminfo: memFree=1391584/2055920 swapFree=4121152/4192956
[pid=391] ppid=389 vsize=0 CPUtime=1800.12
/proc/391/stat : 391 (java) Z 389 391 32352 0 -1 1036 133830 0 52 0 179914 98 0 0 16 0 2 0 123532617 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/391/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): 1758.63
CPU time (s): 1800.14
CPU user time (s): 1799.15
CPU system time (s): 0.997848
CPU usage (%): 102.361
Max. virtual memory (cumulated for all children) (KiB): 1796984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 0.997848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133830
page faults= 52
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43706
involuntary context switches= 50073

runsolver used 1.69074 second user time and 4.87126 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Mon Apr 16 20:42:52 UTC 2007

IDJOB= 355039
IDBENCH= 2937
IDSOLVER= 164
FILE ID= node35/355039-1176756171

PBS_JOBID= 4580721

Free space on /tmp= 66525 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_16.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355039-1176756171/sat4jPseudoCPClause.jar /tmp/evaluation/355039-1176756171/instance-355039-1176756171.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-355039-1176756171 -o ROOT/results/node35/solver-355039-1176756171 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355039-1176756171/sat4jPseudoCPClause.jar /tmp/evaluation/355039-1176756171/instance-355039-1176756171.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6e5141f298d85d1f18641c02d22506a9

RANDOM SEED= 456661651

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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.232
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.232
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:       1865952 kB
Buffers:         20220 kB
Cached:          47608 kB
SwapCached:       2688 kB
Active:          94992 kB
Inactive:        43880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865952 kB
SwapTotal:     4192956 kB
SwapFree:      4120380 kB
Dirty:            6384 kB
Writeback:           0 kB
Mapped:          79404 kB
Slab:            36352 kB
Committed_AS:  2397700 kB
PageTables:       2040 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= 66525 MiB

End job on node35 on Mon Apr 16 21:12:12 UTC 2007