Trace number 420203

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 270.445 268.951

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/
crafted/spence/medium/s65-100.opb
MD5SUMae5e4db8fabd52dd3df5b552e03330b0
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 benchmark6.75497
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables65
Total number of constraints140
Number of constraints which are clauses140
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 constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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/node25/watcher-420203-1177420767 -o ROOT/results/node25/solver-420203-1177420767 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420203-1177420767/sat4jPseudoCPClause.jar /tmp/evaluation/420203-1177420767/instance-420203-1177420767.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.98 0.99 3/64 6598
/proc/meminfo: memFree=1942032/2055920 swapFree=4182892/4192956
[pid=6598] ppid=6596 vsize=308 CPUtime=0
/proc/6598/stat : 6598 (java) R 6596 6598 5534 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 189993788 315392 39 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10027812 0 0 4096 0 0 0 0 17 1 0 0
/proc/6598/statm: 79 41 31 9 0 6 0

[startup+0.0590161 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6598
/proc/meminfo: memFree=1942032/2055920 swapFree=4182892/4192956
[pid=6598] ppid=6596 vsize=1777708 CPUtime=0.04
/proc/6598/stat : 6598 (java) S 6596 6598 5534 0 -1 0 3607 0 1 0 3 1 0 0 18 0 7 0 189993788 1820372992 3351 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/6598/statm: 444427 3351 1069 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101022 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6598
/proc/meminfo: memFree=1942032/2055920 swapFree=4182892/4192956
[pid=6598] ppid=6596 vsize=1780112 CPUtime=0.08
/proc/6598/stat : 6598 (java) S 6596 6598 5534 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 189993788 1822834688 3720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6598/statm: 445028 3720 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301058 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6598
/proc/meminfo: memFree=1942032/2055920 swapFree=4182892/4192956
[pid=6598] ppid=6596 vsize=1782676 CPUtime=0.3
/proc/6598/stat : 6598 (java) S 6596 6598 5534 0 -1 0 5121 0 1 0 28 2 0 0 18 0 13 0 189993788 1825460224 4861 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6598/statm: 445669 4861 1258 9 0 443280 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782676

[startup+0.701128 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6598
/proc/meminfo: memFree=1942032/2055920 swapFree=4182892/4192956
[pid=6598] ppid=6596 vsize=1784624 CPUtime=0.92
/proc/6598/stat : 6598 (java) S 6596 6598 5534 0 -1 0 7162 0 1 0 88 4 0 0 18 0 13 0 189993788 1827454976 6150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6598/statm: 446156 6150 1301 9 0 443767 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1784624

[startup+1.50227 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6611
/proc/meminfo: memFree=1914216/2055920 swapFree=4182892/4192956
[pid=6598] ppid=6596 vsize=1784624 CPUtime=2.1
/proc/6598/stat : 6598 (java) S 6596 6598 5534 0 -1 0 20275 0 1 0 200 10 0 0 18 0 13 0 189993788 1827454976 17578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6598/statm: 446156 17578 1303 9 0 443767 0
[pid=6598/tid=6600] ppid=6596 vsize=1784624 CPUtime=1.09
/proc/6598/task/6600/stat : 6600 (java) R 6596 6598 5534 0 -1 64 16066 0 1 0 101 8 0 0 19 0 13 0 189993789 1827454976 17578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109213422 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6601] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6601/stat : 6601 (java) S 6596 6598 5534 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 189993790 1827454976 17578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6602] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6602/stat : 6602 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 189993790 1827454976 17578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6603] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6603/stat : 6603 (java) S 6596 6598 5534 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 189993793 1827454976 17578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6604] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6604/stat : 6604 (java) S 6596 6598 5534 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 189993793 1827454976 17578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6605] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6605/stat : 6605 (java) S 6596 6598 5534 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 189993793 1827454976 17578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6606] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6606/stat : 6606 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189993797 1827454976 17578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6607] ppid=6596 vsize=1784624 CPUtime=0.51
/proc/6598/task/6607/stat : 6607 (java) S 6596 6598 5534 0 -1 64 1723 0 0 0 51 0 0 0 15 0 13 0 189993797 1827454976 17578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6608] ppid=6596 vsize=1784624 CPUtime=0.47
/proc/6598/task/6608/stat : 6608 (java) S 6596 6598 5534 0 -1 64 1761 0 0 0 47 0 0 0 16 0 13 0 189993797 1827454976 17578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6609] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6609/stat : 6609 (java) S 6596 6598 5534 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189993797 1827454976 17578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6610] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6610/stat : 6610 (java) R 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189993797 1827454976 17578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6611] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6611/stat : 6611 (java) S 6596 6598 5534 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189993814 1827454976 17578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 1784624

[startup+3.10154 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 6611
/proc/meminfo: memFree=1826920/2055920 swapFree=4182892/4192956
[pid=6598] ppid=6596 vsize=1784624 CPUtime=3.78
/proc/6598/stat : 6598 (java) S 6596 6598 5534 0 -1 0 42541 0 1 0 358 20 0 0 18 0 13 0 189993788 1827454976 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6598/statm: 446156 39585 1320 9 0 443767 0
[pid=6598/tid=6600] ppid=6596 vsize=1784624 CPUtime=2.64
/proc/6598/task/6600/stat : 6600 (java) R 6596 6598 5534 0 -1 64 37713 0 1 0 246 18 0 0 21 0 13 0 189993789 1827454976 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109588977 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6601] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6601/stat : 6601 (java) S 6596 6598 5534 0 -1 64 172 0 0 0 0 0 0 0 16 0 13 0 189993790 1827454976 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6602] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6602/stat : 6602 (java) S 6596 6598 5534 0 -1 64 175 0 0 0 0 0 0 0 16 0 13 0 189993790 1827454976 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6603] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6603/stat : 6603 (java) S 6596 6598 5534 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 189993793 1827454976 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6604] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6604/stat : 6604 (java) S 6596 6598 5534 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 189993793 1827454976 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6605] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6605/stat : 6605 (java) S 6596 6598 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189993793 1827454976 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6606] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6606/stat : 6606 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189993797 1827454976 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6607] ppid=6596 vsize=1784624 CPUtime=0.54
/proc/6598/task/6607/stat : 6607 (java) S 6596 6598 5534 0 -1 64 1724 0 0 0 54 0 0 0 16 0 13 0 189993797 1827454976 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6608] ppid=6596 vsize=1784624 CPUtime=0.54
/proc/6598/task/6608/stat : 6608 (java) S 6596 6598 5534 0 -1 64 2029 0 0 0 54 0 0 0 16 0 13 0 189993797 1827454976 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6609] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6609/stat : 6609 (java) S 6596 6598 5534 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189993797 1827454976 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6610] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6610/stat : 6610 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189993797 1827454976 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6611] ppid=6596 vsize=1784624 CPUtime=0
/proc/6598/task/6611/stat : 6611 (java) S 6596 6598 5534 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189993814 1827454976 39585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 1784624

[startup+6.30207 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 6611
/proc/meminfo: memFree=1785768/2055920 swapFree=4182892/4192956
[pid=6598] ppid=6596 vsize=1784152 CPUtime=6.99
/proc/6598/stat : 6598 (java) S 6596 6598 5534 0 -1 0 43164 0 1 0 678 21 0 0 18 0 13 0 189993788 1826971648 40084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6598/statm: 446038 40084 1326 9 0 443649 0
[pid=6598/tid=6600] ppid=6596 vsize=1784152 CPUtime=5.82
/proc/6598/task/6600/stat : 6600 (java) R 6596 6598 5534 0 -1 64 37715 0 1 0 564 18 0 0 25 0 13 0 189993789 1826971648 40084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109489781 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6601] ppid=6596 vsize=1784152 CPUtime=0.01
/proc/6598/task/6601/stat : 6601 (java) S 6596 6598 5534 0 -1 64 489 0 0 0 1 0 0 0 17 0 13 0 189993790 1826971648 40084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6602] ppid=6596 vsize=1784152 CPUtime=0.01
/proc/6598/task/6602/stat : 6602 (java) S 6596 6598 5534 0 -1 64 469 0 0 0 1 0 0 0 17 0 13 0 189993790 1826971648 40084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6603] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6603/stat : 6603 (java) S 6596 6598 5534 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 189993793 1826971648 40084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6604] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6604/stat : 6604 (java) S 6596 6598 5534 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 189993793 1826971648 40084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6605] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6605/stat : 6605 (java) S 6596 6598 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189993793 1826971648 40084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6606] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6606/stat : 6606 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189993797 1826971648 40084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6607] ppid=6596 vsize=1784152 CPUtime=0.55
/proc/6598/task/6607/stat : 6607 (java) S 6596 6598 5534 0 -1 64 1730 0 0 0 55 0 0 0 17 0 13 0 189993797 1826971648 40084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6608] ppid=6596 vsize=1784152 CPUtime=0.54
/proc/6598/task/6608/stat : 6608 (java) S 6596 6598 5534 0 -1 64 2030 0 0 0 54 0 0 0 16 0 13 0 189993797 1826971648 40084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6609] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6609/stat : 6609 (java) S 6596 6598 5534 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189993797 1826971648 40084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6610] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6610/stat : 6610 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189993797 1826971648 40084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6611] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6611/stat : 6611 (java) S 6596 6598 5534 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189993814 1826971648 40084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 1784152

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 6611
/proc/meminfo: memFree=1783784/2055920 swapFree=4182892/4192956
[pid=6598] ppid=6596 vsize=1784152 CPUtime=13.43
/proc/6598/stat : 6598 (java) S 6596 6598 5534 0 -1 0 44748 0 1 0 1322 21 0 0 18 0 13 0 189993788 1826971648 40544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6598/statm: 446038 40544 1326 9 0 443649 0
[pid=6598/tid=6600] ppid=6596 vsize=1784152 CPUtime=12.17
/proc/6598/task/6600/stat : 6600 (java) R 6596 6598 5534 0 -1 64 37718 0 1 0 1199 18 0 0 25 0 13 0 189993789 1826971648 40544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109549768 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6601] ppid=6596 vsize=1784152 CPUtime=0.06
/proc/6598/task/6601/stat : 6601 (java) S 6596 6598 5534 0 -1 64 1323 0 0 0 6 0 0 0 17 0 13 0 189993790 1826971648 40544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6602] ppid=6596 vsize=1784152 CPUtime=0.06
/proc/6598/task/6602/stat : 6602 (java) S 6596 6598 5534 0 -1 64 1211 0 0 0 6 0 0 0 16 0 13 0 189993790 1826971648 40544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6603] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6603/stat : 6603 (java) S 6596 6598 5534 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 189993793 1826971648 40544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6604] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6604/stat : 6604 (java) S 6596 6598 5534 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 189993793 1826971648 40544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6605] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6605/stat : 6605 (java) S 6596 6598 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189993793 1826971648 40544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6606] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6606/stat : 6606 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189993797 1826971648 40544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6607] ppid=6596 vsize=1784152 CPUtime=0.55
/proc/6598/task/6607/stat : 6607 (java) S 6596 6598 5534 0 -1 64 1730 0 0 0 55 0 0 0 17 0 13 0 189993797 1826971648 40544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6608] ppid=6596 vsize=1784152 CPUtime=0.54
/proc/6598/task/6608/stat : 6608 (java) S 6596 6598 5534 0 -1 64 2030 0 0 0 54 0 0 0 16 0 13 0 189993797 1826971648 40544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6609] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6609/stat : 6609 (java) S 6596 6598 5534 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189993797 1826971648 40544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6610] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6610/stat : 6610 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189993797 1826971648 40544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6611] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6611/stat : 6611 (java) S 6596 6598 5534 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189993814 1826971648 40544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.43
Current children cumulated vsize (KiB) 1784152

[startup+25.5024 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 6611
/proc/meminfo: memFree=1771944/2055920 swapFree=4182892/4192956
[pid=6598] ppid=6596 vsize=1784152 CPUtime=26.33
/proc/6598/stat : 6598 (java) S 6596 6598 5534 0 -1 0 50298 0 1 0 2610 23 0 0 18 0 13 0 189993788 1826971648 43523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6598/statm: 446038 43523 1326 9 0 443649 0
[pid=6598/tid=6600] ppid=6596 vsize=1784152 CPUtime=24.86
/proc/6598/task/6600/stat : 6600 (java) R 6596 6598 5534 0 -1 64 37722 0 1 0 2468 18 0 0 25 0 13 0 189993789 1826971648 43523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109587950 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6601] ppid=6596 vsize=1784152 CPUtime=0.16
/proc/6598/task/6601/stat : 6601 (java) S 6596 6598 5534 0 -1 64 3973 0 0 0 15 1 0 0 16 0 13 0 189993790 1826971648 43523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6602] ppid=6596 vsize=1784152 CPUtime=0.16
/proc/6598/task/6602/stat : 6602 (java) S 6596 6598 5534 0 -1 64 4105 0 0 0 15 1 0 0 16 0 13 0 189993790 1826971648 43523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/6598/task/6609/stat : 6609 (java) S 6596 6598 5534 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189993797 1826971648 29832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6610] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6610/stat : 6610 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189993797 1826971648 29832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6611] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6611/stat : 6611 (java) S 6596 6598 5534 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189993814 1826971648 29832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 263.82
Current children cumulated vsize (KiB) 1784152

[startup+265.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6611
/proc/meminfo: memFree=1826280/2055920 swapFree=4182892/4192956
[pid=6598] ppid=6596 vsize=1784152 CPUtime=267.03
/proc/6598/stat : 6598 (java) S 6596 6598 5534 0 -1 0 62607 0 1 0 26670 33 0 0 18 0 13 0 189993788 1826971648 29857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6598/statm: 446038 29857 1326 9 0 443649 0
[pid=6598/tid=6600] ppid=6596 vsize=1784152 CPUtime=263.91
/proc/6598/task/6600/stat : 6600 (java) R 6596 6598 5534 0 -1 64 37782 0 1 0 26372 19 0 0 25 0 13 0 189993789 1826971648 29857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109549768 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6601] ppid=6596 vsize=1784152 CPUtime=0.96
/proc/6598/task/6601/stat : 6601 (java) S 6596 6598 5534 0 -1 64 9858 0 0 0 92 4 0 0 16 0 13 0 189993790 1826971648 29857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6602] ppid=6596 vsize=1784152 CPUtime=0.96
/proc/6598/task/6602/stat : 6602 (java) S 6596 6598 5534 0 -1 64 10468 0 0 0 93 3 0 0 16 0 13 0 189993790 1826971648 29857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6603] ppid=6596 vsize=1784152 CPUtime=0.03
/proc/6598/task/6603/stat : 6603 (java) S 6596 6598 5534 0 -1 64 18 0 0 0 1 2 0 0 16 0 13 0 189993793 1826971648 29857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6604] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6604/stat : 6604 (java) S 6596 6598 5534 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 189993793 1826971648 29857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6605] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6605/stat : 6605 (java) S 6596 6598 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189993793 1826971648 29857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6606] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6606/stat : 6606 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189993797 1826971648 29857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6607] ppid=6596 vsize=1784152 CPUtime=0.55
/proc/6598/task/6607/stat : 6607 (java) S 6596 6598 5534 0 -1 64 1730 0 0 0 55 0 0 0 17 0 13 0 189993797 1826971648 29857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6608] ppid=6596 vsize=1784152 CPUtime=0.54
/proc/6598/task/6608/stat : 6608 (java) S 6596 6598 5534 0 -1 64 2030 0 0 0 54 0 0 0 16 0 13 0 189993797 1826971648 29857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6609] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6609/stat : 6609 (java) S 6596 6598 5534 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189993797 1826971648 29857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6610] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6610/stat : 6610 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189993797 1826971648 29857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6611] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6611/stat : 6611 (java) S 6596 6598 5534 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189993814 1826971648 29857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 267.03
Current children cumulated vsize (KiB) 1784152

[startup+267.102 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 6611
/proc/meminfo: memFree=1826280/2055920 swapFree=4182892/4192956
[pid=6598] ppid=6596 vsize=1784152 CPUtime=268.64
/proc/6598/stat : 6598 (java) S 6596 6598 5534 0 -1 0 62763 0 1 0 26831 33 0 0 18 0 13 0 189993788 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6598/statm: 446038 29883 1326 9 0 443649 0
[pid=6598/tid=6600] ppid=6596 vsize=1784152 CPUtime=265.49
/proc/6598/task/6600/stat : 6600 (java) R 6596 6598 5534 0 -1 64 37783 0 1 0 26530 19 0 0 25 0 13 0 189993789 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109528700 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6601] ppid=6596 vsize=1784152 CPUtime=0.97
/proc/6598/task/6601/stat : 6601 (java) S 6596 6598 5534 0 -1 64 10013 0 0 0 93 4 0 0 16 0 13 0 189993790 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6602] ppid=6596 vsize=1784152 CPUtime=0.97
/proc/6598/task/6602/stat : 6602 (java) S 6596 6598 5534 0 -1 64 10468 0 0 0 94 3 0 0 16 0 13 0 189993790 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6603] ppid=6596 vsize=1784152 CPUtime=0.03
/proc/6598/task/6603/stat : 6603 (java) S 6596 6598 5534 0 -1 64 18 0 0 0 1 2 0 0 16 0 13 0 189993793 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6604] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6604/stat : 6604 (java) S 6596 6598 5534 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 189993793 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6605] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6605/stat : 6605 (java) S 6596 6598 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189993793 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6606] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6606/stat : 6606 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189993797 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6607] ppid=6596 vsize=1784152 CPUtime=0.55
/proc/6598/task/6607/stat : 6607 (java) S 6596 6598 5534 0 -1 64 1730 0 0 0 55 0 0 0 17 0 13 0 189993797 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6608] ppid=6596 vsize=1784152 CPUtime=0.54
/proc/6598/task/6608/stat : 6608 (java) S 6596 6598 5534 0 -1 64 2030 0 0 0 54 0 0 0 16 0 13 0 189993797 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6609] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6609/stat : 6609 (java) S 6596 6598 5534 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189993797 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6610] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6610/stat : 6610 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189993797 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6611] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6611/stat : 6611 (java) S 6596 6598 5534 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189993814 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 268.64
Current children cumulated vsize (KiB) 1784152

[startup+267.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6611
/proc/meminfo: memFree=1826152/2055920 swapFree=4182892/4192956
[pid=6598] ppid=6596 vsize=1784152 CPUtime=269.44
/proc/6598/stat : 6598 (java) S 6596 6598 5534 0 -1 0 62763 0 1 0 26911 33 0 0 18 0 13 0 189993788 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6598/statm: 446038 29883 1326 9 0 443649 0
[pid=6598/tid=6600] ppid=6596 vsize=1784152 CPUtime=266.29
/proc/6598/task/6600/stat : 6600 (java) R 6596 6598 5534 0 -1 64 37783 0 1 0 26610 19 0 0 25 0 13 0 189993789 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109521682 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6601] ppid=6596 vsize=1784152 CPUtime=0.97
/proc/6598/task/6601/stat : 6601 (java) S 6596 6598 5534 0 -1 64 10013 0 0 0 93 4 0 0 16 0 13 0 189993790 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6602] ppid=6596 vsize=1784152 CPUtime=0.97
/proc/6598/task/6602/stat : 6602 (java) S 6596 6598 5534 0 -1 64 10468 0 0 0 94 3 0 0 16 0 13 0 189993790 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6603] ppid=6596 vsize=1784152 CPUtime=0.03
/proc/6598/task/6603/stat : 6603 (java) S 6596 6598 5534 0 -1 64 18 0 0 0 1 2 0 0 16 0 13 0 189993793 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6604] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6604/stat : 6604 (java) S 6596 6598 5534 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 189993793 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6605] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6605/stat : 6605 (java) S 6596 6598 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189993793 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6606] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6606/stat : 6606 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189993797 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6607] ppid=6596 vsize=1784152 CPUtime=0.55
/proc/6598/task/6607/stat : 6607 (java) S 6596 6598 5534 0 -1 64 1730 0 0 0 55 0 0 0 17 0 13 0 189993797 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6608] ppid=6596 vsize=1784152 CPUtime=0.54
/proc/6598/task/6608/stat : 6608 (java) S 6596 6598 5534 0 -1 64 2030 0 0 0 54 0 0 0 16 0 13 0 189993797 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6609] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6609/stat : 6609 (java) S 6596 6598 5534 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189993797 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6610] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6610/stat : 6610 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189993797 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6611] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6611/stat : 6611 (java) S 6596 6598 5534 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189993814 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 269.44
Current children cumulated vsize (KiB) 1784152

[startup+268.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6611
/proc/meminfo: memFree=1826152/2055920 swapFree=4182892/4192956
[pid=6598] ppid=6596 vsize=1784152 CPUtime=270.24
/proc/6598/stat : 6598 (java) S 6596 6598 5534 0 -1 0 62763 0 1 0 26991 33 0 0 18 0 13 0 189993788 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6598/statm: 446038 29883 1326 9 0 443649 0
[pid=6598/tid=6600] ppid=6596 vsize=1784152 CPUtime=267.09
/proc/6598/task/6600/stat : 6600 (java) R 6596 6598 5534 0 -1 64 37783 0 1 0 26690 19 0 0 25 0 13 0 189993789 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109521748 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6601] ppid=6596 vsize=1784152 CPUtime=0.97
/proc/6598/task/6601/stat : 6601 (java) S 6596 6598 5534 0 -1 64 10013 0 0 0 93 4 0 0 16 0 13 0 189993790 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6602] ppid=6596 vsize=1784152 CPUtime=0.97
/proc/6598/task/6602/stat : 6602 (java) S 6596 6598 5534 0 -1 64 10468 0 0 0 94 3 0 0 16 0 13 0 189993790 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6603] ppid=6596 vsize=1784152 CPUtime=0.03
/proc/6598/task/6603/stat : 6603 (java) S 6596 6598 5534 0 -1 64 18 0 0 0 1 2 0 0 16 0 13 0 189993793 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6604] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6604/stat : 6604 (java) S 6596 6598 5534 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 189993793 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6605] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6605/stat : 6605 (java) S 6596 6598 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189993793 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6606] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6606/stat : 6606 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189993797 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6607] ppid=6596 vsize=1784152 CPUtime=0.55
/proc/6598/task/6607/stat : 6607 (java) S 6596 6598 5534 0 -1 64 1730 0 0 0 55 0 0 0 17 0 13 0 189993797 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6608] ppid=6596 vsize=1784152 CPUtime=0.54
/proc/6598/task/6608/stat : 6608 (java) S 6596 6598 5534 0 -1 64 2030 0 0 0 54 0 0 0 16 0 13 0 189993797 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6609] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6609/stat : 6609 (java) S 6596 6598 5534 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 189993797 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6610] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6610/stat : 6610 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189993797 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6611] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6611/stat : 6611 (java) S 6596 6598 5534 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 189993814 1826971648 29883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 270.24
Current children cumulated vsize (KiB) 1784152

[startup+268.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6611
/proc/meminfo: memFree=1826152/2055920 swapFree=4182892/4192956
[pid=6598] ppid=6596 vsize=1784152 CPUtime=270.42
/proc/6598/stat : 6598 (java) S 6596 6598 5534 0 -1 0 62769 0 1 0 27009 33 0 0 18 0 12 0 189993788 1826971648 29889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6598/statm: 446038 29889 1327 9 0 443649 0
[pid=6598/tid=6600] ppid=6596 vsize=1784152 CPUtime=267.27
/proc/6598/task/6600/stat : 6600 (java) S 6596 6598 5534 0 -1 64 37788 0 1 0 26708 19 0 0 24 0 12 0 189993789 1826971648 29889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6601] ppid=6596 vsize=1784152 CPUtime=0.97
/proc/6598/task/6601/stat : 6601 (java) S 6596 6598 5534 0 -1 64 10013 0 0 0 93 4 0 0 16 0 12 0 189993790 1826971648 29889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6602] ppid=6596 vsize=1784152 CPUtime=0.97
/proc/6598/task/6602/stat : 6602 (java) S 6596 6598 5534 0 -1 64 10468 0 0 0 94 3 0 0 16 0 12 0 189993790 1826971648 29889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6603] ppid=6596 vsize=1784152 CPUtime=0.03
/proc/6598/task/6603/stat : 6603 (java) S 6596 6598 5534 0 -1 64 18 0 0 0 1 2 0 0 16 0 12 0 189993793 1826971648 29889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6604] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6604/stat : 6604 (java) S 6596 6598 5534 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 189993793 1826971648 29889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6605] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6605/stat : 6605 (java) S 6596 6598 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189993793 1826971648 29889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6606] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6606/stat : 6606 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189993797 1826971648 29889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6607] ppid=6596 vsize=1784152 CPUtime=0.55
/proc/6598/task/6607/stat : 6607 (java) S 6596 6598 5534 0 -1 64 1730 0 0 0 55 0 0 0 17 0 12 0 189993797 1826971648 29889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6598/tid=6608] ppid=6596 vsize=1784152 CPUtime=0.54
/proc/6598/task/6608/stat : 6608 (java) S 6596 6598 5534 0 -1 64 2030 0 0 0 54 0 0 0 16 0 12 0 189993797 1826971648 29889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6609] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6609/stat : 6609 (java) S 6596 6598 5534 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 189993797 1826971648 29889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6598/tid=6610] ppid=6596 vsize=1784152 CPUtime=0
/proc/6598/task/6610/stat : 6610 (java) S 6596 6598 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189993797 1826971648 29889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 270.42
Current children cumulated vsize (KiB) 1784152

Child status: 20
Real time (s): 268.951
CPU time (s): 270.445
CPU user time (s): 270.093
CPU system time (s): 0.351946
CPU usage (%): 100.556
Max. virtual memory (cumulated for all children) (KiB): 1785592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 270.093
system time used= 0.351946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62772
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= 6676
involuntary context switches= 1578

runsolver used 0.292955 second user time and 0.696894 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Tue Apr 24 13:19:27 UTC 2007

IDJOB= 420203
IDBENCH= 47828
IDSOLVER= 164
FILE ID= node25/420203-1177420767

PBS_JOBID= 4675658

Free space on /tmp= 66366 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/crafted/spence/medium/s65-100.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420203-1177420767/sat4jPseudoCPClause.jar /tmp/evaluation/420203-1177420767/instance-420203-1177420767.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-420203-1177420767 -o ROOT/results/node25/solver-420203-1177420767 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420203-1177420767/sat4jPseudoCPClause.jar /tmp/evaluation/420203-1177420767/instance-420203-1177420767.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ae5e4db8fabd52dd3df5b552e03330b0

RANDOM SEED= 345100553

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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.261
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.261
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:       1942440 kB
Buffers:          6284 kB
Cached:          60952 kB
SwapCached:       3620 kB
Active:          36668 kB
Inactive:        40576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1942440 kB
SwapTotal:     4192956 kB
SwapFree:      4182892 kB
Dirty:            3592 kB
Writeback:           0 kB
Mapped:          16012 kB
Slab:            22248 kB
Committed_AS:  4172624 kB
PageTables:       1476 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= 66366 MiB

End job on node25 on Tue Apr 24 13:23:56 UTC 2007