Trace number 352445

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.2 1791.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
MD5SUM99680d01aa100bfba038606e315bf03d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark431
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 431
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 497468
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 497468
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.10/0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.26	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.26	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.27	c no version file found!!!
0.10/0.27	c sun.arch.data.model	32
0.10/0.27	c java.version	1.6.0
0.10/0.27	c os.name	Linux
0.10/0.27	c os.version	2.6.9-22.EL.rootsmp
0.10/0.27	c os.arch	i386
0.10/0.27	c Free memory 1651659224
0.10/0.27	c Max memory 1654456320
0.10/0.27	c Total memory 1654456320
0.10/0.27	c Number of processors 2
0.18/0.33	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.18/0.33	--- Begin Solver configuration ---
0.18/0.33	c Stops conflict analysis at the first Unique Implication Point
0.18/0.33	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.33	c Learn all clauses as in MiniSAT
0.18/0.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.33	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.33	c No reason simplification
0.18/0.33	c --- End Solver configuration ---
0.18/0.33	c solving /tmp/evaluation/352445-1176632147/instance-352445-1176632147.opb
0.18/0.33	c reading problem ... 
13.06/11.00	c ... done. Wall clock time 10.664s.
13.06/11.00	c CPU time (experimental) 8.68s.
13.06/11.00	c #vars     10000
13.06/11.00	c #constraints  656900
1800.09/1791.21	c starts		: 2
1800.09/1791.21	c conflicts		: 3207
1800.09/1791.21	c decisions		: 14327
1800.09/1791.21	c propagations		: 460870
1800.09/1791.21	c inspects		: 2733624
1800.09/1791.21	c learnt literals	: 0
1800.09/1791.21	c learnt binary clauses	: 0
1800.09/1791.21	c learnt ternary clauses	: 0
1800.09/1791.21	c learnt clauses	: 3206
1800.09/1791.21	c root simplifications	: 0
1800.09/1791.21	c removed literals (reason simplification)	: 0
1800.09/1791.21	c reason swapping (by a shorter reason)	: 0
1800.09/1791.21	c Calls to reduceDB	: 0
1800.09/1791.21	c speed (decisions/second)	: 8.049116069186331
1800.09/1791.21	c non guided choices	0
1800.09/1791.21	s UNKNOWN
1800.09/1791.21	c Total wall clock time (ms): 1790.879

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/node44/watcher-352445-1176632147 -o ROOT/results/node44/solver-352445-1176632147 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352445-1176632147/sat4jPseudoCP.jar /tmp/evaluation/352445-1176632147/instance-352445-1176632147.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.99 0.98 0.99 2/64 1577
/proc/meminfo: memFree=1842680/2055920 swapFree=4184880/4192956
[pid=1577] ppid=1575 vsize=18568 CPUtime=0
/proc/1577/stat : 1577 (runsolver) R 1575 1577 464 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 111126438 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1577/statm: 4642 292 257 24 0 2626 0

[startup+0.0370659 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 1577
/proc/meminfo: memFree=1842680/2055920 swapFree=4184880/4192956
[pid=1577] ppid=1575 vsize=12056 CPUtime=0
/proc/1577/stat : 1577 (java) D 1575 1577 464 0 -1 0 377 0 12 0 0 0 0 0 18 0 1 0 111126438 12345344 196 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 11252522 0 0 4096 0 0 0 0 17 0 0 0
/proc/1577/statm: 3014 208 135 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.104042 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 1577
/proc/meminfo: memFree=1842680/2055920 swapFree=4184880/4192956
[pid=1577] ppid=1575 vsize=1776088 CPUtime=0.03
/proc/1577/stat : 1577 (java) S 1575 1577 464 0 -1 0 3243 0 20 0 1 2 0 0 18 0 4 0 111126438 1818714112 3009 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/1577/statm: 444022 3009 887 9 0 441658 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776088

[startup+0.301044 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 1577
/proc/meminfo: memFree=1842680/2055920 swapFree=4184880/4192956
[pid=1577] ppid=1575 vsize=1781248 CPUtime=0.18
/proc/1577/stat : 1577 (java) S 1575 1577 464 0 -1 0 4692 0 20 0 15 3 0 0 18 0 12 0 111126438 1823997952 4449 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1577/statm: 445312 4449 1241 9 0 442924 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1781248

[startup+0.701085 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 1577
/proc/meminfo: memFree=1842680/2055920 swapFree=4184880/4192956
[pid=1577] ppid=1575 vsize=1782292 CPUtime=0.77
/proc/1577/stat : 1577 (java) S 1575 1577 464 0 -1 0 6595 0 20 0 72 5 0 0 18 0 12 0 111126438 1825067008 6076 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1577/statm: 445573 6076 1296 9 0 443185 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1782292

[startup+1.50217 s]
/proc/loadavg: 1.07 1.00 1.00 4/76 1589
/proc/meminfo: memFree=1812248/2055920 swapFree=4184880/4192956
[pid=1577] ppid=1575 vsize=1785100 CPUtime=1.93
/proc/1577/stat : 1577 (java) S 1575 1577 464 0 -1 0 16743 0 20 0 182 11 0 0 18 0 12 0 111126438 1827942400 13881 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1577/statm: 446275 13883 1301 9 0 443887 0
[pid=1577/tid=1579] ppid=1575 vsize=1785100 CPUtime=1
/proc/1577/task/1579/stat : 1579 (java) R 1575 1577 464 0 -1 64 11999 0 1 0 92 8 0 0 19 0 12 0 111126443 1827942400 13883 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109683996 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1580] ppid=1575 vsize=1785100 CPUtime=0
/proc/1577/task/1580/stat : 1580 (java) S 1575 1577 464 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 111126446 1827942400 13885 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1581] ppid=1575 vsize=1785100 CPUtime=0
/proc/1577/task/1581/stat : 1581 (java) S 1575 1577 464 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 111126446 1827942400 13886 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1582] ppid=1575 vsize=1785100 CPUtime=0
/proc/1577/task/1582/stat : 1582 (java) S 1575 1577 464 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 111126450 1827942400 13886 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1583] ppid=1575 vsize=1785100 CPUtime=0
/proc/1577/task/1583/stat : 1583 (java) S 1575 1577 464 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 111126450 1827942400 13887 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1584] ppid=1575 vsize=1785100 CPUtime=0
/proc/1577/task/1584/stat : 1584 (java) S 1575 1577 464 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 111126450 1827942400 13888 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1585] ppid=1575 vsize=1785100 CPUtime=0
/proc/1577/task/1585/stat : 1585 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 111126457 1827942400 13890 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1586] ppid=1575 vsize=1785100 CPUtime=0.37
/proc/1577/task/1586/stat : 1586 (java) S 1575 1577 464 0 -1 64 1017 0 0 0 37 0 0 0 16 0 12 0 111126457 1827942400 13891 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1587] ppid=1575 vsize=1785100 CPUtime=0.52
/proc/1577/task/1587/stat : 1587 (java) S 1575 1577 464 0 -1 64 3029 0 0 0 51 1 0 0 16 0 12 0 111126457 1827942400 13892 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1588] ppid=1575 vsize=1785100 CPUtime=0
/proc/1577/task/1588/stat : 1588 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 111126457 1827942400 13893 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1589] ppid=1575 vsize=1785100 CPUtime=0
/proc/1577/task/1589/stat : 1589 (java) S 1575 1577 464 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 111126458 1827942400 13894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1785100

[startup+3.10233 s]
/proc/loadavg: 1.07 1.00 1.00 2/76 1589
/proc/meminfo: memFree=1722072/2055920 swapFree=4184880/4192956
[pid=1577] ppid=1575 vsize=1785424 CPUtime=3.59
/proc/1577/stat : 1577 (java) S 1575 1577 464 0 -1 0 44489 0 20 0 335 24 0 0 18 0 12 0 111126438 1828274176 41616 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1577/statm: 446356 41616 1310 9 0 443968 0
[pid=1577/tid=1579] ppid=1575 vsize=1785424 CPUtime=2.54
/proc/1577/task/1579/stat : 1579 (java) R 1575 1577 464 0 -1 64 37672 0 1 0 234 20 0 0 24 0 12 0 111126443 1828274176 41616 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109495916 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1580] ppid=1575 vsize=1785424 CPUtime=0.05
/proc/1577/task/1580/stat : 1580 (java) S 1575 1577 464 0 -1 64 1067 0 0 0 5 0 0 0 17 0 12 0 111126446 1828274176 41616 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1581] ppid=1575 vsize=1785424 CPUtime=0.05
/proc/1577/task/1581/stat : 1581 (java) S 1575 1577 464 0 -1 64 999 0 0 0 5 0 0 0 17 0 12 0 111126446 1828274176 41616 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1582] ppid=1575 vsize=1785424 CPUtime=0
/proc/1577/task/1582/stat : 1582 (java) S 1575 1577 464 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 111126450 1828274176 41616 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1583] ppid=1575 vsize=1785424 CPUtime=0
/proc/1577/task/1583/stat : 1583 (java) S 1575 1577 464 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 111126450 1828274176 41616 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1584] ppid=1575 vsize=1785424 CPUtime=0
/proc/1577/task/1584/stat : 1584 (java) S 1575 1577 464 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 111126450 1828274176 41616 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1585] ppid=1575 vsize=1785424 CPUtime=0
/proc/1577/task/1585/stat : 1585 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 111126457 1828274176 41616 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1586] ppid=1575 vsize=1785424 CPUtime=0.37
/proc/1577/task/1586/stat : 1586 (java) S 1575 1577 464 0 -1 64 1017 0 0 0 37 0 0 0 16 0 12 0 111126457 1828274176 41616 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1587] ppid=1575 vsize=1785424 CPUtime=0.52
/proc/1577/task/1587/stat : 1587 (java) S 1575 1577 464 0 -1 64 3029 0 0 0 51 1 0 0 16 0 12 0 111126457 1828274176 41616 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1588] ppid=1575 vsize=1785424 CPUtime=0
/proc/1577/task/1588/stat : 1588 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 111126457 1828274176 41616 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1589] ppid=1575 vsize=1785424 CPUtime=0
/proc/1577/task/1589/stat : 1589 (java) S 1575 1577 464 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 111126458 1828274176 41616 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1785424

[startup+6.30165 s]
/proc/loadavg: 1.07 1.00 1.00 2/76 1589
/proc/meminfo: memFree=1651352/2055920 swapFree=4184880/4192956
[pid=1577] ppid=1575 vsize=1787668 CPUtime=7.1
/proc/1577/stat : 1577 (java) S 1575 1577 464 0 -1 0 54207 0 20 0 681 29 0 0 18 0 12 0 111126438 1830572032 50970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1577/statm: 446917 50970 1310 9 0 444529 0
[pid=1577/tid=1579] ppid=1575 vsize=1787668 CPUtime=5.42
/proc/1577/task/1579/stat : 1579 (java) R 1575 1577 464 0 -1 64 37677 0 1 0 522 20 0 0 22 0 12 0 111126443 1830572032 50970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109684741 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1580] ppid=1575 vsize=1787668 CPUtime=0.37
/proc/1577/task/1580/stat : 1580 (java) S 1575 1577 464 0 -1 64 5986 0 0 0 34 3 0 0 16 0 12 0 111126446 1830572032 50970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1581] ppid=1575 vsize=1787668 CPUtime=0.36
/proc/1577/task/1581/stat : 1581 (java) S 1575 1577 464 0 -1 64 5787 0 0 0 35 1 0 0 16 0 12 0 111126446 1830572032 50970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1582] ppid=1575 vsize=1787668 CPUtime=0
/proc/1577/task/1582/stat : 1582 (java) S 1575 1577 464 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 111126450 1830572032 50970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1583] ppid=1575 vsize=1787668 CPUtime=0
/proc/1577/task/1583/stat : 1583 (java) S 1575 1577 464 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 111126450 1830572032 50970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1584] ppid=1575 vsize=1787668 CPUtime=0
/proc/1577/task/1584/stat : 1584 (java) S 1575 1577 464 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 111126450 1830572032 50970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1585] ppid=1575 vsize=1787668 CPUtime=0
/proc/1577/task/1585/stat : 1585 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 111126457 1830572032 50970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1586] ppid=1575 vsize=1787668 CPUtime=0.37
/proc/1577/task/1586/stat : 1586 (java) S 1575 1577 464 0 -1 64 1017 0 0 0 37 0 0 0 16 0 12 0 111126457 1830572032 50970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1587] ppid=1575 vsize=1787668 CPUtime=0.52
/proc/1577/task/1587/stat : 1587 (java) S 1575 1577 464 0 -1 64 3029 0 0 0 51 1 0 0 16 0 12 0 111126457 1830572032 50970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1588] ppid=1575 vsize=1787668 CPUtime=0
/proc/1577/task/1588/stat : 1588 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 111126457 1830572032 50970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1589] ppid=1575 vsize=1787668 CPUtime=0
/proc/1577/task/1589/stat : 1589 (java) S 1575 1577 464 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 111126458 1830572032 50970 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 1787668

[startup+12.7023 s]
/proc/loadavg: 1.06 1.00 1.00 4/77 1590
/proc/meminfo: memFree=1596184/2055920 swapFree=4184880/4192956
[pid=1577] ppid=1575 vsize=1791832 CPUtime=15.58
/proc/1577/stat : 1577 (java) S 1575 1577 464 0 -1 0 68612 0 20 0 1522 36 0 0 18 0 13 0 111126438 1834835968 62784 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1577/statm: 447958 62784 1326 9 0 445570 0
[pid=1577/tid=1579] ppid=1575 vsize=1791832 CPUtime=9.91
/proc/1577/task/1579/stat : 1579 (java) R 1575 1577 464 0 -1 64 37725 0 1 0 970 21 0 0 22 0 13 0 111126443 1834835968 62784 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109856119 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1580] ppid=1575 vsize=1791832 CPUtime=1.92
/proc/1577/task/1580/stat : 1580 (java) S 1575 1577 464 0 -1 64 13593 0 0 0 186 6 0 0 16 0 13 0 111126446 1834835968 62784 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1581] ppid=1575 vsize=1791832 CPUtime=1.87
/proc/1577/task/1581/stat : 1581 (java) S 1575 1577 464 0 -1 64 12472 0 0 0 182 5 0 0 16 0 13 0 111126446 1834835968 62784 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1582] ppid=1575 vsize=1791832 CPUtime=0
/proc/1577/task/1582/stat : 1582 (java) S 1575 1577 464 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 111126450 1834835968 62784 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1583] ppid=1575 vsize=1791832 CPUtime=0
/proc/1577/task/1583/stat : 1583 (java) S 1575 1577 464 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 111126450 1834835968 62784 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1584] ppid=1575 vsize=1791832 CPUtime=0
/proc/1577/task/1584/stat : 1584 (java) S 1575 1577 464 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111126450 1834835968 62784 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1585] ppid=1575 vsize=1791832 CPUtime=0
/proc/1577/task/1585/stat : 1585 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 111126457 1834835968 62784 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1586] ppid=1575 vsize=1791832 CPUtime=0.9
/proc/1577/task/1586/stat : 1586 (java) S 1575 1577 464 0 -1 64 1053 0 0 0 90 0 0 0 16 0 13 0 111126457 1834835968 62784 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1587] ppid=1575 vsize=1791832 CPUtime=0.92
/proc/1577/task/1587/stat : 1587 (java) S 1575 1577 464 0 -1 64 3051 0 0 0 91 1 0 0 16 0 13 0 111126457 1834835968 62784 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1588] ppid=1575 vsize=1791832 CPUtime=0
/proc/1577/task/1588/stat : 1588 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 111126457 1834835968 62784 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1589] ppid=1575 vsize=1791832 CPUtime=0
/proc/1577/task/1589/stat : 1589 (java) S 1575 1577 464 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 111126458 1834835968 62784 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1590] ppid=1575 vsize=1791832 CPUtime=0
/proc/1577/task/1590/stat : 1590 (java) S 1575 1577 464 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 111127566 1834835968 62784 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.58
Current children cumulated vsize (KiB) 1791832

[startup+25.5026 s]
/proc/loadavg: 1.05 1.00 1.00 2/77 1590
/proc/meminfo: memFree=1616216/2055920 swapFree=4184880/4192956
[pid=1577] ppid=1575 vsize=1791832 CPUtime=28.64
/proc/1577/stat : 1577 (java) S 1575 1577 464 0 -1 0 71230 0 20 0 2826 38 0 0 18 0 13 0 111126438 1834835968 56829 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1577/statm: 447958 56829 1326 9 0 445570 0
[pid=1577/tid=1579] ppid=1575 vsize=1791832 CPUtime=22.43
/proc/1577/task/1579/stat : 1579 (java) R 1575 1577 464 0 -1 64 37748 0 1 0 2222 21 0 0 20 0 13 0 111126443 1834835968 56829 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109844649 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1580] ppid=1575 vsize=1791832 CPUtime=2.05
/proc/1577/task/1580/stat : 1580 (java) S 1575 1577 464 0 -1 64 14481 0 0 0 198 7 0 0 16 0 13 0 111126446 1834835968 56829 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1581] ppid=1575 vsize=1791832 CPUtime=2
/proc/1577/task/1581/stat : 1581 (java) S 1575 1577 464 0 -1 64 13918 0 0 0 194 6 0 0 16 0 13 0 111126446 1834835968 56829 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1582] ppid=1575 vsize=1791832 CPUtime=0
/proc/1577/task/1582/stat : 1582 (java) S 1575 1577 464 0 -1 64 26 0 0 0 0 0 0 0 15 0 13 0 111126450 1834835968 56829 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1583] ppid=1575 vsize=1791832 CPUtime=0
/proc/1577/task/1583/stat : 1583 (java) S 1575 1577 464 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 111126450 1834835968 56829 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1584] ppid=1575 vsize=1791832 CPUtime=0
/proc/1577/task/1584/stat : 1584 (java) S 1575 1577 464 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111126450 1834835968 56829 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=1577] ppid=1575 vsize=1792856 CPUtime=1610.46
/proc/1577/stat : 1577 (java) S 1575 1577 464 0 -1 0 168872 0 20 0 160786 260 0 0 18 0 13 0 111126438 1835884544 82266 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1577/statm: 448214 82266 1326 9 0 445826 0
[pid=1577/tid=1579] ppid=1575 vsize=1792856 CPUtime=1583.1
/proc/1577/task/1579/stat : 1579 (java) R 1575 1577 464 0 -1 64 96248 0 1 0 158258 52 0 0 25 0 13 0 111126443 1835884544 82266 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109829054 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1580] ppid=1575 vsize=1792856 CPUtime=12.14
/proc/1577/task/1580/stat : 1580 (java) S 1575 1577 464 0 -1 64 32943 0 0 0 1108 106 0 0 15 0 13 0 111126446 1835884544 82266 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1581] ppid=1575 vsize=1792856 CPUtime=12.45
/proc/1577/task/1581/stat : 1581 (java) S 1575 1577 464 0 -1 64 34294 0 0 0 1163 82 0 0 16 0 13 0 111126446 1835884544 82266 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1582] ppid=1575 vsize=1792856 CPUtime=0.38
/proc/1577/task/1582/stat : 1582 (java) S 1575 1577 464 0 -1 64 322 0 0 0 23 15 0 0 16 0 13 0 111126450 1835884544 82266 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1583] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1583/stat : 1583 (java) S 1575 1577 464 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 111126450 1835884544 82266 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1584] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1584/stat : 1584 (java) S 1575 1577 464 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111126450 1835884544 82266 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1585] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1585/stat : 1585 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 111126457 1835884544 82266 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1586] ppid=1575 vsize=1792856 CPUtime=1.12
/proc/1577/task/1586/stat : 1586 (java) S 1575 1577 464 0 -1 64 1305 0 0 0 112 0 0 0 16 0 13 0 111126457 1835884544 82266 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1587] ppid=1575 vsize=1792856 CPUtime=1.2
/proc/1577/task/1587/stat : 1587 (java) S 1575 1577 464 0 -1 64 3056 0 0 0 119 1 0 0 16 0 13 0 111126457 1835884544 82266 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1588] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1588/stat : 1588 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 111126457 1835884544 82266 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1589] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1589/stat : 1589 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111126458 1835884544 82266 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1590] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1590/stat : 1590 (java) S 1575 1577 464 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 111127566 1835884544 82266 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1610.46
Current children cumulated vsize (KiB) 1792856

[startup+1662.3 s]
/proc/loadavg: 1.09 1.15 1.06 2/77 1592
/proc/meminfo: memFree=1510872/2055920 swapFree=4184880/4192956
[pid=1577] ppid=1575 vsize=1792856 CPUtime=1670.67
/proc/1577/stat : 1577 (java) S 1575 1577 464 0 -1 0 170502 0 20 0 166800 267 0 0 18 0 13 0 111126438 1835884544 82999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1577/statm: 448214 82999 1326 9 0 445826 0
[pid=1577/tid=1579] ppid=1575 vsize=1792856 CPUtime=1642.47
/proc/1577/task/1579/stat : 1579 (java) R 1575 1577 464 0 -1 64 96356 0 1 0 164195 52 0 0 25 0 13 0 111126443 1835884544 82999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109844382 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1580] ppid=1575 vsize=1792856 CPUtime=12.55
/proc/1577/task/1580/stat : 1580 (java) S 1575 1577 464 0 -1 64 33897 0 0 0 1145 110 0 0 16 0 13 0 111126446 1835884544 82999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1581] ppid=1575 vsize=1792856 CPUtime=12.88
/proc/1577/task/1581/stat : 1581 (java) S 1575 1577 464 0 -1 64 34849 0 0 0 1203 85 0 0 15 0 13 0 111126446 1835884544 82999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1582] ppid=1575 vsize=1792856 CPUtime=0.39
/proc/1577/task/1582/stat : 1582 (java) S 1575 1577 464 0 -1 64 335 0 0 0 24 15 0 0 16 0 13 0 111126450 1835884544 82999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1583] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1583/stat : 1583 (java) S 1575 1577 464 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 111126450 1835884544 82999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1584] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1584/stat : 1584 (java) S 1575 1577 464 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111126450 1835884544 82999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1585] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1585/stat : 1585 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 111126457 1835884544 82999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1586] ppid=1575 vsize=1792856 CPUtime=1.12
/proc/1577/task/1586/stat : 1586 (java) S 1575 1577 464 0 -1 64 1305 0 0 0 112 0 0 0 16 0 13 0 111126457 1835884544 82999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1587] ppid=1575 vsize=1792856 CPUtime=1.2
/proc/1577/task/1587/stat : 1587 (java) S 1575 1577 464 0 -1 64 3056 0 0 0 119 1 0 0 16 0 13 0 111126457 1835884544 82999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1588] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1588/stat : 1588 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 111126457 1835884544 82999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1589] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1589/stat : 1589 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111126458 1835884544 82999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1590] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1590/stat : 1590 (java) S 1575 1577 464 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 111127566 1835884544 82999 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1670.67
Current children cumulated vsize (KiB) 1792856

[startup+1722.3 s]
/proc/loadavg: 1.03 1.12 1.06 2/77 1592
/proc/meminfo: memFree=1499416/2055920 swapFree=4184880/4192956
[pid=1577] ppid=1575 vsize=1792856 CPUtime=1730.91
/proc/1577/stat : 1577 (java) S 1575 1577 464 0 -1 0 175151 0 20 0 172816 275 0 0 18 0 13 0 111126438 1835884544 85811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1577/statm: 448214 85811 1326 9 0 445826 0
[pid=1577/tid=1579] ppid=1575 vsize=1792856 CPUtime=1701.85
/proc/1577/task/1579/stat : 1579 (java) R 1575 1577 464 0 -1 64 99790 0 1 0 170132 53 0 0 18 0 13 0 111126443 1835884544 85811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109838448 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1580] ppid=1575 vsize=1792856 CPUtime=12.97
/proc/1577/task/1580/stat : 1580 (java) S 1575 1577 464 0 -1 64 34554 0 0 0 1183 114 0 0 16 0 13 0 111126446 1835884544 85811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1581] ppid=1575 vsize=1792856 CPUtime=13.29
/proc/1577/task/1581/stat : 1581 (java) S 1575 1577 464 0 -1 64 35397 0 0 0 1242 87 0 0 16 0 13 0 111126446 1835884544 85811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1582] ppid=1575 vsize=1792856 CPUtime=0.4
/proc/1577/task/1582/stat : 1582 (java) S 1575 1577 464 0 -1 64 345 0 0 0 24 16 0 0 16 0 13 0 111126450 1835884544 85811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1583] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1583/stat : 1583 (java) S 1575 1577 464 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 111126450 1835884544 85811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1584] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1584/stat : 1584 (java) S 1575 1577 464 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111126450 1835884544 85811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1585] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1585/stat : 1585 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 111126457 1835884544 85811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1586] ppid=1575 vsize=1792856 CPUtime=1.12
/proc/1577/task/1586/stat : 1586 (java) S 1575 1577 464 0 -1 64 1305 0 0 0 112 0 0 0 16 0 13 0 111126457 1835884544 85811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1587] ppid=1575 vsize=1792856 CPUtime=1.2
/proc/1577/task/1587/stat : 1587 (java) S 1575 1577 464 0 -1 64 3056 0 0 0 119 1 0 0 16 0 13 0 111126457 1835884544 85811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1588] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1588/stat : 1588 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 111126457 1835884544 85811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1589] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1589/stat : 1589 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111126458 1835884544 85811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1590] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1590/stat : 1590 (java) S 1575 1577 464 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 111127566 1835884544 85811 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1730.91
Current children cumulated vsize (KiB) 1792856

[startup+1782.3 s]
/proc/loadavg: 1.01 1.10 1.05 2/77 1592
/proc/meminfo: memFree=1504920/2055920 swapFree=4184880/4192956
[pid=1577] ppid=1575 vsize=1792856 CPUtime=1791.15
/proc/1577/stat : 1577 (java) S 1575 1577 464 0 -1 0 176156 0 20 0 178832 283 0 0 18 0 13 0 111126438 1835884544 84419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1577/statm: 448214 84419 1326 9 0 445826 0
[pid=1577/tid=1579] ppid=1575 vsize=1792856 CPUtime=1761.24
/proc/1577/task/1579/stat : 1579 (java) R 1575 1577 464 0 -1 64 99898 0 1 0 176071 53 0 0 25 0 13 0 111126443 1835884544 84419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109844907 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1580] ppid=1575 vsize=1792856 CPUtime=13.34
/proc/1577/task/1580/stat : 1580 (java) S 1575 1577 464 0 -1 64 35210 0 0 0 1215 119 0 0 16 0 13 0 111126446 1835884544 84419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1581] ppid=1575 vsize=1792856 CPUtime=13.76
/proc/1577/task/1581/stat : 1581 (java) S 1575 1577 464 0 -1 64 35638 0 0 0 1287 89 0 0 16 0 13 0 111126446 1835884544 84419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1582] ppid=1575 vsize=1792856 CPUtime=0.41
/proc/1577/task/1582/stat : 1582 (java) S 1575 1577 464 0 -1 64 345 0 0 0 25 16 0 0 16 0 13 0 111126450 1835884544 84419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1583] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1583/stat : 1583 (java) S 1575 1577 464 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 111126450 1835884544 84419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1584] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1584/stat : 1584 (java) S 1575 1577 464 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111126450 1835884544 84419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1585] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1585/stat : 1585 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 111126457 1835884544 84419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1586] ppid=1575 vsize=1792856 CPUtime=1.12
/proc/1577/task/1586/stat : 1586 (java) S 1575 1577 464 0 -1 64 1305 0 0 0 112 0 0 0 16 0 13 0 111126457 1835884544 84419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1587] ppid=1575 vsize=1792856 CPUtime=1.2
/proc/1577/task/1587/stat : 1587 (java) S 1575 1577 464 0 -1 64 3056 0 0 0 119 1 0 0 16 0 13 0 111126457 1835884544 84419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1588] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1588/stat : 1588 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 111126457 1835884544 84419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1589] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1589/stat : 1589 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111126458 1835884544 84419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1590] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1590/stat : 1590 (java) S 1575 1577 464 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 111127566 1835884544 84419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1791.15
Current children cumulated vsize (KiB) 1792856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.2 s]
/proc/loadavg: 1.01 1.09 1.05 2/77 1592
/proc/meminfo: memFree=1505240/2055920 swapFree=4184880/4192956
[pid=1577] ppid=1575 vsize=1792856 CPUtime=1800.09
/proc/1577/stat : 1577 (java) S 1575 1577 464 0 -1 0 176355 0 20 0 179725 284 0 0 18 0 13 0 111126438 1835884544 84341 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1577/statm: 448214 84341 1326 9 0 445826 0
[pid=1577/tid=1579] ppid=1575 vsize=1792856 CPUtime=1770.04
/proc/1577/task/1579/stat : 1579 (java) R 1575 1577 464 0 -1 64 99915 0 1 0 176951 53 0 0 25 0 13 0 111126443 1835884544 84341 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109837823 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1580] ppid=1575 vsize=1792856 CPUtime=13.42
/proc/1577/task/1580/stat : 1580 (java) S 1575 1577 464 0 -1 64 35292 0 0 0 1223 119 0 0 16 0 13 0 111126446 1835884544 84341 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1581] ppid=1575 vsize=1792856 CPUtime=13.82
/proc/1577/task/1581/stat : 1581 (java) S 1575 1577 464 0 -1 64 35727 0 0 0 1292 90 0 0 16 0 13 0 111126446 1835884544 84341 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1582] ppid=1575 vsize=1792856 CPUtime=0.41
/proc/1577/task/1582/stat : 1582 (java) S 1575 1577 464 0 -1 64 356 0 0 0 25 16 0 0 16 0 13 0 111126450 1835884544 84341 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1583] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1583/stat : 1583 (java) S 1575 1577 464 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 111126450 1835884544 84341 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1584] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1584/stat : 1584 (java) S 1575 1577 464 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111126450 1835884544 84341 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1585] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1585/stat : 1585 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 111126457 1835884544 84341 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1586] ppid=1575 vsize=1792856 CPUtime=1.12
/proc/1577/task/1586/stat : 1586 (java) S 1575 1577 464 0 -1 64 1305 0 0 0 112 0 0 0 16 0 13 0 111126457 1835884544 84341 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1587] ppid=1575 vsize=1792856 CPUtime=1.2
/proc/1577/task/1587/stat : 1587 (java) S 1575 1577 464 0 -1 64 3056 0 0 0 119 1 0 0 16 0 13 0 111126457 1835884544 84341 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1588] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1588/stat : 1588 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 111126457 1835884544 84341 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1577/tid=1589] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1589/stat : 1589 (java) S 1575 1577 464 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111126458 1835884544 84341 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1577/tid=1590] ppid=1575 vsize=1792856 CPUtime=0
/proc/1577/task/1590/stat : 1590 (java) S 1575 1577 464 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 111127566 1835884544 84341 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1792856

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

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

Child status: 143
Real time (s): 1791.31
CPU time (s): 1800.2
CPU user time (s): 1797.31
CPU system time (s): 2.89356
CPU usage (%): 100.496
Max. virtual memory (cumulated for all children) (KiB): 1792856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.31
system time used= 2.89356
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176375
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70165
involuntary context switches= 33234

runsolver used 2.02169 second user time and 4.76927 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Sun Apr 15 10:15:47 UTC 2007

IDJOB= 352445
IDBENCH= 1976
IDSOLVER= 160
FILE ID= node44/352445-1176632147

PBS_JOBID= 4559789

Free space on /tmp= 66544 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  99680d01aa100bfba038606e315bf03d

RANDOM SEED= 723061633

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.234
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.234
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:       1843344 kB
Buffers:          8364 kB
Cached:         113408 kB
SwapCached:       2124 kB
Active:          40272 kB
Inactive:        91936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843344 kB
SwapTotal:     4192956 kB
SwapFree:      4184880 kB
Dirty:           20408 kB
Writeback:           0 kB
Mapped:          17468 kB
Slab:            66392 kB
Committed_AS:   245788 kB
PageTables:       1400 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 node44 on Sun Apr 15 10:45:41 UTC 2007