Trace number 355318

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.17 1787.02

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=40-sizeP=21-sizeQ=40-793490986-max.opb
MD5SUMd0972750cf259b5b6f93d177cc7cfb4a
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1307731
Best CPU time to get the best result obtained on this benchmark314.738
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1307731
Optimality of the best value was proved YES
Number of variables901
Total number of constraints2521
Number of constraints which are clauses2520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint840
Number of terms in the objective function 21
Biggest coefficient in the objective function 1048576
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 2097151
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 576460752303423488
Number of bits of the biggest number in a constraint 60
Biggest sum of numbers in a constraint 2305841944493460011
Number of bits of the biggest sum of numbers61
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/355318-1176806452/instance-355318-1176806452.opb
0.20/0.20	c reading problem ... 
0.89/0.76	c ... done. Wall clock time 0.555s.
0.89/0.76	c CPU time (experimental) 0.57s.
0.89/0.76	c #vars     901
0.89/0.76	c #constraints  2522
1800.05/1786.91	c starts		: 2
1800.05/1786.91	c conflicts		: 4386
1800.05/1786.91	c decisions		: 132831
1800.05/1786.91	c propagations		: 606669
1800.05/1786.91	c inspects		: 164130953
1800.05/1786.91	c learnt literals	: 0
1800.05/1786.91	c learnt binary clauses	: 0
1800.05/1786.91	c learnt ternary clauses	: 0
1800.05/1786.91	c learnt clauses	: 4386
1800.05/1786.91	c root simplifications	: 0
1800.05/1786.91	c removed literals (reason simplification)	: 0
1800.05/1786.91	c reason swapping (by a shorter reason)	: 0
1800.05/1786.91	c Calls to reduceDB	: 0
1800.05/1786.91	c speed (decisions/second)	: 74.36738094198347
1800.05/1786.91	c non guided choices	2
1800.05/1786.91	s UNKNOWN
1800.05/1786.91	c Total wall clock time (ms): 1786.711

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26576
/proc/meminfo: memFree=1896672/2055920 swapFree=4179544/4192956
[pid=26576] ppid=26574 vsize=152 CPUtime=0
/proc/26576/stat : 26576 (java) D 26574 26576 25869 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 128555169 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 5534500 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26576/statm: 38 26 19 9 0 4 0

[startup+0.00862908 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26576
/proc/meminfo: memFree=1896672/2055920 swapFree=4179544/4192956
[pid=26576] ppid=26574 vsize=1800 CPUtime=0
/proc/26576/stat : 26576 (java) D 26574 26576 25869 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 128555169 1843200 148 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26576/statm: 450 148 111 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.101645 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26576
/proc/meminfo: memFree=1896672/2055920 swapFree=4179544/4192956
[pid=26576] ppid=26574 vsize=1780112 CPUtime=0.08
/proc/26576/stat : 26576 (java) S 26574 26576 25869 0 -1 0 3974 0 1 0 6 2 0 0 18 0 12 0 128555169 1822834688 3716 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26576/statm: 445028 3716 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301665 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26576
/proc/meminfo: memFree=1896672/2055920 swapFree=4179544/4192956
[pid=26576] ppid=26574 vsize=1781412 CPUtime=0.3
/proc/26576/stat : 26576 (java) S 26574 26576 25869 0 -1 0 5112 0 1 0 27 3 0 0 18 0 12 0 128555169 1824165888 4851 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26576/statm: 445353 4851 1263 9 0 442964 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781412

[startup+0.702704 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 26576
/proc/meminfo: memFree=1896672/2055920 swapFree=4179544/4192956
[pid=26576] ppid=26574 vsize=1782516 CPUtime=0.89
/proc/26576/stat : 26576 (java) S 26574 26576 25869 0 -1 0 6655 0 1 0 85 4 0 0 18 0 12 0 128555169 1825296384 6221 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26576/statm: 445629 6221 1301 9 0 443240 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1782516

[startup+1.50278 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 26589
/proc/meminfo: memFree=1869560/2055920 swapFree=4179544/4192956
[pid=26576] ppid=26574 vsize=1797532 CPUtime=2.47
/proc/26576/stat : 26576 (java) S 26574 26576 25869 0 -1 0 21465 0 1 0 236 11 0 0 18 0 13 0 128555169 1840672768 16393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26576/statm: 449383 16393 1310 9 0 446994 0
[pid=26576/tid=26578] ppid=26574 vsize=1797532 CPUtime=0.92
/proc/26576/task/26578/stat : 26578 (java) R 26574 26576 25869 0 -1 64 11999 0 1 0 86 6 0 0 18 0 13 0 128555170 1840672768 16393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109615444 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26579] ppid=26574 vsize=1797532 CPUtime=0
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 25869 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 128555171 1840672768 16393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=1797532 CPUtime=0
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 25869 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 128555171 1840672768 16393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26581] ppid=26574 vsize=1797532 CPUtime=0
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 25869 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 128555174 1840672768 16393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26582] ppid=26574 vsize=1797532 CPUtime=0
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 25869 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 128555174 1840672768 16393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=1797532 CPUtime=0
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 25869 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 128555174 1840672768 16393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=1797532 CPUtime=0
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128555178 1840672768 16393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=1797532 CPUtime=0.74
/proc/26576/task/26585/stat : 26585 (java) R 26574 26576 25869 0 -1 64 4018 0 0 0 72 2 0 0 17 0 13 0 128555178 1840672768 16393 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103058831 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=1797532 CPUtime=0.78
/proc/26576/task/26586/stat : 26586 (java) R 26574 26576 25869 0 -1 64 4727 0 0 0 77 1 0 0 18 0 13 0 128555178 1840672768 16394 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103336148 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26587] ppid=26574 vsize=1797532 CPUtime=0
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128555178 1840672768 16395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=1797532 CPUtime=0
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 25869 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128555178 1840672768 16395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26589] ppid=26574 vsize=1797532 CPUtime=0
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 25869 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 128555246 1840672768 16395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1797532

[startup+3.10194 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 26589
/proc/meminfo: memFree=1773496/2055920 swapFree=4179544/4192956
[pid=26576] ppid=26574 vsize=1798200 CPUtime=5.12
/proc/26576/stat : 26576 (java) S 26574 26576 25869 0 -1 0 54799 0 1 0 484 28 0 0 18 0 13 0 128555169 1841356800 43171 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26576/statm: 449550 43171 1325 9 0 447161 0
[pid=26576/tid=26578] ppid=26574 vsize=1798200 CPUtime=2.09
/proc/26576/task/26578/stat : 26578 (java) R 26574 26576 25869 0 -1 64 37761 0 1 0 190 19 0 0 24 0 13 0 128555170 1841356800 43171 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109639197 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26579] ppid=26574 vsize=1798200 CPUtime=0
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 25869 0 -1 64 199 0 0 0 0 0 0 0 16 0 13 0 128555171 1841356800 43171 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=1798200 CPUtime=0
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 25869 0 -1 64 155 0 0 0 0 0 0 0 16 0 13 0 128555171 1841356800 43171 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26581] ppid=26574 vsize=1798200 CPUtime=0
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 25869 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128555174 1841356800 43171 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26582] ppid=26574 vsize=1798200 CPUtime=0
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 25869 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128555174 1841356800 43171 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=1798200 CPUtime=0
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 25869 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128555174 1841356800 43171 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=1798200 CPUtime=0
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128555178 1841356800 43171 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=1798200 CPUtime=1.3
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 25869 0 -1 64 7609 0 0 0 126 4 0 0 16 0 13 0 128555178 1841356800 43171 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=1798200 CPUtime=1.69
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 25869 0 -1 64 8348 0 0 0 165 4 0 0 16 0 13 0 128555178 1841356800 43171 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26587] ppid=26574 vsize=1798200 CPUtime=0
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128555178 1841356800 43171 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=1798200 CPUtime=0
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 25869 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128555178 1841356800 43171 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26589] ppid=26574 vsize=1798200 CPUtime=0
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 25869 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 128555246 1841356800 43171 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 1798200

[startup+6.30225 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26589
/proc/meminfo: memFree=1727288/2055920 swapFree=4179544/4192956
[pid=26576] ppid=26574 vsize=1797532 CPUtime=8.5
/proc/26576/stat : 26576 (java) S 26574 26576 25869 0 -1 0 56816 0 1 0 820 30 0 0 18 0 13 0 128555169 1840672768 44192 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26576/statm: 449383 44192 1325 9 0 446994 0
[pid=26576/tid=26578] ppid=26574 vsize=1797532 CPUtime=5.14
/proc/26576/task/26578/stat : 26578 (java) R 26574 26576 25869 0 -1 64 37768 0 1 0 495 19 0 0 25 0 13 0 128555170 1840672768 44192 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109648303 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26579] ppid=26574 vsize=1797532 CPUtime=0.04
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 25869 0 -1 64 1212 0 0 0 4 0 0 0 16 0 13 0 128555171 1840672768 44192 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=1797532 CPUtime=0.04
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 25869 0 -1 64 1054 0 0 0 4 0 0 0 16 0 13 0 128555171 1840672768 44192 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26581] ppid=26574 vsize=1797532 CPUtime=0
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 25869 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 128555174 1840672768 44192 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26582] ppid=26574 vsize=1797532 CPUtime=0
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 25869 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128555174 1840672768 44192 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=1797532 CPUtime=0
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 25869 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128555174 1840672768 44192 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=1797532 CPUtime=0
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128555178 1840672768 44192 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=1797532 CPUtime=1.41
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 25869 0 -1 64 7679 0 0 0 137 4 0 0 16 0 13 0 128555178 1840672768 44192 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=1797532 CPUtime=1.81
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 25869 0 -1 64 8357 0 0 0 177 4 0 0 16 0 13 0 128555178 1840672768 44192 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26587] ppid=26574 vsize=1797532 CPUtime=0
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128555178 1840672768 44192 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=1797532 CPUtime=0
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 25869 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128555178 1840672768 44192 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26589] ppid=26574 vsize=1797532 CPUtime=0
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 25869 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 128555246 1840672768 44192 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 1797532

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26589
/proc/meminfo: memFree=1685816/2055920 swapFree=4179544/4192956
[pid=26576] ppid=26574 vsize=1797116 CPUtime=14.96
/proc/26576/stat : 26576 (java) S 26574 26576 25869 0 -1 0 67190 0 1 0 1463 33 0 0 18 0 13 0 128555169 1840246784 53689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26576/statm: 449279 53689 1325 9 0 446890 0
[pid=26576/tid=26578] ppid=26574 vsize=1797116 CPUtime=11.47
/proc/26576/task/26578/stat : 26578 (java) R 26574 26576 25869 0 -1 64 45031 0 1 0 1125 22 0 0 25 0 13 0 128555170 1840246784 53689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109639039 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26579] ppid=26574 vsize=1797116 CPUtime=0.11
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 25869 0 -1 64 2847 0 0 0 10 1 0 0 15 0 13 0 128555171 1840246784 53689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=1797116 CPUtime=0.1
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 25869 0 -1 64 2530 0 0 0 10 0 0 0 16 0 13 0 128555171 1840246784 53689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26581] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 25869 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 128555174 1840246784 53689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26582] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 25869 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128555174 1840246784 53689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 25869 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128555174 1840246784 53689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128555178 1840246784 53689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=1797116 CPUtime=1.42
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 25869 0 -1 64 7679 0 0 0 138 4 0 0 16 0 13 0 128555178 1840246784 53689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=1797116 CPUtime=1.81
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 25869 0 -1 64 8357 0 0 0 177 4 0 0 17 0 13 0 128555178 1840246784 53689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26587] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128555178 1840246784 53689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 25869 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128555178 1840246784 53689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26589] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 25869 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 128555246 1840246784 53689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 1797116

[startup+25.5021 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26589
/proc/meminfo: memFree=1707384/2055920 swapFree=4179544/4192956
[pid=26576] ppid=26574 vsize=1797116 CPUtime=27.96
/proc/26576/stat : 26576 (java) S 26574 26576 25869 0 -1 0 69141 0 1 0 2761 35 0 0 18 0 13 0 128555169 1840246784 48094 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26576/statm: 449279 48094 1326 9 0 446890 0
[pid=26576/tid=26578] ppid=26574 vsize=1797116 CPUtime=24.12
/proc/26576/task/26578/stat : 26578 (java) R 26574 26576 25869 0 -1 64 45054 0 1 0 2390 22 0 0 18 0 13 0 128555170 1840246784 48094 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109736430 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26579] ppid=26574 vsize=1797116 CPUtime=0.19
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 25869 0 -1 64 3890 0 0 0 18 1 0 0 16 0 13 0 128555171 1840246784 48094 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=1797116 CPUtime=0.19
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 25869 0 -1 64 3414 0 0 0 18 1 0 0 16 0 13 0 128555171 1840246784 48094 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=26576/tid=26581] ppid=26574 vsize=1797116 CPUtime=0.26
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 25869 0 -1 64 198 0 0 0 13 13 0 0 16 0 13 0 128555174 1840246784 121998 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26582] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 25869 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128555174 1840246784 121998 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 25869 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128555174 1840246784 121998 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128555178 1840246784 121998 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=1797116 CPUtime=1.53
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 25869 0 -1 64 7683 0 0 0 149 4 0 0 16 0 13 0 128555178 1840246784 121998 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=1797116 CPUtime=1.97
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 25869 0 -1 64 8361 0 0 0 193 4 0 0 17 0 13 0 128555178 1840246784 121998 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26587] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128555178 1840246784 121998 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 25869 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128555178 1840246784 121998 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26589] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 25869 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 128555246 1840246784 121998 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1614.48
Current children cumulated vsize (KiB) 1797116

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 26787
/proc/meminfo: memFree=1410424/2055920 swapFree=4179544/4192956
[pid=26576] ppid=26574 vsize=1797116 CPUtime=1674.81
/proc/26576/stat : 26576 (java) S 26574 26576 25869 0 -1 0 207405 0 1 0 167357 124 0 0 18 0 13 0 128555169 1840246784 122253 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26576/statm: 449279 122253 1327 9 0 446890 0
[pid=26576/tid=26578] ppid=26574 vsize=1797116 CPUtime=1649.26
/proc/26576/task/26578/stat : 26578 (java) R 26574 26576 25869 0 -1 64 96201 0 1 0 164866 60 0 0 25 0 13 0 128555170 1840246784 122253 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109581641 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26579] ppid=26574 vsize=1797116 CPUtime=10.88
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 25869 0 -1 64 49835 0 0 0 1067 21 0 0 16 0 13 0 128555171 1840246784 122253 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=1797116 CPUtime=10.84
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 25869 0 -1 64 44404 0 0 0 1065 19 0 0 16 0 13 0 128555171 1840246784 122253 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26581] ppid=26574 vsize=1797116 CPUtime=0.26
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 25869 0 -1 64 201 0 0 0 13 13 0 0 16 0 13 0 128555174 1840246784 122253 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26582] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 25869 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128555174 1840246784 122253 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 25869 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128555174 1840246784 122253 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128555178 1840246784 122253 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=1797116 CPUtime=1.53
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 25869 0 -1 64 7683 0 0 0 149 4 0 0 16 0 13 0 128555178 1840246784 122253 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=1797116 CPUtime=1.97
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 25869 0 -1 64 8361 0 0 0 193 4 0 0 17 0 13 0 128555178 1840246784 122253 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26587] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128555178 1840246784 122253 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 25869 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128555178 1840246784 122253 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26589] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 25869 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 128555246 1840246784 122253 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1674.81
Current children cumulated vsize (KiB) 1797116

[startup+1722.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 26787
/proc/meminfo: memFree=1407224/2055920 swapFree=4179544/4192956
[pid=26576] ppid=26574 vsize=1797116 CPUtime=1735.13
/proc/26576/stat : 26576 (java) S 26574 26576 25869 0 -1 0 209492 0 1 0 173388 125 0 0 18 0 13 0 128555169 1840246784 123063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26576/statm: 449279 123063 1327 9 0 446890 0
[pid=26576/tid=26578] ppid=26574 vsize=1797116 CPUtime=1708.89
/proc/26576/task/26578/stat : 26578 (java) R 26574 26576 25869 0 -1 64 96217 0 1 0 170829 60 0 0 25 0 13 0 128555170 1840246784 123063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109581328 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26579] ppid=26574 vsize=1797116 CPUtime=11.22
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 25869 0 -1 64 51243 0 0 0 1101 21 0 0 16 0 13 0 128555171 1840246784 123063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=1797116 CPUtime=11.2
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 25869 0 -1 64 45067 0 0 0 1100 20 0 0 16 0 13 0 128555171 1840246784 123063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26581] ppid=26574 vsize=1797116 CPUtime=0.26
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 25869 0 -1 64 201 0 0 0 13 13 0 0 16 0 13 0 128555174 1840246784 123063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26582] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 25869 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128555174 1840246784 123063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 25869 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128555174 1840246784 123063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128555178 1840246784 123063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=1797116 CPUtime=1.53
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 25869 0 -1 64 7683 0 0 0 149 4 0 0 16 0 13 0 128555178 1840246784 123063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=1797116 CPUtime=1.97
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 25869 0 -1 64 8361 0 0 0 193 4 0 0 17 0 13 0 128555178 1840246784 123063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26587] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128555178 1840246784 123063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 25869 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128555178 1840246784 123063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26589] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 25869 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 128555246 1840246784 123063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1735.13
Current children cumulated vsize (KiB) 1797116

[startup+1782.3 s]
/proc/loadavg: 1.03 1.02 1.00 2/77 26787
/proc/meminfo: memFree=1400632/2055920 swapFree=4179544/4192956
[pid=26576] ppid=26574 vsize=1797116 CPUtime=1795.42
/proc/26576/stat : 26576 (java) S 26574 26576 25869 0 -1 0 211911 0 1 0 179416 126 0 0 18 0 13 0 128555169 1840246784 124615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26576/statm: 449279 124615 1327 9 0 446890 0
[pid=26576/tid=26578] ppid=26574 vsize=1797116 CPUtime=1768.57
/proc/26576/task/26578/stat : 26578 (java) R 26574 26576 25869 0 -1 64 97287 0 1 0 176796 61 0 0 25 0 13 0 128555170 1840246784 124615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109998202 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26579] ppid=26574 vsize=1797116 CPUtime=11.54
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 25869 0 -1 64 52052 0 0 0 1132 22 0 0 16 0 13 0 128555171 1840246784 124615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=1797116 CPUtime=11.5
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 25869 0 -1 64 45605 0 0 0 1130 20 0 0 16 0 13 0 128555171 1840246784 124615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26581] ppid=26574 vsize=1797116 CPUtime=0.26
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 25869 0 -1 64 203 0 0 0 13 13 0 0 16 0 13 0 128555174 1840246784 124615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26582] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 25869 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128555174 1840246784 124615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 25869 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128555174 1840246784 124615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128555178 1840246784 124615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=1797116 CPUtime=1.53
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 25869 0 -1 64 7683 0 0 0 149 4 0 0 16 0 13 0 128555178 1840246784 124615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=1797116 CPUtime=1.97
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 25869 0 -1 64 8361 0 0 0 193 4 0 0 17 0 13 0 128555178 1840246784 124615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26587] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128555178 1840246784 124615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 25869 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128555178 1840246784 124615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26589] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 25869 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 128555246 1840246784 124615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.42
Current children cumulated vsize (KiB) 1797116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.9 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 26787
/proc/meminfo: memFree=1400888/2055920 swapFree=4179544/4192956
[pid=26576] ppid=26574 vsize=1797116 CPUtime=1800.05
/proc/26576/stat : 26576 (java) S 26574 26576 25869 0 -1 0 211966 0 1 0 179879 126 0 0 18 0 13 0 128555169 1840246784 124557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26576/statm: 449279 124557 1327 9 0 446890 0
[pid=26576/tid=26578] ppid=26574 vsize=1797116 CPUtime=1773.15
/proc/26576/task/26578/stat : 26578 (java) R 26574 26576 25869 0 -1 64 97288 0 1 0 177254 61 0 0 25 0 13 0 128555170 1840246784 124557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109595691 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26579] ppid=26574 vsize=1797116 CPUtime=11.56
/proc/26576/task/26579/stat : 26579 (java) S 26574 26576 25869 0 -1 64 52106 0 0 0 1134 22 0 0 16 0 13 0 128555171 1840246784 124557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26580] ppid=26574 vsize=1797116 CPUtime=11.53
/proc/26576/task/26580/stat : 26580 (java) S 26574 26576 25869 0 -1 64 45605 0 0 0 1133 20 0 0 16 0 13 0 128555171 1840246784 124557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26581] ppid=26574 vsize=1797116 CPUtime=0.26
/proc/26576/task/26581/stat : 26581 (java) S 26574 26576 25869 0 -1 64 203 0 0 0 13 13 0 0 16 0 13 0 128555174 1840246784 124557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26582] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26582/stat : 26582 (java) S 26574 26576 25869 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 128555174 1840246784 124557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26583] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26583/stat : 26583 (java) S 26574 26576 25869 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128555174 1840246784 124557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26584] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26584/stat : 26584 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128555178 1840246784 124557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26585] ppid=26574 vsize=1797116 CPUtime=1.53
/proc/26576/task/26585/stat : 26585 (java) S 26574 26576 25869 0 -1 64 7683 0 0 0 149 4 0 0 16 0 13 0 128555178 1840246784 124557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26586] ppid=26574 vsize=1797116 CPUtime=1.97
/proc/26576/task/26586/stat : 26586 (java) S 26574 26576 25869 0 -1 64 8361 0 0 0 193 4 0 0 17 0 13 0 128555178 1840246784 124557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26587] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26587/stat : 26587 (java) S 26574 26576 25869 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128555178 1840246784 124557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26576/tid=26588] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26588/stat : 26588 (java) S 26574 26576 25869 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128555178 1840246784 124557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26576/tid=26589] ppid=26574 vsize=1797116 CPUtime=0
/proc/26576/task/26589/stat : 26589 (java) S 26574 26576 25869 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 128555246 1840246784 124557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1797116

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

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

[startup+1787.01 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 26787
/proc/meminfo: memFree=1400888/2055920 swapFree=4179544/4192956
[pid=26576] ppid=26574 vsize=0 CPUtime=1800.16
/proc/26576/stat : 26576 (java) Z 26574 26576 25869 0 -1 1036 211986 0 1 0 179882 134 0 0 16 0 2 0 128555169 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26576/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1787.02
CPU time (s): 1800.17
CPU user time (s): 1798.82
CPU system time (s): 1.3478
CPU usage (%): 100.736
Max. virtual memory (cumulated for all children) (KiB): 1801992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.3478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211986
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= 45535
involuntary context switches= 26333

runsolver used 1.9637 second user time and 5.22321 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Tue Apr 17 10:40:52 UTC 2007

IDJOB= 355318
IDBENCH= 3035
IDSOLVER= 164
FILE ID= node60/355318-1176806452

PBS_JOBID= 4586240

Free space on /tmp= 66493 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=40-sizeP=21-sizeQ=40-793490986-max.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355318-1176806452/sat4jPseudoCPClause.jar /tmp/evaluation/355318-1176806452/instance-355318-1176806452.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-355318-1176806452 -o ROOT/results/node60/solver-355318-1176806452 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355318-1176806452/sat4jPseudoCPClause.jar /tmp/evaluation/355318-1176806452/instance-355318-1176806452.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d0972750cf259b5b6f93d177cc7cfb4a

RANDOM SEED= 300195819

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.214
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.214
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:       1897080 kB
Buffers:          9648 kB
Cached:         104936 kB
SwapCached:       7748 kB
Active:          77268 kB
Inactive:        51428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897080 kB
SwapTotal:     4192956 kB
SwapFree:      4179544 kB
Dirty:            3652 kB
Writeback:           0 kB
Mapped:          15788 kB
Slab:            16088 kB
Committed_AS:  1496340 kB
PageTables:       1464 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= 66493 MiB

End job on node60 on Tue Apr 17 11:10:41 UTC 2007