Trace number 420707

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 482.682 475.413

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/
jarvisalo/mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.opb
MD5SUM4b106ae2147849c10cc8de3b4a11eb9c
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 benchmark119.792
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables87
Total number of constraints232
Number of constraints which are clauses232
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.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/420707-1177429978/instance-420707-1177429978.opb
0.20/0.20	c reading problem ... 
0.20/0.28	c ... done. Wall clock time 0.082s.
0.20/0.28	c CPU time (experimental) 0.23s.
0.20/0.28	c #vars     87
0.20/0.28	c #constraints  232
482.59/475.31	c starts		: 3
482.59/475.31	c conflicts		: 1345627
482.59/475.31	c decisions		: 1680880
482.59/475.31	c propagations		: 10432039
482.59/475.31	c inspects		: 1576889261
482.59/475.31	c learnt literals	: 1
482.59/475.31	c learnt binary clauses	: 2
482.59/475.31	c learnt ternary clauses	: 4
482.59/475.31	c learnt clauses	: 1345625
482.59/475.31	c root simplifications	: 0
482.59/475.31	c removed literals (reason simplification)	: 0
482.59/475.31	c reason swapping (by a shorter reason)	: 0
482.59/475.31	c Calls to reduceDB	: 0
482.59/475.31	c speed (decisions/second)	: 3538.5084995526554
482.59/475.31	c non guided choices	180
482.59/475.31	s UNSATISFIABLE
482.59/475.31	c Total wall clock time (ms): 475.11

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node40/watcher-420707-1177429978 -o ROOT/results/node40/solver-420707-1177429978 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420707-1177429978/sat4jPseudoCPClause.jar /tmp/evaluation/420707-1177429978/instance-420707-1177429978.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.91 0.95 0.97 3/77 26884
/proc/meminfo: memFree=1866608/2055920 swapFree=4157372/4192956
[pid=26884] ppid=26882 vsize=152 CPUtime=0
/proc/26884/stat : 26884 (java) R 26882 26884 26448 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 71877385 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 6910756 0 0 4096 0 0 0 0 17 1 0 0
/proc/26884/statm: 38 26 19 9 0 4 0

[startup+0.00801105 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 26884
/proc/meminfo: memFree=1866608/2055920 swapFree=4157372/4192956
[pid=26884] ppid=26882 vsize=1800 CPUtime=0
/proc/26884/stat : 26884 (java) R 26882 26884 26448 0 -1 0 178 0 0 0 0 0 0 0 18 0 1 0 71877385 1843200 151 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26884/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.102023 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 26884
/proc/meminfo: memFree=1866608/2055920 swapFree=4157372/4192956
[pid=26884] ppid=26882 vsize=1780112 CPUtime=0.08
/proc/26884/stat : 26884 (java) S 26882 26884 26448 0 -1 0 3976 0 1 0 6 2 0 0 18 0 12 0 71877385 1822834688 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26884/statm: 445028 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301059 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 26884
/proc/meminfo: memFree=1866608/2055920 swapFree=4157372/4192956
[pid=26884] ppid=26882 vsize=1782596 CPUtime=0.32
/proc/26884/stat : 26884 (java) S 26882 26884 26448 0 -1 0 5164 0 1 0 29 3 0 0 18 0 13 0 71877385 1825378304 4904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26884/statm: 445649 4904 1265 9 0 443260 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782596

[startup+0.701146 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 26884
/proc/meminfo: memFree=1866608/2055920 swapFree=4157372/4192956
[pid=26884] ppid=26882 vsize=1784280 CPUtime=0.97
/proc/26884/stat : 26884 (java) S 26882 26884 26448 0 -1 0 7053 0 1 0 93 4 0 0 18 0 13 0 71877385 1827102720 6190 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26884/statm: 446070 6190 1308 9 0 443681 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1784280

[startup+1.50231 s]
/proc/loadavg: 0.91 0.95 0.97 4/90 26897
/proc/meminfo: memFree=1835528/2055920 swapFree=4157372/4192956
[pid=26884] ppid=26882 vsize=1784888 CPUtime=2.1
/proc/26884/stat : 26884 (java) S 26882 26884 26448 0 -1 0 22717 0 1 0 199 11 0 0 18 0 13 0 71877385 1827725312 20800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26884/statm: 446222 20802 1310 9 0 443833 0
[pid=26884/tid=26886] ppid=26882 vsize=1784888 CPUtime=1.11
/proc/26884/task/26886/stat : 26886 (java) R 26882 26884 26448 0 -1 64 19150 0 1 0 102 9 0 0 19 0 13 0 71877386 1827725312 20802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109552540 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26887] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26887/stat : 26887 (java) S 26882 26884 26448 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 71877388 1827725312 20802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26888] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26888/stat : 26888 (java) S 26882 26884 26448 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 71877388 1827725312 20802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26889] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26889/stat : 26889 (java) S 26882 26884 26448 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 71877390 1827725312 20804 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26890] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26890/stat : 26890 (java) S 26882 26884 26448 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 71877390 1827725312 20805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26891] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26891/stat : 26891 (java) S 26882 26884 26448 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 71877390 1827725312 20806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26892] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26892/stat : 26892 (java) S 26882 26884 26448 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 71877394 1827725312 20807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26893] ppid=26882 vsize=1784888 CPUtime=0.45
/proc/26884/task/26893/stat : 26893 (java) S 26882 26884 26448 0 -1 64 1637 0 0 0 45 0 0 0 17 0 13 0 71877394 1827725312 20808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26894] ppid=26882 vsize=1784888 CPUtime=0.51
/proc/26884/task/26894/stat : 26894 (java) S 26882 26884 26448 0 -1 64 1209 0 0 0 51 0 0 0 16 0 13 0 71877394 1827725312 20809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26895] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26895/stat : 26895 (java) S 26882 26884 26448 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 71877394 1827725312 20809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26896] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26896/stat : 26896 (java) S 26882 26884 26448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71877394 1827725312 20810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26897] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26897/stat : 26897 (java) S 26882 26884 26448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 71877414 1827725312 20812 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) 1784888

[startup+3.10265 s]
/proc/loadavg: 0.91 0.95 0.97 3/90 26897
/proc/meminfo: memFree=1718856/2055920 swapFree=4157372/4192956
[pid=26884] ppid=26882 vsize=1784888 CPUtime=3.8
/proc/26884/stat : 26884 (java) S 26882 26884 26448 0 -1 0 41598 0 1 0 361 19 0 0 18 0 13 0 71877385 1827725312 39676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26884/statm: 446222 39676 1321 9 0 443833 0
[pid=26884/tid=26886] ppid=26882 vsize=1784888 CPUtime=2.66
/proc/26884/task/26886/stat : 26886 (java) R 26882 26884 26448 0 -1 64 37704 0 1 0 250 16 0 0 25 0 13 0 71877386 1827725312 39676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558664 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26887] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26887/stat : 26887 (java) S 26882 26884 26448 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 71877388 1827725312 39676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26888] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26888/stat : 26888 (java) S 26882 26884 26448 0 -1 64 132 0 0 0 0 0 0 0 16 0 13 0 71877388 1827725312 39676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26889] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26889/stat : 26889 (java) S 26882 26884 26448 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 71877390 1827725312 39676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26890] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26890/stat : 26890 (java) S 26882 26884 26448 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71877390 1827725312 39676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26891] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26891/stat : 26891 (java) S 26882 26884 26448 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 71877390 1827725312 39676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26892] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26892/stat : 26892 (java) S 26882 26884 26448 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 71877394 1827725312 39676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26893] ppid=26882 vsize=1784888 CPUtime=0.49
/proc/26884/task/26893/stat : 26893 (java) S 26882 26884 26448 0 -1 64 1639 0 0 0 49 0 0 0 16 0 13 0 71877394 1827725312 39676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26894] ppid=26882 vsize=1784888 CPUtime=0.6
/proc/26884/task/26894/stat : 26894 (java) S 26882 26884 26448 0 -1 64 1259 0 0 0 60 0 0 0 16 0 13 0 71877394 1827725312 39676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26895] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26895/stat : 26895 (java) S 26882 26884 26448 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 71877394 1827725312 39676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26896] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26896/stat : 26896 (java) S 26882 26884 26448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71877394 1827725312 39676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26897] ppid=26882 vsize=1784888 CPUtime=0
/proc/26884/task/26897/stat : 26897 (java) S 26882 26884 26448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 71877414 1827725312 39676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 1784888

[startup+6.30131 s]
/proc/loadavg: 0.92 0.95 0.97 2/90 26897
/proc/meminfo: memFree=1706640/2055920 swapFree=4157372/4192956
[pid=26884] ppid=26882 vsize=1784696 CPUtime=7.05
/proc/26884/stat : 26884 (java) S 26882 26884 26448 0 -1 0 43415 0 1 0 685 20 0 0 18 0 13 0 71877385 1827528704 40528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26884/statm: 446174 40528 1327 9 0 443785 0
[pid=26884/tid=26886] ppid=26882 vsize=1784696 CPUtime=5.8
/proc/26884/task/26886/stat : 26886 (java) R 26882 26884 26448 0 -1 64 37710 0 1 0 564 16 0 0 18 0 13 0 71877386 1827528704 40528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109492463 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26887] ppid=26882 vsize=1784696 CPUtime=0.05
/proc/26884/task/26887/stat : 26887 (java) S 26882 26884 26448 0 -1 64 1077 0 0 0 5 0 0 0 16 0 13 0 71877388 1827528704 40528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26888] ppid=26882 vsize=1784696 CPUtime=0.04
/proc/26884/task/26888/stat : 26888 (java) S 26882 26884 26448 0 -1 64 990 0 0 0 4 0 0 0 17 0 13 0 71877388 1827528704 40528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26889] ppid=26882 vsize=1784696 CPUtime=0
/proc/26884/task/26889/stat : 26889 (java) S 26882 26884 26448 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 71877390 1827528704 40528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26890] ppid=26882 vsize=1784696 CPUtime=0
/proc/26884/task/26890/stat : 26890 (java) S 26882 26884 26448 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71877390 1827528704 40528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26891] ppid=26882 vsize=1784696 CPUtime=0
/proc/26884/task/26891/stat : 26891 (java) S 26882 26884 26448 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 71877390 1827528704 40528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26892] ppid=26882 vsize=1784696 CPUtime=0
/proc/26884/task/26892/stat : 26892 (java) S 26882 26884 26448 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 71877394 1827528704 40528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26893] ppid=26882 vsize=1784696 CPUtime=0.49
/proc/26884/task/26893/stat : 26893 (java) S 26882 26884 26448 0 -1 64 1645 0 0 0 49 0 0 0 16 0 13 0 71877394 1827528704 40528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26894] ppid=26882 vsize=1784696 CPUtime=0.6
/proc/26884/task/26894/stat : 26894 (java) S 26882 26884 26448 0 -1 64 1259 0 0 0 60 0 0 0 16 0 13 0 71877394 1827528704 40528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26895] ppid=26882 vsize=1784696 CPUtime=0
/proc/26884/task/26895/stat : 26895 (java) S 26882 26884 26448 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 71877394 1827528704 40528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26896] ppid=26882 vsize=1784696 CPUtime=0
/proc/26884/task/26896/stat : 26896 (java) S 26882 26884 26448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71877394 1827528704 40528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26897] ppid=26882 vsize=1784696 CPUtime=0
/proc/26884/task/26897/stat : 26897 (java) S 26882 26884 26448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 71877414 1827528704 40528 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 1784696

[startup+12.7026 s]
/proc/loadavg: 0.93 0.95 0.97 2/90 26897
/proc/meminfo: memFree=1666192/2055920 swapFree=4157372/4192956
[pid=26884] ppid=26882 vsize=1784696 CPUtime=13.53
/proc/26884/stat : 26884 (java) S 26882 26884 26448 0 -1 0 54125 0 1 0 1328 25 0 0 18 0 13 0 71877385 1827528704 51137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26884/statm: 446174 51137 1327 9 0 443785 0
[pid=26884/tid=26886] ppid=26882 vsize=1784696 CPUtime=12.1
/proc/26884/task/26886/stat : 26886 (java) R 26882 26884 26448 0 -1 64 42158 0 1 0 1191 19 0 0 25 0 13 0 71877386 1827528704 51137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109552723 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26887] ppid=26882 vsize=1784696 CPUtime=0.15
/proc/26884/task/26887/stat : 26887 (java) S 26882 26884 26448 0 -1 64 4283 0 0 0 13 2 0 0 16 0 13 0 71877388 1827528704 51137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26888] ppid=26882 vsize=1784696 CPUtime=0.14
/proc/26884/task/26888/stat : 26888 (java) S 26882 26884 26448 0 -1 64 4033 0 0 0 13 1 0 0 16 0 13 0 71877388 1827528704 51137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26889] ppid=26882 vsize=1784696 CPUtime=0
/proc/26884/task/26889/stat : 26889 (java) S 26882 26884 26448 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 71877390 1827528704 51137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26890] ppid=26882 vsize=1784696 CPUtime=0
/proc/26884/task/26890/stat : 26890 (java) S 26882 26884 26448 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71877390 1827528704 51137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26891] ppid=26882 vsize=1784696 CPUtime=0
/proc/26884/task/26891/stat : 26891 (java) S 26882 26884 26448 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 71877390 1827528704 51137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26892] ppid=26882 vsize=1784696 CPUtime=0
/proc/26884/task/26892/stat : 26892 (java) S 26882 26884 26448 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 71877394 1827528704 51137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26893] ppid=26882 vsize=1784696 CPUtime=0.49
/proc/26884/task/26893/stat : 26893 (java) S 26882 26884 26448 0 -1 64 1645 0 0 0 49 0 0 0 16 0 13 0 71877394 1827528704 51137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26894] ppid=26882 vsize=1784696 CPUtime=0.6
/proc/26884/task/26894/stat : 26894 (java) S 26882 26884 26448 0 -1 64 1259 0 0 0 60 0 0 0 16 0 13 0 71877394 1827528704 51137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26895] ppid=26882 vsize=1784696 CPUtime=0
/proc/26884/task/26895/stat : 26895 (java) S 26882 26884 26448 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 71877394 1827528704 51137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26896] ppid=26882 vsize=1784696 CPUtime=0
/proc/26884/task/26896/stat : 26896 (java) S 26882 26884 26448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71877394 1827528704 51137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26897] ppid=26882 vsize=1784696 CPUtime=0
/proc/26884/task/26897/stat : 26897 (java) S 26882 26884 26448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 71877414 1827528704 51137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.53
Current children cumulated vsize (KiB) 1784696

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.97 2/90 26897
/proc/meminfo: memFree=1651920/2055920 swapFree=4157372/4192956
[pid=26884] ppid=26882 vsize=1784696 CPUtime=26.44
/proc/26884/stat : 26884 (java) S 26882 26884 26448 0 -1 0 57914 0 1 0 2618 26 0 0 18 0 13 0 71877385 1827528704 54744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26884/statm: 446174 54744 1327 9 0 443785 0
[pid=26884/tid=26886] ppid=26882 vsize=1784696 CPUtime=24.75
/proc/26884/task/26886/stat : 26886 (java) R 26882 26884 26448 0 -1 64 42168 0 1 0 2456 19 0 0 20 0 13 0 71877386 1827528704 54744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501329 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26887] ppid=26882 vsize=1784696 CPUtime=0.27
/proc/26884/task/26887/stat : 26887 (java) S 26882 26884 26448 0 -1 64 6489 0 0 0 25 2 0 0 16 0 13 0 71877388 1827528704 54744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26888] ppid=26882 vsize=1784696 CPUtime=0.27
/proc/26884/task/26888/stat : 26888 (java) S 26882 26884 26448 0 -1 64 5606 0 0 0 25 2 0 0 16 0 13 0 71877388 1827528704 54744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26884] ppid=26882 vsize=1784600 CPUtime=477.45
/proc/26884/stat : 26884 (java) S 26882 26884 26448 0 -1 0 138430 0 1 0 47671 74 0 0 18 0 13 0 71877385 1827430400 124510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26884/statm: 446150 124510 1327 9 0 443761 0
[pid=26884/tid=26886] ppid=26882 vsize=1784600 CPUtime=462.31
/proc/26884/task/26886/stat : 26886 (java) R 26882 26884 26448 0 -1 64 49995 0 1 0 46205 26 0 0 25 0 13 0 71877386 1827430400 124510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558664 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26887] ppid=26882 vsize=1784600 CPUtime=7.01
/proc/26884/task/26887/stat : 26887 (java) S 26882 26884 26448 0 -1 64 40894 0 0 0 681 20 0 0 16 0 13 0 71877388 1827430400 124510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26888] ppid=26882 vsize=1784600 CPUtime=6.92
/proc/26884/task/26888/stat : 26888 (java) S 26882 26884 26448 0 -1 64 43866 0 0 0 669 23 0 0 16 0 13 0 71877388 1827430400 124510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26889] ppid=26882 vsize=1784600 CPUtime=0.03
/proc/26884/task/26889/stat : 26889 (java) S 26882 26884 26448 0 -1 64 51 0 0 0 2 1 0 0 15 0 13 0 71877390 1827430400 124510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26890] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26890/stat : 26890 (java) S 26882 26884 26448 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71877390 1827430400 124510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26891] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26891/stat : 26891 (java) S 26882 26884 26448 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 71877390 1827430400 124510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26892] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26892/stat : 26892 (java) S 26882 26884 26448 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 71877394 1827430400 124510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26893] ppid=26882 vsize=1784600 CPUtime=0.49
/proc/26884/task/26893/stat : 26893 (java) S 26882 26884 26448 0 -1 64 1645 0 0 0 49 0 0 0 16 0 13 0 71877394 1827430400 124510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26894] ppid=26882 vsize=1784600 CPUtime=0.61
/proc/26884/task/26894/stat : 26894 (java) S 26882 26884 26448 0 -1 64 1259 0 0 0 61 0 0 0 16 0 13 0 71877394 1827430400 124510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26895] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26895/stat : 26895 (java) S 26882 26884 26448 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 71877394 1827430400 124510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26896] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26896/stat : 26896 (java) S 26882 26884 26448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71877394 1827430400 124510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26897] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26897/stat : 26897 (java) S 26882 26884 26448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 71877414 1827430400 124510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 477.45
Current children cumulated vsize (KiB) 1784600

[startup+473.502 s]
/proc/loadavg: 1.00 0.99 0.97 2/90 26897
/proc/meminfo: memFree=1370704/2055920 swapFree=4157372/4192956
[pid=26884] ppid=26882 vsize=1784600 CPUtime=480.72
/proc/26884/stat : 26884 (java) S 26882 26884 26448 0 -1 0 138711 0 1 0 47998 74 0 0 18 0 13 0 71877385 1827430400 124790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26884/statm: 446150 124790 1327 9 0 443761 0
[pid=26884/tid=26886] ppid=26882 vsize=1784600 CPUtime=465.44
/proc/26884/task/26886/stat : 26886 (java) R 26882 26884 26448 0 -1 64 49996 0 1 0 46518 26 0 0 25 0 13 0 71877386 1827430400 124790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109543040 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26887] ppid=26882 vsize=1784600 CPUtime=7.08
/proc/26884/task/26887/stat : 26887 (java) S 26882 26884 26448 0 -1 64 41166 0 0 0 688 20 0 0 17 0 13 0 71877388 1827430400 124790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26888] ppid=26882 vsize=1784600 CPUtime=7
/proc/26884/task/26888/stat : 26888 (java) S 26882 26884 26448 0 -1 64 43874 0 0 0 677 23 0 0 16 0 13 0 71877388 1827430400 124790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26889] ppid=26882 vsize=1784600 CPUtime=0.03
/proc/26884/task/26889/stat : 26889 (java) S 26882 26884 26448 0 -1 64 51 0 0 0 2 1 0 0 16 0 13 0 71877390 1827430400 124790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26890] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26890/stat : 26890 (java) S 26882 26884 26448 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71877390 1827430400 124790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26891] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26891/stat : 26891 (java) S 26882 26884 26448 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 71877390 1827430400 124790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26892] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26892/stat : 26892 (java) S 26882 26884 26448 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 71877394 1827430400 124790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26893] ppid=26882 vsize=1784600 CPUtime=0.49
/proc/26884/task/26893/stat : 26893 (java) S 26882 26884 26448 0 -1 64 1645 0 0 0 49 0 0 0 16 0 13 0 71877394 1827430400 124790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26894] ppid=26882 vsize=1784600 CPUtime=0.61
/proc/26884/task/26894/stat : 26894 (java) S 26882 26884 26448 0 -1 64 1259 0 0 0 61 0 0 0 16 0 13 0 71877394 1827430400 124790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26895] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26895/stat : 26895 (java) S 26882 26884 26448 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 71877394 1827430400 124790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26896] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26896/stat : 26896 (java) S 26882 26884 26448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71877394 1827430400 124790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26897] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26897/stat : 26897 (java) S 26882 26884 26448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 71877414 1827430400 124790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 480.72
Current children cumulated vsize (KiB) 1784600

[startup+474.302 s]
/proc/loadavg: 1.00 0.99 0.97 2/90 26897
/proc/meminfo: memFree=1369808/2055920 swapFree=4157372/4192956
[pid=26884] ppid=26882 vsize=1784600 CPUtime=481.59
/proc/26884/stat : 26884 (java) S 26882 26884 26448 0 -1 0 138932 0 1 0 48084 75 0 0 18 0 13 0 71877385 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26884/statm: 446150 125010 1327 9 0 443761 0
[pid=26884/tid=26886] ppid=26882 vsize=1784600 CPUtime=466.16
/proc/26884/task/26886/stat : 26886 (java) R 26882 26884 26448 0 -1 64 49997 0 1 0 46590 26 0 0 25 0 13 0 71877386 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109552386 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26887] ppid=26882 vsize=1784600 CPUtime=7.16
/proc/26884/task/26887/stat : 26887 (java) S 26882 26884 26448 0 -1 64 41166 0 0 0 696 20 0 0 17 0 13 0 71877388 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26888] ppid=26882 vsize=1784600 CPUtime=7.06
/proc/26884/task/26888/stat : 26888 (java) S 26882 26884 26448 0 -1 64 44094 0 0 0 683 23 0 0 16 0 13 0 71877388 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26889] ppid=26882 vsize=1784600 CPUtime=0.03
/proc/26884/task/26889/stat : 26889 (java) S 26882 26884 26448 0 -1 64 51 0 0 0 2 1 0 0 16 0 13 0 71877390 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26890] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26890/stat : 26890 (java) S 26882 26884 26448 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71877390 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26891] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26891/stat : 26891 (java) S 26882 26884 26448 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 71877390 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26892] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26892/stat : 26892 (java) S 26882 26884 26448 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 71877394 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26893] ppid=26882 vsize=1784600 CPUtime=0.49
/proc/26884/task/26893/stat : 26893 (java) S 26882 26884 26448 0 -1 64 1645 0 0 0 49 0 0 0 16 0 13 0 71877394 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26894] ppid=26882 vsize=1784600 CPUtime=0.61
/proc/26884/task/26894/stat : 26894 (java) S 26882 26884 26448 0 -1 64 1259 0 0 0 61 0 0 0 16 0 13 0 71877394 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26895] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26895/stat : 26895 (java) S 26882 26884 26448 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 71877394 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26896] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26896/stat : 26896 (java) S 26882 26884 26448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71877394 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26897] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26897/stat : 26897 (java) S 26882 26884 26448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 71877414 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 481.59
Current children cumulated vsize (KiB) 1784600

[startup+475.102 s]
/proc/loadavg: 1.00 0.99 0.97 2/90 26897
/proc/meminfo: memFree=1369808/2055920 swapFree=4157372/4192956
[pid=26884] ppid=26882 vsize=1784600 CPUtime=482.39
/proc/26884/stat : 26884 (java) S 26882 26884 26448 0 -1 0 138932 0 1 0 48164 75 0 0 18 0 13 0 71877385 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26884/statm: 446150 125010 1327 9 0 443761 0
[pid=26884/tid=26886] ppid=26882 vsize=1784600 CPUtime=466.97
/proc/26884/task/26886/stat : 26886 (java) R 26882 26884 26448 0 -1 64 49997 0 1 0 46671 26 0 0 25 0 13 0 71877386 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109500917 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26887] ppid=26882 vsize=1784600 CPUtime=7.16
/proc/26884/task/26887/stat : 26887 (java) S 26882 26884 26448 0 -1 64 41166 0 0 0 696 20 0 0 17 0 13 0 71877388 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26888] ppid=26882 vsize=1784600 CPUtime=7.06
/proc/26884/task/26888/stat : 26888 (java) S 26882 26884 26448 0 -1 64 44094 0 0 0 683 23 0 0 16 0 13 0 71877388 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26889] ppid=26882 vsize=1784600 CPUtime=0.03
/proc/26884/task/26889/stat : 26889 (java) S 26882 26884 26448 0 -1 64 51 0 0 0 2 1 0 0 16 0 13 0 71877390 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26890] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26890/stat : 26890 (java) S 26882 26884 26448 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71877390 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26891] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26891/stat : 26891 (java) S 26882 26884 26448 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 71877390 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26892] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26892/stat : 26892 (java) S 26882 26884 26448 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 71877394 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26893] ppid=26882 vsize=1784600 CPUtime=0.49
/proc/26884/task/26893/stat : 26893 (java) S 26882 26884 26448 0 -1 64 1645 0 0 0 49 0 0 0 16 0 13 0 71877394 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26894] ppid=26882 vsize=1784600 CPUtime=0.61
/proc/26884/task/26894/stat : 26894 (java) S 26882 26884 26448 0 -1 64 1259 0 0 0 61 0 0 0 16 0 13 0 71877394 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26895] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26895/stat : 26895 (java) S 26882 26884 26448 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 71877394 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26896] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26896/stat : 26896 (java) S 26882 26884 26448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71877394 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26897] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26897/stat : 26897 (java) S 26882 26884 26448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 71877414 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 482.39
Current children cumulated vsize (KiB) 1784600

[startup+475.302 s]
/proc/loadavg: 1.00 0.99 0.97 2/90 26897
/proc/meminfo: memFree=1369808/2055920 swapFree=4157372/4192956
[pid=26884] ppid=26882 vsize=1784600 CPUtime=482.59
/proc/26884/stat : 26884 (java) S 26882 26884 26448 0 -1 0 138932 0 1 0 48184 75 0 0 18 0 13 0 71877385 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26884/statm: 446150 125010 1327 9 0 443761 0
[pid=26884/tid=26886] ppid=26882 vsize=1784600 CPUtime=467.16
/proc/26884/task/26886/stat : 26886 (java) R 26882 26884 26448 0 -1 64 49997 0 1 0 46690 26 0 0 25 0 13 0 71877386 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109571456 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26887] ppid=26882 vsize=1784600 CPUtime=7.16
/proc/26884/task/26887/stat : 26887 (java) S 26882 26884 26448 0 -1 64 41166 0 0 0 696 20 0 0 17 0 13 0 71877388 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26888] ppid=26882 vsize=1784600 CPUtime=7.06
/proc/26884/task/26888/stat : 26888 (java) S 26882 26884 26448 0 -1 64 44094 0 0 0 683 23 0 0 16 0 13 0 71877388 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26889] ppid=26882 vsize=1784600 CPUtime=0.03
/proc/26884/task/26889/stat : 26889 (java) S 26882 26884 26448 0 -1 64 51 0 0 0 2 1 0 0 16 0 13 0 71877390 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26890] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26890/stat : 26890 (java) S 26882 26884 26448 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71877390 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26891] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26891/stat : 26891 (java) S 26882 26884 26448 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 71877390 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26892] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26892/stat : 26892 (java) S 26882 26884 26448 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 71877394 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26893] ppid=26882 vsize=1784600 CPUtime=0.49
/proc/26884/task/26893/stat : 26893 (java) S 26882 26884 26448 0 -1 64 1645 0 0 0 49 0 0 0 16 0 13 0 71877394 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26894] ppid=26882 vsize=1784600 CPUtime=0.61
/proc/26884/task/26894/stat : 26894 (java) S 26882 26884 26448 0 -1 64 1259 0 0 0 61 0 0 0 16 0 13 0 71877394 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26895] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26895/stat : 26895 (java) S 26882 26884 26448 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 71877394 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26884/tid=26896] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26896/stat : 26896 (java) S 26882 26884 26448 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71877394 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26884/tid=26897] ppid=26882 vsize=1784600 CPUtime=0
/proc/26884/task/26897/stat : 26897 (java) S 26882 26884 26448 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 71877414 1827430400 125010 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 482.59
Current children cumulated vsize (KiB) 1784600

[startup+475.403 s]
/proc/loadavg: 1.00 0.99 0.97 2/90 26897
/proc/meminfo: memFree=1369808/2055920 swapFree=4157372/4192956
[pid=26884] ppid=26882 vsize=0 CPUtime=482.66
/proc/26884/stat : 26884 (java) Z 26882 26884 26448 0 -1 1036 138943 0 1 0 48185 81 0 0 16 0 2 0 71877385 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26884/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 482.66
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 475.413
CPU time (s): 482.682
CPU user time (s): 481.858
CPU system time (s): 0.823874
CPU usage (%): 101.529
Max. virtual memory (cumulated for all children) (KiB): 1785472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 481.858
system time used= 0.823874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138943
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= 12040
involuntary context switches= 13271

runsolver used 0.411937 second user time and 1.3318 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Tue Apr 24 15:52:58 UTC 2007

IDJOB= 420707
IDBENCH= 47864
IDSOLVER= 164
FILE ID= node40/420707-1177429978

PBS_JOBID= 4675756

Free space on /tmp= 66506 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/jarvisalo/mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420707-1177429978/sat4jPseudoCPClause.jar /tmp/evaluation/420707-1177429978/instance-420707-1177429978.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-420707-1177429978 -o ROOT/results/node40/solver-420707-1177429978 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420707-1177429978/sat4jPseudoCPClause.jar /tmp/evaluation/420707-1177429978/instance-420707-1177429978.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  4b106ae2147849c10cc8de3b4a11eb9c

RANDOM SEED= 494644590

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:       1867080 kB
Buffers:         25616 kB
Cached:         102596 kB
SwapCached:      16492 kB
Active:          98656 kB
Inactive:        54076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867080 kB
SwapTotal:     4192956 kB
SwapFree:      4157372 kB
Dirty:            3692 kB
Writeback:           0 kB
Mapped:          29864 kB
Slab:            21512 kB
Committed_AS:   984212 kB
PageTables:       1932 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 16:00:54 UTC 2007