Trace number 352306

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.12 1784.4

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
MD5SUM3119db8d3d273f04fc4f3b1324a85224
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark452
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 452
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 493167
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 493167
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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/node23/watcher-352306-1176628536 -o ROOT/results/node23/solver-352306-1176628536 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352306-1176628536/sat4jPseudoCPClause.jar /tmp/evaluation/352306-1176628536/instance-352306-1176628536.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.94 1.00 0.99 2/77 26583
/proc/meminfo: memFree=1661232/2055920 swapFree=4191880/4192956
[pid=26583] ppid=26581 vsize=152 CPUtime=0
/proc/26583/stat : 26583 (java) R 26581 26583 25899 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 110770783 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 2495268 0 0 4096 0 0 0 0 17 1 0 0
/proc/26583/statm: 38 26 19 9 0 4 0

[startup+0.025851 s]
/proc/loadavg: 0.94 1.00 0.99 2/77 26583
/proc/meminfo: memFree=1661232/2055920 swapFree=4191880/4192956
[pid=26583] ppid=26581 vsize=1772952 CPUtime=0.01
/proc/26583/stat : 26583 (java) S 26581 26583 25899 0 -1 0 1991 0 1 0 0 1 0 0 18 0 2 0 110770783 1815502848 1740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/26583/statm: 443238 1750 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.102855 s]
/proc/loadavg: 0.94 1.00 0.99 2/77 26583
/proc/meminfo: memFree=1661232/2055920 swapFree=4191880/4192956
[pid=26583] ppid=26581 vsize=1780112 CPUtime=0.08
/proc/26583/stat : 26583 (java) S 26581 26583 25899 0 -1 0 3981 0 1 0 6 2 0 0 18 0 12 0 110770783 1822834688 3722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26583/statm: 445028 3722 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301907 s]
/proc/loadavg: 0.94 1.00 0.99 2/77 26583
/proc/meminfo: memFree=1661232/2055920 swapFree=4191880/4192956
[pid=26583] ppid=26581 vsize=1782372 CPUtime=0.33
/proc/26583/stat : 26583 (java) S 26581 26583 25899 0 -1 0 5165 0 1 0 30 3 0 0 18 0 12 0 110770783 1825148928 4900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26583/statm: 445593 4900 1267 9 0 443204 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782372

[startup+0.701977 s]
/proc/loadavg: 0.94 1.00 0.99 2/77 26583
/proc/meminfo: memFree=1661232/2055920 swapFree=4191880/4192956
[pid=26583] ppid=26581 vsize=1783012 CPUtime=0.89
/proc/26583/stat : 26583 (java) S 26581 26583 25899 0 -1 0 7472 0 1 0 85 4 0 0 18 0 12 0 110770783 1825804288 6944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26583/statm: 445753 6944 1298 9 0 443364 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783012

[startup+1.50114 s]
/proc/loadavg: 0.94 1.00 0.99 3/89 26595
/proc/meminfo: memFree=1632272/2055920 swapFree=4191880/4192956
[pid=26583] ppid=26581 vsize=1786184 CPUtime=2.03
/proc/26583/stat : 26583 (java) S 26581 26583 25899 0 -1 0 20233 0 1 0 193 10 0 0 18 0 12 0 110770783 1829052416 17682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26583/statm: 446546 17682 1301 9 0 444157 0
[pid=26583/tid=26585] ppid=26581 vsize=1786184 CPUtime=1.12
/proc/26583/task/26585/stat : 26585 (java) R 26581 26583 25899 0 -1 64 15748 0 1 0 104 8 0 0 25 0 12 0 110770784 1829052416 17682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109526466 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26586] ppid=26581 vsize=1786184 CPUtime=0
/proc/26583/task/26586/stat : 26586 (java) S 26581 26583 25899 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 110770786 1829052416 17682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26587] ppid=26581 vsize=1786184 CPUtime=0
/proc/26583/task/26587/stat : 26587 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 110770786 1829052416 17682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26588] ppid=26581 vsize=1786184 CPUtime=0
/proc/26583/task/26588/stat : 26588 (java) S 26581 26583 25899 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 110770788 1829052416 17682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26589] ppid=26581 vsize=1786184 CPUtime=0
/proc/26583/task/26589/stat : 26589 (java) S 26581 26583 25899 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 110770788 1829052416 17682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26590] ppid=26581 vsize=1786184 CPUtime=0
/proc/26583/task/26590/stat : 26590 (java) S 26581 26583 25899 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 110770788 1829052416 17682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26591] ppid=26581 vsize=1786184 CPUtime=0
/proc/26583/task/26591/stat : 26591 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 110770792 1829052416 17682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26592] ppid=26581 vsize=1786184 CPUtime=0.39
/proc/26583/task/26592/stat : 26592 (java) S 26581 26583 25899 0 -1 64 1345 0 0 0 39 0 0 0 16 0 12 0 110770792 1829052416 17682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26593] ppid=26581 vsize=1786184 CPUtime=0.49
/proc/26583/task/26593/stat : 26593 (java) S 26581 26583 25899 0 -1 64 2417 0 0 0 49 0 0 0 16 0 12 0 110770792 1829052416 17682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26594] ppid=26581 vsize=1786184 CPUtime=0
/proc/26583/task/26594/stat : 26594 (java) S 26581 26583 25899 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 110770792 1829052416 17682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26595] ppid=26581 vsize=1786184 CPUtime=0
/proc/26583/task/26595/stat : 26595 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110770792 1829052416 17682 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1786184

[startup+3.10244 s]
/proc/loadavg: 0.94 1.00 0.99 2/89 26595
/proc/meminfo: memFree=1529616/2055920 swapFree=4191880/4192956
[pid=26583] ppid=26581 vsize=1786508 CPUtime=3.68
/proc/26583/stat : 26583 (java) S 26581 26583 25899 0 -1 0 44296 0 1 0 347 21 0 0 18 0 12 0 110770783 1829384192 41694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26583/statm: 446627 41694 1310 9 0 444238 0
[pid=26583/tid=26585] ppid=26581 vsize=1786508 CPUtime=2.65
/proc/26583/task/26585/stat : 26585 (java) R 26581 26583 25899 0 -1 64 37674 0 1 0 246 19 0 0 25 0 12 0 110770784 1829384192 41694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109554785 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26586] ppid=26581 vsize=1786508 CPUtime=0.05
/proc/26583/task/26586/stat : 26586 (java) S 26581 26583 25899 0 -1 64 1153 0 0 0 5 0 0 0 16 0 12 0 110770786 1829384192 41694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26587] ppid=26581 vsize=1786508 CPUtime=0.05
/proc/26583/task/26587/stat : 26587 (java) S 26581 26583 25899 0 -1 64 981 0 0 0 5 0 0 0 16 0 12 0 110770786 1829384192 41694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26588] ppid=26581 vsize=1786508 CPUtime=0
/proc/26583/task/26588/stat : 26588 (java) S 26581 26583 25899 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 110770788 1829384192 41694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26589] ppid=26581 vsize=1786508 CPUtime=0
/proc/26583/task/26589/stat : 26589 (java) S 26581 26583 25899 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 110770788 1829384192 41694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26590] ppid=26581 vsize=1786508 CPUtime=0
/proc/26583/task/26590/stat : 26590 (java) S 26581 26583 25899 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 110770788 1829384192 41694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26591] ppid=26581 vsize=1786508 CPUtime=0
/proc/26583/task/26591/stat : 26591 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 110770792 1829384192 41694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26592] ppid=26581 vsize=1786508 CPUtime=0.39
/proc/26583/task/26592/stat : 26592 (java) S 26581 26583 25899 0 -1 64 1345 0 0 0 39 0 0 0 16 0 12 0 110770792 1829384192 41694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26593] ppid=26581 vsize=1786508 CPUtime=0.49
/proc/26583/task/26593/stat : 26593 (java) S 26581 26583 25899 0 -1 64 2417 0 0 0 49 0 0 0 16 0 12 0 110770792 1829384192 41694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26594] ppid=26581 vsize=1786508 CPUtime=0
/proc/26583/task/26594/stat : 26594 (java) S 26581 26583 25899 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 110770792 1829384192 41694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26595] ppid=26581 vsize=1786508 CPUtime=0
/proc/26583/task/26595/stat : 26595 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110770792 1829384192 41694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1786508

[startup+6.30106 s]
/proc/loadavg: 0.95 1.00 0.99 2/89 26595
/proc/meminfo: memFree=1461520/2055920 swapFree=4191880/4192956
[pid=26583] ppid=26581 vsize=1788688 CPUtime=7.39
/proc/26583/stat : 26583 (java) S 26581 26583 25899 0 -1 0 56805 0 1 0 711 28 0 0 18 0 12 0 110770783 1831616512 53383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26583/statm: 447172 53383 1310 9 0 444783 0
[pid=26583/tid=26585] ppid=26581 vsize=1788688 CPUtime=5.34
/proc/26583/task/26585/stat : 26585 (java) R 26581 26583 25899 0 -1 64 37679 0 1 0 513 21 0 0 16 0 12 0 110770784 1831616512 53383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109473418 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26586] ppid=26581 vsize=1788688 CPUtime=0.57
/proc/26583/task/26586/stat : 26586 (java) S 26581 26583 25899 0 -1 64 7487 0 0 0 55 2 0 0 16 0 12 0 110770786 1831616512 53383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26587] ppid=26581 vsize=1788688 CPUtime=0.56
/proc/26583/task/26587/stat : 26587 (java) S 26581 26583 25899 0 -1 64 7145 0 0 0 53 3 0 0 16 0 12 0 110770786 1831616512 53383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26588] ppid=26581 vsize=1788688 CPUtime=0
/proc/26583/task/26588/stat : 26588 (java) S 26581 26583 25899 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 110770788 1831616512 53383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26589] ppid=26581 vsize=1788688 CPUtime=0
/proc/26583/task/26589/stat : 26589 (java) S 26581 26583 25899 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 110770788 1831616512 53383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26590] ppid=26581 vsize=1788688 CPUtime=0
/proc/26583/task/26590/stat : 26590 (java) S 26581 26583 25899 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 110770788 1831616512 53383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26591] ppid=26581 vsize=1788688 CPUtime=0
/proc/26583/task/26591/stat : 26591 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 110770792 1831616512 53383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26592] ppid=26581 vsize=1788688 CPUtime=0.39
/proc/26583/task/26592/stat : 26592 (java) S 26581 26583 25899 0 -1 64 1345 0 0 0 39 0 0 0 16 0 12 0 110770792 1831616512 53383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26593] ppid=26581 vsize=1788688 CPUtime=0.49
/proc/26583/task/26593/stat : 26593 (java) S 26581 26583 25899 0 -1 64 2417 0 0 0 49 0 0 0 16 0 12 0 110770792 1831616512 53383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26594] ppid=26581 vsize=1788688 CPUtime=0
/proc/26583/task/26594/stat : 26594 (java) S 26581 26583 25899 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 110770792 1831616512 53383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26595] ppid=26581 vsize=1788688 CPUtime=0
/proc/26583/task/26595/stat : 26595 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 110770792 1831616512 53383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 1788688

[startup+12.7023 s]
/proc/loadavg: 1.03 1.02 1.00 2/90 26596
/proc/meminfo: memFree=1408392/2055920 swapFree=4191880/4192956
[pid=26583] ppid=26581 vsize=1791540 CPUtime=15.45
/proc/26583/stat : 26583 (java) S 26581 26583 25899 0 -1 0 70663 0 1 0 1509 36 0 0 18 0 13 0 110770783 1834536960 64329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26583/statm: 447885 64329 1326 9 0 445496 0
[pid=26583/tid=26585] ppid=26581 vsize=1791540 CPUtime=10.34
/proc/26583/task/26585/stat : 26585 (java) R 26581 26583 25899 0 -1 64 37729 0 1 0 1013 21 0 0 25 0 13 0 110770784 1834536960 64329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109815767 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26586] ppid=26581 vsize=1791540 CPUtime=1.62
/proc/26583/task/26586/stat : 26586 (java) S 26581 26583 25899 0 -1 64 13953 0 0 0 157 5 0 0 16 0 13 0 110770786 1834536960 64329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26587] ppid=26581 vsize=1791540 CPUtime=1.62
/proc/26583/task/26587/stat : 26587 (java) S 26581 26583 25899 0 -1 64 14059 0 0 0 156 6 0 0 16 0 13 0 110770786 1834536960 64329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26588] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26588/stat : 26588 (java) S 26581 26583 25899 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 110770788 1834536960 64329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26589] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26589/stat : 26589 (java) S 26581 26583 25899 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110770788 1834536960 64329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26590] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26590/stat : 26590 (java) S 26581 26583 25899 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110770788 1834536960 64329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26591] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26591/stat : 26591 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 110770792 1834536960 64329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26592] ppid=26581 vsize=1791540 CPUtime=0.91
/proc/26583/task/26592/stat : 26592 (java) S 26581 26583 25899 0 -1 64 1379 0 0 0 91 0 0 0 16 0 13 0 110770792 1834536960 64329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26593] ppid=26581 vsize=1791540 CPUtime=0.89
/proc/26583/task/26593/stat : 26593 (java) S 26581 26583 25899 0 -1 64 2804 0 0 0 88 1 0 0 16 0 13 0 110770792 1834536960 64329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26594] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26594/stat : 26594 (java) S 26581 26583 25899 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 110770792 1834536960 64329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26595] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26595/stat : 26595 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110770792 1834536960 64329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26596] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26596/stat : 26596 (java) S 26581 26583 25899 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110771821 1834536960 64329 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.45
Current children cumulated vsize (KiB) 1791540

[startup+25.5026 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 26596
/proc/meminfo: memFree=1475528/2055920 swapFree=4191880/4192956
[pid=26583] ppid=26581 vsize=1791540 CPUtime=28.48
/proc/26583/stat : 26583 (java) S 26581 26583 25899 0 -1 0 71497 0 1 0 2810 38 0 0 18 0 13 0 110770783 1834536960 46669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26583/statm: 447885 46669 1326 9 0 445496 0
[pid=26583/tid=26585] ppid=26581 vsize=1791540 CPUtime=22.99
/proc/26583/task/26585/stat : 26585 (java) R 26581 26583 25899 0 -1 64 37755 0 1 0 2278 21 0 0 25 0 13 0 110770784 1834536960 46669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109855332 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26586] ppid=26581 vsize=1791540 CPUtime=1.67
/proc/26583/task/26586/stat : 26586 (java) S 26581 26583 25899 0 -1 64 14223 0 0 0 162 5 0 0 16 0 13 0 110770786 1834536960 46669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26587] ppid=26581 vsize=1791540 CPUtime=1.67
/proc/26583/task/26587/stat : 26587 (java) S 26581 26583 25899 0 -1 64 14386 0 0 0 160 7 0 0 16 0 13 0 110770786 1834536960 46669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26588] ppid=26581 vsize=1791540 CPUtime=0.01
/proc/26583/task/26588/stat : 26588 (java) S 26581 26583 25899 0 -1 64 15 0 0 0 0 1 0 0 17 0 13 0 110770788 1834536960 46669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26589] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26589/stat : 26589 (java) S 26581 26583 25899 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110770788 1834536960 46669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26590] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26590/stat : 26590 (java) S 26581 26583 25899 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110770788 1834536960 46669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26583] ppid=26581 vsize=1791540 CPUtime=1677.14
/proc/26583/stat : 26583 (java) S 26581 26583 25899 0 -1 0 210112 0 1 0 167496 218 0 0 18 0 13 0 110770783 1834536960 81504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26583/statm: 447885 81504 1326 9 0 445496 0
[pid=26583/tid=26585] ppid=26581 vsize=1791540 CPUtime=1644.07
/proc/26583/task/26585/stat : 26585 (java) S 26581 26583 25899 0 -1 64 114880 0 1 0 164337 70 0 0 19 0 13 0 110770784 1834536960 81504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26586] ppid=26581 vsize=1791540 CPUtime=14.79
/proc/26583/task/26586/stat : 26586 (java) R 26581 26583 25899 0 -1 64 44388 0 0 0 1435 44 0 0 16 0 13 0 110770786 1834536960 81504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26587] ppid=26581 vsize=1791540 CPUtime=14.8
/proc/26583/task/26587/stat : 26587 (java) S 26581 26583 25899 0 -1 64 44746 0 0 0 1433 47 0 0 16 0 13 0 110770786 1834536960 81504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26588] ppid=26581 vsize=1791540 CPUtime=1.11
/proc/26583/task/26588/stat : 26588 (java) S 26581 26583 25899 0 -1 64 376 0 0 0 58 53 0 0 15 0 13 0 110770788 1834536960 81504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26589] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26589/stat : 26589 (java) S 26581 26583 25899 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110770788 1834536960 81504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26590] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26590/stat : 26590 (java) S 26581 26583 25899 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110770788 1834536960 81504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26591] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26591/stat : 26591 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 110770792 1834536960 81504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26592] ppid=26581 vsize=1791540 CPUtime=1.12
/proc/26583/task/26592/stat : 26592 (java) S 26581 26583 25899 0 -1 64 1386 0 0 0 112 0 0 0 17 0 13 0 110770792 1834536960 81504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26593] ppid=26581 vsize=1791540 CPUtime=1.2
/proc/26583/task/26593/stat : 26593 (java) S 26581 26583 25899 0 -1 64 3612 0 0 0 119 1 0 0 16 0 13 0 110770792 1834536960 81504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26594] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26594/stat : 26594 (java) S 26581 26583 25899 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 110770792 1834536960 81504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26595] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26595/stat : 26595 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110770792 1834536960 81504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26596] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26596/stat : 26596 (java) S 26581 26583 25899 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110771821 1834536960 81504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1677.14
Current children cumulated vsize (KiB) 1791540

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26598
/proc/meminfo: memFree=1314312/2055920 swapFree=4191880/4192956
[pid=26583] ppid=26581 vsize=1791540 CPUtime=1737.55
/proc/26583/stat : 26583 (java) S 26581 26583 25899 0 -1 0 218611 0 1 0 173530 225 0 0 18 0 13 0 110770783 1834536960 87308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26583/statm: 447885 87308 1326 9 0 445496 0
[pid=26583/tid=26585] ppid=26581 vsize=1791540 CPUtime=1703.45
/proc/26583/task/26585/stat : 26585 (java) R 26581 26583 25899 0 -1 64 121275 0 1 0 170272 73 0 0 25 0 13 0 110770784 1834536960 87308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109855387 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26586] ppid=26581 vsize=1791540 CPUtime=15.28
/proc/26583/task/26586/stat : 26586 (java) S 26581 26583 25899 0 -1 64 45419 0 0 0 1483 45 0 0 16 0 13 0 110770786 1834536960 87308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26587] ppid=26581 vsize=1791540 CPUtime=15.29
/proc/26583/task/26587/stat : 26587 (java) S 26581 26583 25899 0 -1 64 45794 0 0 0 1481 48 0 0 16 0 13 0 110770786 1834536960 87308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26588] ppid=26581 vsize=1791540 CPUtime=1.13
/proc/26583/task/26588/stat : 26588 (java) S 26581 26583 25899 0 -1 64 401 0 0 0 59 54 0 0 17 0 13 0 110770788 1834536960 87308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26589] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26589/stat : 26589 (java) S 26581 26583 25899 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110770788 1834536960 87308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26590] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26590/stat : 26590 (java) S 26581 26583 25899 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110770788 1834536960 87308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26591] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26591/stat : 26591 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 110770792 1834536960 87308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26592] ppid=26581 vsize=1791540 CPUtime=1.12
/proc/26583/task/26592/stat : 26592 (java) S 26581 26583 25899 0 -1 64 1386 0 0 0 112 0 0 0 17 0 13 0 110770792 1834536960 87308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26593] ppid=26581 vsize=1791540 CPUtime=1.2
/proc/26583/task/26593/stat : 26593 (java) S 26581 26583 25899 0 -1 64 3612 0 0 0 119 1 0 0 16 0 13 0 110770792 1834536960 87308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26594] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26594/stat : 26594 (java) S 26581 26583 25899 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 110770792 1834536960 87308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26595] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26595/stat : 26595 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110770792 1834536960 87308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26596] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26596/stat : 26596 (java) S 26581 26583 25899 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110771821 1834536960 87308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1737.55
Current children cumulated vsize (KiB) 1791540

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26598
/proc/meminfo: memFree=1319880/2055920 swapFree=4191880/4192956
[pid=26583] ppid=26581 vsize=1791540 CPUtime=1798.01
/proc/26583/stat : 26583 (java) S 26581 26583 25899 0 -1 0 220492 0 1 0 179572 229 0 0 18 0 13 0 110770783 1834536960 85888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26583/statm: 447885 85888 1326 9 0 445496 0
[pid=26583/tid=26585] ppid=26581 vsize=1791540 CPUtime=1762.86
/proc/26583/task/26585/stat : 26585 (java) R 26581 26583 25899 0 -1 64 121418 0 1 0 176212 74 0 0 17 0 13 0 110770784 1834536960 85888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109848180 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26586] ppid=26581 vsize=1791540 CPUtime=15.81
/proc/26583/task/26586/stat : 26586 (java) S 26581 26583 25899 0 -1 64 46280 0 0 0 1534 47 0 0 16 0 13 0 110770786 1834536960 85888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26587] ppid=26581 vsize=1791540 CPUtime=15.8
/proc/26583/task/26587/stat : 26587 (java) S 26581 26583 25899 0 -1 64 46660 0 0 0 1531 49 0 0 16 0 13 0 110770786 1834536960 85888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26588] ppid=26581 vsize=1791540 CPUtime=1.16
/proc/26583/task/26588/stat : 26588 (java) S 26581 26583 25899 0 -1 64 412 0 0 0 61 55 0 0 15 0 13 0 110770788 1834536960 85888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26589] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26589/stat : 26589 (java) S 26581 26583 25899 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110770788 1834536960 85888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26590] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26590/stat : 26590 (java) S 26581 26583 25899 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110770788 1834536960 85888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26591] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26591/stat : 26591 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 110770792 1834536960 85888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26592] ppid=26581 vsize=1791540 CPUtime=1.12
/proc/26583/task/26592/stat : 26592 (java) S 26581 26583 25899 0 -1 64 1386 0 0 0 112 0 0 0 17 0 13 0 110770792 1834536960 85888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26593] ppid=26581 vsize=1791540 CPUtime=1.2
/proc/26583/task/26593/stat : 26593 (java) S 26581 26583 25899 0 -1 64 3612 0 0 0 119 1 0 0 16 0 13 0 110770792 1834536960 85888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26594] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26594/stat : 26594 (java) S 26581 26583 25899 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 110770792 1834536960 85888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26595] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26595/stat : 26595 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110770792 1834536960 85888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26596] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26596/stat : 26596 (java) S 26581 26583 25899 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110771821 1834536960 85888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.01
Current children cumulated vsize (KiB) 1791540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26598
/proc/meminfo: memFree=1320136/2055920 swapFree=4191880/4192956
[pid=26583] ppid=26581 vsize=1791540 CPUtime=1800.02
/proc/26583/stat : 26583 (java) S 26581 26583 25899 0 -1 0 220512 0 1 0 179772 230 0 0 18 0 13 0 110770783 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26583/statm: 447885 85856 1326 9 0 445496 0
[pid=26583/tid=26585] ppid=26581 vsize=1791540 CPUtime=1764.83
/proc/26583/task/26585/stat : 26585 (java) R 26581 26583 25899 0 -1 64 121422 0 1 0 176409 74 0 0 25 0 13 0 110770784 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109848288 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26586] ppid=26581 vsize=1791540 CPUtime=15.83
/proc/26583/task/26586/stat : 26586 (java) S 26581 26583 25899 0 -1 64 46285 0 0 0 1536 47 0 0 16 0 13 0 110770786 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26587] ppid=26581 vsize=1791540 CPUtime=15.81
/proc/26583/task/26587/stat : 26587 (java) S 26581 26583 25899 0 -1 64 46663 0 0 0 1532 49 0 0 16 0 13 0 110770786 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26588] ppid=26581 vsize=1791540 CPUtime=1.16
/proc/26583/task/26588/stat : 26588 (java) S 26581 26583 25899 0 -1 64 420 0 0 0 61 55 0 0 17 0 13 0 110770788 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26589] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26589/stat : 26589 (java) S 26581 26583 25899 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110770788 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26590] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26590/stat : 26590 (java) S 26581 26583 25899 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110770788 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26591] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26591/stat : 26591 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 110770792 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26592] ppid=26581 vsize=1791540 CPUtime=1.12
/proc/26583/task/26592/stat : 26592 (java) S 26581 26583 25899 0 -1 64 1386 0 0 0 112 0 0 0 17 0 13 0 110770792 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26593] ppid=26581 vsize=1791540 CPUtime=1.2
/proc/26583/task/26593/stat : 26593 (java) S 26581 26583 25899 0 -1 64 3612 0 0 0 119 1 0 0 16 0 13 0 110770792 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26594] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26594/stat : 26594 (java) S 26581 26583 25899 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 110770792 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26595] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26595/stat : 26595 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110770792 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26596] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26596/stat : 26596 (java) S 26581 26583 25899 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110771821 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1791540

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

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

[startup+1784.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 26598
/proc/meminfo: memFree=1320136/2055920 swapFree=4191880/4192956
[pid=26583] ppid=26581 vsize=1791540 CPUtime=1800.02
/proc/26583/stat : 26583 (java) S 26581 26583 25899 0 -1 0 220512 0 1 0 179772 230 0 0 18 0 13 0 110770783 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26583/statm: 447885 85856 1326 9 0 445496 0
[pid=26583/tid=26585] ppid=26581 vsize=1791540 CPUtime=1764.83
/proc/26583/task/26585/stat : 26585 (java) R 26581 26583 25899 0 -1 64 121422 0 1 0 176409 74 0 0 25 0 13 0 110770784 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109848288 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26586] ppid=26581 vsize=1791540 CPUtime=15.83
/proc/26583/task/26586/stat : 26586 (java) S 26581 26583 25899 0 -1 64 46285 0 0 0 1536 47 0 0 16 0 13 0 110770786 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26587] ppid=26581 vsize=1791540 CPUtime=15.81
/proc/26583/task/26587/stat : 26587 (java) S 26581 26583 25899 0 -1 64 46663 0 0 0 1532 49 0 0 16 0 13 0 110770786 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26588] ppid=26581 vsize=1791540 CPUtime=1.16
/proc/26583/task/26588/stat : 26588 (java) S 26581 26583 25899 0 -1 64 420 0 0 0 61 55 0 0 17 0 13 0 110770788 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26589] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26589/stat : 26589 (java) S 26581 26583 25899 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 110770788 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26590] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26590/stat : 26590 (java) S 26581 26583 25899 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110770788 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26591] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26591/stat : 26591 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 110770792 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26592] ppid=26581 vsize=1791540 CPUtime=1.12
/proc/26583/task/26592/stat : 26592 (java) S 26581 26583 25899 0 -1 64 1386 0 0 0 112 0 0 0 17 0 13 0 110770792 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26593] ppid=26581 vsize=1791540 CPUtime=1.2
/proc/26583/task/26593/stat : 26593 (java) S 26581 26583 25899 0 -1 64 3612 0 0 0 119 1 0 0 16 0 13 0 110770792 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26594] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26594/stat : 26594 (java) S 26581 26583 25899 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 110770792 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26583/tid=26595] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26595/stat : 26595 (java) S 26581 26583 25899 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 110770792 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26583/tid=26596] ppid=26581 vsize=1791540 CPUtime=0
/proc/26583/task/26596/stat : 26596 (java) S 26581 26583 25899 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 110771821 1834536960 85856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1791540

Child status: 143
Real time (s): 1784.4
CPU time (s): 1800.12
CPU user time (s): 1797.76
CPU system time (s): 2.36064
CPU usage (%): 100.881
Max. virtual memory (cumulated for all children) (KiB): 1792564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.76
system time used= 2.36064
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220533
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= 89991
involuntary context switches= 63701

runsolver used 2.25766 second user time and 5.47917 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Sun Apr 15 09:15:37 UTC 2007

IDJOB= 352306
IDBENCH= 1965
IDSOLVER= 164
FILE ID= node23/352306-1176628536

PBS_JOBID= 4557067

Free space on /tmp= 66544 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  3119db8d3d273f04fc4f3b1324a85224

RANDOM SEED= 823752987

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1661640 kB
Buffers:         43404 kB
Cached:         222368 kB
SwapCached:        448 kB
Active:         107872 kB
Inactive:       203036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661640 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           20424 kB
Writeback:           0 kB
Mapped:          61224 kB
Slab:            68880 kB
Committed_AS:  1423100 kB
PageTables:       1796 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB

End job on node23 on Sun Apr 15 09:45:23 UTC 2007