Trace number 354391

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.21 1774.65

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-liu.opb
MD5SUMab83b851ef1a0a843838e278a21b0618
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1200128
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1200128
Optimality of the best value was proved NO
Number of variables3097
Total number of constraints2178
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 constraints2178
Minimum length of a constraint60
Maximum length of a constraint63
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2182184958
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.16	c no version file found!!!
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1651659224
0.08/0.16	c Max memory 1654456320
0.08/0.16	c Total memory 1654456320
0.08/0.16	c Number of processors 2
0.19/0.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.21	--- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c No reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c Simplify asserted PB constraints to clauses
0.19/0.21	c solving /tmp/evaluation/354391-1176707286/instance-354391-1176707286.opb
0.19/0.21	c reading problem ... 
2.91/2.00	c ... done. Wall clock time 1.787s.
2.91/2.00	c CPU time (experimental) 1.41s.
2.91/2.00	c #vars     3097
2.91/2.00	c #constraints  2178
1800.06/1774.51	c starts		: 2
1800.06/1774.51	c conflicts		: 37870
1800.06/1774.51	c decisions		: 66251
1800.06/1774.51	c propagations		: 236338
1800.06/1774.51	c inspects		: 515678075
1800.06/1774.51	c learnt literals	: 0
1800.06/1774.51	c learnt binary clauses	: 0
1800.06/1774.51	c learnt ternary clauses	: 0
1800.06/1774.51	c learnt clauses	: 37870
1800.06/1774.51	c root simplifications	: 0
1800.06/1774.51	c removed literals (reason simplification)	: 0
1800.06/1774.51	c reason swapping (by a shorter reason)	: 0
1800.06/1774.51	c Calls to reduceDB	: 0
1800.06/1774.51	c speed (decisions/second)	: 37.377214178641765
1800.06/1774.51	c non guided choices	1163
1800.06/1774.51	s UNKNOWN
1800.06/1774.51	c Total wall clock time (ms): 1774.297

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/node41/watcher-354391-1176707286 -o ROOT/results/node41/solver-354391-1176707286 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354391-1176707286/sat4jPseudoCPClause.jar /tmp/evaluation/354391-1176707286/instance-354391-1176707286.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.91 0.95 0.98 2/64 25588
/proc/meminfo: memFree=1858408/2055920 swapFree=4184500/4192956
[pid=25588] ppid=25586 vsize=200 CPUtime=0
/proc/25588/stat : 25588 (java) R 25586 25588 25476 0 -1 0 49 0 0 0 0 0 0 0 18 0 1 0 118640526 204800 33 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 1962788 0 0 4096 0 0 0 0 17 1 0 0
/proc/25588/statm: 68 34 26 9 0 4 0

[startup+0.082332 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 25588
/proc/meminfo: memFree=1858408/2055920 swapFree=4184500/4192956
[pid=25588] ppid=25586 vsize=1777708 CPUtime=0.06
/proc/25588/stat : 25588 (java) S 25586 25588 25476 0 -1 0 3774 0 1 0 4 2 0 0 18 0 7 0 118640526 1820372992 3516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/25588/statm: 444427 3516 1085 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.102332 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 25588
/proc/meminfo: memFree=1858408/2055920 swapFree=4184500/4192956
[pid=25588] ppid=25586 vsize=1780112 CPUtime=0.08
/proc/25588/stat : 25588 (java) S 25586 25588 25476 0 -1 0 3940 0 1 0 6 2 0 0 18 0 12 0 118640526 1822834688 3681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25588/statm: 445028 3681 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.30235 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 25588
/proc/meminfo: memFree=1858408/2055920 swapFree=4184500/4192956
[pid=25588] ppid=25586 vsize=1782276 CPUtime=0.31
/proc/25588/stat : 25588 (java) S 25586 25588 25476 0 -1 0 5121 0 1 0 28 3 0 0 18 0 12 0 118640526 1825050624 4859 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25588/statm: 445569 4859 1263 9 0 443180 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782276

[startup+0.702389 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 25588
/proc/meminfo: memFree=1858408/2055920 swapFree=4184500/4192956
[pid=25588] ppid=25586 vsize=1790804 CPUtime=1
/proc/25588/stat : 25588 (java) S 25586 25588 25476 0 -1 0 8809 0 1 0 95 5 0 0 18 0 12 0 118640526 1833783296 7850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25588/statm: 447701 7851 1302 9 0 445312 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1790804

[startup+1.50246 s]
/proc/loadavg: 0.91 0.95 0.98 4/76 25600
/proc/meminfo: memFree=1824008/2055920 swapFree=4184500/4192956
[pid=25588] ppid=25586 vsize=1793944 CPUtime=2.39
/proc/25588/stat : 25588 (java) S 25586 25588 25476 0 -1 0 23606 0 1 0 227 12 0 0 18 0 12 0 118640526 1836998656 19127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25588/statm: 448486 19127 1311 9 0 446097 0
[pid=25588/tid=25590] ppid=25586 vsize=1793944 CPUtime=0.92
/proc/25588/task/25590/stat : 25590 (java) R 25586 25588 25476 0 -1 64 15306 0 1 0 84 8 0 0 19 0 12 0 118640527 1836998656 19127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109577604 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25591] ppid=25586 vsize=1793944 CPUtime=0
/proc/25588/task/25591/stat : 25591 (java) S 25586 25588 25476 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 118640529 1836998656 19127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25592] ppid=25586 vsize=1793944 CPUtime=0
/proc/25588/task/25592/stat : 25592 (java) S 25586 25588 25476 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 118640529 1836998656 19127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25593] ppid=25586 vsize=1793944 CPUtime=0
/proc/25588/task/25593/stat : 25593 (java) S 25586 25588 25476 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 118640531 1836998656 19127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25594] ppid=25586 vsize=1793944 CPUtime=0
/proc/25588/task/25594/stat : 25594 (java) S 25586 25588 25476 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 118640532 1836998656 19127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25595] ppid=25586 vsize=1793944 CPUtime=0
/proc/25588/task/25595/stat : 25595 (java) S 25586 25588 25476 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 118640532 1836998656 19127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25596] ppid=25586 vsize=1793944 CPUtime=0
/proc/25588/task/25596/stat : 25596 (java) S 25586 25588 25476 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 118640535 1836998656 19127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25597] ppid=25586 vsize=1793944 CPUtime=0.76
/proc/25588/task/25597/stat : 25597 (java) S 25586 25588 25476 0 -1 64 3470 0 0 0 75 1 0 0 18 0 12 0 118640535 1836998656 19127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25598] ppid=25586 vsize=1793944 CPUtime=0.68
/proc/25588/task/25598/stat : 25598 (java) S 25586 25588 25476 0 -1 64 4109 0 0 0 67 1 0 0 16 0 12 0 118640535 1836998656 19127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25599] ppid=25586 vsize=1793944 CPUtime=0
/proc/25588/task/25599/stat : 25599 (java) S 25586 25588 25476 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 118640535 1836998656 19127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25600] ppid=25586 vsize=1793944 CPUtime=0
/proc/25588/task/25600/stat : 25600 (java) S 25586 25588 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118640535 1836998656 19127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 1793944

[startup+3.1016 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 25601
/proc/meminfo: memFree=1735168/2055920 swapFree=4184500/4192956
[pid=25588] ppid=25586 vsize=1794732 CPUtime=4.7
/proc/25588/stat : 25588 (java) S 25586 25588 25476 0 -1 0 50896 0 1 0 447 23 0 0 18 0 13 0 118640526 1837805568 44531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25588/statm: 448683 44531 1332 9 0 446294 0
[pid=25588/tid=25590] ppid=25586 vsize=1794732 CPUtime=2.17
/proc/25588/task/25590/stat : 25590 (java) R 25586 25588 25476 0 -1 64 37715 0 1 0 200 17 0 0 25 0 13 0 118640527 1837805568 44531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109645864 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25591] ppid=25586 vsize=1794732 CPUtime=0.04
/proc/25588/task/25591/stat : 25591 (java) S 25586 25588 25476 0 -1 64 1566 0 0 0 4 0 0 0 17 0 13 0 118640529 1837805568 44531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25592] ppid=25586 vsize=1794732 CPUtime=0.04
/proc/25588/task/25592/stat : 25592 (java) S 25586 25588 25476 0 -1 64 1324 0 0 0 4 0 0 0 16 0 13 0 118640529 1837805568 44531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25593] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25593/stat : 25593 (java) S 25586 25588 25476 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 118640531 1837805568 44531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25594] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25594/stat : 25594 (java) S 25586 25588 25476 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118640532 1837805568 44531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25595] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25595/stat : 25595 (java) S 25586 25588 25476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118640532 1837805568 44531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25596] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25596/stat : 25596 (java) S 25586 25588 25476 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118640535 1837805568 44531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25597] ppid=25586 vsize=1794732 CPUtime=1.23
/proc/25588/task/25597/stat : 25597 (java) S 25586 25588 25476 0 -1 64 4557 0 0 0 121 2 0 0 16 0 13 0 118640535 1837805568 44531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25598] ppid=25586 vsize=1794732 CPUtime=1.17
/proc/25588/task/25598/stat : 25598 (java) S 25586 25588 25476 0 -1 64 5003 0 0 0 115 2 0 0 16 0 13 0 118640535 1837805568 44531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25599] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25599/stat : 25599 (java) S 25586 25588 25476 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 118640535 1837805568 44531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25600] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25600/stat : 25600 (java) S 25586 25588 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118640535 1837805568 44531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25601] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25601/stat : 25601 (java) S 25586 25588 25476 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 118640728 1837805568 44531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 1794732

[startup+6.30288 s]
/proc/loadavg: 0.92 0.95 0.98 2/77 25601
/proc/meminfo: memFree=1669568/2055920 swapFree=4184500/4192956
[pid=25588] ppid=25586 vsize=1794732 CPUtime=8.23
/proc/25588/stat : 25588 (java) S 25586 25588 25476 0 -1 0 55313 0 1 0 797 26 0 0 18 0 13 0 118640526 1837805568 48821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25588/statm: 448683 48821 1332 9 0 446294 0
[pid=25588/tid=25590] ppid=25586 vsize=1794732 CPUtime=5.09
/proc/25588/task/25590/stat : 25590 (java) S 25586 25588 25476 0 -1 64 37722 0 1 0 492 17 0 0 25 0 13 0 118640527 1837805568 48821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25591] ppid=25586 vsize=1794732 CPUtime=0.2
/proc/25588/task/25591/stat : 25591 (java) R 25586 25588 25476 0 -1 64 3889 0 0 0 19 1 0 0 17 0 13 0 118640529 1837805568 48821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25592] ppid=25586 vsize=1794732 CPUtime=0.2
/proc/25588/task/25592/stat : 25592 (java) R 25586 25588 25476 0 -1 64 3386 0 0 0 19 1 0 0 15 0 13 0 118640529 1837805568 48821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105367166 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25593] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25593/stat : 25593 (java) S 25586 25588 25476 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 118640531 1837805568 48821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25594] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25594/stat : 25594 (java) S 25586 25588 25476 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118640532 1837805568 48821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25595] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25595/stat : 25595 (java) S 25586 25588 25476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118640532 1837805568 48821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25596] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25596/stat : 25596 (java) S 25586 25588 25476 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118640535 1837805568 48821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25597] ppid=25586 vsize=1794732 CPUtime=1.38
/proc/25588/task/25597/stat : 25597 (java) S 25586 25588 25476 0 -1 64 4570 0 0 0 136 2 0 0 16 0 13 0 118640535 1837805568 48821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25598] ppid=25586 vsize=1794732 CPUtime=1.3
/proc/25588/task/25598/stat : 25598 (java) S 25586 25588 25476 0 -1 64 5009 0 0 0 128 2 0 0 15 0 13 0 118640535 1837805568 48821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25599] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25599/stat : 25599 (java) S 25586 25588 25476 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 118640535 1837805568 48821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25600] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25600/stat : 25600 (java) S 25586 25588 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118640535 1837805568 48821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25601] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25601/stat : 25601 (java) S 25586 25588 25476 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 118640728 1837805568 48821 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 1794732

[startup+12.7014 s]
/proc/loadavg: 1.00 0.97 0.98 2/77 25601
/proc/meminfo: memFree=1640392/2055920 swapFree=4184500/4192956
[pid=25588] ppid=25586 vsize=1794732 CPUtime=14.97
/proc/25588/stat : 25588 (java) S 25586 25588 25476 0 -1 0 64460 0 1 0 1467 30 0 0 18 0 13 0 118640526 1837805568 56086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25588/statm: 448683 56086 1332 9 0 446294 0
[pid=25588/tid=25590] ppid=25586 vsize=1794732 CPUtime=11.15
/proc/25588/task/25590/stat : 25590 (java) R 25586 25588 25476 0 -1 64 37728 0 1 0 1098 17 0 0 25 0 13 0 118640527 1837805568 56086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109575072 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25591] ppid=25586 vsize=1794732 CPUtime=0.51
/proc/25588/task/25591/stat : 25591 (java) S 25586 25588 25476 0 -1 64 9028 0 0 0 48 3 0 0 16 0 13 0 118640529 1837805568 56086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25592] ppid=25586 vsize=1794732 CPUtime=0.52
/proc/25588/task/25592/stat : 25592 (java) S 25586 25588 25476 0 -1 64 7376 0 0 0 49 3 0 0 16 0 13 0 118640529 1837805568 56086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25593] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25593/stat : 25593 (java) S 25586 25588 25476 0 -1 64 22 0 0 0 0 0 0 0 17 0 13 0 118640531 1837805568 56086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25594] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25594/stat : 25594 (java) S 25586 25588 25476 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118640532 1837805568 56086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25595] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25595/stat : 25595 (java) S 25586 25588 25476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118640532 1837805568 56086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25596] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25596/stat : 25596 (java) S 25586 25588 25476 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118640535 1837805568 56086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25597] ppid=25586 vsize=1794732 CPUtime=1.39
/proc/25588/task/25597/stat : 25597 (java) S 25586 25588 25476 0 -1 64 4570 0 0 0 137 2 0 0 17 0 13 0 118640535 1837805568 56086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25598] ppid=25586 vsize=1794732 CPUtime=1.33
/proc/25588/task/25598/stat : 25598 (java) S 25586 25588 25476 0 -1 64 5013 0 0 0 131 2 0 0 16 0 13 0 118640535 1837805568 56086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25599] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25599/stat : 25599 (java) S 25586 25588 25476 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 118640535 1837805568 56086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25600] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25600/stat : 25600 (java) S 25586 25588 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118640535 1837805568 56086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25601] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25601/stat : 25601 (java) S 25586 25588 25476 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 118640728 1837805568 56086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.97
Current children cumulated vsize (KiB) 1794732

[startup+25.5025 s]
/proc/loadavg: 1.00 0.97 0.98 2/77 25601
/proc/meminfo: memFree=1627848/2055920 swapFree=4184500/4192956
[pid=25588] ppid=25586 vsize=1794732 CPUtime=27.89
/proc/25588/stat : 25588 (java) S 25586 25588 25476 0 -1 0 67696 0 1 0 2758 31 0 0 18 0 13 0 118640526 1837805568 58668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25588/statm: 448683 58668 1332 9 0 446294 0
[pid=25588/tid=25590] ppid=25586 vsize=1794732 CPUtime=23.82
/proc/25588/task/25590/stat : 25590 (java) R 25586 25588 25476 0 -1 64 37737 0 1 0 2365 17 0 0 25 0 13 0 118640527 1837805568 58668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109784272 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25591] ppid=25586 vsize=1794732 CPUtime=0.65
/proc/25588/task/25591/stat : 25591 (java) S 25586 25588 25476 0 -1 64 10806 0 0 0 60 5 0 0 16 0 13 0 118640529 1837805568 58668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25592] ppid=25586 vsize=1794732 CPUtime=0.64
/proc/25588/task/25592/stat : 25592 (java) S 25586 25588 25476 0 -1 64 8825 0 0 0 61 3 0 0 16 0 13 0 118640529 1837805568 58668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25593] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25593/stat : 25593 (java) S 25586 25588 25476 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 118640531 1837805568 58668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=25588/tid=25593] ppid=25586 vsize=1794732 CPUtime=0.17
/proc/25588/task/25593/stat : 25593 (java) S 25586 25588 25476 0 -1 64 135 0 0 0 9 8 0 0 15 0 13 0 118640531 1837805568 120310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25594] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25594/stat : 25594 (java) S 25586 25588 25476 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118640532 1837805568 120310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25595] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25595/stat : 25595 (java) S 25586 25588 25476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118640532 1837805568 120310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25596] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25596/stat : 25596 (java) S 25586 25588 25476 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118640535 1837805568 120310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25597] ppid=25586 vsize=1794732 CPUtime=1.4
/proc/25588/task/25597/stat : 25597 (java) S 25586 25588 25476 0 -1 64 4571 0 0 0 138 2 0 0 17 0 13 0 118640535 1837805568 120310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25598] ppid=25586 vsize=1794732 CPUtime=1.36
/proc/25588/task/25598/stat : 25598 (java) S 25586 25588 25476 0 -1 64 5017 0 0 0 134 2 0 0 16 0 13 0 118640535 1837805568 120310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25599] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25599/stat : 25599 (java) S 25586 25588 25476 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 118640535 1837805568 120310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25600] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25600/stat : 25600 (java) S 25586 25588 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118640535 1837805568 120310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25601] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25601/stat : 25601 (java) S 25586 25588 25476 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 118640728 1837805568 120310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1563.71
Current children cumulated vsize (KiB) 1794732

[startup+1602.3 s]
/proc/loadavg: 1.04 1.04 1.00 2/77 25601
/proc/meminfo: memFree=1375880/2055920 swapFree=4184500/4192956
[pid=25588] ppid=25586 vsize=1794732 CPUtime=1624.73
/proc/25588/stat : 25588 (java) S 25586 25588 25476 0 -1 0 176056 0 1 0 162381 92 0 0 18 0 13 0 118640526 1837805568 121401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25588/statm: 448683 121401 1333 9 0 446294 0
[pid=25588/tid=25590] ppid=25586 vsize=1794732 CPUtime=1579.3
/proc/25588/task/25590/stat : 25590 (java) R 25586 25588 25476 0 -1 64 61138 0 1 0 157901 29 0 0 25 0 13 0 118640527 1837805568 121401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109788068 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25591] ppid=25586 vsize=1794732 CPUtime=21.2
/proc/25588/task/25591/stat : 25591 (java) S 25586 25588 25476 0 -1 64 56027 0 0 0 2093 27 0 0 16 0 13 0 118640529 1837805568 121401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25592] ppid=25586 vsize=1794732 CPUtime=21.23
/proc/25588/task/25592/stat : 25592 (java) S 25586 25588 25476 0 -1 64 48445 0 0 0 2102 21 0 0 16 0 13 0 118640529 1837805568 121401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25593] ppid=25586 vsize=1794732 CPUtime=0.18
/proc/25588/task/25593/stat : 25593 (java) S 25586 25588 25476 0 -1 64 135 0 0 0 10 8 0 0 16 0 13 0 118640531 1837805568 121401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25594] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25594/stat : 25594 (java) S 25586 25588 25476 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118640532 1837805568 121401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25595] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25595/stat : 25595 (java) S 25586 25588 25476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118640532 1837805568 121401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25596] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25596/stat : 25596 (java) S 25586 25588 25476 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118640535 1837805568 121401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25597] ppid=25586 vsize=1794732 CPUtime=1.4
/proc/25588/task/25597/stat : 25597 (java) S 25586 25588 25476 0 -1 64 4571 0 0 0 138 2 0 0 17 0 13 0 118640535 1837805568 121401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25598] ppid=25586 vsize=1794732 CPUtime=1.36
/proc/25588/task/25598/stat : 25598 (java) S 25586 25588 25476 0 -1 64 5017 0 0 0 134 2 0 0 16 0 13 0 118640535 1837805568 121401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25599] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25599/stat : 25599 (java) S 25586 25588 25476 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 118640535 1837805568 121401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25600] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25600/stat : 25600 (java) S 25586 25588 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118640535 1837805568 121401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25601] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25601/stat : 25601 (java) S 25586 25588 25476 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 118640728 1837805568 121401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1624.73
Current children cumulated vsize (KiB) 1794732

[startup+1662.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/77 25601
/proc/meminfo: memFree=1370504/2055920 swapFree=4184500/4192956
[pid=25588] ppid=25586 vsize=1794732 CPUtime=1685.79
/proc/25588/stat : 25588 (java) S 25586 25588 25476 0 -1 0 177534 0 1 0 168485 94 0 0 18 0 13 0 118640526 1837805568 122740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25588/statm: 448683 122740 1333 9 0 446294 0
[pid=25588/tid=25590] ppid=25586 vsize=1794732 CPUtime=1638.21
/proc/25588/task/25590/stat : 25590 (java) R 25586 25588 25476 0 -1 64 61156 0 1 0 163792 29 0 0 25 0 13 0 118640527 1837805568 122740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109645864 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25591] ppid=25586 vsize=1794732 CPUtime=22.27
/proc/25588/task/25591/stat : 25591 (java) S 25586 25588 25476 0 -1 64 57195 0 0 0 2200 27 0 0 16 0 13 0 118640529 1837805568 122740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25592] ppid=25586 vsize=1794732 CPUtime=22.31
/proc/25588/task/25592/stat : 25592 (java) S 25586 25588 25476 0 -1 64 48737 0 0 0 2209 22 0 0 16 0 13 0 118640529 1837805568 122740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25593] ppid=25586 vsize=1794732 CPUtime=0.19
/proc/25588/task/25593/stat : 25593 (java) S 25586 25588 25476 0 -1 64 135 0 0 0 10 9 0 0 16 0 13 0 118640531 1837805568 122740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25594] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25594/stat : 25594 (java) S 25586 25588 25476 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118640532 1837805568 122740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25595] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25595/stat : 25595 (java) S 25586 25588 25476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118640532 1837805568 122740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25596] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25596/stat : 25596 (java) S 25586 25588 25476 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118640535 1837805568 122740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25597] ppid=25586 vsize=1794732 CPUtime=1.4
/proc/25588/task/25597/stat : 25597 (java) S 25586 25588 25476 0 -1 64 4571 0 0 0 138 2 0 0 17 0 13 0 118640535 1837805568 122740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25598] ppid=25586 vsize=1794732 CPUtime=1.36
/proc/25588/task/25598/stat : 25598 (java) S 25586 25588 25476 0 -1 64 5017 0 0 0 134 2 0 0 16 0 13 0 118640535 1837805568 122740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25599] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25599/stat : 25599 (java) S 25586 25588 25476 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 118640535 1837805568 122740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25600] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25600/stat : 25600 (java) S 25586 25588 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118640535 1837805568 122740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25601] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25601/stat : 25601 (java) S 25586 25588 25476 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 118640728 1837805568 122740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1685.79
Current children cumulated vsize (KiB) 1794732

[startup+1722.3 s]
/proc/loadavg: 1.04 1.04 1.00 2/77 25601
/proc/meminfo: memFree=1365512/2055920 swapFree=4184500/4192956
[pid=25588] ppid=25586 vsize=1794732 CPUtime=1746.9
/proc/25588/stat : 25588 (java) S 25586 25588 25476 0 -1 0 178891 0 1 0 174596 94 0 0 18 0 13 0 118640526 1837805568 124011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25588/statm: 448683 124011 1333 9 0 446294 0
[pid=25588/tid=25590] ppid=25586 vsize=1794732 CPUtime=1697.03
/proc/25588/task/25590/stat : 25590 (java) R 25586 25588 25476 0 -1 64 61175 0 1 0 169674 29 0 0 25 0 13 0 118640527 1837805568 124011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109786711 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25591] ppid=25586 vsize=1794732 CPUtime=23.43
/proc/25588/task/25591/stat : 25591 (java) S 25586 25588 25476 0 -1 64 58409 0 0 0 2315 28 0 0 16 0 13 0 118640529 1837805568 124011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25592] ppid=25586 vsize=1794732 CPUtime=23.45
/proc/25588/task/25592/stat : 25592 (java) S 25586 25588 25476 0 -1 64 48861 0 0 0 2323 22 0 0 16 0 13 0 118640529 1837805568 124011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25593] ppid=25586 vsize=1794732 CPUtime=0.19
/proc/25588/task/25593/stat : 25593 (java) S 25586 25588 25476 0 -1 64 135 0 0 0 10 9 0 0 15 0 13 0 118640531 1837805568 124011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25594] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25594/stat : 25594 (java) S 25586 25588 25476 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118640532 1837805568 124011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25595] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25595/stat : 25595 (java) S 25586 25588 25476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118640532 1837805568 124011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25596] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25596/stat : 25596 (java) S 25586 25588 25476 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118640535 1837805568 124011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25597] ppid=25586 vsize=1794732 CPUtime=1.4
/proc/25588/task/25597/stat : 25597 (java) S 25586 25588 25476 0 -1 64 4571 0 0 0 138 2 0 0 17 0 13 0 118640535 1837805568 124011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25598] ppid=25586 vsize=1794732 CPUtime=1.36
/proc/25588/task/25598/stat : 25598 (java) S 25586 25588 25476 0 -1 64 5017 0 0 0 134 2 0 0 16 0 13 0 118640535 1837805568 124011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25599] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25599/stat : 25599 (java) S 25586 25588 25476 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 118640535 1837805568 124011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25600] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25600/stat : 25600 (java) S 25586 25588 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118640535 1837805568 124011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25601] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25601/stat : 25601 (java) S 25586 25588 25476 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 118640728 1837805568 124011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1746.9
Current children cumulated vsize (KiB) 1794732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.5 s]
/proc/loadavg: 1.10 1.04 1.01 2/77 25601
/proc/meminfo: memFree=1361096/2055920 swapFree=4184500/4192956
[pid=25588] ppid=25586 vsize=1794732 CPUtime=1800.06
/proc/25588/stat : 25588 (java) S 25586 25588 25476 0 -1 0 180022 0 1 0 179910 96 0 0 18 0 13 0 118640526 1837805568 125025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25588/statm: 448683 125025 1333 9 0 446294 0
[pid=25588/tid=25590] ppid=25586 vsize=1794732 CPUtime=1748.22
/proc/25588/task/25590/stat : 25590 (java) R 25586 25588 25476 0 -1 64 61191 0 1 0 174792 30 0 0 25 0 13 0 118640527 1837805568 125025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109645864 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25591] ppid=25586 vsize=1794732 CPUtime=24.39
/proc/25588/task/25591/stat : 25591 (java) S 25586 25588 25476 0 -1 64 59271 0 0 0 2411 28 0 0 16 0 13 0 118640529 1837805568 125025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25592] ppid=25586 vsize=1794732 CPUtime=24.44
/proc/25588/task/25592/stat : 25592 (java) S 25586 25588 25476 0 -1 64 49114 0 0 0 2422 22 0 0 16 0 13 0 118640529 1837805568 125025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25593] ppid=25586 vsize=1794732 CPUtime=0.19
/proc/25588/task/25593/stat : 25593 (java) S 25586 25588 25476 0 -1 64 135 0 0 0 10 9 0 0 16 0 13 0 118640531 1837805568 125025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25594] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25594/stat : 25594 (java) S 25586 25588 25476 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118640532 1837805568 125025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25595] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25595/stat : 25595 (java) S 25586 25588 25476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118640532 1837805568 125025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25596] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25596/stat : 25596 (java) S 25586 25588 25476 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 118640535 1837805568 125025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25597] ppid=25586 vsize=1794732 CPUtime=1.4
/proc/25588/task/25597/stat : 25597 (java) S 25586 25588 25476 0 -1 64 4571 0 0 0 138 2 0 0 17 0 13 0 118640535 1837805568 125025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25598] ppid=25586 vsize=1794732 CPUtime=1.36
/proc/25588/task/25598/stat : 25598 (java) S 25586 25588 25476 0 -1 64 5017 0 0 0 134 2 0 0 16 0 13 0 118640535 1837805568 125025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25599] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25599/stat : 25599 (java) S 25586 25588 25476 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 118640535 1837805568 125025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25588/tid=25600] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25600/stat : 25600 (java) S 25586 25588 25476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118640535 1837805568 125025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25588/tid=25601] ppid=25586 vsize=1794732 CPUtime=0
/proc/25588/task/25601/stat : 25601 (java) S 25586 25588 25476 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 118640728 1837805568 125025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1794732

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

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

[startup+1774.61 s]
/proc/loadavg: 1.10 1.04 1.01 2/77 25601
/proc/meminfo: memFree=1361096/2055920 swapFree=4184500/4192956
[pid=25588] ppid=25586 vsize=0 CPUtime=1800.17
/proc/25588/stat : 25588 (java) Z 25586 25588 25476 0 -1 1036 180042 0 1 0 179916 101 0 0 15 0 2 0 118640526 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25588/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1774.65
CPU time (s): 1800.21
CPU user time (s): 1799.17
CPU system time (s): 1.03984
CPU usage (%): 101.44
Max. virtual memory (cumulated for all children) (KiB): 1795764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 1.03984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180042
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= 42336
involuntary context switches= 39649

runsolver used 1.64275 second user time and 4.84126 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Mon Apr 16 07:08:06 UTC 2007

IDJOB= 354391
IDBENCH= 2507
IDSOLVER= 164
FILE ID= node41/354391-1176707286

PBS_JOBID= 4560085

Free space on /tmp= 66521 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-liu.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354391-1176707286/sat4jPseudoCPClause.jar /tmp/evaluation/354391-1176707286/instance-354391-1176707286.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-354391-1176707286 -o ROOT/results/node41/solver-354391-1176707286 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354391-1176707286/sat4jPseudoCPClause.jar /tmp/evaluation/354391-1176707286/instance-354391-1176707286.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ab83b851ef1a0a843838e278a21b0618

RANDOM SEED= 36688893

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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:       1859008 kB
Buffers:         11084 kB
Cached:         116924 kB
SwapCached:       2824 kB
Active:          23440 kB
Inactive:       114476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859008 kB
SwapTotal:     4192956 kB
SwapFree:      4184500 kB
Dirty:            5288 kB
Writeback:           0 kB
Mapped:          15796 kB
Slab:            44920 kB
Committed_AS:  2359680 kB
PageTables:       1476 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= 66521 MiB

End job on node41 on Mon Apr 16 07:37:43 UTC 2007