Trace number 199939

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? (TO) 1800.17 1828.5

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-11_ext.xml
MD5SUM66b9a6f84ad3fac8713448ac5bc398c0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark64.9111
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
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.15	c version CSP COMPETITION BUGFIX 3
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	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/199939-1168138522/unknown.xml
0.24	c reading problem ... 
0.50	c reading problem named ?
0.50	c reading domains done.
0.50	c reading variables
c reading variables (24) done.
0.54	c reading relations
c reading relations (74) done.
3.03	c reading constraints
c reading constraints done.
4.33	c ... done. Wall clock time 4.09s.
4.33	c CPU time (experimental) 2.6s.
4.33	c #vars     576
4.33	c #constraints  652931
1828.40	c starts		: 20
1828.40	c conflicts		: 656215
1828.40	c decisions		: 1119405
1828.40	c propagations		: 31990011
1828.40	c inspects		: 4085727700
1828.40	c learnt literals	: 0
1828.40	c learnt binary clauses	: 0
1828.40	c learnt ternary clauses	: 413
1828.40	c learnt clauses	: 656203
1828.40	c root simplifications	: 0
1828.40	c removed literals (reason simplification)	: 0
1828.40	c reason swapping (by a shorter reason)	: 0
1828.40	c Calls to reduceDB	: 0
1828.40	c speed (decisions/second)	: 613.6863393724025
1828.40	c non guided choices	159
1828.40	s UNKNOWN
1828.40	c Total wall clock time (in seconds) : 1828.161
1828.40	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/node18/watcher-199939-1168138522 -o ROOT/results/node18/solver-199939-1168138522 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/199939-1168138522/sat4jCSP-bf3.jar /tmp/evaluation/199939-1168138522/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
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.92 2.00 1.99 4/98 12525
/proc/meminfo: memFree=1166816/2055920 swapFree=4192812/4192956
[pid=12524] ppid=12522 vsize=172 CPUtime=0
/proc/12524/stat : 12524 (java) R 12522 12524 11901 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 162246866 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 7861028 0 0 4096 0 0 0 0 17 0 0 0
/proc/12524/statm: 43 24 18 14 0 3 0

[startup+0.107328 s]
/proc/loadavg: 1.92 2.00 1.99 4/98 12525
/proc/meminfo: memFree=1166816/2055920 swapFree=4192812/4192956
[pid=12524] ppid=12522 vsize=902324 CPUtime=0.08
/proc/12524/stat : 12524 (java) R 12522 12524 11901 0 -1 0 3372 0 1 0 7 1 0 0 25 0 12 0 162246866 923979776 3132 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12524/statm: 225581 3132 1574 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 902324

[startup+0.515369 s]
/proc/loadavg: 1.92 2.00 1.99 4/98 12525
/proc/meminfo: memFree=1166816/2055920 swapFree=4192812/4192956
[pid=12524] ppid=12522 vsize=905236 CPUtime=0.49
/proc/12524/stat : 12524 (java) R 12522 12524 11901 0 -1 0 5975 0 1 0 46 3 0 0 25 0 12 0 162246866 926961664 5569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053870926 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12524/statm: 226309 5569 2292 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33845 s]
/proc/loadavg: 1.92 2.00 1.99 5/109 12536
/proc/meminfo: memFree=1148104/2055920 swapFree=4192812/4192956
[pid=12524] ppid=12522 vsize=907208 CPUtime=1.31
/proc/12524/stat : 12524 (java) R 12522 12524 11901 0 -1 0 9686 0 1 0 127 4 0 0 25 0 12 0 162246866 928980992 8537 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054199321 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12524/statm: 226802 8540 2326 14 0 213239 0
[pid=12524/tid=12526] ppid=12522 vsize=907208 CPUtime=0
/proc/12524/task/12526/stat : 12526 (java) S 12522 12524 11901 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 162246869 928980992 8541 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12527] ppid=12522 vsize=907208 CPUtime=0
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 11901 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162246869 928980992 8543 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12528] ppid=12522 vsize=907208 CPUtime=0
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 11901 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 162246872 928980992 8544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12529] ppid=12522 vsize=907208 CPUtime=0
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 11901 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 162246872 928980992 8546 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12530] ppid=12522 vsize=907208 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 11901 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 162246872 928980992 8548 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=907208 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 11901 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 162246876 928980992 8550 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=907208 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162246876 928980992 8552 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12533] ppid=12522 vsize=907208 CPUtime=0.44
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 11901 0 -1 64 1494 0 0 0 44 0 0 0 16 0 12 0 162246876 928980992 8554 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12534] ppid=12522 vsize=907208 CPUtime=0.28
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 11901 0 -1 64 698 0 0 0 28 0 0 0 16 0 12 0 162246876 928980992 8555 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12535] ppid=12522 vsize=907208 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 11901 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 162246876 928980992 8557 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=907208 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162246876 928980992 8559 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 907208

[startup+2.99061 s]
/proc/loadavg: 1.92 2.00 1.99 3/109 12536
/proc/meminfo: memFree=1082248/2055920 swapFree=4192812/4192956
[pid=12524] ppid=12522 vsize=907208 CPUtime=2.96
/proc/12524/stat : 12524 (java) R 12522 12524 11901 0 -1 0 26206 0 1 0 284 12 0 0 25 0 12 0 162246866 928980992 25052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054231030 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12524/statm: 226802 25052 2334 14 0 213239 0
[pid=12524/tid=12526] ppid=12522 vsize=907208 CPUtime=0.11
/proc/12524/task/12526/stat : 12526 (java) S 12522 12524 11901 0 -1 64 2440 0 0 0 11 0 0 0 16 0 12 0 162246869 928980992 25052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12527] ppid=12522 vsize=907208 CPUtime=0.1
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 11901 0 -1 64 1904 0 0 0 10 0 0 0 16 0 12 0 162246869 928980992 25052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12528] ppid=12522 vsize=907208 CPUtime=0
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 11901 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 162246872 928980992 25052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12529] ppid=12522 vsize=907208 CPUtime=0
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 11901 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 162246872 928980992 25052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12530] ppid=12522 vsize=907208 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162246872 928980992 25052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=907208 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 11901 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 162246876 928980992 25052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=907208 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162246876 928980992 25052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12533] ppid=12522 vsize=907208 CPUtime=0.48
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 11901 0 -1 64 1495 0 0 0 48 0 0 0 17 0 12 0 162246876 928980992 25052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12534] ppid=12522 vsize=907208 CPUtime=0.31
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 11901 0 -1 64 705 0 0 0 31 0 0 0 17 0 12 0 162246876 928980992 25052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12535] ppid=12522 vsize=907208 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 11901 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 162246876 928980992 25052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=907208 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162246876 928980992 25052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 907208

[startup+6.28393 s]
/proc/loadavg: 2.01 2.02 2.00 4/110 12537
/proc/meminfo: memFree=1031360/2055920 swapFree=4192812/4192956
[pid=12524] ppid=12522 vsize=910288 CPUtime=6.37
/proc/12524/stat : 12524 (java) R 12522 12524 11901 0 -1 0 38113 0 1 0 620 17 0 0 25 0 13 0 162246866 932134912 36085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054357891 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 227572 36085 2357 14 0 214009 0
[pid=12524/tid=12526] ppid=12522 vsize=910288 CPUtime=0.48
/proc/12524/task/12526/stat : 12526 (java) S 12522 12524 11901 0 -1 64 11298 0 0 0 45 3 0 0 18 0 13 0 162246869 932134912 36085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12527] ppid=12522 vsize=910288 CPUtime=0.3
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 11901 0 -1 64 4850 0 0 0 28 2 0 0 17 0 13 0 162246869 932134912 36085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12528] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 11901 0 -1 64 32 0 0 0 0 0 0 0 17 0 13 0 162246872 932134912 36085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12529] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 11901 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 162246872 932134912 36085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12530] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 162246872 932134912 36085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 11901 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 162246876 932134912 36085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 162246876 932134912 36085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12533] ppid=12522 vsize=910288 CPUtime=0.85
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 11901 0 -1 64 1536 0 0 0 85 0 0 0 16 0 13 0 162246876 932134912 36085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12534] ppid=12522 vsize=910288 CPUtime=0.66
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 11901 0 -1 64 729 0 0 0 66 0 0 0 16 0 13 0 162246876 932134912 36085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12535] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 11901 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 162246876 932134912 36085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162246876 932134912 36085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12537] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12537/stat : 12537 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 162247300 932134912 36085 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 910288

[startup+12.6875 s]
/proc/loadavg: 2.01 2.02 2.00 3/110 12537
/proc/meminfo: memFree=1003776/2055920 swapFree=4192812/4192956
[pid=12524] ppid=12522 vsize=910288 CPUtime=12.68
/proc/12524/stat : 12524 (java) R 12522 12524 11901 0 -1 0 38120 0 1 0 1251 17 0 0 25 0 13 0 162246866 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054356881 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 227572 36089 2357 14 0 214009 0
[pid=12524/tid=12526] ppid=12522 vsize=910288 CPUtime=0.48
/proc/12524/task/12526/stat : 12526 (java) S 12522 12524 11901 0 -1 64 11298 0 0 0 45 3 0 0 18 0 13 0 162246869 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12527] ppid=12522 vsize=910288 CPUtime=0.3
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 11901 0 -1 64 4850 0 0 0 28 2 0 0 17 0 13 0 162246869 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12528] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 11901 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 162246872 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12529] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 11901 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 162246872 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12530] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 162246872 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 11901 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 162246876 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 162246876 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12533] ppid=12522 vsize=910288 CPUtime=0.89
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 11901 0 -1 64 1539 0 0 0 89 0 0 0 17 0 13 0 162246876 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12534] ppid=12522 vsize=910288 CPUtime=0.67
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 11901 0 -1 64 729 0 0 0 67 0 0 0 16 0 13 0 162246876 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12535] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 11901 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 162246876 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162246876 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12537] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12537/stat : 12537 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 162247300 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 910288

[startup+25.5888 s]
/proc/loadavg: 2.00 2.01 2.00 3/110 12537
/proc/meminfo: memFree=1003776/2055920 swapFree=4192812/4192956
[pid=12524] ppid=12522 vsize=910288 CPUtime=25.46
/proc/12524/stat : 12524 (java) R 12522 12524 11901 0 -1 0 38121 0 1 0 2529 17 0 0 25 0 13 0 162246866 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054356901 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 227572 36089 2357 14 0 214009 0
[pid=12524/tid=12526] ppid=12522 vsize=910288 CPUtime=0.48
/proc/12524/task/12526/stat : 12526 (java) S 12522 12524 11901 0 -1 64 11298 0 0 0 45 3 0 0 18 0 13 0 162246869 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12527] ppid=12522 vsize=910288 CPUtime=0.3
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 11901 0 -1 64 4850 0 0 0 28 2 0 0 17 0 13 0 162246869 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12528] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 11901 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 162246872 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12529] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 11901 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 162246872 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12530] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 162246872 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 11901 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 162246876 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 162246876 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12533] ppid=12522 vsize=910288 CPUtime=0.89
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 11901 0 -1 64 1539 0 0 0 89 0 0 0 17 0 13 0 162246876 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12534] ppid=12522 vsize=910288 CPUtime=0.67
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 11901 0 -1 64 729 0 0 0 67 0 0 0 16 0 13 0 162246876 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12535] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 11901 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 162246876 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162246876 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12537] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12537/stat : 12537 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 162247300 932134912 36089 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 910288

[startup+51.2913 s]
/proc/loadavg: 2.00 2.01 2.00 3/110 12537
/proc/meminfo: memFree=1003776/2055920 swapFree=4192812/4192956
[pid=12524] ppid=12522 vsize=910288 CPUtime=50.93
/proc/12524/stat : 12524 (java) R 12522 12524 11901 0 -1 0 38122 0 1 0 5076 17 0 0 25 0 13 0 162246866 932134912 36090 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054458849 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/loadavg: 2.14 2.04 2.01 4/112 13569
/proc/meminfo: memFree=982552/2055920 swapFree=4192812/4192956
[pid=12524] ppid=12522 vsize=910288 CPUtime=1592.64
/proc/12524/stat : 12524 (java) R 12522 12524 11901 0 -1 0 126001 0 1 0 159186 78 0 0 25 0 13 0 162246866 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054458849 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12524/statm: 227572 118418 2357 14 0 214009 0
[pid=12524/tid=12526] ppid=12522 vsize=910288 CPUtime=1.71
/proc/12524/task/12526/stat : 12526 (java) S 12522 12524 11901 0 -1 64 54497 0 0 0 147 24 0 0 17 0 13 0 162246869 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12527] ppid=12522 vsize=910288 CPUtime=1.59
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 11901 0 -1 64 49516 0 0 0 139 20 0 0 18 0 13 0 162246869 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12528] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 11901 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 162246872 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12529] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 11901 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 162246872 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12530] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 162246872 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 11901 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12533] ppid=12522 vsize=910288 CPUtime=0.91
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 11901 0 -1 64 1539 0 0 0 91 0 0 0 17 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12534] ppid=12522 vsize=910288 CPUtime=0.7
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 11901 0 -1 64 732 0 0 0 70 0 0 0 17 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12535] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 11901 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12537] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12537/stat : 12537 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 162247300 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.64
Current children cumulated vsize (KiB) 910288

[startup+1663.93 s]
/proc/loadavg: 2.87 2.26 2.09 4/113 18568
/proc/meminfo: memFree=974496/2055920 swapFree=4192812/4192956
[pid=12524] ppid=12522 vsize=910288 CPUtime=1651.13
/proc/12524/stat : 12524 (java) R 12522 12524 11901 0 -1 0 126001 0 1 0 165034 79 0 0 25 0 13 0 162246866 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054357340 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12524/statm: 227572 118418 2357 14 0 214009 0
[pid=12524/tid=12526] ppid=12522 vsize=910288 CPUtime=1.71
/proc/12524/task/12526/stat : 12526 (java) S 12522 12524 11901 0 -1 64 54497 0 0 0 147 24 0 0 17 0 13 0 162246869 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12527] ppid=12522 vsize=910288 CPUtime=1.59
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 11901 0 -1 64 49516 0 0 0 139 20 0 0 18 0 13 0 162246869 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12528] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 11901 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 162246872 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12529] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 11901 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 162246872 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12530] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 162246872 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 11901 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12533] ppid=12522 vsize=910288 CPUtime=0.91
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 11901 0 -1 64 1539 0 0 0 91 0 0 0 17 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12534] ppid=12522 vsize=910288 CPUtime=0.7
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 11901 0 -1 64 732 0 0 0 70 0 0 0 17 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12535] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 11901 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12537] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12537/stat : 12537 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 162247300 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.13
Current children cumulated vsize (KiB) 910288

[startup+1724.01 s]
/proc/loadavg: 3.19 2.45 2.16 5/112 24332
/proc/meminfo: memFree=968232/2055920 swapFree=4192812/4192956
[pid=12524] ppid=12522 vsize=910288 CPUtime=1708.45
/proc/12524/stat : 12524 (java) R 12522 12524 11901 0 -1 0 126001 0 1 0 170762 83 0 0 25 0 13 0 162246866 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054356881 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12524/statm: 227572 118418 2357 14 0 214009 0
[pid=12524/tid=12526] ppid=12522 vsize=910288 CPUtime=1.71
/proc/12524/task/12526/stat : 12526 (java) S 12522 12524 11901 0 -1 64 54497 0 0 0 147 24 0 0 17 0 13 0 162246869 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12527] ppid=12522 vsize=910288 CPUtime=1.59
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 11901 0 -1 64 49516 0 0 0 139 20 0 0 18 0 13 0 162246869 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12528] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 11901 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 162246872 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12529] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 11901 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 162246872 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12530] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 162246872 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 11901 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12533] ppid=12522 vsize=910288 CPUtime=0.91
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 11901 0 -1 64 1539 0 0 0 91 0 0 0 17 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12534] ppid=12522 vsize=910288 CPUtime=0.7
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 11901 0 -1 64 732 0 0 0 70 0 0 0 17 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12535] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 11901 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12537] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12537/stat : 12537 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 162247300 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.45
Current children cumulated vsize (KiB) 910288

[startup+1784.09 s]
/proc/loadavg: 3.12 2.57 2.22 4/113 29469
/proc/meminfo: memFree=962656/2055920 swapFree=4192812/4192956
[pid=12524] ppid=12522 vsize=910288 CPUtime=1763.95
/proc/12524/stat : 12524 (java) R 12522 12524 11901 0 -1 0 126001 0 1 0 176310 85 0 0 25 0 13 0 162246866 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054356881 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 227572 118418 2357 14 0 214009 0
[pid=12524/tid=12526] ppid=12522 vsize=910288 CPUtime=1.71
/proc/12524/task/12526/stat : 12526 (java) S 12522 12524 11901 0 -1 64 54497 0 0 0 147 24 0 0 17 0 13 0 162246869 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12527] ppid=12522 vsize=910288 CPUtime=1.59
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 11901 0 -1 64 49516 0 0 0 139 20 0 0 18 0 13 0 162246869 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12528] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 11901 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 162246872 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12529] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 11901 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 162246872 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12530] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 162246872 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 11901 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12533] ppid=12522 vsize=910288 CPUtime=0.91
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 11901 0 -1 64 1539 0 0 0 91 0 0 0 17 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12534] ppid=12522 vsize=910288 CPUtime=0.7
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 11901 0 -1 64 732 0 0 0 70 0 0 0 17 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12535] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 11901 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12537] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12537/stat : 12537 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 162247300 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1763.95
Current children cumulated vsize (KiB) 910288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1828.39 s]
/proc/loadavg: 3.05 2.62 2.25 4/112 924
/proc/meminfo: memFree=958504/2055920 swapFree=4192812/4192956
[pid=12524] ppid=12522 vsize=910288 CPUtime=1800.07
/proc/12524/stat : 12524 (java) R 12522 12524 11901 0 -1 0 126001 0 1 0 179920 87 0 0 25 0 13 0 162246866 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054458849 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 227572 118418 2357 14 0 214009 0
[pid=12524/tid=12526] ppid=12522 vsize=910288 CPUtime=1.71
/proc/12524/task/12526/stat : 12526 (java) S 12522 12524 11901 0 -1 64 54497 0 0 0 147 24 0 0 17 0 13 0 162246869 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12527] ppid=12522 vsize=910288 CPUtime=1.59
/proc/12524/task/12527/stat : 12527 (java) S 12522 12524 11901 0 -1 64 49516 0 0 0 139 20 0 0 18 0 13 0 162246869 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12528] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12528/stat : 12528 (java) S 12522 12524 11901 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 162246872 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12529] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12529/stat : 12529 (java) S 12522 12524 11901 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 162246872 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12530] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12530/stat : 12530 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 162246872 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12531] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12522 12524 11901 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12532] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12533] ppid=12522 vsize=910288 CPUtime=0.91
/proc/12524/task/12533/stat : 12533 (java) S 12522 12524 11901 0 -1 64 1539 0 0 0 91 0 0 0 17 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12534] ppid=12522 vsize=910288 CPUtime=0.7
/proc/12524/task/12534/stat : 12534 (java) S 12522 12524 11901 0 -1 64 732 0 0 0 70 0 0 0 17 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12524/tid=12535] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12535/stat : 12535 (java) S 12522 12524 11901 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12536] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12536/stat : 12536 (java) S 12522 12524 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162246876 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12524/tid=12537] ppid=12522 vsize=910288 CPUtime=0
/proc/12524/task/12537/stat : 12537 (java) S 12522 12524 11901 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 162247300 932134912 118418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 910288

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1828.5
CPU time (s): 1800.17
CPU user time (s): 1799.23
CPU system time (s): 0.938857
CPU usage (%): 98.4507
Max. virtual memory (cumulated for all children) (KiB): 910288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.938857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126021
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= 37841
involuntary context switches= 66390

runsolver used 2.53261 s user time and 6.73797 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sun Jan  7 02:55:22 UTC 2007


IDJOB= 199939
IDBENCH= 3661
FILE ID= node18/199939-1168138522

PBS_JOBID= 3477784

Free space on /tmp= 66279 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24-fcd/rand-3-24-24-76-632-fcd-11_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/199939-1168138522/sat4jCSP-bf3.jar /tmp/evaluation/199939-1168138522/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-199939-1168138522 -o ROOT/results/node18/solver-199939-1168138522 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/199939-1168138522/sat4jCSP-bf3.jar /tmp/evaluation/199939-1168138522/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  66b9a6f84ad3fac8713448ac5bc398c0

RANDOM SEED= 212221385

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.231
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.231
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:       1167232 kB
Buffers:         38608 kB
Cached:         382088 kB
SwapCached:         20 kB
Active:         595932 kB
Inactive:       242452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1167232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5236 kB
Writeback:           0 kB
Mapped:         446608 kB
Slab:            34452 kB
Committed_AS:  5169900 kB
PageTables:       2816 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= 66284 MiB



End job on node18 on Sun Jan  7 03:25:50 UTC 2007