Trace number 221320

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? 486.889 486.937

General information on the benchmark

Namefapp/fapp31-35/fapp34/
fapp34-0750-5.xml
MD5SUMc92273b7761fdb23e20f8162f9ea6aa2
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 benchmark6.69698
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables750
Number of constraints8639
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8639
Global constraints used (with number of constraints)

Solver Data (download as text)

0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.24	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.24	c version CSP COMPETITION BUGFIX 3
0.24	c sun.arch.data.model	32
0.24	c java.version	1.5.0_10
0.24	c os.name	Linux
0.24	c os.version	2.6.9-22.EL.rootsmp
0.24	c os.arch	i386
0.24	c Free memory 722620888
0.24	c Max memory 723845120
0.25	c Total memory 723845120
0.25	c Number of processors 2
0.34	c --- Begin Solver configuration ---
0.34	c Stops conflict analysis at the first Unique Implication Point
0.34	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.34	c Learn all clauses as in MiniSAT
0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34	c VSIDS like heuristics from MiniSAT using a heap
0.34	c No reason simplification
0.34	c --- End Solver configuration ---
0.34	c solving /tmp/evaluation/221320-1168258549/unknown.xml
0.34	c reading problem ... 
0.61	c reading problem named ?
0.61	c reading domains done.
1.07	c reading variables
c reading variables (750) done.
2.27	c reading predicates 
c reading relations (9) done.
2.52	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
486.80	c starts		: 0
486.80	c conflicts		: 0
486.80	c decisions		: 0
486.80	c propagations		: 0
486.80	c inspects		: 0
486.80	c learnt literals	: 0
486.80	c learnt binary clauses	: 0
486.80	c learnt ternary clauses	: 0
486.80	c learnt clauses	: 0
486.80	c root simplifications	: 0
486.80	c removed literals (reason simplification)	: 0
486.80	c reason swapping (by a shorter reason)	: 0
486.80	c Calls to reduceDB	: 0
486.80	c speed (decisions/second)	: 0.0
486.80	c non guided choices	0
486.80	s UNKNOWN
486.80	c Total wall clock time (in seconds) : 486.461
486.80	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/node40/watcher-221320-1168258549 -o ROOT/results/node40/solver-221320-1168258549 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221320-1168258549/sat4jCSP-bf3.jar /tmp/evaluation/221320-1168258549/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.94 1.99 1.75 2/81 20865
/proc/meminfo: memFree=1432024/2055920 swapFree=4192812/4192956
[pid=20864] ppid=20862 vsize=14120 CPUtime=0
/proc/20864/stat : 20864 (java) D 20862 20864 19592 0 -1 0 927 0 1 0 0 0 0 0 17 0 1 0 174254340 14458880 693 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 6910756 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/20864/statm: 3530 693 534 14 0 1602 0

[startup+0.102727 s]
/proc/loadavg: 1.94 1.99 1.75 2/81 20865
/proc/meminfo: memFree=1432024/2055920 swapFree=4192812/4192956
[pid=20864] ppid=20862 vsize=895436 CPUtime=0.03
/proc/20864/stat : 20864 (java) R 20862 20864 19592 0 -1 0 2725 0 1 0 2 1 0 0 18 0 3 0 174254340 916926464 2487 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154469343 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/20864/statm: 223859 2487 1297 14 0 210879 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 895436

[startup+0.510777 s]
/proc/loadavg: 1.94 1.99 1.75 2/81 20865
/proc/meminfo: memFree=1432024/2055920 swapFree=4192812/4192956
[pid=20864] ppid=20862 vsize=905236 CPUtime=0.4
/proc/20864/stat : 20864 (java) R 20862 20864 19592 0 -1 0 5500 0 1 0 37 3 0 0 18 0 12 0 174254340 926961664 5095 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20864/statm: 226309 5095 2135 14 0 212746 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 905236

[startup+1.33188 s]
/proc/loadavg: 1.94 1.99 1.75 3/92 20876
/proc/meminfo: memFree=1416256/2055920 swapFree=4192812/4192956
[pid=20864] ppid=20862 vsize=906456 CPUtime=1.21
/proc/20864/stat : 20864 (java) R 20862 20864 19592 0 -1 0 7210 0 1 0 118 3 0 0 21 0 12 0 174254340 928210944 6231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20864/statm: 226614 6231 2304 14 0 213051 0
[pid=20864/tid=20866] ppid=20862 vsize=906456 CPUtime=0
/proc/20864/task/20866/stat : 20866 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254349 928210944 6231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20867] ppid=20862 vsize=906456 CPUtime=0
/proc/20864/task/20867/stat : 20867 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 174254349 928210944 6231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20868] ppid=20862 vsize=906456 CPUtime=0
/proc/20864/task/20868/stat : 20868 (java) S 20862 20864 19592 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 174254352 928210944 6231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20869] ppid=20862 vsize=906456 CPUtime=0
/proc/20864/task/20869/stat : 20869 (java) S 20862 20864 19592 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 174254352 928210944 6231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20870] ppid=20862 vsize=906456 CPUtime=0
/proc/20864/task/20870/stat : 20870 (java) S 20862 20864 19592 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 174254352 928210944 6231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20871] ppid=20862 vsize=906456 CPUtime=0
/proc/20864/task/20871/stat : 20871 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254358 928210944 6231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20872] ppid=20862 vsize=906456 CPUtime=0
/proc/20864/task/20872/stat : 20872 (java) S 20862 20864 19592 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174254358 928210944 6231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20873] ppid=20862 vsize=906456 CPUtime=0.22
/proc/20864/task/20873/stat : 20873 (java) S 20862 20864 19592 0 -1 64 273 0 0 0 22 0 0 0 16 0 12 0 174254358 928210944 6231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20874] ppid=20862 vsize=906456 CPUtime=0.4
/proc/20864/task/20874/stat : 20874 (java) R 20862 20864 19592 0 -1 64 1517 0 0 0 40 0 0 0 16 0 12 0 174254359 928210944 6231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155402926 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20875] ppid=20862 vsize=906456 CPUtime=0
/proc/20864/task/20875/stat : 20875 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 174254359 928210944 6231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20876] ppid=20862 vsize=906456 CPUtime=0
/proc/20864/task/20876/stat : 20876 (java) S 20862 20864 19592 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174254359 928210944 6231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 906456

[startup+2.97414 s]
/proc/loadavg: 1.94 1.99 1.75 4/92 20876
/proc/meminfo: memFree=1306688/2055920 swapFree=4192812/4192956
[pid=20864] ppid=20862 vsize=911900 CPUtime=3.13
/proc/20864/stat : 20864 (java) R 20862 20864 19592 0 -1 0 39883 0 1 0 294 19 0 0 20 0 12 0 174254340 933785600 34396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20864/statm: 227975 34396 2478 14 0 214412 0
[pid=20864/tid=20866] ppid=20862 vsize=911900 CPUtime=0.33
/proc/20864/task/20866/stat : 20866 (java) S 20862 20864 19592 0 -1 64 8211 0 0 0 30 3 0 0 20 0 12 0 174254349 933785600 34396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20867] ppid=20862 vsize=911900 CPUtime=0.34
/proc/20864/task/20867/stat : 20867 (java) S 20862 20864 19592 0 -1 64 8503 0 0 0 31 3 0 0 16 0 12 0 174254349 933785600 34396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20868] ppid=20862 vsize=911900 CPUtime=0
/proc/20864/task/20868/stat : 20868 (java) S 20862 20864 19592 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 174254352 933785600 34396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20869] ppid=20862 vsize=911900 CPUtime=0
/proc/20864/task/20869/stat : 20869 (java) S 20862 20864 19592 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254352 933785600 34396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20870] ppid=20862 vsize=911900 CPUtime=0
/proc/20864/task/20870/stat : 20870 (java) S 20862 20864 19592 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254352 933785600 34396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20871] ppid=20862 vsize=911900 CPUtime=0
/proc/20864/task/20871/stat : 20871 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254358 933785600 34396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20872] ppid=20862 vsize=911900 CPUtime=0
/proc/20864/task/20872/stat : 20872 (java) S 20862 20864 19592 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174254358 933785600 34396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20873] ppid=20862 vsize=911900 CPUtime=0.54
/proc/20864/task/20873/stat : 20873 (java) S 20862 20864 19592 0 -1 64 1418 0 0 0 54 0 0 0 16 0 12 0 174254358 933785600 34396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20874] ppid=20862 vsize=911900 CPUtime=0.63
/proc/20864/task/20874/stat : 20874 (java) R 20862 20864 19592 0 -1 64 1564 0 0 0 63 0 0 0 16 0 12 0 174254359 933785600 34396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151473835 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20875] ppid=20862 vsize=911900 CPUtime=0
/proc/20864/task/20875/stat : 20875 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 174254359 933785600 34396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20876] ppid=20862 vsize=911900 CPUtime=0
/proc/20864/task/20876/stat : 20876 (java) S 20862 20864 19592 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174254359 933785600 34396 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 911900

[startup+6.18151 s]
/proc/loadavg: 2.02 2.01 1.76 3/92 20876
/proc/meminfo: memFree=1278784/2055920 swapFree=4192812/4192956
[pid=20864] ppid=20862 vsize=912156 CPUtime=6.31
/proc/20864/stat : 20864 (java) R 20862 20864 19592 0 -1 0 46852 0 1 0 609 22 0 0 25 0 12 0 174254340 934047744 40844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054326618 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20864/statm: 228039 40844 2479 14 0 214476 0
[pid=20864/tid=20866] ppid=20862 vsize=912156 CPUtime=0.48
/proc/20864/task/20866/stat : 20866 (java) S 20862 20864 19592 0 -1 64 10940 0 0 0 43 5 0 0 16 0 12 0 174254349 934047744 40844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20867] ppid=20862 vsize=912156 CPUtime=0.59
/proc/20864/task/20867/stat : 20867 (java) S 20862 20864 19592 0 -1 64 12114 0 0 0 55 4 0 0 16 0 12 0 174254349 934047744 40844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20868] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20868/stat : 20868 (java) S 20862 20864 19592 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 40844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20869] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20869/stat : 20869 (java) S 20862 20864 19592 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 40844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20870] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20870/stat : 20870 (java) S 20862 20864 19592 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 40844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20871] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20871/stat : 20871 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254358 934047744 40844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20872] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20872/stat : 20872 (java) S 20862 20864 19592 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174254358 934047744 40844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20873] ppid=20862 vsize=912156 CPUtime=0.83
/proc/20864/task/20873/stat : 20873 (java) S 20862 20864 19592 0 -1 64 2030 0 0 0 82 1 0 0 16 0 12 0 174254358 934047744 40844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20874] ppid=20862 vsize=912156 CPUtime=0.77
/proc/20864/task/20874/stat : 20874 (java) S 20862 20864 19592 0 -1 64 1569 0 0 0 77 0 0 0 17 0 12 0 174254359 934047744 40844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20875] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20875/stat : 20875 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 174254359 934047744 40844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20876] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20876/stat : 20876 (java) S 20862 20864 19592 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174254359 934047744 40844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 912156

[startup+12.6723 s]
/proc/loadavg: 2.02 2.01 1.76 3/92 20876
/proc/meminfo: memFree=1251648/2055920 swapFree=4192812/4192956
[pid=20864] ppid=20862 vsize=912156 CPUtime=12.81
/proc/20864/stat : 20864 (java) R 20862 20864 19592 0 -1 0 54357 0 1 0 1256 25 0 0 25 0 12 0 174254340 934047744 47433 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054300775 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20864/statm: 228039 47433 2479 14 0 214476 0
[pid=20864/tid=20866] ppid=20862 vsize=912156 CPUtime=0.66
/proc/20864/task/20866/stat : 20866 (java) S 20862 20864 19592 0 -1 64 14424 0 0 0 60 6 0 0 16 0 12 0 174254349 934047744 47433 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20867] ppid=20862 vsize=912156 CPUtime=0.77
/proc/20864/task/20867/stat : 20867 (java) S 20862 20864 19592 0 -1 64 16111 0 0 0 71 6 0 0 16 0 12 0 174254349 934047744 47433 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20868] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20868/stat : 20868 (java) S 20862 20864 19592 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 47433 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20869] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20869/stat : 20869 (java) S 20862 20864 19592 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 47433 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20870] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20870/stat : 20870 (java) S 20862 20864 19592 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 47433 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20871] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20871/stat : 20871 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254358 934047744 47433 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20872] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20872/stat : 20872 (java) S 20862 20864 19592 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174254358 934047744 47433 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20873] ppid=20862 vsize=912156 CPUtime=0.86
/proc/20864/task/20873/stat : 20873 (java) S 20862 20864 19592 0 -1 64 2033 0 0 0 85 1 0 0 16 0 12 0 174254358 934047744 47433 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20874] ppid=20862 vsize=912156 CPUtime=0.78
/proc/20864/task/20874/stat : 20874 (java) S 20862 20864 19592 0 -1 64 1569 0 0 0 78 0 0 0 16 0 12 0 174254359 934047744 47433 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20875] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20875/stat : 20875 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 174254359 934047744 47433 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20876] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20876/stat : 20876 (java) S 20862 20864 19592 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174254359 934047744 47433 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 912156

[startup+25.571 s]
/proc/loadavg: 2.10 2.02 1.76 6/92 20951
/proc/meminfo: memFree=1333504/2055920 swapFree=4192812/4192956
[pid=20864] ppid=20862 vsize=912156 CPUtime=25.77
/proc/20864/stat : 20864 (java) R 20862 20864 19592 0 -1 0 63665 0 1 0 2547 30 0 0 25 0 12 0 174254340 934047744 56333 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054479501 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20864/statm: 228039 56333 2479 14 0 214476 0
[pid=20864/tid=20866] ppid=20862 vsize=912156 CPUtime=0.84
/proc/20864/task/20866/stat : 20866 (java) S 20862 20864 19592 0 -1 64 19602 0 0 0 76 8 0 0 16 0 12 0 174254349 934047744 56333 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20867] ppid=20862 vsize=912156 CPUtime=0.91
/proc/20864/task/20867/stat : 20867 (java) S 20862 20864 19592 0 -1 64 20209 0 0 0 84 7 0 0 16 0 12 0 174254349 934047744 56333 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20868] ppid=20862 vsize=912156 CPUtime=0.01
/proc/20864/task/20868/stat : 20868 (java) S 20862 20864 19592 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 174254352 934047744 56333 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20869] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20869/stat : 20869 (java) S 20862 20864 19592 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 56333 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20870] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20870/stat : 20870 (java) S 20862 20864 19592 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 56333 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20871] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20871/stat : 20871 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254358 934047744 56333 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20872] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20872/stat : 20872 (java) S 20862 20864 19592 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174254358 934047744 56333 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20873] ppid=20862 vsize=912156 CPUtime=0.9
/proc/20864/task/20873/stat : 20873 (java) S 20862 20864 19592 0 -1 64 2037 0 0 0 89 1 0 0 16 0 12 0 174254358 934047744 56333 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20874] ppid=20862 vsize=912156 CPUtime=0.83
/proc/20864/task/20874/stat : 20874 (java) S 20862 20864 19592 0 -1 64 1571 0 0 0 83 0 0 0 16 0 12 0 174254359 934047744 56333 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20875] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20875/stat : 20875 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 174254359 934047744 56333 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20876] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20876/stat : 20876 (java) S 20862 20864 19592 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174254359 934047744 56333 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.77
Current children cumulated vsize (KiB) 912156

[startup+51.2501 s]
/proc/loadavg: 2.19 2.05 1.78 5/92 20951
/proc/meminfo: memFree=1055616/2055920 swapFree=4192812/4192956
[pid=20864] ppid=20862 vsize=912156 CPUtime=51.32
/proc/20864/stat : 20864 (java) R 20862 20864 19592 0 -1 0 79541 0 1 0 5094 38 0 0 25 0 12 0 174254340 934047744 71682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054310393 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20864/statm: 228039 71682 2479 14 0 214476 0
[pid=20864/tid=20866] ppid=20862 vsize=912156 CPUtime=1.14
/proc/20864/task/20866/stat : 20866 (java) S 20862 20864 19592 0 -1 64 27765 0 0 0 103 11 0 0 17 0 12 0 174254349 934047744 71682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20867] ppid=20862 vsize=912156 CPUtime=1.24
/proc/20864/task/20867/stat : 20867 (java) S 20862 20864 19592 0 -1 64 27885 0 0 0 113 11 0 0 16 0 12 0 174254349 934047744 71682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20868] ppid=20862 vsize=912156 CPUtime=0.03

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

/proc/20864/task/20870/stat : 20870 (java) S 20862 20864 19592 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 145488 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20871] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20871/stat : 20871 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254358 934047744 145488 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20872] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20872/stat : 20872 (java) S 20862 20864 19592 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174254358 934047744 145488 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20873] ppid=20862 vsize=912156 CPUtime=0.96
/proc/20864/task/20873/stat : 20873 (java) S 20862 20864 19592 0 -1 64 2038 0 0 0 95 1 0 0 17 0 12 0 174254358 934047744 145488 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20874] ppid=20862 vsize=912156 CPUtime=0.87
/proc/20864/task/20874/stat : 20874 (java) S 20862 20864 19592 0 -1 64 1571 0 0 0 87 0 0 0 17 0 12 0 174254359 934047744 145488 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20875] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20875/stat : 20875 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 174254359 934047744 145488 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20876] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20876/stat : 20876 (java) S 20862 20864 19592 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174254359 934047744 145488 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 912156

[startup+222.637 s]
/proc/loadavg: 2.18 2.09 1.84 3/92 20953
/proc/meminfo: memFree=237568/2055920 swapFree=4192812/4192956
[pid=20864] ppid=20862 vsize=912156 CPUtime=221.66
/proc/20864/stat : 20864 (java) R 20862 20864 19592 0 -1 0 196898 0 1 0 22065 101 0 0 17 0 12 0 174254340 934047744 185459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054117900 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20864/statm: 228039 185459 2480 14 0 214476 0
[pid=20864/tid=20866] ppid=20862 vsize=912156 CPUtime=4.05
/proc/20864/task/20866/stat : 20866 (java) S 20862 20864 19592 0 -1 64 83337 0 0 0 365 40 0 0 15 0 12 0 174254349 934047744 185459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20867] ppid=20862 vsize=912156 CPUtime=4.17
/proc/20864/task/20867/stat : 20867 (java) S 20862 20864 19592 0 -1 64 88291 0 0 0 376 41 0 0 16 0 12 0 174254349 934047744 185459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20868] ppid=20862 vsize=912156 CPUtime=1.19
/proc/20864/task/20868/stat : 20868 (java) S 20862 20864 19592 0 -1 64 1161 0 0 0 115 4 0 0 17 0 12 0 174254352 934047744 185459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20869] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20869/stat : 20869 (java) S 20862 20864 19592 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 185459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20870] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20870/stat : 20870 (java) S 20862 20864 19592 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 185459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20871] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20871/stat : 20871 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254358 934047744 185459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20872] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20872/stat : 20872 (java) S 20862 20864 19592 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174254358 934047744 185459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20873] ppid=20862 vsize=912156 CPUtime=1.05
/proc/20864/task/20873/stat : 20873 (java) S 20862 20864 19592 0 -1 64 2045 0 0 0 104 1 0 0 17 0 12 0 174254358 934047744 185459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20874] ppid=20862 vsize=912156 CPUtime=0.88
/proc/20864/task/20874/stat : 20874 (java) S 20862 20864 19592 0 -1 64 1571 0 0 0 88 0 0 0 17 0 12 0 174254359 934047744 185459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20875] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20875/stat : 20875 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 174254359 934047744 185459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20876] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20876/stat : 20876 (java) S 20862 20864 19592 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174254359 934047744 185459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.66
Current children cumulated vsize (KiB) 912156

[startup+282.656 s]
/proc/loadavg: 2.07 2.07 1.84 5/92 20953
/proc/meminfo: memFree=200000/2055920 swapFree=4192812/4192956
[pid=20864] ppid=20862 vsize=912156 CPUtime=281.6
/proc/20864/stat : 20864 (java) R 20862 20864 19592 0 -1 0 197336 0 1 0 28057 103 0 0 25 0 12 0 174254340 934047744 185236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054420137 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20864/statm: 228039 185236 2480 14 0 214476 0
[pid=20864/tid=20866] ppid=20862 vsize=912156 CPUtime=4.87
/proc/20864/task/20866/stat : 20866 (java) S 20862 20864 19592 0 -1 64 83385 0 0 0 447 40 0 0 16 0 12 0 174254349 934047744 185236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20867] ppid=20862 vsize=912156 CPUtime=4.95
/proc/20864/task/20867/stat : 20867 (java) S 20862 20864 19592 0 -1 64 88600 0 0 0 454 41 0 0 16 0 12 0 174254349 934047744 185236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20868] ppid=20862 vsize=912156 CPUtime=1.21
/proc/20864/task/20868/stat : 20868 (java) S 20862 20864 19592 0 -1 64 1161 0 0 0 117 4 0 0 16 0 12 0 174254352 934047744 185236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20869] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20869/stat : 20869 (java) S 20862 20864 19592 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 185236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20870] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20870/stat : 20870 (java) S 20862 20864 19592 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 185236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20871] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20871/stat : 20871 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254358 934047744 185236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20872] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20872/stat : 20872 (java) S 20862 20864 19592 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 174254358 934047744 185236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20873] ppid=20862 vsize=912156 CPUtime=1.05
/proc/20864/task/20873/stat : 20873 (java) S 20862 20864 19592 0 -1 64 2045 0 0 0 104 1 0 0 17 0 12 0 174254358 934047744 185236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20874] ppid=20862 vsize=912156 CPUtime=0.88
/proc/20864/task/20874/stat : 20874 (java) S 20862 20864 19592 0 -1 64 1571 0 0 0 88 0 0 0 17 0 12 0 174254359 934047744 185236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20875] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20875/stat : 20875 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 174254359 934047744 185236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20876] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20876/stat : 20876 (java) S 20862 20864 19592 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174254359 934047744 185236 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.6
Current children cumulated vsize (KiB) 912156

[startup+342.752 s]
/proc/loadavg: 2.07 2.07 1.85 3/92 20953
/proc/meminfo: memFree=143104/2055920 swapFree=4192812/4192956
[pid=20864] ppid=20862 vsize=912156 CPUtime=341.54
/proc/20864/stat : 20864 (java) R 20862 20864 19592 0 -1 0 199442 0 1 0 34049 105 0 0 25 0 12 0 174254340 934047744 185609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054300775 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20864/statm: 228039 185609 2480 14 0 214476 0
[pid=20864/tid=20866] ppid=20862 vsize=912156 CPUtime=5.8
/proc/20864/task/20866/stat : 20866 (java) S 20862 20864 19592 0 -1 64 84200 0 0 0 540 40 0 0 16 0 12 0 174254349 934047744 185609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20867] ppid=20862 vsize=912156 CPUtime=5.79
/proc/20864/task/20867/stat : 20867 (java) S 20862 20864 19592 0 -1 64 88663 0 0 0 538 41 0 0 16 0 12 0 174254349 934047744 185609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20868] ppid=20862 vsize=912156 CPUtime=2.38
/proc/20864/task/20868/stat : 20868 (java) S 20862 20864 19592 0 -1 64 2307 0 0 0 232 6 0 0 15 0 12 0 174254352 934047744 185609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20869] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20869/stat : 20869 (java) S 20862 20864 19592 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 185609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20870] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20870/stat : 20870 (java) S 20862 20864 19592 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 185609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20871] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20871/stat : 20871 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254358 934047744 185609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20872] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20872/stat : 20872 (java) S 20862 20864 19592 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 174254358 934047744 185609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20873] ppid=20862 vsize=912156 CPUtime=1.11
/proc/20864/task/20873/stat : 20873 (java) S 20862 20864 19592 0 -1 64 2048 0 0 0 110 1 0 0 17 0 12 0 174254358 934047744 185609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20874] ppid=20862 vsize=912156 CPUtime=0.88
/proc/20864/task/20874/stat : 20874 (java) S 20862 20864 19592 0 -1 64 1571 0 0 0 88 0 0 0 17 0 12 0 174254359 934047744 185609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20875] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20875/stat : 20875 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 174254359 934047744 185609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20876] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20876/stat : 20876 (java) S 20862 20864 19592 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174254359 934047744 185609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.54
Current children cumulated vsize (KiB) 912156

[startup+402.837 s]
/proc/loadavg: 1.58 1.95 1.82 2/76 20967
/proc/meminfo: memFree=880528/2055920 swapFree=4192812/4192956
[pid=20864] ppid=20862 vsize=912156 CPUtime=402.97
/proc/20864/stat : 20864 (java) R 20862 20864 19592 0 -1 0 217261 0 1 0 40179 118 0 0 17 0 12 0 174254340 934047744 186278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054300794 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20864/statm: 228039 186278 2480 14 0 214476 0
[pid=20864/tid=20866] ppid=20862 vsize=912156 CPUtime=7.53
/proc/20864/task/20866/stat : 20866 (java) S 20862 20864 19592 0 -1 64 85254 0 0 0 712 41 0 0 16 0 12 0 174254349 934047744 186278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20867] ppid=20862 vsize=912156 CPUtime=7.45
/proc/20864/task/20867/stat : 20867 (java) S 20862 20864 19592 0 -1 64 89279 0 0 0 703 42 0 0 15 0 12 0 174254349 934047744 186278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20868] ppid=20862 vsize=912156 CPUtime=12.6
/proc/20864/task/20868/stat : 20868 (java) S 20862 20864 19592 0 -1 64 18351 0 0 0 1244 16 0 0 17 0 12 0 174254352 934047744 186278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20869] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20869/stat : 20869 (java) S 20862 20864 19592 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 186278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20870] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20870/stat : 20870 (java) S 20862 20864 19592 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254352 934047744 186278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20871] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20871/stat : 20871 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254358 934047744 186278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20872] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20872/stat : 20872 (java) S 20862 20864 19592 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 174254358 934047744 186278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20873] ppid=20862 vsize=912156 CPUtime=1.11
/proc/20864/task/20873/stat : 20873 (java) S 20862 20864 19592 0 -1 64 2048 0 0 0 110 1 0 0 17 0 12 0 174254358 934047744 186278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20874] ppid=20862 vsize=912156 CPUtime=0.88
/proc/20864/task/20874/stat : 20874 (java) S 20862 20864 19592 0 -1 64 1571 0 0 0 88 0 0 0 17 0 12 0 174254359 934047744 186278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20875] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20875/stat : 20875 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 174254359 934047744 186278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20876] ppid=20862 vsize=912156 CPUtime=0
/proc/20864/task/20876/stat : 20876 (java) S 20862 20864 19592 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174254359 934047744 186278 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.97
Current children cumulated vsize (KiB) 912156

[startup+462.906 s]
/proc/loadavg: 1.21 1.77 1.77 2/76 20967
/proc/meminfo: memFree=883024/2055920 swapFree=4192812/4192956
[pid=20864] ppid=20862 vsize=916160 CPUtime=462.93
/proc/20864/stat : 20864 (java) S 20862 20864 19592 0 -1 0 315902 0 1 0 46128 165 0 0 17 0 12 0 174254340 938147840 186923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20864/statm: 229040 186923 2480 14 0 215477 0
[pid=20864/tid=20866] ppid=20862 vsize=916160 CPUtime=7.53
/proc/20864/task/20866/stat : 20866 (java) S 20862 20864 19592 0 -1 64 85254 0 0 0 712 41 0 0 16 0 12 0 174254349 938147840 186923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20867] ppid=20862 vsize=916160 CPUtime=7.45
/proc/20864/task/20867/stat : 20867 (java) S 20862 20864 19592 0 -1 64 89279 0 0 0 703 42 0 0 15 0 12 0 174254349 938147840 186923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20868] ppid=20862 vsize=916160 CPUtime=59.91
/proc/20864/task/20868/stat : 20868 (java) R 20862 20864 19592 0 -1 64 116907 0 0 0 5928 63 0 0 16 0 12 0 174254352 938147840 186923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20869] ppid=20862 vsize=916160 CPUtime=0
/proc/20864/task/20869/stat : 20869 (java) S 20862 20864 19592 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254352 938147840 186923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20870] ppid=20862 vsize=916160 CPUtime=0
/proc/20864/task/20870/stat : 20870 (java) S 20862 20864 19592 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254352 938147840 186923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20871] ppid=20862 vsize=916160 CPUtime=0
/proc/20864/task/20871/stat : 20871 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254358 938147840 186923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20872] ppid=20862 vsize=916160 CPUtime=0
/proc/20864/task/20872/stat : 20872 (java) S 20862 20864 19592 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 174254358 938147840 186923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20873] ppid=20862 vsize=916160 CPUtime=1.11
/proc/20864/task/20873/stat : 20873 (java) S 20862 20864 19592 0 -1 64 2048 0 0 0 110 1 0 0 17 0 12 0 174254358 938147840 186923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20864/tid=20874] ppid=20862 vsize=916160 CPUtime=0.88
/proc/20864/task/20874/stat : 20874 (java) S 20862 20864 19592 0 -1 64 1571 0 0 0 88 0 0 0 17 0 12 0 174254359 938147840 186923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20875] ppid=20862 vsize=916160 CPUtime=0
/proc/20864/task/20875/stat : 20875 (java) S 20862 20864 19592 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 174254359 938147840 186923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20864/tid=20876] ppid=20862 vsize=916160 CPUtime=0
/proc/20864/task/20876/stat : 20876 (java) S 20862 20864 19592 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 174254359 938147840 186923 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.93
Current children cumulated vsize (KiB) 916160

Child status: 1
Real time (s): 486.937
CPU time (s): 486.889
CPU user time (s): 484.895
CPU system time (s): 1.9937
CPU usage (%): 99.9901
Max. virtual memory (cumulated for all children) (KiB): 918164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 484.895
system time used= 1.9937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 361798
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= 17602
involuntary context switches= 17626

runsolver used 0.561914 s user time and 1.58276 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Mon Jan  8 12:15:50 UTC 2007


IDJOB= 221320
IDBENCH= 5441
FILE ID= node40/221320-1168258549

PBS_JOBID= 3482604

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp31-35/fapp34/fapp34-0750-5.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221320-1168258549/sat4jCSP-bf3.jar /tmp/evaluation/221320-1168258549/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-221320-1168258549 -o ROOT/results/node40/solver-221320-1168258549 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221320-1168258549/sat4jCSP-bf3.jar /tmp/evaluation/221320-1168258549/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  c92273b7761fdb23e20f8162f9ea6aa2

RANDOM SEED= 211697236

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.239
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.239
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:       1432504 kB
Buffers:         42304 kB
Cached:         303884 kB
SwapCached:          0 kB
Active:         318108 kB
Inactive:       230704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1432504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3560 kB
Writeback:           0 kB
Mapped:         220740 kB
Slab:            59524 kB
Committed_AS:  3988684 kB
PageTables:       2212 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= 66551 MiB



End job on node40 on Mon Jan  8 12:23:57 UTC 2007