Trace number 204512

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
sat4jCSP 1.7 RC BF3? 784.022 788.62

General information on the benchmark

Namefapp/fapp16-20/fapp20/
fapp20-0420-10.xml
MD5SUM23af406adec6a7428a9ed7711c676bb5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.05869
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables420
Number of constraints4737
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4737
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.24	c --- Begin Solver configuration ---
0.24	c Stops conflict analysis at the first Unique Implication Point
0.24	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.24	c Learn all clauses as in MiniSAT
0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24	c VSIDS like heuristics from MiniSAT using a heap
0.24	c No reason simplification
0.24	c --- End Solver configuration ---
0.24	c solving /tmp/evaluation/204512-1168166007/unknown.xml
0.24	c reading problem ... 
0.50	c reading problem named ?
0.50	c reading domains done.
0.82	c reading variables
c reading variables (420) done.
1.25	c reading predicates 
c reading relations (7) done.
1.45	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
787.49	c starts		: 0
787.49	c conflicts		: 0
787.49	c decisions		: 0
787.49	c propagations		: 0
787.49	c inspects		: 0
787.49	c learnt literals	: 0
787.49	c learnt binary clauses	: 0
787.49	c learnt ternary clauses	: 0
787.49	c learnt clauses	: 0
787.49	c root simplifications	: 0
787.49	c removed literals (reason simplification)	: 0
787.49	c reason swapping (by a shorter reason)	: 0
787.49	c Calls to reduceDB	: 0
787.50	c speed (decisions/second)	: 0.0
787.50	c non guided choices	0
787.50	s UNKNOWN
787.50	c Total wall clock time (in seconds) : 782.622
787.50	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node43/watcher-204512-1168166007 -o ROOT/results/node43/solver-204512-1168166007 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/204512-1168166007/sat4jCSP-bf3.jar /tmp/evaluation/204512-1168166007/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
/proc/loadavg: 1.79 1.31 1.17 5/84 8158
/proc/meminfo: memFree=1060304/2055920 swapFree=4192812/4192956
[pid=8157] ppid=8155 vsize=18540 CPUtime=0
/proc/8157/stat : 8157 (runsolver) R 8155 7033 7033 0 -1 4194368 13 0 0 0 0 0 0 0 19 0 1 0 164999830 18984960 277 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 239173429431 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8157/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.10732 s]
/proc/loadavg: 1.79 1.31 1.17 5/84 8158
/proc/meminfo: memFree=1060304/2055920 swapFree=4192812/4192956
[pid=8157] ppid=8155 vsize=902324 CPUtime=0.09
/proc/8157/stat : 8157 (java) R 8155 8157 7033 0 -1 0 3368 0 1 0 7 2 0 0 18 0 12 0 164999830 923979776 3128 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4160643165 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8157/statm: 225581 3128 1573 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902324

[startup+0.516414 s]
/proc/loadavg: 1.79 1.31 1.17 5/84 8158
/proc/meminfo: memFree=1060304/2055920 swapFree=4192812/4192956
[pid=8157] ppid=8155 vsize=905200 CPUtime=0.49
/proc/8157/stat : 8157 (java) R 8155 8157 7033 0 -1 0 6004 0 1 0 46 3 0 0 19 0 12 0 164999830 926924800 5599 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152151370 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8157/statm: 226300 5600 2291 14 0 212737 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905200

[startup+1.35153 s]
/proc/loadavg: 1.81 1.32 1.17 3/95 8169
/proc/meminfo: memFree=1030904/2055920 swapFree=4192812/4192956
[pid=8157] ppid=8155 vsize=906556 CPUtime=1.33
/proc/8157/stat : 8157 (java) R 8155 8157 7033 0 -1 0 12548 0 1 0 127 6 0 0 18 0 12 0 164999830 928313344 11607 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 5191450 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8157/statm: 226639 11607 2419 14 0 213076 0
[pid=8157/tid=8159] ppid=8155 vsize=906556 CPUtime=0
/proc/8157/task/8159/stat : 8159 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 164999833 928313344 11607 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8160] ppid=8155 vsize=906556 CPUtime=0
/proc/8157/task/8160/stat : 8160 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164999833 928313344 11607 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8161] ppid=8155 vsize=906556 CPUtime=0
/proc/8157/task/8161/stat : 8161 (java) S 8155 8157 7033 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 164999835 928313344 11607 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8162] ppid=8155 vsize=906556 CPUtime=0
/proc/8157/task/8162/stat : 8162 (java) S 8155 8157 7033 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 164999836 928313344 11607 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8163] ppid=8155 vsize=906556 CPUtime=0
/proc/8157/task/8163/stat : 8163 (java) S 8155 8157 7033 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 164999836 928313344 11607 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8164] ppid=8155 vsize=906556 CPUtime=0
/proc/8157/task/8164/stat : 8164 (java) S 8155 8157 7033 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 164999839 928313344 11607 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8165] ppid=8155 vsize=906556 CPUtime=0
/proc/8157/task/8165/stat : 8165 (java) S 8155 8157 7033 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 164999839 928313344 11607 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8166] ppid=8155 vsize=906556 CPUtime=0.34
/proc/8157/task/8166/stat : 8166 (java) S 8155 8157 7033 0 -1 64 1106 0 0 0 34 0 0 0 16 0 12 0 164999839 928313344 11607 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8167] ppid=8155 vsize=906556 CPUtime=0.28
/proc/8157/task/8167/stat : 8167 (java) S 8155 8157 7033 0 -1 64 630 0 0 0 28 0 0 0 16 0 12 0 164999840 928313344 11608 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8168] ppid=8155 vsize=906556 CPUtime=0
/proc/8157/task/8168/stat : 8168 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 164999840 928313344 11608 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8169] ppid=8155 vsize=906556 CPUtime=0
/proc/8157/task/8169/stat : 8169 (java) S 8155 8157 7033 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164999840 928313344 11608 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 906556

[startup+3.00481 s]
/proc/loadavg: 1.81 1.32 1.17 4/95 8169
/proc/meminfo: memFree=984184/2055920 swapFree=4192812/4192956
[pid=8157] ppid=8155 vsize=919348 CPUtime=3.08
/proc/8157/stat : 8157 (java) R 8155 8157 7033 0 -1 0 23786 0 1 0 297 11 0 0 18 0 12 0 164999830 941412352 19328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054342582 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8157/statm: 229837 19329 2478 14 0 216274 0
[pid=8157/tid=8159] ppid=8155 vsize=919348 CPUtime=0
/proc/8157/task/8159/stat : 8159 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 164999833 941412352 19329 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8160] ppid=8155 vsize=919348 CPUtime=0
/proc/8157/task/8160/stat : 8160 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164999833 941412352 19330 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8161] ppid=8155 vsize=919348 CPUtime=0
/proc/8157/task/8161/stat : 8161 (java) S 8155 8157 7033 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 164999835 941412352 19331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8162] ppid=8155 vsize=919348 CPUtime=0
/proc/8157/task/8162/stat : 8162 (java) S 8155 8157 7033 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 164999836 941412352 19331 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8163] ppid=8155 vsize=919348 CPUtime=0
/proc/8157/task/8163/stat : 8163 (java) S 8155 8157 7033 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 164999836 941412352 19332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8164] ppid=8155 vsize=919348 CPUtime=0
/proc/8157/task/8164/stat : 8164 (java) S 8155 8157 7033 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 164999839 941412352 19333 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8165] ppid=8155 vsize=919348 CPUtime=0
/proc/8157/task/8165/stat : 8165 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164999839 941412352 19333 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8166] ppid=8155 vsize=919348 CPUtime=0.94
/proc/8157/task/8166/stat : 8166 (java) R 8155 8157 7033 0 -1 64 4685 0 0 0 93 1 0 0 18 0 12 0 164999839 941412352 19334 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152641487 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8167] ppid=8155 vsize=919348 CPUtime=0.94
/proc/8157/task/8167/stat : 8167 (java) S 8155 8157 7033 0 -1 64 3525 0 0 0 93 1 0 0 17 0 12 0 164999840 941412352 19335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8168] ppid=8155 vsize=919348 CPUtime=0
/proc/8157/task/8168/stat : 8168 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 164999840 941412352 19335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8169] ppid=8155 vsize=919348 CPUtime=0
/proc/8157/task/8169/stat : 8169 (java) S 8155 8157 7033 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164999840 941412352 19336 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 919348

[startup+6.21214 s]
/proc/loadavg: 1.82 1.33 1.18 3/95 8169
/proc/meminfo: memFree=898232/2055920 swapFree=4192812/4192956
[pid=8157] ppid=8155 vsize=917260 CPUtime=6.38
/proc/8157/stat : 8157 (java) R 8155 8157 7033 0 -1 0 37515 0 1 0 619 19 0 0 25 0 12 0 164999830 939274240 31475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835963 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8157/statm: 229315 31475 2481 14 0 215752 0
[pid=8157/tid=8159] ppid=8155 vsize=917260 CPUtime=0.18
/proc/8157/task/8159/stat : 8159 (java) S 8155 8157 7033 0 -1 64 5316 0 0 0 15 3 0 0 16 0 12 0 164999833 939274240 31475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8160] ppid=8155 vsize=917260 CPUtime=0.14
/proc/8157/task/8160/stat : 8160 (java) S 8155 8157 7033 0 -1 64 3498 0 0 0 13 1 0 0 16 0 12 0 164999833 939274240 31475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8161] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8161/stat : 8161 (java) S 8155 8157 7033 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 164999835 939274240 31475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8162] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8162/stat : 8162 (java) S 8155 8157 7033 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 164999836 939274240 31475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8163] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8163/stat : 8163 (java) S 8155 8157 7033 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164999836 939274240 31475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8164] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8164/stat : 8164 (java) S 8155 8157 7033 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 164999839 939274240 31475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8165] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8165/stat : 8165 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164999839 939274240 31475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8166] ppid=8155 vsize=917260 CPUtime=1.06
/proc/8157/task/8166/stat : 8166 (java) S 8155 8157 7033 0 -1 64 5047 0 0 0 105 1 0 0 17 0 12 0 164999839 939274240 31475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8167] ppid=8155 vsize=917260 CPUtime=0.98
/proc/8157/task/8167/stat : 8167 (java) S 8155 8157 7033 0 -1 64 3525 0 0 0 97 1 0 0 16 0 12 0 164999840 939274240 31475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8168] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8168/stat : 8168 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 164999840 939274240 31475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8169] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8169/stat : 8169 (java) S 8155 8157 7033 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164999840 939274240 31475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 917260

[startup+12.6182 s]
/proc/loadavg: 1.83 1.34 1.18 3/95 8169
/proc/meminfo: memFree=816192/2055920 swapFree=4192812/4192956
[pid=8157] ppid=8155 vsize=917260 CPUtime=12.8
/proc/8157/stat : 8157 (java) R 8155 8157 7033 0 -1 0 42715 0 1 0 1258 22 0 0 25 0 12 0 164999830 939274240 36097 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054255106 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8157/statm: 229315 36097 2481 14 0 215752 0
[pid=8157/tid=8159] ppid=8155 vsize=917260 CPUtime=0.26
/proc/8157/task/8159/stat : 8159 (java) S 8155 8157 7033 0 -1 64 7849 0 0 0 22 4 0 0 16 0 12 0 164999833 939274240 36097 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8160] ppid=8155 vsize=917260 CPUtime=0.23
/proc/8157/task/8160/stat : 8160 (java) S 8155 8157 7033 0 -1 64 6141 0 0 0 21 2 0 0 16 0 12 0 164999833 939274240 36097 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8161] ppid=8155 vsize=917260 CPUtime=0.01
/proc/8157/task/8161/stat : 8161 (java) S 8155 8157 7033 0 -1 64 12 0 0 0 1 0 0 0 16 0 12 0 164999835 939274240 36097 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8162] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8162/stat : 8162 (java) S 8155 8157 7033 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 164999836 939274240 36097 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8163] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8163/stat : 8163 (java) S 8155 8157 7033 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164999836 939274240 36097 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8164] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8164/stat : 8164 (java) S 8155 8157 7033 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 164999839 939274240 36097 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8165] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8165/stat : 8165 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164999839 939274240 36097 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8166] ppid=8155 vsize=917260 CPUtime=1.21
/proc/8157/task/8166/stat : 8166 (java) S 8155 8157 7033 0 -1 64 5053 0 0 0 120 1 0 0 17 0 12 0 164999839 939274240 36097 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8167] ppid=8155 vsize=917260 CPUtime=1.04
/proc/8157/task/8167/stat : 8167 (java) S 8155 8157 7033 0 -1 64 3525 0 0 0 103 1 0 0 17 0 12 0 164999840 939274240 36097 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8168] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8168/stat : 8168 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 164999840 939274240 36097 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8169] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8169/stat : 8169 (java) S 8155 8157 7033 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164999840 939274240 36097 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.8
Current children cumulated vsize (KiB) 917260

[startup+25.4525 s]
/proc/loadavg: 1.86 1.37 1.19 3/95 8169
/proc/meminfo: memFree=673920/2055920 swapFree=4192812/4192956
[pid=8157] ppid=8155 vsize=917260 CPUtime=25.56
/proc/8157/stat : 8157 (java) R 8155 8157 7033 0 -1 0 48691 0 1 0 2532 24 0 0 25 0 12 0 164999830 939274240 41938 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054266933 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8157/statm: 229315 41938 2481 14 0 215752 0
[pid=8157/tid=8159] ppid=8155 vsize=917260 CPUtime=0.33
/proc/8157/task/8159/stat : 8159 (java) S 8155 8157 7033 0 -1 64 10872 0 0 0 28 5 0 0 15 0 12 0 164999833 939274240 41938 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8160] ppid=8155 vsize=917260 CPUtime=0.31
/proc/8157/task/8160/stat : 8160 (java) S 8155 8157 7033 0 -1 64 9067 0 0 0 28 3 0 0 16 0 12 0 164999833 939274240 41938 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8161] ppid=8155 vsize=917260 CPUtime=0.02
/proc/8157/task/8161/stat : 8161 (java) S 8155 8157 7033 0 -1 64 15 0 0 0 2 0 0 0 15 0 12 0 164999835 939274240 41938 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8162] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8162/stat : 8162 (java) S 8155 8157 7033 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 164999836 939274240 41938 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8163] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8163/stat : 8163 (java) S 8155 8157 7033 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164999836 939274240 41938 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8164] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8164/stat : 8164 (java) S 8155 8157 7033 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 164999839 939274240 41938 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8165] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8165/stat : 8165 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164999839 939274240 41938 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8166] ppid=8155 vsize=917260 CPUtime=1.25
/proc/8157/task/8166/stat : 8166 (java) S 8155 8157 7033 0 -1 64 5056 0 0 0 124 1 0 0 16 0 12 0 164999839 939274240 41938 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8167] ppid=8155 vsize=917260 CPUtime=1.05
/proc/8157/task/8167/stat : 8167 (java) S 8155 8157 7033 0 -1 64 3525 0 0 0 104 1 0 0 16 0 12 0 164999840 939274240 41938 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8168] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8168/stat : 8168 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 164999840 939274240 41938 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8169] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8169/stat : 8169 (java) S 8155 8157 7033 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164999840 939274240 41938 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 917260

[startup+51.0928 s]
/proc/loadavg: 1.97 1.43 1.21 3/95 8169
/proc/meminfo: memFree=434496/2055920 swapFree=4192812/4192956
[pid=8157] ppid=8155 vsize=917260 CPUtime=50.95
/proc/8157/stat : 8157 (java) R 8155 8157 7033 0 -1 0 62529 0 1 0 5064 31 0 0 25 0 12 0 164999830 939274240 55739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054283632 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8157/statm: 229315 55739 2481 14 0 215752 0
[pid=8157/tid=8159] ppid=8155 vsize=917260 CPUtime=0.5
/proc/8157/task/8159/stat : 8159 (java) S 8155 8157 7033 0 -1 64 17697 0 0 0 42 8 0 0 16 0 12 0 164999833 939274240 55739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8160] ppid=8155 vsize=917260 CPUtime=0.51
/proc/8157/task/8160/stat : 8160 (java) S 8155 8157 7033 0 -1 64 16040 0 0 0 44 7 0 0 16 0 12 0 164999833 939274240 55739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8161] ppid=8155 vsize=917260 CPUtime=0.02

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

/proc/8157/task/8163/stat : 8163 (java) S 8155 8157 7033 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164999836 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8164] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8164/stat : 8164 (java) S 8155 8157 7033 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 164999839 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8165] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8165/stat : 8165 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164999839 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8166] ppid=8155 vsize=917260 CPUtime=1.72
/proc/8157/task/8166/stat : 8166 (java) S 8155 8157 7033 0 -1 64 5071 0 0 0 170 2 0 0 16 0 12 0 164999839 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8167] ppid=8155 vsize=917260 CPUtime=1.63
/proc/8157/task/8167/stat : 8167 (java) S 8155 8157 7033 0 -1 64 3559 0 0 0 162 1 0 0 17 0 12 0 164999840 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8168] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8168/stat : 8168 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 164999840 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8169] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8169/stat : 8169 (java) S 8155 8157 7033 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164999840 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.37
Current children cumulated vsize (KiB) 917260

[startup+522.724 s]
/proc/loadavg: 2.71 2.29 1.71 3/95 8221
/proc/meminfo: memFree=21120/2055920 swapFree=4192812/4192956
[pid=8157] ppid=8155 vsize=917260 CPUtime=521.31
/proc/8157/stat : 8157 (java) S 8155 8157 7033 0 -1 0 199280 0 1 0 52029 102 0 0 16 0 12 0 164999830 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8157/statm: 229315 187260 2482 14 0 215752 0
[pid=8157/tid=8159] ppid=8155 vsize=917260 CPUtime=4.71
/proc/8157/task/8159/stat : 8159 (java) S 8155 8157 7033 0 -1 64 85631 0 0 0 435 36 0 0 15 0 12 0 164999833 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8160] ppid=8155 vsize=917260 CPUtime=4.72
/proc/8157/task/8160/stat : 8160 (java) S 8155 8157 7033 0 -1 64 80324 0 0 0 436 36 0 0 16 0 12 0 164999833 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8161] ppid=8155 vsize=917260 CPUtime=149.79
/proc/8157/task/8161/stat : 8161 (java) R 8155 8157 7033 0 -1 64 3870 0 0 0 14971 8 0 0 25 0 12 0 164999835 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 5197527 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8162] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8162/stat : 8162 (java) S 8155 8157 7033 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 164999836 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8163] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8163/stat : 8163 (java) S 8155 8157 7033 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164999836 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8164] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8164/stat : 8164 (java) S 8155 8157 7033 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 164999839 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8165] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8165/stat : 8165 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164999839 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8166] ppid=8155 vsize=917260 CPUtime=1.72
/proc/8157/task/8166/stat : 8166 (java) S 8155 8157 7033 0 -1 64 5071 0 0 0 170 2 0 0 16 0 12 0 164999839 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8167] ppid=8155 vsize=917260 CPUtime=1.63
/proc/8157/task/8167/stat : 8167 (java) S 8155 8157 7033 0 -1 64 3559 0 0 0 162 1 0 0 17 0 12 0 164999840 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8168] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8168/stat : 8168 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 164999840 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8169] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8169/stat : 8169 (java) S 8155 8157 7033 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164999840 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 521.31
Current children cumulated vsize (KiB) 917260

[startup+582.823 s]
/proc/loadavg: 2.85 2.43 1.79 3/95 8221
/proc/meminfo: memFree=19200/2055920 swapFree=4192812/4192956
[pid=8157] ppid=8155 vsize=917260 CPUtime=581.09
/proc/8157/stat : 8157 (java) S 8155 8157 7033 0 -1 0 199353 0 1 0 58007 102 0 0 16 0 12 0 164999830 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8157/statm: 229315 187260 2482 14 0 215752 0
[pid=8157/tid=8159] ppid=8155 vsize=917260 CPUtime=4.71
/proc/8157/task/8159/stat : 8159 (java) S 8155 8157 7033 0 -1 64 85631 0 0 0 435 36 0 0 15 0 12 0 164999833 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8160] ppid=8155 vsize=917260 CPUtime=4.72
/proc/8157/task/8160/stat : 8160 (java) S 8155 8157 7033 0 -1 64 80324 0 0 0 436 36 0 0 16 0 12 0 164999833 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8161] ppid=8155 vsize=917260 CPUtime=209.15
/proc/8157/task/8161/stat : 8161 (java) R 8155 8157 7033 0 -1 64 3870 0 0 0 20907 8 0 0 25 0 12 0 164999835 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694584 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8162] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8162/stat : 8162 (java) S 8155 8157 7033 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 164999836 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8163] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8163/stat : 8163 (java) S 8155 8157 7033 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164999836 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8164] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8164/stat : 8164 (java) S 8155 8157 7033 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 164999839 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8165] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8165/stat : 8165 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164999839 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8166] ppid=8155 vsize=917260 CPUtime=1.72
/proc/8157/task/8166/stat : 8166 (java) S 8155 8157 7033 0 -1 64 5071 0 0 0 170 2 0 0 16 0 12 0 164999839 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8167] ppid=8155 vsize=917260 CPUtime=1.63
/proc/8157/task/8167/stat : 8167 (java) S 8155 8157 7033 0 -1 64 3559 0 0 0 162 1 0 0 17 0 12 0 164999840 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8168] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8168/stat : 8168 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 164999840 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8169] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8169/stat : 8169 (java) S 8155 8157 7033 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164999840 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.09
Current children cumulated vsize (KiB) 917260

[startup+642.838 s]
/proc/loadavg: 2.36 2.38 1.81 3/95 8342
/proc/meminfo: memFree=414136/2055920 swapFree=4192812/4192956
[pid=8157] ppid=8155 vsize=917260 CPUtime=640.53
/proc/8157/stat : 8157 (java) S 8155 8157 7033 0 -1 0 201179 0 1 0 63948 105 0 0 15 0 12 0 164999830 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8157/statm: 229315 187260 2482 14 0 215752 0
[pid=8157/tid=8159] ppid=8155 vsize=917260 CPUtime=4.71
/proc/8157/task/8159/stat : 8159 (java) S 8155 8157 7033 0 -1 64 85631 0 0 0 435 36 0 0 15 0 12 0 164999833 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8160] ppid=8155 vsize=917260 CPUtime=4.72
/proc/8157/task/8160/stat : 8160 (java) S 8155 8157 7033 0 -1 64 80324 0 0 0 436 36 0 0 16 0 12 0 164999833 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8161] ppid=8155 vsize=917260 CPUtime=268.31
/proc/8157/task/8161/stat : 8161 (java) R 8155 8157 7033 0 -1 64 5626 0 0 0 26820 11 0 0 25 0 12 0 164999835 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694584 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8162] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8162/stat : 8162 (java) S 8155 8157 7033 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 164999836 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8163] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8163/stat : 8163 (java) S 8155 8157 7033 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164999836 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8164] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8164/stat : 8164 (java) S 8155 8157 7033 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 164999839 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8165] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8165/stat : 8165 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164999839 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8166] ppid=8155 vsize=917260 CPUtime=1.72
/proc/8157/task/8166/stat : 8166 (java) S 8155 8157 7033 0 -1 64 5071 0 0 0 170 2 0 0 16 0 12 0 164999839 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8167] ppid=8155 vsize=917260 CPUtime=1.63
/proc/8157/task/8167/stat : 8167 (java) S 8155 8157 7033 0 -1 64 3559 0 0 0 162 1 0 0 17 0 12 0 164999840 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8168] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8168/stat : 8168 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 164999840 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8169] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8169/stat : 8169 (java) S 8155 8157 7033 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164999840 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 640.53
Current children cumulated vsize (KiB) 917260

[startup+702.843 s]
/proc/loadavg: 2.48 2.41 1.86 3/95 8342
/proc/meminfo: memFree=16632/2055920 swapFree=4192812/4192956
[pid=8157] ppid=8155 vsize=921264 CPUtime=699.12
/proc/8157/stat : 8157 (java) S 8155 8157 7033 0 -1 0 206509 0 1 0 69804 108 0 0 15 0 12 0 164999830 943374336 188138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8157/statm: 230316 188138 2482 14 0 216753 0
[pid=8157/tid=8159] ppid=8155 vsize=921264 CPUtime=4.71
/proc/8157/task/8159/stat : 8159 (java) S 8155 8157 7033 0 -1 64 85631 0 0 0 435 36 0 0 15 0 12 0 164999833 943374336 188138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8160] ppid=8155 vsize=921264 CPUtime=4.72
/proc/8157/task/8160/stat : 8160 (java) S 8155 8157 7033 0 -1 64 80324 0 0 0 436 36 0 0 16 0 12 0 164999833 943374336 188138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8161] ppid=8155 vsize=921264 CPUtime=326.75
/proc/8157/task/8161/stat : 8161 (java) R 8155 8157 7033 0 -1 64 10894 0 0 0 32662 13 0 0 25 0 12 0 164999835 943374336 188138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155440512 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8162] ppid=8155 vsize=921264 CPUtime=0
/proc/8157/task/8162/stat : 8162 (java) S 8155 8157 7033 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 164999836 943374336 188138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8163] ppid=8155 vsize=921264 CPUtime=0
/proc/8157/task/8163/stat : 8163 (java) S 8155 8157 7033 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164999836 943374336 188138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8164] ppid=8155 vsize=921264 CPUtime=0
/proc/8157/task/8164/stat : 8164 (java) S 8155 8157 7033 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 164999839 943374336 188138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8165] ppid=8155 vsize=921264 CPUtime=0
/proc/8157/task/8165/stat : 8165 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164999839 943374336 188138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8166] ppid=8155 vsize=921264 CPUtime=1.72
/proc/8157/task/8166/stat : 8166 (java) S 8155 8157 7033 0 -1 64 5071 0 0 0 170 2 0 0 16 0 12 0 164999839 943374336 188138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8167] ppid=8155 vsize=921264 CPUtime=1.63
/proc/8157/task/8167/stat : 8167 (java) S 8155 8157 7033 0 -1 64 3559 0 0 0 162 1 0 0 17 0 12 0 164999840 943374336 188138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8168] ppid=8155 vsize=921264 CPUtime=0
/proc/8157/task/8168/stat : 8168 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 164999840 943374336 188138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8169] ppid=8155 vsize=921264 CPUtime=0
/proc/8157/task/8169/stat : 8169 (java) S 8155 8157 7033 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164999840 943374336 188138 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 699.12
Current children cumulated vsize (KiB) 921264

[startup+762.935 s]
/proc/loadavg: 2.27 2.36 1.87 3/95 8342
/proc/meminfo: memFree=19960/2055920 swapFree=4192812/4192956
[pid=8157] ppid=8155 vsize=917260 CPUtime=758.46
/proc/8157/stat : 8157 (java) S 8155 8157 7033 0 -1 0 210089 0 1 0 75736 110 0 0 16 0 12 0 164999830 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8157/statm: 229315 187260 2482 14 0 215752 0
[pid=8157/tid=8159] ppid=8155 vsize=917260 CPUtime=4.71
/proc/8157/task/8159/stat : 8159 (java) S 8155 8157 7033 0 -1 64 85631 0 0 0 435 36 0 0 15 0 12 0 164999833 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8160] ppid=8155 vsize=917260 CPUtime=4.72
/proc/8157/task/8160/stat : 8160 (java) S 8155 8157 7033 0 -1 64 80324 0 0 0 436 36 0 0 16 0 12 0 164999833 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8161] ppid=8155 vsize=917260 CPUtime=386.09
/proc/8157/task/8161/stat : 8161 (java) R 8155 8157 7033 0 -1 64 14410 0 0 0 38593 16 0 0 25 0 12 0 164999835 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694584 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8162] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8162/stat : 8162 (java) S 8155 8157 7033 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 164999836 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8163] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8163/stat : 8163 (java) S 8155 8157 7033 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 164999836 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8164] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8164/stat : 8164 (java) S 8155 8157 7033 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 164999839 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8165] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8165/stat : 8165 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164999839 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8166] ppid=8155 vsize=917260 CPUtime=1.72
/proc/8157/task/8166/stat : 8166 (java) S 8155 8157 7033 0 -1 64 5071 0 0 0 170 2 0 0 16 0 12 0 164999839 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8167] ppid=8155 vsize=917260 CPUtime=1.63
/proc/8157/task/8167/stat : 8167 (java) S 8155 8157 7033 0 -1 64 3559 0 0 0 162 1 0 0 17 0 12 0 164999840 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8157/tid=8168] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8168/stat : 8168 (java) S 8155 8157 7033 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 164999840 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8157/tid=8169] ppid=8155 vsize=917260 CPUtime=0
/proc/8157/task/8169/stat : 8169 (java) S 8155 8157 7033 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164999840 939274240 187260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 758.46
Current children cumulated vsize (KiB) 917260

Child status: 1
Real time (s): 788.62
CPU time (s): 784.022
CPU user time (s): 782.786
CPU system time (s): 1.23581
CPU usage (%): 99.417
Max. virtual memory (cumulated for all children) (KiB): 921264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 782.786
system time used= 1.23581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211886
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= 24487
involuntary context switches= 31710

runsolver used 0.948855 s user time and 2.69059 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sun Jan  7 10:33:27 UTC 2007


IDJOB= 204512
IDBENCH= 4026
FILE ID= node43/204512-1168166007

PBS_JOBID= 3478646

Free space on /tmp= 66488 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp16-20/fapp20/fapp20-0420-10.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/204512-1168166007/sat4jCSP-bf3.jar /tmp/evaluation/204512-1168166007/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-204512-1168166007 -o ROOT/results/node43/solver-204512-1168166007 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/204512-1168166007/sat4jCSP-bf3.jar /tmp/evaluation/204512-1168166007/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  23af406adec6a7428a9ed7711c676bb5

RANDOM SEED= 25903823

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.278
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.278
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:       1060720 kB
Buffers:         69736 kB
Cached:         516900 kB
SwapCached:          0 kB
Active:         587076 kB
Inactive:       344864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1060720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6080 kB
Writeback:           0 kB
Mapped:         365920 kB
Slab:            48024 kB
Committed_AS:  4104616 kB
PageTables:       2436 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= 66488 MiB



End job on node43 on Sun Jan  7 10:46:36 UTC 2007