Trace number 430157

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.21 1772.4

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=233-P1=79-P2=107-P3=23-P4=107-P5=223-P6=239-P7=127-P8=229-P9=181-B.opb
MD5SUM9ac2b65e6f5a9e0208aa5abddde874b2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.221965
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

Solver Data (download as text)

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

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node50/watcher-430157-1177992365 -o ROOT/results/node50/solver-430157-1177992365 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/430157-1177992365/sat4jPseudoCPClause.jar /tmp/evaluation/430157-1177992365/instance-430157-1177992365.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.78 0.95 0.98 2/64 26046
/proc/meminfo: memFree=1864712/2055920 swapFree=4183752/4192956
[pid=26046] ppid=26044 vsize=152 CPUtime=0
/proc/26046/stat : 26046 (java) D 26044 26046 25981 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 154081671 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7918372 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26046/statm: 38 26 19 9 0 4 0

[startup+0.0268429 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 26046
/proc/meminfo: memFree=1864712/2055920 swapFree=4183752/4192956
[pid=26046] ppid=26044 vsize=1772952 CPUtime=0.01
/proc/26046/stat : 26046 (java) S 26044 26046 25981 0 -1 0 2020 0 1 0 0 1 0 0 18 0 2 0 154081671 1815502848 1771 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/26046/statm: 443238 1781 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.102841 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 26046
/proc/meminfo: memFree=1864712/2055920 swapFree=4183752/4192956
[pid=26046] ppid=26044 vsize=1780112 CPUtime=0.09
/proc/26046/stat : 26046 (java) S 26044 26046 25981 0 -1 0 3973 0 1 0 7 2 0 0 18 0 12 0 154081671 1822834688 3716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26046/statm: 445028 3716 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780112

[startup+0.302863 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 26046
/proc/meminfo: memFree=1864712/2055920 swapFree=4183752/4192956
[pid=26046] ppid=26044 vsize=1782436 CPUtime=0.31
/proc/26046/stat : 26046 (java) S 26044 26046 25981 0 -1 0 5123 0 1 0 28 3 0 0 18 0 12 0 154081671 1825214464 4863 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26046/statm: 445609 4863 1260 9 0 443220 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782436

[startup+0.701904 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 26046
/proc/meminfo: memFree=1864712/2055920 swapFree=4183752/4192956
[pid=26046] ppid=26044 vsize=1784288 CPUtime=0.95
/proc/26046/stat : 26046 (java) S 26044 26046 25981 0 -1 0 6914 0 1 0 91 4 0 0 18 0 13 0 154081671 1827110912 6101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26046/statm: 446072 6101 1306 9 0 443683 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1784288

[startup+1.50197 s]
/proc/loadavg: 0.78 0.95 0.98 4/77 26059
/proc/meminfo: memFree=1832608/2055920 swapFree=4183752/4192956
[pid=26046] ppid=26044 vsize=1803044 CPUtime=2.51
/proc/26046/stat : 26046 (java) S 26044 26046 25981 0 -1 0 21445 0 1 0 241 10 0 0 18 0 13 0 154081671 1846317056 15592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26046/statm: 450761 15595 1313 9 0 448372 0
[pid=26046/tid=26048] ppid=26044 vsize=1803044 CPUtime=0.76
/proc/26046/task/26048/stat : 26048 (java) R 26044 26046 25981 0 -1 64 9733 0 1 0 71 5 0 0 18 0 13 0 154081673 1846317056 15596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109577889 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26049] ppid=26044 vsize=1803044 CPUtime=0
/proc/26046/task/26049/stat : 26049 (java) S 26044 26046 25981 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 154081674 1846317056 15598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26050] ppid=26044 vsize=1803044 CPUtime=0
/proc/26046/task/26050/stat : 26050 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 154081674 1846317056 15599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26051] ppid=26044 vsize=1803044 CPUtime=0
/proc/26046/task/26051/stat : 26051 (java) S 26044 26046 25981 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 154081676 1846317056 15600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26052] ppid=26044 vsize=1803044 CPUtime=0
/proc/26046/task/26052/stat : 26052 (java) S 26044 26046 25981 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 154081677 1846317056 15602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26053] ppid=26044 vsize=1803044 CPUtime=0
/proc/26046/task/26053/stat : 26053 (java) S 26044 26046 25981 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 154081677 1846317056 15604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26054] ppid=26044 vsize=1803044 CPUtime=0
/proc/26046/task/26054/stat : 26054 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154081681 1846317056 15605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26055] ppid=26044 vsize=1803044 CPUtime=0.85
/proc/26046/task/26055/stat : 26055 (java) R 26044 26046 25981 0 -1 64 5618 0 0 0 83 2 0 0 18 0 13 0 154081681 1846317056 15607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103334249 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26056] ppid=26044 vsize=1803044 CPUtime=0.87
/proc/26046/task/26056/stat : 26056 (java) R 26044 26046 25981 0 -1 64 5371 0 0 0 85 2 0 0 18 0 13 0 154081681 1846317056 15608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104794201 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26057] ppid=26044 vsize=1803044 CPUtime=0
/proc/26046/task/26057/stat : 26057 (java) S 26044 26046 25981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154081681 1846317056 15610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26058] ppid=26044 vsize=1803044 CPUtime=0
/proc/26046/task/26058/stat : 26058 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154081681 1846317056 15612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26059] ppid=26044 vsize=1803044 CPUtime=0
/proc/26046/task/26059/stat : 26059 (java) S 26044 26046 25981 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154081724 1846317056 15615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 1803044

[startup+3.10212 s]
/proc/loadavg: 0.78 0.95 0.98 4/77 26059
/proc/meminfo: memFree=1778272/2055920 swapFree=4183752/4192956
[pid=26046] ppid=26044 vsize=1805160 CPUtime=5.56
/proc/26046/stat : 26046 (java) S 26044 26046 25981 0 -1 0 54987 0 1 0 531 25 0 0 18 0 13 0 154081671 1848483840 44397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26046/statm: 451290 44398 1319 9 0 448901 0
[pid=26046/tid=26048] ppid=26044 vsize=1805160 CPUtime=1.91
/proc/26046/task/26048/stat : 26048 (java) S 26044 26046 25981 0 -1 64 37741 0 1 0 174 17 0 0 18 0 13 0 154081673 1848483840 44399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26049] ppid=26044 vsize=1805160 CPUtime=0
/proc/26046/task/26049/stat : 26049 (java) R 26044 26046 25981 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 154081674 1848483840 44401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102353341 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26050] ppid=26044 vsize=1805160 CPUtime=0
/proc/26046/task/26050/stat : 26050 (java) R 26044 26046 25981 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 154081674 1848483840 44402 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26051] ppid=26044 vsize=1805160 CPUtime=0
/proc/26046/task/26051/stat : 26051 (java) S 26044 26046 25981 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 154081676 1848483840 44403 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26052] ppid=26044 vsize=1805160 CPUtime=0
/proc/26046/task/26052/stat : 26052 (java) S 26044 26046 25981 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 154081677 1848483840 44405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26053] ppid=26044 vsize=1805160 CPUtime=0
/proc/26046/task/26053/stat : 26053 (java) S 26044 26046 25981 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 154081677 1848483840 44406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26054] ppid=26044 vsize=1805160 CPUtime=0
/proc/26046/task/26054/stat : 26054 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154081681 1848483840 44407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26055] ppid=26044 vsize=1805160 CPUtime=1.46
/proc/26046/task/26055/stat : 26055 (java) S 26044 26046 25981 0 -1 64 7875 0 0 0 143 3 0 0 16 0 13 0 154081681 1848483840 44409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26056] ppid=26044 vsize=1805160 CPUtime=2.16
/proc/26046/task/26056/stat : 26056 (java) S 26044 26046 25981 0 -1 64 8631 0 0 0 213 3 0 0 16 0 13 0 154081681 1848483840 44410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26057] ppid=26044 vsize=1805160 CPUtime=0
/proc/26046/task/26057/stat : 26057 (java) S 26044 26046 25981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154081681 1848483840 44411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26058] ppid=26044 vsize=1805160 CPUtime=0
/proc/26046/task/26058/stat : 26058 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154081681 1848483840 44412 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26059] ppid=26044 vsize=1805160 CPUtime=0
/proc/26046/task/26059/stat : 26059 (java) S 26044 26046 25981 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154081724 1848483840 44413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 1805160

[startup+6.30239 s]
/proc/loadavg: 0.80 0.95 0.98 2/77 26059
/proc/meminfo: memFree=1679904/2055920 swapFree=4183752/4192956
[pid=26046] ppid=26044 vsize=1804064 CPUtime=9.01
/proc/26046/stat : 26046 (java) S 26044 26046 25981 0 -1 0 58787 0 1 0 874 27 0 0 18 0 13 0 154081671 1847361536 46073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26046/statm: 451016 46073 1325 9 0 448627 0
[pid=26046/tid=26048] ppid=26044 vsize=1804064 CPUtime=4.96
/proc/26046/task/26048/stat : 26048 (java) R 26044 26046 25981 0 -1 64 37746 0 1 0 479 17 0 0 25 0 13 0 154081673 1847361536 46073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109536696 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26049] ppid=26044 vsize=1804064 CPUtime=0.1
/proc/26046/task/26049/stat : 26049 (java) S 26044 26046 25981 0 -1 64 1803 0 0 0 10 0 0 0 16 0 13 0 154081674 1847361536 46073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26050] ppid=26044 vsize=1804064 CPUtime=0.1
/proc/26046/task/26050/stat : 26050 (java) S 26044 26046 25981 0 -1 64 1979 0 0 0 10 0 0 0 16 0 13 0 154081674 1847361536 46073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26051] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26051/stat : 26051 (java) S 26044 26046 25981 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 154081676 1847361536 46073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26052] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26052/stat : 26052 (java) S 26044 26046 25981 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154081677 1847361536 46073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26053] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26053/stat : 26053 (java) S 26044 26046 25981 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154081677 1847361536 46073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26054] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26054/stat : 26054 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154081681 1847361536 46073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26055] ppid=26044 vsize=1804064 CPUtime=1.51
/proc/26046/task/26055/stat : 26055 (java) S 26044 26046 25981 0 -1 64 7878 0 0 0 148 3 0 0 16 0 13 0 154081681 1847361536 46073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26056] ppid=26044 vsize=1804064 CPUtime=2.27
/proc/26046/task/26056/stat : 26056 (java) S 26044 26046 25981 0 -1 64 8641 0 0 0 224 3 0 0 16 0 13 0 154081681 1847361536 46073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26057] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26057/stat : 26057 (java) S 26044 26046 25981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154081681 1847361536 46073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26058] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26058/stat : 26058 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154081681 1847361536 46073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26059] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26059/stat : 26059 (java) S 26044 26046 25981 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154081724 1847361536 46073 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.01
Current children cumulated vsize (KiB) 1804064

[startup+12.703 s]
/proc/loadavg: 0.81 0.95 0.98 2/77 26059
/proc/meminfo: memFree=1650144/2055920 swapFree=4183752/4192956
[pid=26046] ppid=26044 vsize=1804064 CPUtime=15.57
/proc/26046/stat : 26046 (java) S 26044 26046 25981 0 -1 0 68507 0 1 0 1526 31 0 0 18 0 13 0 154081671 1847361536 55162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26046/statm: 451016 55162 1331 9 0 448627 0
[pid=26046/tid=26048] ppid=26044 vsize=1804064 CPUtime=11.19
/proc/26046/task/26048/stat : 26048 (java) R 26044 26046 25981 0 -1 64 39494 0 1 0 1101 18 0 0 25 0 13 0 154081673 1847361536 55162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109815738 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26049] ppid=26044 vsize=1804064 CPUtime=0.27
/proc/26046/task/26049/stat : 26049 (java) S 26044 26046 25981 0 -1 64 5031 0 0 0 25 2 0 0 17 0 13 0 154081674 1847361536 55162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26050] ppid=26044 vsize=1804064 CPUtime=0.26
/proc/26046/task/26050/stat : 26050 (java) S 26044 26046 25981 0 -1 64 6704 0 0 0 24 2 0 0 16 0 13 0 154081674 1847361536 55162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26051] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26051/stat : 26051 (java) S 26044 26046 25981 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 154081676 1847361536 55162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26052] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26052/stat : 26052 (java) S 26044 26046 25981 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154081677 1847361536 55162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26053] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26053/stat : 26053 (java) S 26044 26046 25981 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154081677 1847361536 55162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26054] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26054/stat : 26054 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154081681 1847361536 55162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26055] ppid=26044 vsize=1804064 CPUtime=1.52
/proc/26046/task/26055/stat : 26055 (java) S 26044 26046 25981 0 -1 64 7884 0 0 0 149 3 0 0 17 0 13 0 154081681 1847361536 55162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26056] ppid=26044 vsize=1804064 CPUtime=2.28
/proc/26046/task/26056/stat : 26056 (java) S 26044 26046 25981 0 -1 64 8641 0 0 0 225 3 0 0 16 0 13 0 154081681 1847361536 55162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26057] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26057/stat : 26057 (java) S 26044 26046 25981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154081681 1847361536 55162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26058] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26058/stat : 26058 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154081681 1847361536 55162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26059] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26059/stat : 26059 (java) S 26044 26046 25981 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154081724 1847361536 55162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.57
Current children cumulated vsize (KiB) 1804064

[startup+25.5021 s]
/proc/loadavg: 0.85 0.95 0.98 2/77 26059
/proc/meminfo: memFree=1627552/2055920 swapFree=4183752/4192956
[pid=26046] ppid=26044 vsize=1804064 CPUtime=28.66
/proc/26046/stat : 26046 (java) S 26044 26046 25981 0 -1 0 74412 0 1 0 2833 33 0 0 18 0 13 0 154081671 1847361536 60335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26046/statm: 451016 60335 1333 9 0 448627 0
[pid=26046/tid=26048] ppid=26044 vsize=1804064 CPUtime=23.76
/proc/26046/task/26048/stat : 26048 (java) R 26044 26046 25981 0 -1 64 39600 0 1 0 2358 18 0 0 25 0 13 0 154081673 1847361536 60335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109536206 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26049] ppid=26044 vsize=1804064 CPUtime=0.46
/proc/26046/task/26049/stat : 26049 (java) S 26044 26046 25981 0 -1 64 7656 0 0 0 43 3 0 0 16 0 13 0 154081674 1847361536 60335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26050] ppid=26044 vsize=1804064 CPUtime=0.46
/proc/26046/task/26050/stat : 26050 (java) S 26044 26046 25981 0 -1 64 9863 0 0 0 43 3 0 0 16 0 13 0 154081674 1847361536 60335 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26046] ppid=26044 vsize=1804064 CPUtime=1626.97
/proc/26046/stat : 26046 (java) S 26044 26046 25981 0 -1 0 138612 0 1 0 162619 78 0 0 18 0 13 0 154081671 1847361536 106392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26046/statm: 451016 106392 1333 9 0 448627 0
[pid=26046/tid=26048] ppid=26044 vsize=1804064 CPUtime=1577.72
/proc/26046/task/26048/stat : 26048 (java) R 26044 26046 25981 0 -1 64 47150 0 1 0 157746 26 0 0 25 0 13 0 154081673 1847361536 106392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109532091 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26049] ppid=26044 vsize=1804064 CPUtime=22.51
/proc/26046/task/26049/stat : 26049 (java) S 26044 26046 25981 0 -1 64 38056 0 0 0 2234 17 0 0 16 0 13 0 154081674 1847361536 106392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26050] ppid=26044 vsize=1804064 CPUtime=22.51
/proc/26046/task/26050/stat : 26050 (java) S 26044 26046 25981 0 -1 64 36075 0 0 0 2234 17 0 0 16 0 13 0 154081674 1847361536 106392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26051] ppid=26044 vsize=1804064 CPUtime=0.2
/proc/26046/task/26051/stat : 26051 (java) S 26044 26046 25981 0 -1 64 68 0 0 0 12 8 0 0 16 0 13 0 154081676 1847361536 106392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26052] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26052/stat : 26052 (java) S 26044 26046 25981 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154081677 1847361536 106392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26053] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26053/stat : 26053 (java) S 26044 26046 25981 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154081677 1847361536 106392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26054] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26054/stat : 26054 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154081681 1847361536 106392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26055] ppid=26044 vsize=1804064 CPUtime=1.64
/proc/26046/task/26055/stat : 26055 (java) S 26044 26046 25981 0 -1 64 7899 0 0 0 161 3 0 0 17 0 13 0 154081681 1847361536 106392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26056] ppid=26044 vsize=1804064 CPUtime=2.32
/proc/26046/task/26056/stat : 26056 (java) S 26044 26046 25981 0 -1 64 8642 0 0 0 229 3 0 0 16 0 13 0 154081681 1847361536 106392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26057] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26057/stat : 26057 (java) S 26044 26046 25981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154081681 1847361536 106392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26058] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26058/stat : 26058 (java) R 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154081681 1847361536 106392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26059] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26059/stat : 26059 (java) S 26044 26046 25981 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154081724 1847361536 106392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1626.97
Current children cumulated vsize (KiB) 1804064

[startup+1662.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/77 26061
/proc/meminfo: memFree=1438624/2055920 swapFree=4183752/4192956
[pid=26046] ppid=26044 vsize=1804064 CPUtime=1688.07
/proc/26046/stat : 26046 (java) S 26044 26046 25981 0 -1 0 139706 0 1 0 168728 79 0 0 18 0 13 0 154081671 1847361536 107378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26046/statm: 451016 107378 1333 9 0 448627 0
[pid=26046/tid=26048] ppid=26044 vsize=1804064 CPUtime=1636.57
/proc/26046/task/26048/stat : 26048 (java) R 26044 26046 25981 0 -1 64 47175 0 1 0 163630 27 0 0 24 0 13 0 154081673 1847361536 107378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109591688 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26049] ppid=26044 vsize=1804064 CPUtime=23.63
/proc/26046/task/26049/stat : 26049 (java) S 26044 26046 25981 0 -1 64 38333 0 0 0 2346 17 0 0 16 0 13 0 154081674 1847361536 107378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26050] ppid=26044 vsize=1804064 CPUtime=23.63
/proc/26046/task/26050/stat : 26050 (java) S 26044 26046 25981 0 -1 64 36867 0 0 0 2346 17 0 0 16 0 13 0 154081674 1847361536 107378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26051] ppid=26044 vsize=1804064 CPUtime=0.21
/proc/26046/task/26051/stat : 26051 (java) S 26044 26046 25981 0 -1 64 68 0 0 0 13 8 0 0 16 0 13 0 154081676 1847361536 107378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26052] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26052/stat : 26052 (java) S 26044 26046 25981 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154081677 1847361536 107378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26053] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26053/stat : 26053 (java) S 26044 26046 25981 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154081677 1847361536 107378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26054] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26054/stat : 26054 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154081681 1847361536 107378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26055] ppid=26044 vsize=1804064 CPUtime=1.64
/proc/26046/task/26055/stat : 26055 (java) S 26044 26046 25981 0 -1 64 7899 0 0 0 161 3 0 0 17 0 13 0 154081681 1847361536 107378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26056] ppid=26044 vsize=1804064 CPUtime=2.32
/proc/26046/task/26056/stat : 26056 (java) S 26044 26046 25981 0 -1 64 8642 0 0 0 229 3 0 0 16 0 13 0 154081681 1847361536 107378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26057] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26057/stat : 26057 (java) S 26044 26046 25981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154081681 1847361536 107378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26058] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26058/stat : 26058 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154081681 1847361536 107378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26059] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26059/stat : 26059 (java) S 26044 26046 25981 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154081724 1847361536 107378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1688.07
Current children cumulated vsize (KiB) 1804064

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 26061
/proc/meminfo: memFree=1434784/2055920 swapFree=4183752/4192956
[pid=26046] ppid=26044 vsize=1804064 CPUtime=1749.15
/proc/26046/stat : 26046 (java) S 26044 26046 25981 0 -1 0 140697 0 1 0 174835 80 0 0 18 0 13 0 154081671 1847361536 108277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26046/statm: 451016 108277 1333 9 0 448627 0
[pid=26046/tid=26048] ppid=26044 vsize=1804064 CPUtime=1695.45
/proc/26046/task/26048/stat : 26048 (java) R 26044 26046 25981 0 -1 64 47199 0 1 0 169518 27 0 0 25 0 13 0 154081673 1847361536 108277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109532091 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26049] ppid=26044 vsize=1804064 CPUtime=24.73
/proc/26046/task/26049/stat : 26049 (java) S 26044 26046 25981 0 -1 64 38463 0 0 0 2456 17 0 0 17 0 13 0 154081674 1847361536 108277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26050] ppid=26044 vsize=1804064 CPUtime=24.74
/proc/26046/task/26050/stat : 26050 (java) S 26044 26046 25981 0 -1 64 37704 0 0 0 2456 18 0 0 16 0 13 0 154081674 1847361536 108277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26051] ppid=26044 vsize=1804064 CPUtime=0.21
/proc/26046/task/26051/stat : 26051 (java) S 26044 26046 25981 0 -1 64 68 0 0 0 13 8 0 0 16 0 13 0 154081676 1847361536 108277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26052] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26052/stat : 26052 (java) S 26044 26046 25981 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154081677 1847361536 108277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26053] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26053/stat : 26053 (java) S 26044 26046 25981 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154081677 1847361536 108277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26054] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26054/stat : 26054 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154081681 1847361536 108277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26055] ppid=26044 vsize=1804064 CPUtime=1.64
/proc/26046/task/26055/stat : 26055 (java) S 26044 26046 25981 0 -1 64 7899 0 0 0 161 3 0 0 17 0 13 0 154081681 1847361536 108277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26056] ppid=26044 vsize=1804064 CPUtime=2.32
/proc/26046/task/26056/stat : 26056 (java) S 26044 26046 25981 0 -1 64 8642 0 0 0 229 3 0 0 16 0 13 0 154081681 1847361536 108277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26057] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26057/stat : 26057 (java) S 26044 26046 25981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154081681 1847361536 108277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26058] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26058/stat : 26058 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154081681 1847361536 108277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26059] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26059/stat : 26059 (java) S 26044 26046 25981 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154081724 1847361536 108277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1749.15
Current children cumulated vsize (KiB) 1804064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26061
/proc/meminfo: memFree=1432096/2055920 swapFree=4183752/4192956
[pid=26046] ppid=26044 vsize=1804064 CPUtime=1800.11
/proc/26046/stat : 26046 (java) S 26044 26046 25981 0 -1 0 141387 0 1 0 179930 81 0 0 18 0 13 0 154081671 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26046/statm: 451016 108942 1333 9 0 448627 0
[pid=26046/tid=26048] ppid=26044 vsize=1804064 CPUtime=1744.46
/proc/26046/task/26048/stat : 26048 (java) R 26044 26046 25981 0 -1 64 47220 0 1 0 174419 27 0 0 24 0 13 0 154081673 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501803 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26049] ppid=26044 vsize=1804064 CPUtime=25.71
/proc/26046/task/26049/stat : 26049 (java) S 26044 26046 25981 0 -1 64 38869 0 0 0 2553 18 0 0 16 0 13 0 154081674 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26050] ppid=26044 vsize=1804064 CPUtime=25.71
/proc/26046/task/26050/stat : 26050 (java) S 26044 26046 25981 0 -1 64 37967 0 0 0 2553 18 0 0 17 0 13 0 154081674 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26051] ppid=26044 vsize=1804064 CPUtime=0.23
/proc/26046/task/26051/stat : 26051 (java) S 26044 26046 25981 0 -1 64 68 0 0 0 14 9 0 0 15 0 13 0 154081676 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26052] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26052/stat : 26052 (java) S 26044 26046 25981 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154081677 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26053] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26053/stat : 26053 (java) S 26044 26046 25981 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154081677 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26054] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26054/stat : 26054 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154081681 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26055] ppid=26044 vsize=1804064 CPUtime=1.64
/proc/26046/task/26055/stat : 26055 (java) S 26044 26046 25981 0 -1 64 7899 0 0 0 161 3 0 0 17 0 13 0 154081681 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26056] ppid=26044 vsize=1804064 CPUtime=2.32
/proc/26046/task/26056/stat : 26056 (java) S 26044 26046 25981 0 -1 64 8642 0 0 0 229 3 0 0 16 0 13 0 154081681 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26057] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26057/stat : 26057 (java) S 26044 26046 25981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154081681 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26058] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26058/stat : 26058 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154081681 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26059] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26059/stat : 26059 (java) S 26044 26046 25981 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154081724 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1804064

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

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

[startup+1772.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26061
/proc/meminfo: memFree=1432096/2055920 swapFree=4183752/4192956
[pid=26046] ppid=26044 vsize=1804064 CPUtime=1800.11
/proc/26046/stat : 26046 (java) S 26044 26046 25981 0 -1 0 141387 0 1 0 179930 81 0 0 18 0 13 0 154081671 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26046/statm: 451016 108942 1333 9 0 448627 0
[pid=26046/tid=26048] ppid=26044 vsize=1804064 CPUtime=1744.46
/proc/26046/task/26048/stat : 26048 (java) R 26044 26046 25981 0 -1 64 47220 0 1 0 174419 27 0 0 24 0 13 0 154081673 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501803 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26049] ppid=26044 vsize=1804064 CPUtime=25.71
/proc/26046/task/26049/stat : 26049 (java) S 26044 26046 25981 0 -1 64 38869 0 0 0 2553 18 0 0 16 0 13 0 154081674 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26050] ppid=26044 vsize=1804064 CPUtime=25.71
/proc/26046/task/26050/stat : 26050 (java) S 26044 26046 25981 0 -1 64 37967 0 0 0 2553 18 0 0 17 0 13 0 154081674 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26051] ppid=26044 vsize=1804064 CPUtime=0.23
/proc/26046/task/26051/stat : 26051 (java) S 26044 26046 25981 0 -1 64 68 0 0 0 14 9 0 0 15 0 13 0 154081676 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26052] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26052/stat : 26052 (java) S 26044 26046 25981 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154081677 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26053] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26053/stat : 26053 (java) S 26044 26046 25981 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154081677 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26054] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26054/stat : 26054 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154081681 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26055] ppid=26044 vsize=1804064 CPUtime=1.64
/proc/26046/task/26055/stat : 26055 (java) S 26044 26046 25981 0 -1 64 7899 0 0 0 161 3 0 0 17 0 13 0 154081681 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26056] ppid=26044 vsize=1804064 CPUtime=2.32
/proc/26046/task/26056/stat : 26056 (java) S 26044 26046 25981 0 -1 64 8642 0 0 0 229 3 0 0 16 0 13 0 154081681 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26057] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26057/stat : 26057 (java) S 26044 26046 25981 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154081681 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26046/tid=26058] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26058/stat : 26058 (java) S 26044 26046 25981 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154081681 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26046/tid=26059] ppid=26044 vsize=1804064 CPUtime=0
/proc/26046/task/26059/stat : 26059 (java) S 26044 26046 25981 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154081724 1847361536 108942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1804064

Child status: 143
Real time (s): 1772.4
CPU time (s): 1800.21
CPU user time (s): 1799.33
CPU system time (s): 0.883865
CPU usage (%): 101.569
Max. virtual memory (cumulated for all children) (KiB): 1807820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 0.883865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141407
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= 45114
involuntary context switches= 10761

runsolver used 1.74173 second user time and 4.78627 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Tue May  1 04:06:05 UTC 2007

IDJOB= 430157
IDBENCH= 47960
IDSOLVER= 164
FILE ID= node50/430157-1177992365

PBS_JOBID= 4728224

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=233-P1=79-P2=107-P3=23-P4=107-P5=223-P6=239-P7=127-P8=229-P9=181-B.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/430157-1177992365/sat4jPseudoCPClause.jar /tmp/evaluation/430157-1177992365/instance-430157-1177992365.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-430157-1177992365 -o ROOT/results/node50/solver-430157-1177992365 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/430157-1177992365/sat4jPseudoCPClause.jar /tmp/evaluation/430157-1177992365/instance-430157-1177992365.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9ac2b65e6f5a9e0208aa5abddde874b2

RANDOM SEED= 677857060

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node50.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1865120 kB
Buffers:         28188 kB
Cached:          95976 kB
SwapCached:       3132 kB
Active:          79064 kB
Inactive:        54648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865120 kB
SwapTotal:     4192956 kB
SwapFree:      4183752 kB
Dirty:            3800 kB
Writeback:           0 kB
Mapped:          15196 kB
Slab:            43044 kB
Committed_AS:  3487696 kB
PageTables:       1460 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= 66561 MiB

End job on node50 on Tue May  1 04:35:39 UTC 2007