Trace number 420479

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
sat4jPseudoCP 2007-03-23UNSAT 676.097 665.447

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

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/node54/watcher-420479-1177425391 -o ROOT/results/node54/solver-420479-1177425391 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420479-1177425391/sat4jPseudoCP.jar /tmp/evaluation/420479-1177425391/instance-420479-1177425391.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.76 0.91 0.96 2/66 11298
/proc/meminfo: memFree=1701952/2055920 swapFree=4182160/4192956
[pid=11298] ppid=11296 vsize=1800 CPUtime=0
/proc/11298/stat : 11298 (java) R 11296 11298 11120 0 -1 0 178 0 0 0 0 0 0 0 19 0 1 0 189913620 1843200 151 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/11298/statm: 450 151 114 9 0 92 0

[startup+0.008993 s]
/proc/loadavg: 0.76 0.91 0.96 2/66 11298
/proc/meminfo: memFree=1701952/2055920 swapFree=4182160/4192956
[pid=11298] ppid=11296 vsize=12056 CPUtime=0
/proc/11298/stat : 11298 (java) R 11296 11298 11120 0 -1 0 409 0 0 0 0 0 0 0 18 0 1 0 189913620 12345344 218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 1790762 0 0 4096 0 0 0 0 17 1 0 0
/proc/11298/statm: 3014 226 135 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.102012 s]
/proc/loadavg: 0.76 0.91 0.96 2/66 11298
/proc/meminfo: memFree=1701952/2055920 swapFree=4182160/4192956
[pid=11298] ppid=11296 vsize=1780256 CPUtime=0.09
/proc/11298/stat : 11298 (java) S 11296 11298 11120 0 -1 0 4022 0 1 0 7 2 0 0 18 0 12 0 189913620 1822982144 3765 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11298/statm: 445064 3765 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.301033 s]
/proc/loadavg: 0.76 0.91 0.96 2/66 11298
/proc/meminfo: memFree=1701952/2055920 swapFree=4182160/4192956
[pid=11298] ppid=11296 vsize=1782444 CPUtime=0.32
/proc/11298/stat : 11298 (java) S 11296 11298 11120 0 -1 0 5154 0 1 0 29 3 0 0 18 0 12 0 189913620 1825222656 4894 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11298/statm: 445611 4894 1264 9 0 443223 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782444

[startup+0.701089 s]
/proc/loadavg: 0.76 0.91 0.96 2/66 11298
/proc/meminfo: memFree=1701952/2055920 swapFree=4182160/4192956
[pid=11298] ppid=11296 vsize=1784340 CPUtime=0.91
/proc/11298/stat : 11298 (java) S 11296 11298 11120 0 -1 0 7544 0 1 0 87 4 0 0 18 0 12 0 189913620 1827164160 6832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11298/statm: 446085 6832 1301 9 0 443697 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1784340

[startup+1.50219 s]
/proc/loadavg: 0.76 0.91 0.96 3/78 11310
/proc/meminfo: memFree=1670176/2055920 swapFree=4182160/4192956
[pid=11298] ppid=11296 vsize=1785512 CPUtime=2.03
/proc/11298/stat : 11298 (java) S 11296 11298 11120 0 -1 0 19679 0 1 0 193 10 0 0 18 0 12 0 189913620 1828364288 18386 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11298/statm: 446378 18388 1302 9 0 443990 0
[pid=11298/tid=11300] ppid=11296 vsize=1785512 CPUtime=1.04
/proc/11298/task/11300/stat : 11300 (java) R 11296 11298 11120 0 -1 64 16496 0 1 0 95 9 0 0 25 0 12 0 189913621 1828364288 18389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109672565 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11301] ppid=11296 vsize=1785512 CPUtime=0
/proc/11298/task/11301/stat : 11301 (java) S 11296 11298 11120 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 189913623 1828364288 18390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11302] ppid=11296 vsize=1785512 CPUtime=0
/proc/11298/task/11302/stat : 11302 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 189913623 1828364288 18391 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11303] ppid=11296 vsize=1785512 CPUtime=0
/proc/11298/task/11303/stat : 11303 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 189913625 1828364288 18392 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11304] ppid=11296 vsize=1785512 CPUtime=0
/proc/11298/task/11304/stat : 11304 (java) S 11296 11298 11120 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 189913625 1828364288 18393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11305] ppid=11296 vsize=1785512 CPUtime=0
/proc/11298/task/11305/stat : 11305 (java) S 11296 11298 11120 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 189913625 1828364288 18394 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11306] ppid=11296 vsize=1785512 CPUtime=0
/proc/11298/task/11306/stat : 11306 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 189913629 1828364288 18396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11307] ppid=11296 vsize=1785512 CPUtime=0.48
/proc/11298/task/11307/stat : 11307 (java) S 11296 11298 11120 0 -1 64 1266 0 0 0 48 0 0 0 16 0 12 0 189913629 1828364288 18397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11308] ppid=11296 vsize=1785512 CPUtime=0.49
/proc/11298/task/11308/stat : 11308 (java) S 11296 11298 11120 0 -1 64 1202 0 0 0 49 0 0 0 17 0 12 0 189913629 1828364288 18398 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11309] ppid=11296 vsize=1785512 CPUtime=0
/proc/11298/task/11309/stat : 11309 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189913629 1828364288 18399 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11310] ppid=11296 vsize=1785512 CPUtime=0
/proc/11298/task/11310/stat : 11310 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189913629 1828364288 18400 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1785512

[startup+3.1024 s]
/proc/loadavg: 0.76 0.91 0.96 3/79 11311
/proc/meminfo: memFree=1617816/2055920 swapFree=4182160/4192956
[pid=11298] ppid=11296 vsize=1785836 CPUtime=4.42
/proc/11298/stat : 11298 (java) S 11296 11298 11120 0 -1 0 43376 0 1 0 422 20 0 0 18 0 13 0 189913620 1828696064 40261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11298/statm: 446459 40261 1324 9 0 444071 0
[pid=11298/tid=11300] ppid=11296 vsize=1785836 CPUtime=2.26
/proc/11298/task/11300/stat : 11300 (java) R 11296 11298 11120 0 -1 64 37728 0 1 0 208 18 0 0 20 0 13 0 189913621 1828696064 40261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109789832 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11301] ppid=11296 vsize=1785836 CPUtime=0.01
/proc/11298/task/11301/stat : 11301 (java) S 11296 11298 11120 0 -1 64 315 0 0 0 1 0 0 0 16 0 13 0 189913623 1828696064 40261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11302] ppid=11296 vsize=1785836 CPUtime=0
/proc/11298/task/11302/stat : 11302 (java) S 11296 11298 11120 0 -1 64 224 0 0 0 0 0 0 0 16 0 13 0 189913623 1828696064 40261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11303] ppid=11296 vsize=1785836 CPUtime=0
/proc/11298/task/11303/stat : 11303 (java) S 11296 11298 11120 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 189913625 1828696064 40261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11304] ppid=11296 vsize=1785836 CPUtime=0
/proc/11298/task/11304/stat : 11304 (java) S 11296 11298 11120 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189913625 1828696064 40261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11305] ppid=11296 vsize=1785836 CPUtime=0
/proc/11298/task/11305/stat : 11305 (java) S 11296 11298 11120 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189913625 1828696064 40261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11306] ppid=11296 vsize=1785836 CPUtime=0
/proc/11298/task/11306/stat : 11306 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189913629 1828696064 40261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11307] ppid=11296 vsize=1785836 CPUtime=1.01
/proc/11298/task/11307/stat : 11307 (java) S 11296 11298 11120 0 -1 64 2208 0 0 0 100 1 0 0 16 0 13 0 189913629 1828696064 40261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11308] ppid=11296 vsize=1785836 CPUtime=1.1
/proc/11298/task/11308/stat : 11308 (java) S 11296 11298 11120 0 -1 64 2174 0 0 0 110 0 0 0 16 0 13 0 189913629 1828696064 40261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11309] ppid=11296 vsize=1785836 CPUtime=0
/proc/11298/task/11309/stat : 11309 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189913629 1828696064 40261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11310] ppid=11296 vsize=1785836 CPUtime=0
/proc/11298/task/11310/stat : 11310 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189913629 1828696064 40261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11311] ppid=11296 vsize=1785836 CPUtime=0
/proc/11298/task/11311/stat : 11311 (java) S 11296 11298 11120 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 189913776 1828696064 40261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 1785836

[startup+6.30179 s]
/proc/loadavg: 0.78 0.91 0.96 2/79 11311
/proc/meminfo: memFree=1540376/2055920 swapFree=4182160/4192956
[pid=11298] ppid=11296 vsize=1785528 CPUtime=7.68
/proc/11298/stat : 11298 (java) S 11296 11298 11120 0 -1 0 45276 0 1 0 747 21 0 0 18 0 13 0 189913620 1828380672 42008 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11298/statm: 446382 42008 1331 9 0 443994 0
[pid=11298/tid=11300] ppid=11296 vsize=1785528 CPUtime=5.38
/proc/11298/task/11300/stat : 11300 (java) R 11296 11298 11120 0 -1 64 37732 0 1 0 520 18 0 0 22 0 13 0 189913621 1828380672 42008 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109808861 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11301] ppid=11296 vsize=1785528 CPUtime=0.06
/proc/11298/task/11301/stat : 11301 (java) S 11296 11298 11120 0 -1 64 1295 0 0 0 6 0 0 0 16 0 13 0 189913623 1828380672 42008 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11302] ppid=11296 vsize=1785528 CPUtime=0.05
/proc/11298/task/11302/stat : 11302 (java) S 11296 11298 11120 0 -1 64 1124 0 0 0 5 0 0 0 16 0 13 0 189913623 1828380672 42008 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11303] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11303/stat : 11303 (java) S 11296 11298 11120 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 189913625 1828380672 42008 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11304] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11304/stat : 11304 (java) S 11296 11298 11120 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189913625 1828380672 42008 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11305] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11305/stat : 11305 (java) S 11296 11298 11120 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189913625 1828380672 42008 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11306] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11306/stat : 11306 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189913629 1828380672 42008 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11307] ppid=11296 vsize=1785528 CPUtime=1.03
/proc/11298/task/11307/stat : 11307 (java) S 11296 11298 11120 0 -1 64 2216 0 0 0 102 1 0 0 16 0 13 0 189913629 1828380672 42008 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11308] ppid=11296 vsize=1785528 CPUtime=1.12
/proc/11298/task/11308/stat : 11308 (java) S 11296 11298 11120 0 -1 64 2175 0 0 0 112 0 0 0 17 0 13 0 189913629 1828380672 42008 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11309] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11309/stat : 11309 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189913629 1828380672 42008 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11310] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11310/stat : 11310 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189913629 1828380672 42008 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11311] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11311/stat : 11311 (java) S 11296 11298 11120 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 189913776 1828380672 42008 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 1785528

[startup+12.7026 s]
/proc/loadavg: 0.79 0.91 0.96 2/79 11311
/proc/meminfo: memFree=1503704/2055920 swapFree=4182160/4192956
[pid=11298] ppid=11296 vsize=1785528 CPUtime=14.23
/proc/11298/stat : 11298 (java) S 11296 11298 11120 0 -1 0 55935 0 1 0 1397 26 0 0 18 0 13 0 189913620 1828380672 51106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11298/statm: 446382 51106 1331 9 0 443994 0
[pid=11298/tid=11300] ppid=11296 vsize=1785528 CPUtime=11.6
/proc/11298/task/11300/stat : 11300 (java) R 11296 11298 11120 0 -1 64 39875 0 1 0 1141 19 0 0 25 0 13 0 189913621 1828380672 51106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109808861 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11301] ppid=11296 vsize=1785528 CPUtime=0.22
/proc/11298/task/11301/stat : 11301 (java) S 11296 11298 11120 0 -1 64 5293 0 0 0 20 2 0 0 16 0 13 0 189913623 1828380672 51106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11302] ppid=11296 vsize=1785528 CPUtime=0.22
/proc/11298/task/11302/stat : 11302 (java) S 11296 11298 11120 0 -1 64 5627 0 0 0 20 2 0 0 16 0 13 0 189913623 1828380672 51106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11303] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11303/stat : 11303 (java) S 11296 11298 11120 0 -1 64 29 0 0 0 0 0 0 0 17 0 13 0 189913625 1828380672 51106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11304] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11304/stat : 11304 (java) S 11296 11298 11120 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189913625 1828380672 51106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11305] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11305/stat : 11305 (java) S 11296 11298 11120 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189913625 1828380672 51106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11306] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11306/stat : 11306 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189913629 1828380672 51106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11307] ppid=11296 vsize=1785528 CPUtime=1.03
/proc/11298/task/11307/stat : 11307 (java) S 11296 11298 11120 0 -1 64 2216 0 0 0 102 1 0 0 16 0 13 0 189913629 1828380672 51106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11308] ppid=11296 vsize=1785528 CPUtime=1.12
/proc/11298/task/11308/stat : 11308 (java) S 11296 11298 11120 0 -1 64 2175 0 0 0 112 0 0 0 17 0 13 0 189913629 1828380672 51106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11309] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11309/stat : 11309 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189913629 1828380672 51106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11310] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11310/stat : 11310 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189913629 1828380672 51106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11311] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11311/stat : 11311 (java) S 11296 11298 11120 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 189913776 1828380672 51106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.23
Current children cumulated vsize (KiB) 1785528

[startup+25.5022 s]
/proc/loadavg: 0.84 0.92 0.96 2/79 11311
/proc/meminfo: memFree=1491736/2055920 swapFree=4182160/4192956
[pid=11298] ppid=11296 vsize=1785528 CPUtime=27.13
/proc/11298/stat : 11298 (java) S 11296 11298 11120 0 -1 0 58888 0 1 0 2685 28 0 0 18 0 13 0 189913620 1828380672 53500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11298/statm: 446382 53500 1331 9 0 443994 0
[pid=11298/tid=11300] ppid=11296 vsize=1785528 CPUtime=24.28
/proc/11298/task/11300/stat : 11300 (java) R 11296 11298 11120 0 -1 64 39884 0 1 0 2409 19 0 0 25 0 13 0 189913621 1828380672 53500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109795656 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11301] ppid=11296 vsize=1785528 CPUtime=0.33
/proc/11298/task/11301/stat : 11301 (java) S 11296 11298 11120 0 -1 64 6984 0 0 0 30 3 0 0 16 0 13 0 189913623 1828380672 53500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11302] ppid=11296 vsize=1785528 CPUtime=0.33
/proc/11298/task/11302/stat : 11302 (java) S 11296 11298 11120 0 -1 64 6880 0 0 0 30 3 0 0 16 0 13 0 189913623 1828380672 53500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11303] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11303/stat : 11303 (java) S 11296 11298 11120 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 189913625 1828380672 53500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=11298] ppid=11296 vsize=1785528 CPUtime=672.92
/proc/11298/stat : 11298 (java) S 11296 11298 11120 0 -1 0 150987 0 1 0 67206 86 0 0 18 0 13 0 189913620 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11298/statm: 446382 140764 1331 9 0 443994 0
[pid=11298/tid=11300] ppid=11296 vsize=1785528 CPUtime=649.72
/proc/11298/task/11300/stat : 11300 (java) R 11296 11298 11120 0 -1 64 41377 0 1 0 64950 22 0 0 17 0 13 0 189913621 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109795758 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11301] ppid=11296 vsize=1785528 CPUtime=10.59
/proc/11298/task/11301/stat : 11301 (java) S 11296 11298 11120 0 -1 64 51577 0 0 0 1030 29 0 0 16 0 13 0 189913623 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11302] ppid=11296 vsize=1785528 CPUtime=10.36
/proc/11298/task/11302/stat : 11302 (java) S 11296 11298 11120 0 -1 64 52879 0 0 0 1007 29 0 0 17 0 13 0 189913623 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11303] ppid=11296 vsize=1785528 CPUtime=0.05
/proc/11298/task/11303/stat : 11303 (java) S 11296 11298 11120 0 -1 64 43 0 0 0 3 2 0 0 15 0 13 0 189913625 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11304] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11304/stat : 11304 (java) S 11296 11298 11120 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189913625 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11305] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11305/stat : 11305 (java) S 11296 11298 11120 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189913625 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11306] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11306/stat : 11306 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11307] ppid=11296 vsize=1785528 CPUtime=1.03
/proc/11298/task/11307/stat : 11307 (java) S 11296 11298 11120 0 -1 64 2216 0 0 0 102 1 0 0 16 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11308] ppid=11296 vsize=1785528 CPUtime=1.12
/proc/11298/task/11308/stat : 11308 (java) S 11296 11298 11120 0 -1 64 2175 0 0 0 112 0 0 0 16 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11309] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11309/stat : 11309 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11310] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11310/stat : 11310 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11311] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11311/stat : 11311 (java) S 11296 11298 11120 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 189913776 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 672.92
Current children cumulated vsize (KiB) 1785528

[startup+663.902 s]
/proc/loadavg: 1.03 1.01 0.98 2/79 11311
/proc/meminfo: memFree=1142296/2055920 swapFree=4182160/4192956
[pid=11298] ppid=11296 vsize=1785528 CPUtime=674.52
/proc/11298/stat : 11298 (java) S 11296 11298 11120 0 -1 0 150987 0 1 0 67366 86 0 0 18 0 13 0 189913620 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11298/statm: 446382 140764 1331 9 0 443994 0
[pid=11298/tid=11300] ppid=11296 vsize=1785528 CPUtime=651.32
/proc/11298/task/11300/stat : 11300 (java) R 11296 11298 11120 0 -1 64 41377 0 1 0 65110 22 0 0 25 0 13 0 189913621 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109809176 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11301] ppid=11296 vsize=1785528 CPUtime=10.59
/proc/11298/task/11301/stat : 11301 (java) S 11296 11298 11120 0 -1 64 51577 0 0 0 1030 29 0 0 16 0 13 0 189913623 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11302] ppid=11296 vsize=1785528 CPUtime=10.36
/proc/11298/task/11302/stat : 11302 (java) S 11296 11298 11120 0 -1 64 52879 0 0 0 1007 29 0 0 17 0 13 0 189913623 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11303] ppid=11296 vsize=1785528 CPUtime=0.05
/proc/11298/task/11303/stat : 11303 (java) S 11296 11298 11120 0 -1 64 43 0 0 0 3 2 0 0 16 0 13 0 189913625 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11304] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11304/stat : 11304 (java) S 11296 11298 11120 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189913625 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11305] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11305/stat : 11305 (java) S 11296 11298 11120 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189913625 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11306] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11306/stat : 11306 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11307] ppid=11296 vsize=1785528 CPUtime=1.03
/proc/11298/task/11307/stat : 11307 (java) S 11296 11298 11120 0 -1 64 2216 0 0 0 102 1 0 0 16 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11308] ppid=11296 vsize=1785528 CPUtime=1.12
/proc/11298/task/11308/stat : 11308 (java) S 11296 11298 11120 0 -1 64 2175 0 0 0 112 0 0 0 16 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11309] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11309/stat : 11309 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11310] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11310/stat : 11310 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11311] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11311/stat : 11311 (java) S 11296 11298 11120 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 189913776 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 674.52
Current children cumulated vsize (KiB) 1785528

[startup+664.702 s]
/proc/loadavg: 1.03 1.01 0.98 2/79 11311
/proc/meminfo: memFree=1142296/2055920 swapFree=4182160/4192956
[pid=11298] ppid=11296 vsize=1785528 CPUtime=675.32
/proc/11298/stat : 11298 (java) S 11296 11298 11120 0 -1 0 150987 0 1 0 67446 86 0 0 18 0 13 0 189913620 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11298/statm: 446382 140764 1331 9 0 443994 0
[pid=11298/tid=11300] ppid=11296 vsize=1785528 CPUtime=652.12
/proc/11298/task/11300/stat : 11300 (java) R 11296 11298 11120 0 -1 64 41377 0 1 0 65190 22 0 0 25 0 13 0 189913621 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109778822 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11301] ppid=11296 vsize=1785528 CPUtime=10.59
/proc/11298/task/11301/stat : 11301 (java) S 11296 11298 11120 0 -1 64 51577 0 0 0 1030 29 0 0 16 0 13 0 189913623 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11302] ppid=11296 vsize=1785528 CPUtime=10.36
/proc/11298/task/11302/stat : 11302 (java) S 11296 11298 11120 0 -1 64 52879 0 0 0 1007 29 0 0 17 0 13 0 189913623 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11303] ppid=11296 vsize=1785528 CPUtime=0.05
/proc/11298/task/11303/stat : 11303 (java) S 11296 11298 11120 0 -1 64 43 0 0 0 3 2 0 0 16 0 13 0 189913625 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11304] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11304/stat : 11304 (java) S 11296 11298 11120 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189913625 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11305] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11305/stat : 11305 (java) S 11296 11298 11120 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189913625 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11306] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11306/stat : 11306 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11307] ppid=11296 vsize=1785528 CPUtime=1.03
/proc/11298/task/11307/stat : 11307 (java) S 11296 11298 11120 0 -1 64 2216 0 0 0 102 1 0 0 16 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11308] ppid=11296 vsize=1785528 CPUtime=1.12
/proc/11298/task/11308/stat : 11308 (java) S 11296 11298 11120 0 -1 64 2175 0 0 0 112 0 0 0 16 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11309] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11309/stat : 11309 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11310] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11310/stat : 11310 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11311] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11311/stat : 11311 (java) S 11296 11298 11120 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 189913776 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 675.32
Current children cumulated vsize (KiB) 1785528

[startup+665.102 s]
/proc/loadavg: 1.03 1.01 0.98 2/79 11311
/proc/meminfo: memFree=1142296/2055920 swapFree=4182160/4192956
[pid=11298] ppid=11296 vsize=1785528 CPUtime=675.72
/proc/11298/stat : 11298 (java) S 11296 11298 11120 0 -1 0 150987 0 1 0 67486 86 0 0 18 0 13 0 189913620 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11298/statm: 446382 140764 1331 9 0 443994 0
[pid=11298/tid=11300] ppid=11296 vsize=1785528 CPUtime=652.52
/proc/11298/task/11300/stat : 11300 (java) R 11296 11298 11120 0 -1 64 41377 0 1 0 65230 22 0 0 25 0 13 0 189913621 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109790071 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11301] ppid=11296 vsize=1785528 CPUtime=10.59
/proc/11298/task/11301/stat : 11301 (java) S 11296 11298 11120 0 -1 64 51577 0 0 0 1030 29 0 0 16 0 13 0 189913623 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11302] ppid=11296 vsize=1785528 CPUtime=10.36
/proc/11298/task/11302/stat : 11302 (java) S 11296 11298 11120 0 -1 64 52879 0 0 0 1007 29 0 0 17 0 13 0 189913623 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11303] ppid=11296 vsize=1785528 CPUtime=0.05
/proc/11298/task/11303/stat : 11303 (java) S 11296 11298 11120 0 -1 64 43 0 0 0 3 2 0 0 16 0 13 0 189913625 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11304] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11304/stat : 11304 (java) S 11296 11298 11120 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189913625 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11305] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11305/stat : 11305 (java) S 11296 11298 11120 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189913625 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11306] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11306/stat : 11306 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11307] ppid=11296 vsize=1785528 CPUtime=1.03
/proc/11298/task/11307/stat : 11307 (java) S 11296 11298 11120 0 -1 64 2216 0 0 0 102 1 0 0 16 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11308] ppid=11296 vsize=1785528 CPUtime=1.12
/proc/11298/task/11308/stat : 11308 (java) S 11296 11298 11120 0 -1 64 2175 0 0 0 112 0 0 0 16 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11309] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11309/stat : 11309 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11310] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11310/stat : 11310 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189913629 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11311] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11311/stat : 11311 (java) S 11296 11298 11120 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 189913776 1828380672 140764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 675.72
Current children cumulated vsize (KiB) 1785528

[startup+665.302 s]
/proc/loadavg: 1.03 1.01 0.98 2/79 11311
/proc/meminfo: memFree=1142296/2055920 swapFree=4182160/4192956
[pid=11298] ppid=11296 vsize=1785528 CPUtime=675.98
/proc/11298/stat : 11298 (java) S 11296 11298 11120 0 -1 0 151205 0 1 0 67512 86 0 0 18 0 13 0 189913620 1828380672 140981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11298/statm: 446382 140981 1331 9 0 443994 0
[pid=11298/tid=11300] ppid=11296 vsize=1785528 CPUtime=652.64
/proc/11298/task/11300/stat : 11300 (java) R 11296 11298 11120 0 -1 64 41378 0 1 0 65242 22 0 0 17 0 13 0 189913621 1828380672 140981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109795656 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11301] ppid=11296 vsize=1785528 CPUtime=10.67
/proc/11298/task/11301/stat : 11301 (java) S 11296 11298 11120 0 -1 64 51577 0 0 0 1038 29 0 0 16 0 13 0 189913623 1828380672 140981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11302] ppid=11296 vsize=1785528 CPUtime=10.43
/proc/11298/task/11302/stat : 11302 (java) S 11296 11298 11120 0 -1 64 53096 0 0 0 1013 30 0 0 16 0 13 0 189913623 1828380672 140981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11303] ppid=11296 vsize=1785528 CPUtime=0.05
/proc/11298/task/11303/stat : 11303 (java) S 11296 11298 11120 0 -1 64 43 0 0 0 3 2 0 0 15 0 13 0 189913625 1828380672 140981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11304] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11304/stat : 11304 (java) S 11296 11298 11120 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 189913625 1828380672 140981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11305] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11305/stat : 11305 (java) S 11296 11298 11120 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189913625 1828380672 140981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11306] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11306/stat : 11306 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189913629 1828380672 140981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11307] ppid=11296 vsize=1785528 CPUtime=1.03
/proc/11298/task/11307/stat : 11307 (java) S 11296 11298 11120 0 -1 64 2216 0 0 0 102 1 0 0 16 0 13 0 189913629 1828380672 140981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11308] ppid=11296 vsize=1785528 CPUtime=1.12
/proc/11298/task/11308/stat : 11308 (java) S 11296 11298 11120 0 -1 64 2175 0 0 0 112 0 0 0 16 0 13 0 189913629 1828380672 140981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11309] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11309/stat : 11309 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189913629 1828380672 140981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11298/tid=11310] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11310/stat : 11310 (java) S 11296 11298 11120 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189913629 1828380672 140981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11298/tid=11311] ppid=11296 vsize=1785528 CPUtime=0
/proc/11298/task/11311/stat : 11311 (java) S 11296 11298 11120 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 189913776 1828380672 140981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 675.98
Current children cumulated vsize (KiB) 1785528

[startup+665.402 s]
/proc/loadavg: 1.03 1.01 0.98 2/68 11312
/proc/meminfo: memFree=1454296/2055920 swapFree=4182160/4192956
[pid=11298] ppid=11296 vsize=0 CPUtime=676.05
/proc/11298/stat : 11298 (java) Z 11296 11298 11120 0 -1 1036 151213 0 1 0 67514 91 0 0 16 0 2 0 189913620 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11298/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 676.05
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 665.447
CPU time (s): 676.097
CPU user time (s): 675.141
CPU system time (s): 0.955854
CPU usage (%): 101.6
Max. virtual memory (cumulated for all children) (KiB): 1786760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 675.141
system time used= 0.955854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151213
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= 17014
involuntary context switches= 15689

runsolver used 0.647901 second user time and 1.84472 second system time

The end

Launcher Data (download as text)

Begin job on node54 on Tue Apr 24 14:36:31 UTC 2007

IDJOB= 420479
IDBENCH= 47848
IDSOLVER= 160
FILE ID= node54/420479-1177425391

PBS_JOBID= 4675744

Free space on /tmp= 66336 MiB

SOLVER NAME= sat4jPseudoCP 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/420479-1177425391/sat4jPseudoCP.jar /tmp/evaluation/420479-1177425391/instance-420479-1177425391.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node54/watcher-420479-1177425391 -o ROOT/results/node54/solver-420479-1177425391 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420479-1177425391/sat4jPseudoCP.jar /tmp/evaluation/420479-1177425391/instance-420479-1177425391.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  e91355db9a9a4ee2ff3a0a996c75e4aa

RANDOM SEED= 664714917

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node54.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.234
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.234
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:       1702360 kB
Buffers:         39940 kB
Cached:         233504 kB
SwapCached:       4132 kB
Active:          48008 kB
Inactive:       235432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702360 kB
SwapTotal:     4192956 kB
SwapFree:      4182160 kB
Dirty:            4672 kB
Writeback:           0 kB
Mapped:          15844 kB
Slab:            56012 kB
Committed_AS:  2271872 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66336 MiB

End job on node54 on Tue Apr 24 14:47:37 UTC 2007