Trace number 420703

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 482.706 475.127

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/
jarvisalo/mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.opb
MD5SUM4b106ae2147849c10cc8de3b4a11eb9c
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark119.792
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables87
Total number of constraints232
Number of constraints which are clauses232
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.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.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/420703-1177429911/instance-420703-1177429911.opb
0.20/0.20	c reading problem ... 
0.20/0.28	c ... done. Wall clock time 0.082s.
0.20/0.29	c CPU time (experimental) 0.24s.
0.20/0.29	c #vars     87
0.20/0.29	c #constraints  232
482.52/474.99	c starts		: 3
482.52/474.99	c conflicts		: 1345627
482.52/474.99	c decisions		: 1680880
482.52/474.99	c propagations		: 10432039
482.52/474.99	c inspects		: 1576889261
482.52/474.99	c learnt literals	: 1
482.52/474.99	c learnt binary clauses	: 2
482.52/474.99	c learnt ternary clauses	: 4
482.52/474.99	c learnt clauses	: 1345625
482.52/474.99	c root simplifications	: 0
482.52/475.00	c removed literals (reason simplification)	: 0
482.52/475.00	c reason swapping (by a shorter reason)	: 0
482.52/475.00	c Calls to reduceDB	: 0
482.52/475.00	c speed (decisions/second)	: 3540.871440970028
482.52/475.00	c non guided choices	180
482.52/475.00	s UNSATISFIABLE
482.52/475.00	c Total wall clock time (ms): 474.793

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/node71/watcher-420703-1177429911 -o ROOT/results/node71/solver-420703-1177429911 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420703-1177429911/sat4jPseudoCP.jar /tmp/evaluation/420703-1177429911/instance-420703-1177429911.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7248
/proc/meminfo: memFree=1837816/2055920 swapFree=4184236/4192956
[pid=7248] ppid=7246 vsize=18528 CPUtime=0
/proc/7248/stat : 7248 (runsolver) R 7246 7248 6742 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 218980435 18972672 284 18446744073709551615 4194304 4255128 548682068880 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/7248/statm: 4632 284 249 14 0 2626 0

[startup+0.0746591 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7248
/proc/meminfo: memFree=1837816/2055920 swapFree=4184236/4192956
[pid=7248] ppid=7246 vsize=1777708 CPUtime=0.05
/proc/7248/stat : 7248 (java) S 7246 7248 6742 0 -1 0 3715 0 1 0 3 2 0 0 18 0 7 0 218980435 1820372992 3459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/7248/statm: 444427 3459 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.102643 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7248
/proc/meminfo: memFree=1837816/2055920 swapFree=4184236/4192956
[pid=7248] ppid=7246 vsize=1780108 CPUtime=0.08
/proc/7248/stat : 7248 (java) S 7246 7248 6742 0 -1 0 3969 0 1 0 6 2 0 0 18 0 12 0 218980435 1822830592 3712 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7248/statm: 445027 3712 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301657 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7248
/proc/meminfo: memFree=1837816/2055920 swapFree=4184236/4192956
[pid=7248] ppid=7246 vsize=1782768 CPUtime=0.32
/proc/7248/stat : 7248 (java) S 7246 7248 6742 0 -1 0 5168 0 1 0 29 3 0 0 18 0 13 0 218980435 1825554432 4908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7248/statm: 445692 4908 1265 9 0 443304 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782768

[startup+0.701712 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7248
/proc/meminfo: memFree=1837816/2055920 swapFree=4184236/4192956
[pid=7248] ppid=7246 vsize=1783992 CPUtime=0.97
/proc/7248/stat : 7248 (java) S 7246 7248 6742 0 -1 0 7003 0 1 0 93 4 0 0 18 0 13 0 218980435 1826807808 6184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7248/statm: 445998 6184 1308 9 0 443610 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1783992

[startup+1.50182 s]
/proc/loadavg: 0.92 0.98 0.99 4/77 7261
/proc/meminfo: memFree=1806544/2055920 swapFree=4184236/4192956
[pid=7248] ppid=7246 vsize=1785528 CPUtime=2.09
/proc/7248/stat : 7248 (java) S 7246 7248 6742 0 -1 0 22554 0 1 0 199 10 0 0 18 0 13 0 218980435 1828380672 20729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7248/statm: 446382 20732 1310 9 0 443994 0
[pid=7248/tid=7250] ppid=7246 vsize=1785528 CPUtime=1.1
/proc/7248/task/7250/stat : 7250 (java) R 7246 7248 6742 0 -1 64 19076 0 1 0 102 8 0 0 25 0 13 0 218980437 1828380672 20733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109566402 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7251] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7251/stat : 7251 (java) S 7246 7248 6742 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 218980438 1828380672 20734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7252] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7252/stat : 7252 (java) S 7246 7248 6742 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 218980438 1828380672 20734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7253] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7253/stat : 7253 (java) S 7246 7248 6742 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 218980441 1828380672 20735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7254] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7254/stat : 7254 (java) S 7246 7248 6742 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 218980441 1828380672 20736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7255] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7255/stat : 7255 (java) S 7246 7248 6742 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 218980441 1828380672 20738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7256] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7256/stat : 7256 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218980445 1828380672 20740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7257] ppid=7246 vsize=1785528 CPUtime=0.48
/proc/7248/task/7257/stat : 7257 (java) S 7246 7248 6742 0 -1 64 1713 0 0 0 48 0 0 0 16 0 13 0 218980445 1828380672 20741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7258] ppid=7246 vsize=1785528 CPUtime=0.48
/proc/7248/task/7258/stat : 7258 (java) S 7246 7248 6742 0 -1 64 1048 0 0 0 48 0 0 0 16 0 13 0 218980445 1828380672 20742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7259] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7259/stat : 7259 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218980445 1828380672 20743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7260] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7260/stat : 7260 (java) S 7246 7248 6742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218980445 1828380672 20744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7261] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7261/stat : 7261 (java) S 7246 7248 6742 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 218980465 1828380672 20745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1785528

[startup+3.10104 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 7261
/proc/meminfo: memFree=1689040/2055920 swapFree=4184236/4192956
[pid=7248] ppid=7246 vsize=1785528 CPUtime=3.81
/proc/7248/stat : 7248 (java) S 7246 7248 6742 0 -1 0 41509 0 1 0 360 21 0 0 18 0 13 0 218980435 1828380672 39681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7248/statm: 446382 39681 1321 9 0 443994 0
[pid=7248/tid=7250] ppid=7246 vsize=1785528 CPUtime=2.67
/proc/7248/task/7250/stat : 7250 (java) R 7246 7248 6742 0 -1 64 37726 0 1 0 249 18 0 0 25 0 13 0 218980437 1828380672 39681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109693840 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7251] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7251/stat : 7251 (java) S 7246 7248 6742 0 -1 64 135 0 0 0 0 0 0 0 16 0 13 0 218980438 1828380672 39681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7252] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7252/stat : 7252 (java) S 7246 7248 6742 0 -1 64 130 0 0 0 0 0 0 0 16 0 13 0 218980438 1828380672 39681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7253] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7253/stat : 7253 (java) S 7246 7248 6742 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 218980441 1828380672 39681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7254] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7254/stat : 7254 (java) S 7246 7248 6742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218980441 1828380672 39681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7255] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7255/stat : 7255 (java) S 7246 7248 6742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218980441 1828380672 39681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7256] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7256/stat : 7256 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218980445 1828380672 39681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7257] ppid=7246 vsize=1785528 CPUtime=0.51
/proc/7248/task/7257/stat : 7257 (java) S 7246 7248 6742 0 -1 64 1714 0 0 0 51 0 0 0 16 0 13 0 218980445 1828380672 39681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7258] ppid=7246 vsize=1785528 CPUtime=0.58
/proc/7248/task/7258/stat : 7258 (java) S 7246 7248 6742 0 -1 64 1077 0 0 0 58 0 0 0 15 0 13 0 218980445 1828380672 39681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7259] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7259/stat : 7259 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218980445 1828380672 39681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7260] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7260/stat : 7260 (java) S 7246 7248 6742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218980445 1828380672 39681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7261] ppid=7246 vsize=1785528 CPUtime=0
/proc/7248/task/7261/stat : 7261 (java) S 7246 7248 6742 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 218980465 1828380672 39681 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 1785528

[startup+6.30247 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 7261
/proc/meminfo: memFree=1677784/2055920 swapFree=4184236/4192956
[pid=7248] ppid=7246 vsize=1785496 CPUtime=7.06
/proc/7248/stat : 7248 (java) S 7246 7248 6742 0 -1 0 43327 0 1 0 684 22 0 0 18 0 13 0 218980435 1828347904 40575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7248/statm: 446374 40575 1327 9 0 443986 0
[pid=7248/tid=7250] ppid=7246 vsize=1785496 CPUtime=5.81
/proc/7248/task/7250/stat : 7250 (java) R 7246 7248 6742 0 -1 64 37732 0 1 0 563 18 0 0 25 0 13 0 218980437 1828347904 40575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109552565 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7251] ppid=7246 vsize=1785496 CPUtime=0.04
/proc/7248/task/7251/stat : 7251 (java) S 7246 7248 6742 0 -1 64 1032 0 0 0 4 0 0 0 16 0 13 0 218980438 1828347904 40575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7252] ppid=7246 vsize=1785496 CPUtime=0.05
/proc/7248/task/7252/stat : 7252 (java) S 7246 7248 6742 0 -1 64 1031 0 0 0 5 0 0 0 17 0 13 0 218980438 1828347904 40575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7253] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7253/stat : 7253 (java) S 7246 7248 6742 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 218980441 1828347904 40575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7254] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7254/stat : 7254 (java) S 7246 7248 6742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218980441 1828347904 40575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7255] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7255/stat : 7255 (java) S 7246 7248 6742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218980441 1828347904 40575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7256] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7256/stat : 7256 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218980445 1828347904 40575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7257] ppid=7246 vsize=1785496 CPUtime=0.52
/proc/7248/task/7257/stat : 7257 (java) S 7246 7248 6742 0 -1 64 1721 0 0 0 52 0 0 0 16 0 13 0 218980445 1828347904 40575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7258] ppid=7246 vsize=1785496 CPUtime=0.58
/proc/7248/task/7258/stat : 7258 (java) S 7246 7248 6742 0 -1 64 1077 0 0 0 58 0 0 0 16 0 13 0 218980445 1828347904 40575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7259] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7259/stat : 7259 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218980445 1828347904 40575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7260] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7260/stat : 7260 (java) S 7246 7248 6742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218980445 1828347904 40575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7261] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7261/stat : 7261 (java) S 7246 7248 6742 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 218980465 1828347904 40575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 1785496

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 7261
/proc/meminfo: memFree=1637144/2055920 swapFree=4184236/4192956
[pid=7248] ppid=7246 vsize=1785496 CPUtime=13.54
/proc/7248/stat : 7248 (java) S 7246 7248 6742 0 -1 0 54039 0 1 0 1327 27 0 0 18 0 13 0 218980435 1828347904 51186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7248/statm: 446374 51186 1327 9 0 443986 0
[pid=7248/tid=7250] ppid=7246 vsize=1785496 CPUtime=12.1
/proc/7248/task/7250/stat : 7250 (java) R 7246 7248 6742 0 -1 64 42198 0 1 0 1189 21 0 0 25 0 13 0 218980437 1828347904 51186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109576660 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7251] ppid=7246 vsize=1785496 CPUtime=0.14
/proc/7248/task/7251/stat : 7251 (java) S 7246 7248 6742 0 -1 64 4124 0 0 0 12 2 0 0 16 0 13 0 218980438 1828347904 51186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7252] ppid=7246 vsize=1785496 CPUtime=0.14
/proc/7248/task/7252/stat : 7252 (java) S 7246 7248 6742 0 -1 64 4172 0 0 0 13 1 0 0 16 0 13 0 218980438 1828347904 51186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7253] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7253/stat : 7253 (java) S 7246 7248 6742 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 218980441 1828347904 51186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7254] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7254/stat : 7254 (java) S 7246 7248 6742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218980441 1828347904 51186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7255] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7255/stat : 7255 (java) S 7246 7248 6742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218980441 1828347904 51186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7256] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7256/stat : 7256 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218980445 1828347904 51186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7257] ppid=7246 vsize=1785496 CPUtime=0.52
/proc/7248/task/7257/stat : 7257 (java) S 7246 7248 6742 0 -1 64 1721 0 0 0 52 0 0 0 16 0 13 0 218980445 1828347904 51186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7258] ppid=7246 vsize=1785496 CPUtime=0.58
/proc/7248/task/7258/stat : 7258 (java) S 7246 7248 6742 0 -1 64 1077 0 0 0 58 0 0 0 16 0 13 0 218980445 1828347904 51186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7259] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7259/stat : 7259 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218980445 1828347904 51186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7260] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7260/stat : 7260 (java) S 7246 7248 6742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218980445 1828347904 51186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7261] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7261/stat : 7261 (java) S 7246 7248 6742 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 218980465 1828347904 51186 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.54
Current children cumulated vsize (KiB) 1785496

[startup+25.5021 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 7261
/proc/meminfo: memFree=1622872/2055920 swapFree=4184236/4192956
[pid=7248] ppid=7246 vsize=1785496 CPUtime=26.47
/proc/7248/stat : 7248 (java) S 7246 7248 6742 0 -1 0 57839 0 1 0 2618 29 0 0 18 0 13 0 218980435 1828347904 54776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7248/statm: 446374 54776 1327 9 0 443986 0
[pid=7248/tid=7250] ppid=7246 vsize=1785496 CPUtime=24.76
/proc/7248/task/7250/stat : 7250 (java) R 7246 7248 6742 0 -1 64 42208 0 1 0 2455 21 0 0 20 0 13 0 218980437 1828347904 54776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109616480 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7251] ppid=7246 vsize=1785496 CPUtime=0.27
/proc/7248/task/7251/stat : 7251 (java) S 7246 7248 6742 0 -1 64 5599 0 0 0 25 2 0 0 17 0 13 0 218980438 1828347904 54776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7252] ppid=7246 vsize=1785496 CPUtime=0.27
/proc/7248/task/7252/stat : 7252 (java) S 7246 7248 6742 0 -1 64 6487 0 0 0 25 2 0 0 17 0 13 0 218980438 1828347904 54776 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=7248] ppid=7246 vsize=1785496 CPUtime=474.51
/proc/7248/stat : 7248 (java) S 7246 7248 6742 0 -1 0 139237 0 1 0 47381 70 0 0 18 0 13 0 218980435 1828347904 124810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7248/statm: 446374 124810 1327 9 0 443986 0
[pid=7248/tid=7250] ppid=7246 vsize=1785496 CPUtime=459.24
/proc/7248/task/7250/stat : 7250 (java) R 7246 7248 6742 0 -1 64 47900 0 1 0 45899 25 0 0 25 0 13 0 218980437 1828347904 124810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109553776 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7251] ppid=7246 vsize=1785496 CPUtime=7.06
/proc/7248/task/7251/stat : 7251 (java) S 7246 7248 6742 0 -1 64 46599 0 0 0 684 22 0 0 16 0 13 0 218980438 1828347904 124810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7252] ppid=7246 vsize=1785496 CPUtime=7.01
/proc/7248/task/7252/stat : 7252 (java) S 7246 7248 6742 0 -1 64 41170 0 0 0 683 18 0 0 17 0 13 0 218980438 1828347904 124810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7253] ppid=7246 vsize=1785496 CPUtime=0.05
/proc/7248/task/7253/stat : 7253 (java) S 7246 7248 6742 0 -1 64 50 0 0 0 3 2 0 0 16 0 13 0 218980441 1828347904 124810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7254] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7254/stat : 7254 (java) S 7246 7248 6742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218980441 1828347904 124810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7255] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7255/stat : 7255 (java) S 7246 7248 6742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218980441 1828347904 124810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7256] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7256/stat : 7256 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218980445 1828347904 124810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7257] ppid=7246 vsize=1785496 CPUtime=0.52
/proc/7248/task/7257/stat : 7257 (java) S 7246 7248 6742 0 -1 64 1721 0 0 0 52 0 0 0 16 0 13 0 218980445 1828347904 124810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7258] ppid=7246 vsize=1785496 CPUtime=0.58
/proc/7248/task/7258/stat : 7258 (java) S 7246 7248 6742 0 -1 64 1077 0 0 0 58 0 0 0 16 0 13 0 218980445 1828347904 124810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7259] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7259/stat : 7259 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218980445 1828347904 124810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7260] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7260/stat : 7260 (java) S 7246 7248 6742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218980445 1828347904 124810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7261] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7261/stat : 7261 (java) S 7246 7248 6742 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 218980465 1828347904 124810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 474.51
Current children cumulated vsize (KiB) 1785496

[startup+470.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7261
/proc/meminfo: memFree=1341912/2055920 swapFree=4184236/4192956
[pid=7248] ppid=7246 vsize=1785496 CPUtime=477.79
/proc/7248/stat : 7248 (java) S 7246 7248 6742 0 -1 0 139490 0 1 0 47708 71 0 0 18 0 13 0 218980435 1828347904 125062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7248/statm: 446374 125062 1327 9 0 443986 0
[pid=7248/tid=7250] ppid=7246 vsize=1785496 CPUtime=462.37
/proc/7248/task/7250/stat : 7250 (java) R 7246 7248 6742 0 -1 64 47901 0 1 0 46212 25 0 0 20 0 13 0 218980437 1828347904 125062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109561992 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7251] ppid=7246 vsize=1785496 CPUtime=7.13
/proc/7248/task/7251/stat : 7251 (java) S 7246 7248 6742 0 -1 64 46851 0 0 0 690 23 0 0 16 0 13 0 218980438 1828347904 125062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7252] ppid=7246 vsize=1785496 CPUtime=7.08
/proc/7248/task/7252/stat : 7252 (java) S 7246 7248 6742 0 -1 64 41170 0 0 0 690 18 0 0 16 0 13 0 218980438 1828347904 125062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7253] ppid=7246 vsize=1785496 CPUtime=0.05
/proc/7248/task/7253/stat : 7253 (java) S 7246 7248 6742 0 -1 64 50 0 0 0 3 2 0 0 15 0 13 0 218980441 1828347904 125062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7254] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7254/stat : 7254 (java) S 7246 7248 6742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218980441 1828347904 125062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7255] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7255/stat : 7255 (java) S 7246 7248 6742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218980441 1828347904 125062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7256] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7256/stat : 7256 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218980445 1828347904 125062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7257] ppid=7246 vsize=1785496 CPUtime=0.52
/proc/7248/task/7257/stat : 7257 (java) S 7246 7248 6742 0 -1 64 1721 0 0 0 52 0 0 0 16 0 13 0 218980445 1828347904 125062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7258] ppid=7246 vsize=1785496 CPUtime=0.58
/proc/7248/task/7258/stat : 7258 (java) S 7246 7248 6742 0 -1 64 1077 0 0 0 58 0 0 0 16 0 13 0 218980445 1828347904 125062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7259] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7259/stat : 7259 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218980445 1828347904 125062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7260] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7260/stat : 7260 (java) S 7246 7248 6742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218980445 1828347904 125062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7261] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7261/stat : 7261 (java) S 7246 7248 6742 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 218980465 1828347904 125062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 477.79
Current children cumulated vsize (KiB) 1785496

[startup+473.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7261
/proc/meminfo: memFree=1339864/2055920 swapFree=4184236/4192956
[pid=7248] ppid=7246 vsize=1785496 CPUtime=481.05
/proc/7248/stat : 7248 (java) S 7246 7248 6742 0 -1 0 139755 0 1 0 48034 71 0 0 18 0 13 0 218980435 1828347904 125326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7248/statm: 446374 125326 1327 9 0 443986 0
[pid=7248/tid=7250] ppid=7246 vsize=1785496 CPUtime=465.49
/proc/7248/task/7250/stat : 7250 (java) R 7246 7248 6742 0 -1 64 47902 0 1 0 46524 25 0 0 25 0 13 0 218980437 1828347904 125326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109552659 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7251] ppid=7246 vsize=1785496 CPUtime=7.2
/proc/7248/task/7251/stat : 7251 (java) S 7246 7248 6742 0 -1 64 47115 0 0 0 697 23 0 0 16 0 13 0 218980438 1828347904 125326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7252] ppid=7246 vsize=1785496 CPUtime=7.15
/proc/7248/task/7252/stat : 7252 (java) S 7246 7248 6742 0 -1 64 41170 0 0 0 697 18 0 0 16 0 13 0 218980438 1828347904 125326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7253] ppid=7246 vsize=1785496 CPUtime=0.05
/proc/7248/task/7253/stat : 7253 (java) S 7246 7248 6742 0 -1 64 50 0 0 0 3 2 0 0 16 0 13 0 218980441 1828347904 125326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7254] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7254/stat : 7254 (java) S 7246 7248 6742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218980441 1828347904 125326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7255] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7255/stat : 7255 (java) S 7246 7248 6742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218980441 1828347904 125326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7256] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7256/stat : 7256 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218980445 1828347904 125326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7257] ppid=7246 vsize=1785496 CPUtime=0.52
/proc/7248/task/7257/stat : 7257 (java) S 7246 7248 6742 0 -1 64 1721 0 0 0 52 0 0 0 16 0 13 0 218980445 1828347904 125326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7258] ppid=7246 vsize=1785496 CPUtime=0.58
/proc/7248/task/7258/stat : 7258 (java) S 7246 7248 6742 0 -1 64 1077 0 0 0 58 0 0 0 16 0 13 0 218980445 1828347904 125326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7259] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7259/stat : 7259 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218980445 1828347904 125326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7260] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7260/stat : 7260 (java) S 7246 7248 6742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218980445 1828347904 125326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7261] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7261/stat : 7261 (java) S 7246 7248 6742 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 218980465 1828347904 125326 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 481.05
Current children cumulated vsize (KiB) 1785496

[startup+474.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7261
/proc/meminfo: memFree=1338968/2055920 swapFree=4184236/4192956
[pid=7248] ppid=7246 vsize=1785496 CPUtime=481.92
/proc/7248/stat : 7248 (java) S 7246 7248 6742 0 -1 0 139972 0 1 0 48121 71 0 0 18 0 13 0 218980435 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7248/statm: 446374 125541 1327 9 0 443986 0
[pid=7248/tid=7250] ppid=7246 vsize=1785496 CPUtime=466.22
/proc/7248/task/7250/stat : 7250 (java) R 7246 7248 6742 0 -1 64 47903 0 1 0 46597 25 0 0 25 0 13 0 218980437 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109561992 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7251] ppid=7246 vsize=1785496 CPUtime=7.27
/proc/7248/task/7251/stat : 7251 (java) S 7246 7248 6742 0 -1 64 47329 0 0 0 704 23 0 0 16 0 13 0 218980438 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7252] ppid=7246 vsize=1785496 CPUtime=7.22
/proc/7248/task/7252/stat : 7252 (java) S 7246 7248 6742 0 -1 64 41172 0 0 0 704 18 0 0 17 0 13 0 218980438 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7253] ppid=7246 vsize=1785496 CPUtime=0.05
/proc/7248/task/7253/stat : 7253 (java) S 7246 7248 6742 0 -1 64 50 0 0 0 3 2 0 0 15 0 13 0 218980441 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7254] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7254/stat : 7254 (java) S 7246 7248 6742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218980441 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7255] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7255/stat : 7255 (java) S 7246 7248 6742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218980441 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7256] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7256/stat : 7256 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218980445 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7257] ppid=7246 vsize=1785496 CPUtime=0.52
/proc/7248/task/7257/stat : 7257 (java) S 7246 7248 6742 0 -1 64 1721 0 0 0 52 0 0 0 16 0 13 0 218980445 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7258] ppid=7246 vsize=1785496 CPUtime=0.58
/proc/7248/task/7258/stat : 7258 (java) S 7246 7248 6742 0 -1 64 1077 0 0 0 58 0 0 0 16 0 13 0 218980445 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7259] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7259/stat : 7259 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218980445 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7260] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7260/stat : 7260 (java) S 7246 7248 6742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218980445 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7261] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7261/stat : 7261 (java) S 7246 7248 6742 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 218980465 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 481.92
Current children cumulated vsize (KiB) 1785496

[startup+474.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7261
/proc/meminfo: memFree=1338968/2055920 swapFree=4184236/4192956
[pid=7248] ppid=7246 vsize=1785496 CPUtime=482.32
/proc/7248/stat : 7248 (java) S 7246 7248 6742 0 -1 0 139972 0 1 0 48161 71 0 0 18 0 13 0 218980435 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7248/statm: 446374 125541 1327 9 0 443986 0
[pid=7248/tid=7250] ppid=7246 vsize=1785496 CPUtime=466.62
/proc/7248/task/7250/stat : 7250 (java) R 7246 7248 6742 0 -1 64 47903 0 1 0 46637 25 0 0 25 0 13 0 218980437 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109573723 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7251] ppid=7246 vsize=1785496 CPUtime=7.27
/proc/7248/task/7251/stat : 7251 (java) S 7246 7248 6742 0 -1 64 47329 0 0 0 704 23 0 0 16 0 13 0 218980438 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7252] ppid=7246 vsize=1785496 CPUtime=7.22
/proc/7248/task/7252/stat : 7252 (java) S 7246 7248 6742 0 -1 64 41172 0 0 0 704 18 0 0 17 0 13 0 218980438 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7253] ppid=7246 vsize=1785496 CPUtime=0.05
/proc/7248/task/7253/stat : 7253 (java) S 7246 7248 6742 0 -1 64 50 0 0 0 3 2 0 0 15 0 13 0 218980441 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7254] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7254/stat : 7254 (java) S 7246 7248 6742 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218980441 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7255] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7255/stat : 7255 (java) S 7246 7248 6742 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218980441 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7256] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7256/stat : 7256 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 218980445 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7257] ppid=7246 vsize=1785496 CPUtime=0.52
/proc/7248/task/7257/stat : 7257 (java) S 7246 7248 6742 0 -1 64 1721 0 0 0 52 0 0 0 16 0 13 0 218980445 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7248/tid=7258] ppid=7246 vsize=1785496 CPUtime=0.58
/proc/7248/task/7258/stat : 7258 (java) S 7246 7248 6742 0 -1 64 1077 0 0 0 58 0 0 0 16 0 13 0 218980445 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7259] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7259/stat : 7259 (java) S 7246 7248 6742 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218980445 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7260] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7260/stat : 7260 (java) S 7246 7248 6742 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 218980445 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7248/tid=7261] ppid=7246 vsize=1785496 CPUtime=0
/proc/7248/task/7261/stat : 7261 (java) S 7246 7248 6742 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 218980465 1828347904 125541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 482.32
Current children cumulated vsize (KiB) 1785496

[startup+475.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7262
/proc/meminfo: memFree=1719128/2055920 swapFree=4184236/4192956
[pid=7248] ppid=7246 vsize=0 CPUtime=482.68
/proc/7248/stat : 7248 (java) Z 7246 7248 6742 0 -1 1036 139981 0 1 0 48191 77 0 0 16 0 2 0 218980435 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7248/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 482.68
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 475.127
CPU time (s): 482.706
CPU user time (s): 481.913
CPU system time (s): 0.792879
CPU usage (%): 101.595
Max. virtual memory (cumulated for all children) (KiB): 1786112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 481.913
system time used= 0.792879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139981
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= 11656
involuntary context switches= 1957

runsolver used 0.473927 second user time and 1.27081 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Tue Apr 24 15:51:51 UTC 2007

IDJOB= 420703
IDBENCH= 47864
IDSOLVER= 160
FILE ID= node71/420703-1177429911

PBS_JOBID= 4675709

Free space on /tmp= 66443 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  4b106ae2147849c10cc8de3b4a11eb9c

RANDOM SEED= 90954720

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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:       1838224 kB
Buffers:         20092 kB
Cached:         135868 kB
SwapCached:       2752 kB
Active:          64668 kB
Inactive:       101508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838224 kB
SwapTotal:     4192956 kB
SwapFree:      4184236 kB
Dirty:            3580 kB
Writeback:           0 kB
Mapped:          16260 kB
Slab:            37480 kB
Committed_AS:  3632572 kB
PageTables:       1452 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= 66443 MiB

End job on node71 on Tue Apr 24 15:59:47 UTC 2007