Trace number 419937

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 NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23UNSAT 410.403 407.262

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
jarvisalo/eq.atree.braun.8.unsat.opb
MD5SUM2bc18543f4d9526a52c391340f96369c
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark32.1891
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables684
Total number of constraints2300
Number of constraints which are clauses2300
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 28
Number of bits of the biggest sum of numbers5
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.06/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.18	c no version file found!!!
0.06/0.18	c sun.arch.data.model	32
0.06/0.18	c java.version	1.6.0
0.06/0.18	c os.name	Linux
0.06/0.18	c os.version	2.6.9-22.EL.rootsmp
0.06/0.18	c os.arch	i386
0.06/0.18	c Free memory 1651659224
0.06/0.18	c Max memory 1654456320
0.06/0.18	c Total memory 1654456320
0.06/0.18	c Number of processors 2
0.15/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.15/0.23	--- Begin Solver configuration ---
0.15/0.23	c Stops conflict analysis at the first Unique Implication Point
0.15/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.23	c Learn all clauses as in MiniSAT
0.15/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.15/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.23	c No reason simplification
0.15/0.23	c --- End Solver configuration ---
0.15/0.23	c Simplify asserted PB constraints to clauses
0.15/0.23	c solving /tmp/evaluation/419937-1177415630/instance-419937-1177415630.opb
0.15/0.23	c reading problem ... 
0.83/0.73	c ... done. Wall clock time 0.498s.
0.83/0.73	c CPU time (experimental) 0.52s.
0.83/0.73	c #vars     684
0.83/0.73	c #constraints  2297
410.36/407.21	c starts		: 2
410.36/407.21	c conflicts		: 70253
410.36/407.21	c decisions		: 74229
410.36/407.21	c propagations		: 12440822
410.36/407.21	c inspects		: 252792167
410.36/407.21	c learnt literals	: 2
410.36/407.21	c learnt binary clauses	: 45
410.36/407.21	c learnt ternary clauses	: 188
410.36/407.21	c learnt clauses	: 70250
410.36/407.21	c root simplifications	: 0
410.36/407.21	c removed literals (reason simplification)	: 0
410.36/407.21	c reason swapping (by a shorter reason)	: 0
410.36/407.21	c Calls to reduceDB	: 0
410.36/407.21	c speed (decisions/second)	: 182.61774488771675
410.36/407.21	c non guided choices	9
410.36/407.21	s UNSATISFIABLE
410.36/407.21	c Total wall clock time (ms): 406.975

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/node40/watcher-419937-1177415630 -o ROOT/results/node40/solver-419937-1177415630 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419937-1177415630/sat4jPseudoCPClause.jar /tmp/evaluation/419937-1177415630/instance-419937-1177415630.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.92 0.97 0.98 2/77 24835
/proc/meminfo: memFree=1906624/2055920 swapFree=4157372/4192956
[pid=24835] ppid=24833 vsize=0 CPUtime=0
/proc/24835/stat : 24835 (runsolver) R 24833 24835 24424 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 70442563 0 0 18446744073709551615 0 0 0 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24835/statm: 0 0 0 0 0 0 0

[startup+0.0895901 s]
/proc/loadavg: 0.92 0.97 0.98 2/77 24835
/proc/meminfo: memFree=1906624/2055920 swapFree=4157372/4192956
[pid=24835] ppid=24833 vsize=1777844 CPUtime=0.06
/proc/24835/stat : 24835 (java) S 24833 24835 24424 0 -1 0 3811 0 1 0 4 2 0 0 18 0 7 0 70442563 1820512256 3555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/24835/statm: 444461 3555 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.101587 s]
/proc/loadavg: 0.92 0.97 0.98 2/77 24835
/proc/meminfo: memFree=1906624/2055920 swapFree=4157372/4192956
[pid=24835] ppid=24833 vsize=1777844 CPUtime=0.06
/proc/24835/stat : 24835 (java) S 24833 24835 24424 0 -1 0 3811 0 1 0 4 2 0 0 18 0 7 0 70442563 1820512256 3555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/24835/statm: 444461 3555 1090 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.301634 s]
/proc/loadavg: 0.92 0.97 0.98 2/77 24835
/proc/meminfo: memFree=1906624/2055920 swapFree=4157372/4192956
[pid=24835] ppid=24833 vsize=1781416 CPUtime=0.28
/proc/24835/stat : 24835 (java) S 24833 24835 24424 0 -1 0 5038 0 1 0 24 4 0 0 18 0 12 0 70442563 1824169984 4778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24835/statm: 445354 4778 1263 9 0 442965 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1781416

[startup+0.701719 s]
/proc/loadavg: 0.92 0.97 0.98 2/77 24835
/proc/meminfo: memFree=1906624/2055920 swapFree=4157372/4192956
[pid=24835] ppid=24833 vsize=1782708 CPUtime=0.83
/proc/24835/stat : 24835 (java) S 24833 24835 24424 0 -1 0 6580 0 1 0 78 5 0 0 18 0 12 0 70442563 1825492992 6093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24835/statm: 445677 6093 1301 9 0 443288 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1782708

[startup+1.50288 s]
/proc/loadavg: 0.92 0.97 0.98 3/90 24848
/proc/meminfo: memFree=1882904/2055920 swapFree=4157372/4192956
[pid=24835] ppid=24833 vsize=1784380 CPUtime=2.15
/proc/24835/stat : 24835 (java) S 24833 24835 24424 0 -1 0 14447 0 1 0 207 8 0 0 18 0 13 0 70442563 1827205120 12722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24835/statm: 446095 12722 1314 9 0 443706 0
[pid=24835/tid=24837] ppid=24833 vsize=1784380 CPUtime=1.02
/proc/24835/task/24837/stat : 24837 (java) R 24833 24835 24424 0 -1 64 11072 0 1 0 96 6 0 0 25 0 13 0 70442564 1827205120 12722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24424 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 70442566 1827205120 12722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24424 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 70442566 1827205120 12722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24424 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 70442568 1827205120 12722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24424 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 70442569 1827205120 12722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24424 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 70442569 1827205120 12722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 70442575 1827205120 12722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1784380 CPUtime=0.55
/proc/24835/task/24844/stat : 24844 (java) S 24833 24835 24424 0 -1 64 1296 0 0 0 55 0 0 0 16 0 13 0 70442575 1827205120 12722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1784380 CPUtime=0.54
/proc/24835/task/24845/stat : 24845 (java) R 24833 24835 24424 0 -1 64 1357 0 0 0 54 0 0 0 16 0 13 0 70442575 1827205120 12722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104928768 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24424 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 70442575 1827205120 12722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 70442575 1827205120 12722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24848] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24848/stat : 24848 (java) S 24833 24835 24424 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 70442637 1827205120 12722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 1784380

[startup+3.10121 s]
/proc/loadavg: 0.92 0.97 0.98 2/90 24848
/proc/meminfo: memFree=1791128/2055920 swapFree=4157372/4192956
[pid=24835] ppid=24833 vsize=1784380 CPUtime=3.83
/proc/24835/stat : 24835 (java) S 24833 24835 24424 0 -1 0 41276 0 1 0 364 19 0 0 18 0 13 0 70442563 1827205120 39548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24835/statm: 446095 39548 1323 9 0 443706 0
[pid=24835/tid=24837] ppid=24833 vsize=1784380 CPUtime=2.59
/proc/24835/task/24837/stat : 24837 (java) R 24833 24835 24424 0 -1 64 37712 0 1 0 242 17 0 0 22 0 13 0 70442564 1827205120 39548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109587675 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24424 0 -1 64 99 0 0 0 0 0 0 0 16 0 13 0 70442566 1827205120 39548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24424 0 -1 64 80 0 0 0 0 0 0 0 16 0 13 0 70442566 1827205120 39548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24424 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 70442568 1827205120 39548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24424 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 70442569 1827205120 39548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24424 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 70442569 1827205120 39548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 70442575 1827205120 39548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1784380 CPUtime=0.61
/proc/24835/task/24844/stat : 24844 (java) S 24833 24835 24424 0 -1 64 1298 0 0 0 61 0 0 0 16 0 13 0 70442575 1827205120 39548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1784380 CPUtime=0.58
/proc/24835/task/24845/stat : 24845 (java) S 24833 24835 24424 0 -1 64 1361 0 0 0 58 0 0 0 16 0 13 0 70442575 1827205120 39548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24424 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 70442575 1827205120 39548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 70442575 1827205120 39548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24848] ppid=24833 vsize=1784380 CPUtime=0
/proc/24835/task/24848/stat : 24848 (java) S 24833 24835 24424 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 70442637 1827205120 39548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 1784380

[startup+6.30288 s]
/proc/loadavg: 0.93 0.97 0.98 2/90 24848
/proc/meminfo: memFree=1751640/2055920 swapFree=4157372/4192956
[pid=24835] ppid=24833 vsize=1783964 CPUtime=7.08
/proc/24835/stat : 24835 (java) S 24833 24835 24424 0 -1 0 41669 0 1 0 689 19 0 0 18 0 13 0 70442563 1826779136 39576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24835/statm: 445991 39576 1323 9 0 443602 0
[pid=24835/tid=24837] ppid=24833 vsize=1783964 CPUtime=5.77
/proc/24835/task/24837/stat : 24837 (java) R 24833 24835 24424 0 -1 64 37717 0 1 0 560 17 0 0 25 0 13 0 70442564 1826779136 39576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109621334 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1783964 CPUtime=0.01
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24424 0 -1 64 384 0 0 0 1 0 0 0 16 0 13 0 70442566 1826779136 39576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1783964 CPUtime=0.01
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24424 0 -1 64 171 0 0 0 1 0 0 0 17 0 13 0 70442566 1826779136 39576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1783964 CPUtime=0
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24424 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 70442568 1826779136 39576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1783964 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24424 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 70442569 1826779136 39576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1783964 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24424 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 70442569 1826779136 39576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1783964 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 70442575 1826779136 39576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1783964 CPUtime=0.63
/proc/24835/task/24844/stat : 24844 (java) S 24833 24835 24424 0 -1 64 1299 0 0 0 63 0 0 0 16 0 13 0 70442575 1826779136 39576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1783964 CPUtime=0.62
/proc/24835/task/24845/stat : 24845 (java) S 24833 24835 24424 0 -1 64 1364 0 0 0 62 0 0 0 16 0 13 0 70442575 1826779136 39576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1783964 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24424 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 70442575 1826779136 39576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1783964 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 70442575 1826779136 39576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24848] ppid=24833 vsize=1783964 CPUtime=0
/proc/24835/task/24848/stat : 24848 (java) S 24833 24835 24424 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 70442637 1826779136 39576 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 1783964

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.98 3/90 24848
/proc/meminfo: memFree=1750296/2055920 swapFree=4157372/4192956
[pid=24835] ppid=24833 vsize=1783772 CPUtime=13.52
/proc/24835/stat : 24835 (java) S 24833 24835 24424 0 -1 0 43134 0 1 0 1332 20 0 0 18 0 13 0 70442563 1826582528 40116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24835/statm: 445943 40116 1329 9 0 443554 0
[pid=24835/tid=24837] ppid=24833 vsize=1783772 CPUtime=12.13
/proc/24835/task/24837/stat : 24837 (java) R 24833 24835 24424 0 -1 64 37726 0 1 0 1196 17 0 0 25 0 13 0 70442564 1826582528 40116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109642086 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1783772 CPUtime=0.03
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24424 0 -1 64 1121 0 0 0 3 0 0 0 15 0 13 0 70442566 1826582528 40116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1783772 CPUtime=0.02
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24424 0 -1 64 880 0 0 0 2 0 0 0 16 0 13 0 70442566 1826582528 40116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24424 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 70442568 1826582528 40116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24424 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 70442569 1826582528 40116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24424 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 70442569 1826582528 40116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 70442575 1826582528 40116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1783772 CPUtime=0.65
/proc/24835/task/24844/stat : 24844 (java) S 24833 24835 24424 0 -1 64 1305 0 0 0 65 0 0 0 17 0 13 0 70442575 1826582528 40116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1783772 CPUtime=0.63
/proc/24835/task/24845/stat : 24845 (java) S 24833 24835 24424 0 -1 64 1364 0 0 0 63 0 0 0 16 0 13 0 70442575 1826582528 40116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24424 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 70442575 1826582528 40116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 70442575 1826582528 40116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24848] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24848/stat : 24848 (java) S 24833 24835 24424 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 70442637 1826582528 40116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.52
Current children cumulated vsize (KiB) 1783772

[startup+25.5029 s]
/proc/loadavg: 0.95 0.97 0.98 2/90 24848
/proc/meminfo: memFree=1748440/2055920 swapFree=4157372/4192956
[pid=24835] ppid=24833 vsize=1783772 CPUtime=26.4
/proc/24835/stat : 24835 (java) S 24833 24835 24424 0 -1 0 44158 0 1 0 2619 21 0 0 18 0 13 0 70442563 1826582528 40586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24835/statm: 445943 40586 1331 9 0 443554 0
[pid=24835/tid=24837] ppid=24833 vsize=1783772 CPUtime=24.89
/proc/24835/task/24837/stat : 24837 (java) R 24833 24835 24424 0 -1 64 37746 0 1 0 2472 17 0 0 25 0 13 0 70442564 1826582528 40586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109619449 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1783772 CPUtime=0.04
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24424 0 -1 64 1552 0 0 0 4 0 0 0 16 0 13 0 70442566 1826582528 40586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1783772 CPUtime=0.04
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24424 0 -1 64 1444 0 0 0 4 0 0 0 16 0 13 0 70442566 1826582528 40586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 70442575 1826582528 44024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24848] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24848/stat : 24848 (java) S 24833 24835 24424 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 70442637 1826582528 44024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 406.22
Current children cumulated vsize (KiB) 1783772

[startup+404.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 24848
/proc/meminfo: memFree=1733912/2055920 swapFree=4157372/4192956
[pid=24835] ppid=24833 vsize=1783772 CPUtime=407.83
/proc/24835/stat : 24835 (java) S 24833 24835 24424 0 -1 0 57724 0 1 0 40720 63 0 0 18 0 13 0 70442563 1826582528 44017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24835/statm: 445943 44017 1331 9 0 443554 0
[pid=24835/tid=24837] ppid=24833 vsize=1783772 CPUtime=400.66
/proc/24835/task/24837/stat : 24837 (java) R 24833 24835 24424 0 -1 64 39241 0 1 0 40042 24 0 0 25 0 13 0 70442564 1826582528 44017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109752312 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1783772 CPUtime=2.72
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24424 0 -1 64 7765 0 0 0 261 11 0 0 15 0 13 0 70442566 1826582528 44017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1783772 CPUtime=2.69
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24424 0 -1 64 7291 0 0 0 257 12 0 0 16 0 13 0 70442566 1826582528 44017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1783772 CPUtime=0.32
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24424 0 -1 64 30 0 0 0 19 13 0 0 16 0 13 0 70442568 1826582528 44017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24424 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 70442569 1826582528 44017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24424 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 70442569 1826582528 44017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 70442575 1826582528 44017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1783772 CPUtime=0.73
/proc/24835/task/24844/stat : 24844 (java) S 24833 24835 24424 0 -1 64 1313 0 0 0 73 0 0 0 16 0 13 0 70442575 1826582528 44017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1783772 CPUtime=0.65
/proc/24835/task/24845/stat : 24845 (java) S 24833 24835 24424 0 -1 64 1365 0 0 0 65 0 0 0 16 0 13 0 70442575 1826582528 44017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24424 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 70442575 1826582528 44017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 70442575 1826582528 44017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24848] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24848/stat : 24848 (java) S 24833 24835 24424 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 70442637 1826582528 44017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 407.83
Current children cumulated vsize (KiB) 1783772

[startup+406.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 24848
/proc/meminfo: memFree=1733912/2055920 swapFree=4157372/4192956
[pid=24835] ppid=24833 vsize=1783772 CPUtime=409.44
/proc/24835/stat : 24835 (java) S 24833 24835 24424 0 -1 0 57770 0 1 0 40881 63 0 0 18 0 13 0 70442563 1826582528 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24835/statm: 445943 44009 1331 9 0 443554 0
[pid=24835/tid=24837] ppid=24833 vsize=1783772 CPUtime=402.23
/proc/24835/task/24837/stat : 24837 (java) R 24833 24835 24424 0 -1 64 39247 0 1 0 40199 24 0 0 25 0 13 0 70442564 1826582528 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109642136 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1783772 CPUtime=2.75
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24424 0 -1 64 7785 0 0 0 263 12 0 0 16 0 13 0 70442566 1826582528 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1783772 CPUtime=2.71
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24424 0 -1 64 7311 0 0 0 259 12 0 0 16 0 13 0 70442566 1826582528 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1783772 CPUtime=0.32
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24424 0 -1 64 30 0 0 0 19 13 0 0 15 0 13 0 70442568 1826582528 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24424 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 70442569 1826582528 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24424 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 70442569 1826582528 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 70442575 1826582528 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1783772 CPUtime=0.73
/proc/24835/task/24844/stat : 24844 (java) S 24833 24835 24424 0 -1 64 1313 0 0 0 73 0 0 0 16 0 13 0 70442575 1826582528 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1783772 CPUtime=0.65
/proc/24835/task/24845/stat : 24845 (java) S 24833 24835 24424 0 -1 64 1365 0 0 0 65 0 0 0 16 0 13 0 70442575 1826582528 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24424 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 70442575 1826582528 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 70442575 1826582528 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24848] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24848/stat : 24848 (java) S 24833 24835 24424 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 70442637 1826582528 44009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 409.44
Current children cumulated vsize (KiB) 1783772

[startup+406.703 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 24848
/proc/meminfo: memFree=1733912/2055920 swapFree=4157372/4192956
[pid=24835] ppid=24833 vsize=1783772 CPUtime=409.85
/proc/24835/stat : 24835 (java) S 24833 24835 24424 0 -1 0 57777 0 1 0 40921 64 0 0 18 0 13 0 70442563 1826582528 44015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24835/statm: 445943 44015 1331 9 0 443554 0
[pid=24835/tid=24837] ppid=24833 vsize=1783772 CPUtime=402.63
/proc/24835/task/24837/stat : 24837 (java) R 24833 24835 24424 0 -1 64 39248 0 1 0 40239 24 0 0 25 0 13 0 70442564 1826582528 44015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109604222 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1783772 CPUtime=2.75
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24424 0 -1 64 7791 0 0 0 263 12 0 0 16 0 13 0 70442566 1826582528 44015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1783772 CPUtime=2.71
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24424 0 -1 64 7311 0 0 0 259 12 0 0 16 0 13 0 70442566 1826582528 44015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1783772 CPUtime=0.32
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24424 0 -1 64 30 0 0 0 19 13 0 0 15 0 13 0 70442568 1826582528 44015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24424 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 70442569 1826582528 44015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24424 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 70442569 1826582528 44015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 70442575 1826582528 44015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1783772 CPUtime=0.73
/proc/24835/task/24844/stat : 24844 (java) S 24833 24835 24424 0 -1 64 1313 0 0 0 73 0 0 0 16 0 13 0 70442575 1826582528 44015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1783772 CPUtime=0.65
/proc/24835/task/24845/stat : 24845 (java) S 24833 24835 24424 0 -1 64 1365 0 0 0 65 0 0 0 16 0 13 0 70442575 1826582528 44015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24424 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 70442575 1826582528 44015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 70442575 1826582528 44015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24848] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24848/stat : 24848 (java) S 24833 24835 24424 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 70442637 1826582528 44015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 409.85
Current children cumulated vsize (KiB) 1783772

[startup+407.103 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 24848
/proc/meminfo: memFree=1733912/2055920 swapFree=4157372/4192956
[pid=24835] ppid=24833 vsize=1783772 CPUtime=410.25
/proc/24835/stat : 24835 (java) S 24833 24835 24424 0 -1 0 57784 0 1 0 40961 64 0 0 18 0 13 0 70442563 1826582528 44005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24835/statm: 445943 44005 1331 9 0 443554 0
[pid=24835/tid=24837] ppid=24833 vsize=1783772 CPUtime=403.03
/proc/24835/task/24837/stat : 24837 (java) R 24833 24835 24424 0 -1 64 39249 0 1 0 40279 24 0 0 25 0 13 0 70442564 1826582528 44005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109575222 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1783772 CPUtime=2.75
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24424 0 -1 64 7791 0 0 0 263 12 0 0 15 0 13 0 70442566 1826582528 44005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1783772 CPUtime=2.71
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24424 0 -1 64 7317 0 0 0 259 12 0 0 16 0 13 0 70442566 1826582528 44005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1783772 CPUtime=0.32
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24424 0 -1 64 30 0 0 0 19 13 0 0 16 0 13 0 70442568 1826582528 44005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24424 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 70442569 1826582528 44005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24424 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 70442569 1826582528 44005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 70442575 1826582528 44005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1783772 CPUtime=0.73
/proc/24835/task/24844/stat : 24844 (java) S 24833 24835 24424 0 -1 64 1313 0 0 0 73 0 0 0 16 0 13 0 70442575 1826582528 44005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1783772 CPUtime=0.65
/proc/24835/task/24845/stat : 24845 (java) S 24833 24835 24424 0 -1 64 1365 0 0 0 65 0 0 0 16 0 13 0 70442575 1826582528 44005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24424 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 70442575 1826582528 44005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 70442575 1826582528 44005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24848] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24848/stat : 24848 (java) S 24833 24835 24424 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 70442637 1826582528 44005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 410.25
Current children cumulated vsize (KiB) 1783772

[startup+407.203 s]
/proc/loadavg: 0.99 0.97 0.98 2/90 24848
/proc/meminfo: memFree=1733912/2055920 swapFree=4157372/4192956
[pid=24835] ppid=24833 vsize=1783772 CPUtime=410.36
/proc/24835/stat : 24835 (java) S 24833 24835 24424 0 -1 0 57791 0 1 0 40972 64 0 0 18 0 13 0 70442563 1826582528 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24835/statm: 445943 44011 1331 9 0 443554 0
[pid=24835/tid=24837] ppid=24833 vsize=1783772 CPUtime=403.12
/proc/24835/task/24837/stat : 24837 (java) R 24833 24835 24424 0 -1 64 39250 0 1 0 40288 24 0 0 25 0 13 0 70442564 1826582528 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109575204 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24838] ppid=24833 vsize=1783772 CPUtime=2.76
/proc/24835/task/24838/stat : 24838 (java) S 24833 24835 24424 0 -1 64 7797 0 0 0 264 12 0 0 16 0 13 0 70442566 1826582528 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24839] ppid=24833 vsize=1783772 CPUtime=2.72
/proc/24835/task/24839/stat : 24839 (java) S 24833 24835 24424 0 -1 64 7317 0 0 0 260 12 0 0 16 0 13 0 70442566 1826582528 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24840] ppid=24833 vsize=1783772 CPUtime=0.32
/proc/24835/task/24840/stat : 24840 (java) S 24833 24835 24424 0 -1 64 30 0 0 0 19 13 0 0 15 0 13 0 70442568 1826582528 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24841] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24841/stat : 24841 (java) S 24833 24835 24424 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 70442569 1826582528 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24842] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24833 24835 24424 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 70442569 1826582528 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24843] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24833 24835 24424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 70442575 1826582528 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24844] ppid=24833 vsize=1783772 CPUtime=0.73
/proc/24835/task/24844/stat : 24844 (java) S 24833 24835 24424 0 -1 64 1313 0 0 0 73 0 0 0 16 0 13 0 70442575 1826582528 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24845] ppid=24833 vsize=1783772 CPUtime=0.65
/proc/24835/task/24845/stat : 24845 (java) S 24833 24835 24424 0 -1 64 1365 0 0 0 65 0 0 0 16 0 13 0 70442575 1826582528 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24835/tid=24846] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24846/stat : 24846 (java) S 24833 24835 24424 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 70442575 1826582528 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24847] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24847/stat : 24847 (java) S 24833 24835 24424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 70442575 1826582528 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24835/tid=24848] ppid=24833 vsize=1783772 CPUtime=0
/proc/24835/task/24848/stat : 24848 (java) S 24833 24835 24424 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 70442637 1826582528 44011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 410.36
Current children cumulated vsize (KiB) 1783772

Child status: 20
Real time (s): 407.262
CPU time (s): 410.403
CPU user time (s): 409.735
CPU system time (s): 0.667898
CPU usage (%): 100.771
Max. virtual memory (cumulated for all children) (KiB): 1784908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 409.735
system time used= 0.667898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57800
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= 25804
involuntary context switches= 19576

runsolver used 0.396939 second user time and 1.15282 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Tue Apr 24 11:53:50 UTC 2007

IDJOB= 419937
IDBENCH= 47809
IDSOLVER= 164
FILE ID= node40/419937-1177415630

PBS_JOBID= 4675688

Free space on /tmp= 66506 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/jarvisalo/eq.atree.braun.8.unsat.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419937-1177415630/sat4jPseudoCPClause.jar /tmp/evaluation/419937-1177415630/instance-419937-1177415630.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-419937-1177415630 -o ROOT/results/node40/solver-419937-1177415630 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419937-1177415630/sat4jPseudoCPClause.jar /tmp/evaluation/419937-1177415630/instance-419937-1177415630.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  2bc18543f4d9526a52c391340f96369c

RANDOM SEED= 119488930

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.283
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.283
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:       1907032 kB
Buffers:         14644 kB
Cached:          70444 kB
SwapCached:      16300 kB
Active:          72732 kB
Inactive:        40028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1907032 kB
SwapTotal:     4192956 kB
SwapFree:      4157372 kB
Dirty:            3668 kB
Writeback:           0 kB
Mapped:          32976 kB
Slab:            21492 kB
Committed_AS:   969828 kB
PageTables:       1944 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= 66506 MiB

End job on node40 on Tue Apr 24 12:00:37 UTC 2007