Trace number 420483

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 685.364 673.872

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/
pebbling/unsat-pbl-00080.sat05-1325.reshuffled-07.opb
MD5SUMe91355db9a9a4ee2ff3a0a996c75e4aa
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 benchmark18.0823
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables288
Total number of constraints11604
Number of constraints which are clauses11604
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint11
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1651659224
0.08/0.16	c Max memory 1654456320
0.08/0.16	c Total memory 1654456320
0.08/0.16	c Number of processors 2
0.19/0.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.21	--- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c No reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c Simplify asserted PB constraints to clauses
0.19/0.21	c solving /tmp/evaluation/420483-1177425464/instance-420483-1177425464.opb
0.19/0.21	c reading problem ... 
1.99/1.56	c ... done. Wall clock time 1.347s.
1.99/1.56	c CPU time (experimental) 1.12s.
1.99/1.56	c #vars     288
1.99/1.56	c #constraints  11602
685.21/673.75	c starts		: 3
685.21/673.75	c conflicts		: 1882900
685.21/673.75	c decisions		: 4617633
685.21/673.75	c propagations		: 11604142
685.21/673.75	c inspects		: 1963323527
685.21/673.75	c learnt literals	: 1
685.21/673.75	c learnt binary clauses	: 3
685.21/673.75	c learnt ternary clauses	: 71
685.21/673.75	c learnt clauses	: 1882898
685.21/673.75	c root simplifications	: 0
685.21/673.75	c removed literals (reason simplification)	: 0
685.21/673.75	c reason swapping (by a shorter reason)	: 0
685.21/673.75	c Calls to reduceDB	: 0
685.21/673.75	c speed (decisions/second)	: 6869.5149600114255
685.21/673.75	c non guided choices	9368
685.21/673.75	s UNSATISFIABLE
685.21/673.75	c Total wall clock time (ms): 673.543

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/node51/watcher-420483-1177425464 -o ROOT/results/node51/solver-420483-1177425464 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420483-1177425464/sat4jPseudoCPClause.jar /tmp/evaluation/420483-1177425464/instance-420483-1177425464.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.80 1.00 0.99 2/64 31224
/proc/meminfo: memFree=1860264/2055920 swapFree=4183264/4192956
[pid=31224] ppid=31222 vsize=18528 CPUtime=0
/proc/31224/stat : 31224 (runsolver) R 31222 31224 31159 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 97391580 18972672 284 18446744073709551615 4194304 4255128 548682068864 18446744073709551615 235371293991 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31224/statm: 4632 284 249 14 0 2626 0

[startup+0.069558 s]
/proc/loadavg: 0.80 1.00 0.99 2/64 31224
/proc/meminfo: memFree=1860264/2055920 swapFree=4183264/4192956
[pid=31224] ppid=31222 vsize=1777708 CPUtime=0.05
/proc/31224/stat : 31224 (java) S 31222 31224 31159 0 -1 0 3679 0 1 0 3 2 0 0 18 0 7 0 97391580 1820372992 3423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/31224/statm: 444427 3423 1081 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101559 s]
/proc/loadavg: 0.80 1.00 0.99 2/64 31224
/proc/meminfo: memFree=1860264/2055920 swapFree=4183264/4192956
[pid=31224] ppid=31222 vsize=1781136 CPUtime=0.08
/proc/31224/stat : 31224 (java) S 31222 31224 31159 0 -1 0 3962 0 1 0 6 2 0 0 18 0 12 0 97391580 1823883264 3705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31224/statm: 445284 3705 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781136

[startup+0.301574 s]
/proc/loadavg: 0.80 1.00 0.99 2/64 31224
/proc/meminfo: memFree=1860264/2055920 swapFree=4183264/4192956
[pid=31224] ppid=31222 vsize=1782436 CPUtime=0.29
/proc/31224/stat : 31224 (java) S 31222 31224 31159 0 -1 0 5078 0 1 0 26 3 0 0 18 0 12 0 97391580 1825214464 4818 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31224/statm: 445609 4818 1264 9 0 443220 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1782436

[startup+0.701611 s]
/proc/loadavg: 0.80 1.00 0.99 2/64 31224
/proc/meminfo: memFree=1860264/2055920 swapFree=4183264/4192956
[pid=31224] ppid=31222 vsize=1785048 CPUtime=0.9
/proc/31224/stat : 31224 (java) S 31222 31224 31159 0 -1 0 7495 0 1 0 85 5 0 0 18 0 12 0 97391580 1827889152 6733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31224/statm: 446262 6734 1301 9 0 443873 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1785048

[startup+1.50168 s]
/proc/loadavg: 0.80 1.00 0.99 3/76 31236
/proc/meminfo: memFree=1828296/2055920 swapFree=4183264/4192956
[pid=31224] ppid=31222 vsize=1785592 CPUtime=1.99
/proc/31224/stat : 31224 (java) S 31222 31224 31159 0 -1 0 19530 0 1 0 189 10 0 0 18 0 12 0 97391580 1828446208 18114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31224/statm: 446398 18114 1302 9 0 444009 0
[pid=31224/tid=31226] ppid=31222 vsize=1785592 CPUtime=1.06
/proc/31224/task/31226/stat : 31226 (java) R 31222 31224 31159 0 -1 64 16339 0 1 0 98 8 0 0 17 0 12 0 97391581 1828446208 18114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109511371 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31227] ppid=31222 vsize=1785592 CPUtime=0
/proc/31224/task/31227/stat : 31227 (java) S 31222 31224 31159 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 97391583 1828446208 18114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31228] ppid=31222 vsize=1785592 CPUtime=0
/proc/31224/task/31228/stat : 31228 (java) S 31222 31224 31159 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 97391583 1828446208 18114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31229] ppid=31222 vsize=1785592 CPUtime=0
/proc/31224/task/31229/stat : 31229 (java) S 31222 31224 31159 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 97391585 1828446208 18114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31230] ppid=31222 vsize=1785592 CPUtime=0
/proc/31224/task/31230/stat : 31230 (java) S 31222 31224 31159 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 97391586 1828446208 18114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31231] ppid=31222 vsize=1785592 CPUtime=0
/proc/31224/task/31231/stat : 31231 (java) S 31222 31224 31159 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 97391586 1828446208 18114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31232] ppid=31222 vsize=1785592 CPUtime=0
/proc/31224/task/31232/stat : 31232 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 97391589 1828446208 18114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31233] ppid=31222 vsize=1785592 CPUtime=0.47
/proc/31224/task/31233/stat : 31233 (java) R 31222 31224 31159 0 -1 64 870 0 0 0 47 0 0 0 16 0 12 0 97391590 1828446208 18114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105057537 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31234] ppid=31222 vsize=1785592 CPUtime=0.43
/proc/31224/task/31234/stat : 31234 (java) R 31222 31224 31159 0 -1 64 1603 0 0 0 42 1 0 0 17 0 12 0 97391590 1828446208 18114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104993035 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31235] ppid=31222 vsize=1785592 CPUtime=0
/proc/31224/task/31235/stat : 31235 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 97391590 1828446208 18114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31236] ppid=31222 vsize=1785592 CPUtime=0
/proc/31224/task/31236/stat : 31236 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 97391590 1828446208 18114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1785592

[startup+3.10283 s]
/proc/loadavg: 0.80 1.00 0.99 4/77 31237
/proc/meminfo: memFree=1776832/2055920 swapFree=4183264/4192956
[pid=31224] ppid=31222 vsize=1785916 CPUtime=4.4
/proc/31224/stat : 31224 (java) S 31222 31224 31159 0 -1 0 44216 0 1 0 421 19 0 0 18 0 13 0 97391580 1828777984 40091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31224/statm: 446479 40091 1324 9 0 444090 0
[pid=31224/tid=31226] ppid=31222 vsize=1785916 CPUtime=2.31
/proc/31224/task/31226/stat : 31226 (java) R 31222 31224 31159 0 -1 64 37710 0 1 0 215 16 0 0 21 0 13 0 97391581 1828777984 40091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109978273 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31227] ppid=31222 vsize=1785916 CPUtime=0.01
/proc/31224/task/31227/stat : 31227 (java) S 31222 31224 31159 0 -1 64 291 0 0 0 1 0 0 0 16 0 13 0 97391583 1828777984 40091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31228] ppid=31222 vsize=1785916 CPUtime=0
/proc/31224/task/31228/stat : 31228 (java) S 31222 31224 31159 0 -1 64 241 0 0 0 0 0 0 0 16 0 13 0 97391583 1828777984 40091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31229] ppid=31222 vsize=1785916 CPUtime=0
/proc/31224/task/31229/stat : 31229 (java) S 31222 31224 31159 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 97391585 1828777984 40091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31230] ppid=31222 vsize=1785916 CPUtime=0
/proc/31224/task/31230/stat : 31230 (java) S 31222 31224 31159 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 97391586 1828777984 40091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31231] ppid=31222 vsize=1785916 CPUtime=0
/proc/31224/task/31231/stat : 31231 (java) S 31222 31224 31159 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97391586 1828777984 40091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31232] ppid=31222 vsize=1785916 CPUtime=0
/proc/31224/task/31232/stat : 31232 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97391589 1828777984 40091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31233] ppid=31222 vsize=1785916 CPUtime=1.04
/proc/31224/task/31233/stat : 31233 (java) S 31222 31224 31159 0 -1 64 1948 0 0 0 103 1 0 0 16 0 13 0 97391590 1828777984 40091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31234] ppid=31222 vsize=1785916 CPUtime=1.01
/proc/31224/task/31234/stat : 31234 (java) S 31222 31224 31159 0 -1 64 3298 0 0 0 100 1 0 0 16 0 13 0 97391590 1828777984 40091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31235] ppid=31222 vsize=1785916 CPUtime=0
/proc/31224/task/31235/stat : 31235 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 97391590 1828777984 40091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31236] ppid=31222 vsize=1785916 CPUtime=0
/proc/31224/task/31236/stat : 31236 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97391590 1828777984 40091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31237] ppid=31222 vsize=1785916 CPUtime=0
/proc/31224/task/31237/stat : 31237 (java) S 31222 31224 31159 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 97391737 1828777984 40091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1785916

[startup+6.3021 s]
/proc/loadavg: 0.81 1.00 0.99 2/77 31237
/proc/meminfo: memFree=1698816/2055920 swapFree=4183264/4192956
[pid=31224] ppid=31222 vsize=1785868 CPUtime=7.68
/proc/31224/stat : 31224 (java) S 31222 31224 31159 0 -1 0 46121 0 1 0 747 21 0 0 18 0 13 0 97391580 1828728832 41970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31224/statm: 446467 41970 1331 9 0 444078 0
[pid=31224/tid=31226] ppid=31222 vsize=1785868 CPUtime=5.43
/proc/31224/task/31226/stat : 31226 (java) R 31222 31224 31159 0 -1 64 37714 0 1 0 527 16 0 0 21 0 13 0 97391581 1828728832 41970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109778471 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31227] ppid=31222 vsize=1785868 CPUtime=0.05
/proc/31224/task/31227/stat : 31227 (java) S 31222 31224 31159 0 -1 64 1256 0 0 0 5 0 0 0 16 0 13 0 97391583 1828728832 41970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31228] ppid=31222 vsize=1785868 CPUtime=0.05
/proc/31224/task/31228/stat : 31228 (java) S 31222 31224 31159 0 -1 64 1160 0 0 0 5 0 0 0 16 0 13 0 97391583 1828728832 41970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31229] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31229/stat : 31229 (java) S 31222 31224 31159 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 97391585 1828728832 41970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31230] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31230/stat : 31230 (java) S 31222 31224 31159 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 97391586 1828728832 41970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31231] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31231/stat : 31231 (java) S 31222 31224 31159 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97391586 1828728832 41970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31232] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31232/stat : 31232 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97391589 1828728832 41970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31233] ppid=31222 vsize=1785868 CPUtime=1.06
/proc/31224/task/31233/stat : 31233 (java) S 31222 31224 31159 0 -1 64 1949 0 0 0 105 1 0 0 16 0 13 0 97391590 1828728832 41970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31234] ppid=31222 vsize=1785868 CPUtime=1.04
/proc/31224/task/31234/stat : 31234 (java) S 31222 31224 31159 0 -1 64 3306 0 0 0 103 1 0 0 16 0 13 0 97391590 1828728832 41970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31235] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31235/stat : 31235 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 97391590 1828728832 41970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31236] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31236/stat : 31236 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97391590 1828728832 41970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31237] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31237/stat : 31237 (java) S 31222 31224 31159 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 97391737 1828728832 41970 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 1785868

[startup+12.7027 s]
/proc/loadavg: 0.83 1.00 0.99 2/77 31237
/proc/meminfo: memFree=1662208/2055920 swapFree=4183264/4192956
[pid=31224] ppid=31222 vsize=1785868 CPUtime=14.24
/proc/31224/stat : 31224 (java) S 31222 31224 31159 0 -1 0 56798 0 1 0 1399 25 0 0 18 0 13 0 97391580 1828728832 51059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31224/statm: 446467 51059 1331 9 0 444078 0
[pid=31224/tid=31226] ppid=31222 vsize=1785868 CPUtime=11.65
/proc/31224/task/31226/stat : 31226 (java) R 31222 31224 31159 0 -1 64 39854 0 1 0 1149 16 0 0 18 0 13 0 97391581 1828728832 51059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109807751 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31227] ppid=31222 vsize=1785868 CPUtime=0.22
/proc/31224/task/31227/stat : 31227 (java) S 31222 31224 31159 0 -1 64 5589 0 0 0 20 2 0 0 16 0 13 0 97391583 1828728832 51059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31228] ppid=31222 vsize=1785868 CPUtime=0.21
/proc/31224/task/31228/stat : 31228 (java) S 31222 31224 31159 0 -1 64 5350 0 0 0 19 2 0 0 16 0 13 0 97391583 1828728832 51059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31229] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31229/stat : 31229 (java) S 31222 31224 31159 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 97391585 1828728832 51059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31230] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31230/stat : 31230 (java) S 31222 31224 31159 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 97391586 1828728832 51059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31231] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31231/stat : 31231 (java) S 31222 31224 31159 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97391586 1828728832 51059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31232] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31232/stat : 31232 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97391589 1828728832 51059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31233] ppid=31222 vsize=1785868 CPUtime=1.06
/proc/31224/task/31233/stat : 31233 (java) S 31222 31224 31159 0 -1 64 1949 0 0 0 105 1 0 0 16 0 13 0 97391590 1828728832 51059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31234] ppid=31222 vsize=1785868 CPUtime=1.04
/proc/31224/task/31234/stat : 31234 (java) S 31222 31224 31159 0 -1 64 3306 0 0 0 103 1 0 0 16 0 13 0 97391590 1828728832 51059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31235] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31235/stat : 31235 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 97391590 1828728832 51059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31236] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31236/stat : 31236 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97391590 1828728832 51059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31237] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31237/stat : 31237 (java) S 31222 31224 31159 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 97391737 1828728832 51059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.24
Current children cumulated vsize (KiB) 1785868

[startup+25.5018 s]
/proc/loadavg: 0.86 1.00 0.99 2/77 31237
/proc/meminfo: memFree=1650176/2055920 swapFree=4183264/4192956
[pid=31224] ppid=31222 vsize=1785868 CPUtime=27.14
/proc/31224/stat : 31224 (java) S 31222 31224 31159 0 -1 0 59772 0 1 0 2688 26 0 0 18 0 13 0 97391580 1828728832 53453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31224/statm: 446467 53453 1331 9 0 444078 0
[pid=31224/tid=31226] ppid=31222 vsize=1785868 CPUtime=24.34
/proc/31224/task/31226/stat : 31226 (java) R 31222 31224 31159 0 -1 64 39863 0 1 0 2417 17 0 0 25 0 13 0 97391581 1828728832 53453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343383 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31227] ppid=31222 vsize=1785868 CPUtime=0.33
/proc/31224/task/31227/stat : 31227 (java) S 31222 31224 31159 0 -1 64 7066 0 0 0 31 2 0 0 16 0 13 0 97391583 1828728832 53453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31228] ppid=31222 vsize=1785868 CPUtime=0.33
/proc/31224/task/31228/stat : 31228 (java) S 31222 31224 31159 0 -1 64 6838 0 0 0 30 3 0 0 16 0 13 0 97391583 1828728832 53453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31229] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31229/stat : 31229 (java) S 31222 31224 31159 0 -1 64 29 0 0 0 0 0 0 0 17 0 13 0 97391585 1828728832 53453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=31224] ppid=31222 vsize=1785868 CPUtime=680.07
/proc/31224/stat : 31224 (java) S 31222 31224 31159 0 -1 0 152598 0 1 0 67939 68 0 0 18 0 13 0 97391580 1828728832 140511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31224/statm: 446467 140511 1331 9 0 444078 0
[pid=31224/tid=31226] ppid=31222 vsize=1785868 CPUtime=657.05
/proc/31224/task/31226/stat : 31226 (java) R 31222 31224 31159 0 -1 64 41354 0 1 0 65687 18 0 0 25 0 13 0 97391581 1828728832 140511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109777990 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31227] ppid=31222 vsize=1785868 CPUtime=10.4
/proc/31224/task/31227/stat : 31227 (java) S 31222 31224 31159 0 -1 64 49794 0 0 0 1020 20 0 0 16 0 13 0 97391583 1828728832 140511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31228] ppid=31222 vsize=1785868 CPUtime=10.41
/proc/31224/task/31228/stat : 31228 (java) S 31222 31224 31159 0 -1 64 55431 0 0 0 1018 23 0 0 16 0 13 0 97391583 1828728832 140511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31229] ppid=31222 vsize=1785868 CPUtime=0.05
/proc/31224/task/31229/stat : 31229 (java) S 31222 31224 31159 0 -1 64 43 0 0 0 3 2 0 0 16 0 13 0 97391585 1828728832 140511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31230] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31230/stat : 31230 (java) S 31222 31224 31159 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 97391586 1828728832 140511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31231] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31231/stat : 31231 (java) S 31222 31224 31159 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97391586 1828728832 140511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31232] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31232/stat : 31232 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97391589 1828728832 140511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31233] ppid=31222 vsize=1785868 CPUtime=1.07
/proc/31224/task/31233/stat : 31233 (java) S 31222 31224 31159 0 -1 64 1949 0 0 0 106 1 0 0 17 0 13 0 97391590 1828728832 140511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31234] ppid=31222 vsize=1785868 CPUtime=1.04
/proc/31224/task/31234/stat : 31234 (java) S 31222 31224 31159 0 -1 64 3306 0 0 0 103 1 0 0 16 0 13 0 97391590 1828728832 140511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31235] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31235/stat : 31235 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 97391590 1828728832 140511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31236] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31236/stat : 31236 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97391590 1828728832 140511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31237] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31237/stat : 31237 (java) S 31222 31224 31159 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 97391737 1828728832 140511 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 680.07
Current children cumulated vsize (KiB) 1785868

[startup+671.903 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 31237
/proc/meminfo: memFree=1300544/2055920 swapFree=4183264/4192956
[pid=31224] ppid=31222 vsize=1785868 CPUtime=683.34
/proc/31224/stat : 31224 (java) S 31222 31224 31159 0 -1 0 152839 0 1 0 68266 68 0 0 18 0 13 0 97391580 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31224/statm: 446467 140746 1331 9 0 444078 0
[pid=31224/tid=31226] ppid=31222 vsize=1785868 CPUtime=660.17
/proc/31224/task/31226/stat : 31226 (java) R 31222 31224 31159 0 -1 64 41355 0 1 0 65999 18 0 0 25 0 13 0 97391581 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109778433 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31227] ppid=31222 vsize=1785868 CPUtime=10.47
/proc/31224/task/31227/stat : 31227 (java) S 31222 31224 31159 0 -1 64 49813 0 0 0 1027 20 0 0 17 0 13 0 97391583 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31228] ppid=31222 vsize=1785868 CPUtime=10.49
/proc/31224/task/31228/stat : 31228 (java) S 31222 31224 31159 0 -1 64 55652 0 0 0 1025 24 0 0 17 0 13 0 97391583 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31229] ppid=31222 vsize=1785868 CPUtime=0.05
/proc/31224/task/31229/stat : 31229 (java) S 31222 31224 31159 0 -1 64 43 0 0 0 3 2 0 0 16 0 13 0 97391585 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31230] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31230/stat : 31230 (java) S 31222 31224 31159 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 97391586 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31231] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31231/stat : 31231 (java) S 31222 31224 31159 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97391586 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31232] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31232/stat : 31232 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97391589 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31233] ppid=31222 vsize=1785868 CPUtime=1.07
/proc/31224/task/31233/stat : 31233 (java) S 31222 31224 31159 0 -1 64 1949 0 0 0 106 1 0 0 17 0 13 0 97391590 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31234] ppid=31222 vsize=1785868 CPUtime=1.04
/proc/31224/task/31234/stat : 31234 (java) S 31222 31224 31159 0 -1 64 3306 0 0 0 103 1 0 0 16 0 13 0 97391590 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31235] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31235/stat : 31235 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 97391590 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31236] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31236/stat : 31236 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97391590 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31237] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31237/stat : 31237 (java) S 31222 31224 31159 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 97391737 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 683.34
Current children cumulated vsize (KiB) 1785868

[startup+672.703 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 31237
/proc/meminfo: memFree=1300544/2055920 swapFree=4183264/4192956
[pid=31224] ppid=31222 vsize=1785868 CPUtime=684.14
/proc/31224/stat : 31224 (java) S 31222 31224 31159 0 -1 0 152839 0 1 0 68346 68 0 0 18 0 13 0 97391580 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31224/statm: 446467 140746 1331 9 0 444078 0
[pid=31224/tid=31226] ppid=31222 vsize=1785868 CPUtime=660.97
/proc/31224/task/31226/stat : 31226 (java) R 31222 31224 31159 0 -1 64 41355 0 1 0 66079 18 0 0 25 0 13 0 97391581 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109808036 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31227] ppid=31222 vsize=1785868 CPUtime=10.47
/proc/31224/task/31227/stat : 31227 (java) S 31222 31224 31159 0 -1 64 49813 0 0 0 1027 20 0 0 17 0 13 0 97391583 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31228] ppid=31222 vsize=1785868 CPUtime=10.49
/proc/31224/task/31228/stat : 31228 (java) S 31222 31224 31159 0 -1 64 55652 0 0 0 1025 24 0 0 17 0 13 0 97391583 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31229] ppid=31222 vsize=1785868 CPUtime=0.05
/proc/31224/task/31229/stat : 31229 (java) S 31222 31224 31159 0 -1 64 43 0 0 0 3 2 0 0 16 0 13 0 97391585 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31230] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31230/stat : 31230 (java) S 31222 31224 31159 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 97391586 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31231] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31231/stat : 31231 (java) S 31222 31224 31159 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97391586 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31232] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31232/stat : 31232 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97391589 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31233] ppid=31222 vsize=1785868 CPUtime=1.07
/proc/31224/task/31233/stat : 31233 (java) S 31222 31224 31159 0 -1 64 1949 0 0 0 106 1 0 0 17 0 13 0 97391590 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31234] ppid=31222 vsize=1785868 CPUtime=1.04
/proc/31224/task/31234/stat : 31234 (java) S 31222 31224 31159 0 -1 64 3306 0 0 0 103 1 0 0 16 0 13 0 97391590 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31235] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31235/stat : 31235 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 97391590 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31236] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31236/stat : 31236 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97391590 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31237] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31237/stat : 31237 (java) S 31222 31224 31159 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 97391737 1828728832 140746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 684.14
Current children cumulated vsize (KiB) 1785868

[startup+673.503 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 31237
/proc/meminfo: memFree=1299648/2055920 swapFree=4183264/4192956
[pid=31224] ppid=31222 vsize=1785868 CPUtime=685.01
/proc/31224/stat : 31224 (java) S 31222 31224 31159 0 -1 0 153084 0 1 0 68433 68 0 0 18 0 13 0 97391580 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31224/statm: 446467 140969 1331 9 0 444078 0
[pid=31224/tid=31226] ppid=31222 vsize=1785868 CPUtime=661.69
/proc/31224/task/31226/stat : 31226 (java) R 31222 31224 31159 0 -1 64 41356 0 1 0 66151 18 0 0 20 0 13 0 97391581 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109794824 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31227] ppid=31222 vsize=1785868 CPUtime=10.55
/proc/31224/task/31227/stat : 31227 (java) S 31222 31224 31159 0 -1 64 49924 0 0 0 1035 20 0 0 16 0 13 0 97391583 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31228] ppid=31222 vsize=1785868 CPUtime=10.57
/proc/31224/task/31228/stat : 31228 (java) S 31222 31224 31159 0 -1 64 55785 0 0 0 1033 24 0 0 17 0 13 0 97391583 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31229] ppid=31222 vsize=1785868 CPUtime=0.05
/proc/31224/task/31229/stat : 31229 (java) S 31222 31224 31159 0 -1 64 43 0 0 0 3 2 0 0 15 0 13 0 97391585 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31230] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31230/stat : 31230 (java) S 31222 31224 31159 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 97391586 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31231] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31231/stat : 31231 (java) S 31222 31224 31159 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97391586 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31232] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31232/stat : 31232 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97391589 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31233] ppid=31222 vsize=1785868 CPUtime=1.07
/proc/31224/task/31233/stat : 31233 (java) S 31222 31224 31159 0 -1 64 1949 0 0 0 106 1 0 0 17 0 13 0 97391590 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31234] ppid=31222 vsize=1785868 CPUtime=1.04
/proc/31224/task/31234/stat : 31234 (java) S 31222 31224 31159 0 -1 64 3306 0 0 0 103 1 0 0 16 0 13 0 97391590 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31235] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31235/stat : 31235 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 97391590 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31236] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31236/stat : 31236 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97391590 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31237] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31237/stat : 31237 (java) S 31222 31224 31159 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 97391737 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 685.01
Current children cumulated vsize (KiB) 1785868

[startup+673.702 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 31237
/proc/meminfo: memFree=1299648/2055920 swapFree=4183264/4192956
[pid=31224] ppid=31222 vsize=1785868 CPUtime=685.21
/proc/31224/stat : 31224 (java) S 31222 31224 31159 0 -1 0 153084 0 1 0 68453 68 0 0 18 0 13 0 97391580 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31224/statm: 446467 140969 1331 9 0 444078 0
[pid=31224/tid=31226] ppid=31222 vsize=1785868 CPUtime=661.89
/proc/31224/task/31226/stat : 31226 (java) R 31222 31224 31159 0 -1 64 41356 0 1 0 66171 18 0 0 22 0 13 0 97391581 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109808259 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31227] ppid=31222 vsize=1785868 CPUtime=10.55
/proc/31224/task/31227/stat : 31227 (java) S 31222 31224 31159 0 -1 64 49924 0 0 0 1035 20 0 0 16 0 13 0 97391583 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31228] ppid=31222 vsize=1785868 CPUtime=10.57
/proc/31224/task/31228/stat : 31228 (java) S 31222 31224 31159 0 -1 64 55785 0 0 0 1033 24 0 0 17 0 13 0 97391583 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31229] ppid=31222 vsize=1785868 CPUtime=0.05
/proc/31224/task/31229/stat : 31229 (java) S 31222 31224 31159 0 -1 64 43 0 0 0 3 2 0 0 15 0 13 0 97391585 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31230] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31230/stat : 31230 (java) S 31222 31224 31159 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 97391586 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31231] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31231/stat : 31231 (java) S 31222 31224 31159 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97391586 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31232] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31232/stat : 31232 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 97391589 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31233] ppid=31222 vsize=1785868 CPUtime=1.07
/proc/31224/task/31233/stat : 31233 (java) S 31222 31224 31159 0 -1 64 1949 0 0 0 106 1 0 0 17 0 13 0 97391590 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31224/tid=31234] ppid=31222 vsize=1785868 CPUtime=1.04
/proc/31224/task/31234/stat : 31234 (java) S 31222 31224 31159 0 -1 64 3306 0 0 0 103 1 0 0 16 0 13 0 97391590 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31235] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31235/stat : 31235 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 97391590 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31236] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31236/stat : 31236 (java) S 31222 31224 31159 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97391590 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31224/tid=31237] ppid=31222 vsize=1785868 CPUtime=0
/proc/31224/task/31237/stat : 31237 (java) S 31222 31224 31159 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 97391737 1828728832 140969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 685.21
Current children cumulated vsize (KiB) 1785868

[startup+673.803 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 31237
/proc/meminfo: memFree=1299648/2055920 swapFree=4183264/4192956
[pid=31224] ppid=31222 vsize=0 CPUtime=685.28
/proc/31224/stat : 31224 (java) Z 31222 31224 31159 0 -1 1036 153093 0 1 0 68459 69 0 0 16 0 2 0 97391580 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31224/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 685.28
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 673.872
CPU time (s): 685.364
CPU user time (s): 684.596
CPU system time (s): 0.767883
CPU usage (%): 101.705
Max. virtual memory (cumulated for all children) (KiB): 1787032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 684.596
system time used= 0.767883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153093
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= 16912
involuntary context switches= 3565

runsolver used 0.639902 second user time and 1.82872 second system time

The end

Launcher Data (download as text)

Begin job on node51 on Tue Apr 24 14:37:45 UTC 2007

IDJOB= 420483
IDBENCH= 47848
IDSOLVER= 164
FILE ID= node51/420483-1177425464

PBS_JOBID= 4675747

Free space on /tmp= 66458 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/pebbling/unsat-pbl-00080.sat05-1325.reshuffled-07.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420483-1177425464/sat4jPseudoCPClause.jar /tmp/evaluation/420483-1177425464/instance-420483-1177425464.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-420483-1177425464 -o ROOT/results/node51/solver-420483-1177425464 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420483-1177425464/sat4jPseudoCPClause.jar /tmp/evaluation/420483-1177425464/instance-420483-1177425464.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  e91355db9a9a4ee2ff3a0a996c75e4aa

RANDOM SEED= 198349467

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node51.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.223
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.223
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:       1860672 kB
Buffers:          8108 kB
Cached:         123764 kB
SwapCached:       3856 kB
Active:          43696 kB
Inactive:        97784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1860672 kB
SwapTotal:     4192956 kB
SwapFree:      4183264 kB
Dirty:            4520 kB
Writeback:           0 kB
Mapped:          15076 kB
Slab:            39816 kB
Committed_AS:  3762512 kB
PageTables:       1408 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= 66458 MiB

End job on node51 on Tue Apr 24 14:48:59 UTC 2007