Trace number 219040

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 1800.67

General information on the benchmark

NamechessboardColoration/
cc-20-20-3.xml
MD5SUMd0618c798d0e08d96dd944a8f7a18405
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints36100
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	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.21	c --- Begin Solver configuration ---
0.21	c Stops conflict analysis at the first Unique Implication Point
0.21	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.21	c Learn all clauses as in MiniSAT
0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving /tmp/evaluation/219040-1168253918/unknown.xml
0.21	c reading problem ... 
0.38	c reading problem named ?
0.38	c reading domains done.
0.38	c reading variables
c reading variables (400) done.
0.52	c reading predicates 
c reading relations (2) done.
0.72	c reading constraints
c reading constraints done.
23.59	c ... done. Wall clock time 23.38s.
23.59	c CPU time (experimental) 22.36s.
23.59	c #vars     1200
23.59	c #constraints  109100
1800.56	c starts		: 22
1800.56	c conflicts		: 1076005
1800.56	c decisions		: 1277217
1800.56	c propagations		: 35006636
1800.56	c inspects		: 4331220828
1800.56	c learnt literals	: 0
1800.56	c learnt binary clauses	: 0
1800.56	c learnt ternary clauses	: 0
1800.56	c learnt clauses	: 1076005
1800.56	c root simplifications	: 0
1800.56	c removed literals (reason simplification)	: 0
1800.56	c reason swapping (by a shorter reason)	: 0
1800.56	c Calls to reduceDB	: 0
1800.56	c speed (decisions/second)	: 718.7615540845113
1800.56	c non guided choices	803
1800.56	s UNKNOWN
1800.56	c Total wall clock time (in seconds) : 1800.354
1800.56	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/node34/watcher-219040-1168253918 -o ROOT/results/node34/solver-219040-1168253918 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/219040-1168253918/sat4jCSP-bf3.jar /tmp/evaluation/219040-1168253918/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.03 1.58 1.92 3/65 21301
/proc/meminfo: memFree=1786528/2055920 swapFree=4192812/4192956
[pid=21300] ppid=21298 vsize=1784 CPUtime=0
/proc/21300/stat : 21300 (java) R 21298 21300 20282 0 -1 0 167 0 0 0 0 0 0 0 19 0 1 0 173785563 1826816 138 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 8092896 0 0 4096 0 0 0 0 17 1 0 0
/proc/21300/statm: 446 141 106 14 0 91 0

[startup+0.103156 s]
/proc/loadavg: 1.03 1.58 1.92 3/65 21301
/proc/meminfo: memFree=1786528/2055920 swapFree=4192812/4192956
[pid=21300] ppid=21298 vsize=901540 CPUtime=0.09
/proc/21300/stat : 21300 (java) R 21298 21300 20282 0 -1 0 3362 0 1 0 7 2 0 0 23 0 12 0 173785563 923176960 3122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155508713 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21300/statm: 225385 3122 1570 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.513189 s]
/proc/loadavg: 1.03 1.58 1.92 3/65 21301
/proc/meminfo: memFree=1786528/2055920 swapFree=4192812/4192956
[pid=21300] ppid=21298 vsize=906700 CPUtime=0.68
/proc/21300/stat : 21300 (java) R 21298 21300 20282 0 -1 0 6246 0 1 0 65 3 0 0 19 0 12 0 173785563 928460800 5808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053852546 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21300/statm: 226675 5808 2307 14 0 213112 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 906700

[startup+1.34125 s]
/proc/loadavg: 1.03 1.58 1.92 3/76 21312
/proc/meminfo: memFree=1765768/2055920 swapFree=4192812/4192956
[pid=21300] ppid=21298 vsize=906812 CPUtime=1.9
/proc/21300/stat : 21300 (java) R 21298 21300 20282 0 -1 0 9646 0 1 0 185 5 0 0 18 0 12 0 173785563 928575488 8399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21300/statm: 226703 8399 2466 14 0 213140 0
[pid=21300/tid=21302] ppid=21298 vsize=906812 CPUtime=0
/proc/21300/task/21302/stat : 21302 (java) S 21298 21300 20282 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 173785566 928575488 8399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21303] ppid=21298 vsize=906812 CPUtime=0
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 20282 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 173785566 928575488 8399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21304] ppid=21298 vsize=906812 CPUtime=0
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 20282 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 173785568 928575488 8399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21305] ppid=21298 vsize=906812 CPUtime=0
/proc/21300/task/21305/stat : 21305 (java) S 21298 21300 20282 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 173785569 928575488 8399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21306] ppid=21298 vsize=906812 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 20282 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 173785569 928575488 8399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21307] ppid=21298 vsize=906812 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 20282 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 173785572 928575488 8399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21308] ppid=21298 vsize=906812 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 20282 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 173785572 928575488 8399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21309] ppid=21298 vsize=906812 CPUtime=0.43
/proc/21300/task/21309/stat : 21309 (java) R 21298 21300 20282 0 -1 64 796 0 0 0 43 0 0 0 16 0 12 0 173785572 928575488 8399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154377442 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21310] ppid=21298 vsize=906812 CPUtime=0.41
/proc/21300/task/21310/stat : 21310 (java) R 21298 21300 20282 0 -1 64 1034 0 0 0 41 0 0 0 16 0 12 0 173785572 928575488 8399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151911824 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21311] ppid=21298 vsize=906812 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 20282 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 173785572 928575488 8399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21312] ppid=21298 vsize=906812 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 20282 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 173785572 928575488 8399 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 906812

[startup+2.98038 s]
/proc/loadavg: 1.10 1.59 1.92 3/76 21312
/proc/meminfo: memFree=1742024/2055920 swapFree=4192812/4192956
[pid=21300] ppid=21298 vsize=908936 CPUtime=4.52
/proc/21300/stat : 21300 (java) R 21298 21300 20282 0 -1 0 21993 0 1 0 441 11 0 0 19 0 12 0 173785563 930750464 18736 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054194951 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21300/statm: 227234 18736 2467 14 0 213671 0
[pid=21300/tid=21302] ppid=21298 vsize=908936 CPUtime=0
/proc/21300/task/21302/stat : 21302 (java) S 21298 21300 20282 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 173785566 930750464 18736 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21303] ppid=21298 vsize=908936 CPUtime=0
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 20282 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 173785566 930750464 18736 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21304] ppid=21298 vsize=908936 CPUtime=0
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 20282 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 173785568 930750464 18737 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21305] ppid=21298 vsize=908936 CPUtime=0
/proc/21300/task/21305/stat : 21305 (java) S 21298 21300 20282 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 173785569 930750464 18737 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21306] ppid=21298 vsize=908936 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 20282 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 173785569 930750464 18737 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21307] ppid=21298 vsize=908936 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 20282 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 173785572 930750464 18737 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21308] ppid=21298 vsize=908936 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 20282 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 173785572 930750464 18737 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21309] ppid=21298 vsize=908936 CPUtime=1.03
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 20282 0 -1 64 1651 0 0 0 103 0 0 0 15 0 12 0 173785572 930750464 18738 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21310] ppid=21298 vsize=908936 CPUtime=1.18
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 20282 0 -1 64 2908 0 0 0 117 1 0 0 17 0 12 0 173785572 930750464 18738 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21311] ppid=21298 vsize=908936 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 20282 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 173785572 930750464 18739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21312] ppid=21298 vsize=908936 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 20282 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 173785572 930750464 18739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 908936

[startup+6.27084 s]
/proc/loadavg: 1.10 1.59 1.92 2/76 21312
/proc/meminfo: memFree=1706568/2055920 swapFree=4192812/4192956
[pid=21300] ppid=21298 vsize=908904 CPUtime=8.53
/proc/21300/stat : 21300 (java) R 21298 21300 20282 0 -1 0 27313 0 1 0 839 14 0 0 19 0 12 0 173785563 930717696 22604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155560561 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21300/statm: 227226 22604 2475 14 0 213663 0
[pid=21300/tid=21302] ppid=21298 vsize=908904 CPUtime=0.02
/proc/21300/task/21302/stat : 21302 (java) S 21298 21300 20282 0 -1 64 579 0 0 0 2 0 0 0 16 0 12 0 173785566 930717696 22604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21303] ppid=21298 vsize=908904 CPUtime=0.02
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 20282 0 -1 64 508 0 0 0 2 0 0 0 16 0 12 0 173785566 930717696 22604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21304] ppid=21298 vsize=908904 CPUtime=0
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 20282 0 -1 64 22 0 0 0 0 0 0 0 15 0 12 0 173785568 930717696 22604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21305] ppid=21298 vsize=908904 CPUtime=0
/proc/21300/task/21305/stat : 21305 (java) S 21298 21300 20282 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 173785569 930717696 22604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21306] ppid=21298 vsize=908904 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 20282 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 173785569 930717696 22604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21307] ppid=21298 vsize=908904 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 20282 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 173785572 930717696 22604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21308] ppid=21298 vsize=908904 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 20282 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 173785572 930717696 22604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21309] ppid=21298 vsize=908904 CPUtime=1.37
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 20282 0 -1 64 1948 0 0 0 137 0 0 0 15 0 12 0 173785572 930717696 22604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21310] ppid=21298 vsize=908904 CPUtime=1.77
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 20282 0 -1 64 3994 0 0 0 175 2 0 0 16 0 12 0 173785572 930717696 22604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21311] ppid=21298 vsize=908904 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 20282 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 173785572 930717696 22604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21312] ppid=21298 vsize=908904 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 20282 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 173785572 930717696 22604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 908904

[startup+12.7602 s]
/proc/loadavg: 1.09 1.57 1.91 2/76 21312
/proc/meminfo: memFree=1695944/2055920 swapFree=4192812/4192956
[pid=21300] ppid=21298 vsize=908904 CPUtime=15.17
/proc/21300/stat : 21300 (java) R 21298 21300 20282 0 -1 0 31733 0 1 0 1500 17 0 0 18 0 12 0 173785563 930717696 26231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054211276 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21300/statm: 227226 26231 2475 14 0 213663 0
[pid=21300/tid=21302] ppid=21298 vsize=908904 CPUtime=0.13
/proc/21300/task/21302/stat : 21302 (java) S 21298 21300 20282 0 -1 64 2734 0 0 0 12 1 0 0 16 0 12 0 173785566 930717696 26231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21303] ppid=21298 vsize=908904 CPUtime=0.11
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 20282 0 -1 64 2203 0 0 0 11 0 0 0 16 0 12 0 173785566 930717696 26231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21304] ppid=21298 vsize=908904 CPUtime=0
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 20282 0 -1 64 36 0 0 0 0 0 0 0 16 0 12 0 173785568 930717696 26231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21305] ppid=21298 vsize=908904 CPUtime=0
/proc/21300/task/21305/stat : 21305 (java) S 21298 21300 20282 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 173785569 930717696 26231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21306] ppid=21298 vsize=908904 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 20282 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 173785569 930717696 26231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21307] ppid=21298 vsize=908904 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 20282 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 173785572 930717696 26231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21308] ppid=21298 vsize=908904 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 20282 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 173785572 930717696 26231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21309] ppid=21298 vsize=908904 CPUtime=1.43
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 20282 0 -1 64 1953 0 0 0 143 0 0 0 15 0 12 0 173785572 930717696 26231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21310] ppid=21298 vsize=908904 CPUtime=1.81
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 20282 0 -1 64 3996 0 0 0 179 2 0 0 16 0 12 0 173785572 930717696 26231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21311] ppid=21298 vsize=908904 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 20282 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 173785572 930717696 26231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21312] ppid=21298 vsize=908904 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 20282 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 173785572 930717696 26231 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.17
Current children cumulated vsize (KiB) 908904

[startup+25.6302 s]
/proc/loadavg: 1.07 1.55 1.90 2/77 21313
/proc/meminfo: memFree=1684160/2055920 swapFree=4192812/4192956
[pid=21300] ppid=21298 vsize=909580 CPUtime=28.41
/proc/21300/stat : 21300 (java) R 21298 21300 20282 0 -1 0 34256 0 1 0 2822 19 0 0 25 0 13 0 173785563 931409920 28652 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054966447 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21300/statm: 227395 28652 2486 14 0 213832 0
[pid=21300/tid=21302] ppid=21298 vsize=909580 CPUtime=0.24
/proc/21300/task/21302/stat : 21302 (java) S 21298 21300 20282 0 -1 64 4099 0 0 0 22 2 0 0 16 0 13 0 173785566 931409920 28652 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21303] ppid=21298 vsize=909580 CPUtime=0.23
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 20282 0 -1 64 3291 0 0 0 22 1 0 0 16 0 13 0 173785566 931409920 28652 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21304] ppid=21298 vsize=909580 CPUtime=0
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 20282 0 -1 64 37 0 0 0 0 0 0 0 16 0 13 0 173785568 931409920 28652 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21305] ppid=21298 vsize=909580 CPUtime=0
/proc/21300/task/21305/stat : 21305 (java) S 21298 21300 20282 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 173785569 931409920 28652 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21306] ppid=21298 vsize=909580 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 20282 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173785569 931409920 28652 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21307] ppid=21298 vsize=909580 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 20282 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 173785572 931409920 28652 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21308] ppid=21298 vsize=909580 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 20282 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 173785572 931409920 28652 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21309] ppid=21298 vsize=909580 CPUtime=1.61
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 20282 0 -1 64 1969 0 0 0 161 0 0 0 15 0 13 0 173785572 931409920 28652 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21310] ppid=21298 vsize=909580 CPUtime=2.03
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 20282 0 -1 64 4017 0 0 0 201 2 0 0 15 0 13 0 173785572 931409920 28652 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21311] ppid=21298 vsize=909580 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 20282 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 173785572 931409920 28652 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21312] ppid=21298 vsize=909580 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 20282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173785572 931409920 28652 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21313] ppid=21298 vsize=909580 CPUtime=0
/proc/21300/task/21313/stat : 21313 (java) S 21298 21300 20282 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 173787923 931409920 28652 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.41
Current children cumulated vsize (KiB) 909580

[startup+51.2613 s]
/proc/loadavg: 1.05 1.50 1.88 2/77 21313
/proc/meminfo: memFree=1681536/2055920 swapFree=4192812/4192956
[pid=21300] ppid=21298 vsize=909420 CPUtime=54.06
/proc/21300/stat : 21300 (java) R 21298 21300 20282 0 -1 0 34259 0 1 0 5386 20 0 0 25 0 13 0 173785563 931246080 28654 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054900189 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21300/statm: 227355 28654 2486 14 0 213792 0
[pid=21300/tid=21302] ppid=21298 vsize=909420 CPUtime=0.24
/proc/21300/task/21302/stat : 21302 (java) S 21298 21300 20282 0 -1 64 4099 0 0 0 22 2 0 0 16 0 13 0 173785566 931246080 28654 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21303] ppid=21298 vsize=909420 CPUtime=0.23

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

/proc/loadavg: 1.96 1.51 1.35 3/86 22991
/proc/meminfo: memFree=1390256/2055920 swapFree=4192812/4192956
[pid=21300] ppid=21298 vsize=911348 CPUtime=1604.13
/proc/21300/stat : 21300 (java) R 21298 21300 20282 0 -1 0 109228 0 1 0 160342 71 0 0 25 0 13 0 173785563 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054909500 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21300/statm: 227837 94626 2486 14 0 214274 0
[pid=21300/tid=21302] ppid=21298 vsize=911348 CPUtime=1.55
/proc/21300/task/21302/stat : 21302 (java) S 21298 21300 20282 0 -1 64 46310 0 0 0 134 21 0 0 16 0 13 0 173785566 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21303] ppid=21298 vsize=911348 CPUtime=1.55
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 20282 0 -1 64 36041 0 0 0 138 17 0 0 18 0 13 0 173785566 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21304] ppid=21298 vsize=911348 CPUtime=0.01
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 20282 0 -1 64 37 0 0 0 1 0 0 0 16 0 13 0 173785568 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21305] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21305/stat : 21305 (java) S 21298 21300 20282 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 173785569 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21306] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 20282 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173785569 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21307] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 20282 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21308] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 20282 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21309] ppid=21298 vsize=911348 CPUtime=1.62
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 20282 0 -1 64 1969 0 0 0 162 0 0 0 16 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21310] ppid=21298 vsize=911348 CPUtime=2.06
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 20282 0 -1 64 4019 0 0 0 204 2 0 0 16 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21311] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 20282 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21312] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 20282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21313] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21313/stat : 21313 (java) S 21298 21300 20282 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 173787923 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1604.13
Current children cumulated vsize (KiB) 911348

[startup+1663 s]
/proc/loadavg: 1.98 1.59 1.39 3/86 22991
/proc/meminfo: memFree=1390192/2055920 swapFree=4192812/4192956
[pid=21300] ppid=21298 vsize=911348 CPUtime=1663.6
/proc/21300/stat : 21300 (java) R 21298 21300 20282 0 -1 0 109228 0 1 0 166289 71 0 0 25 0 13 0 173785563 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054909500 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21300/statm: 227837 94626 2486 14 0 214274 0
[pid=21300/tid=21302] ppid=21298 vsize=911348 CPUtime=1.55
/proc/21300/task/21302/stat : 21302 (java) S 21298 21300 20282 0 -1 64 46310 0 0 0 134 21 0 0 16 0 13 0 173785566 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21303] ppid=21298 vsize=911348 CPUtime=1.55
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 20282 0 -1 64 36041 0 0 0 138 17 0 0 18 0 13 0 173785566 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21304] ppid=21298 vsize=911348 CPUtime=0.01
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 20282 0 -1 64 37 0 0 0 1 0 0 0 16 0 13 0 173785568 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21305] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21305/stat : 21305 (java) S 21298 21300 20282 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 173785569 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21306] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 20282 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173785569 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21307] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 20282 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21308] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 20282 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21309] ppid=21298 vsize=911348 CPUtime=1.62
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 20282 0 -1 64 1969 0 0 0 162 0 0 0 16 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21310] ppid=21298 vsize=911348 CPUtime=2.06
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 20282 0 -1 64 4019 0 0 0 204 2 0 0 16 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21311] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 20282 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21312] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 20282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21313] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21313/stat : 21313 (java) S 21298 21300 20282 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 173787923 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.6
Current children cumulated vsize (KiB) 911348

[startup+1723.01 s]
/proc/loadavg: 1.99 1.66 1.43 3/86 22991
/proc/meminfo: memFree=1390192/2055920 swapFree=4192812/4192956
[pid=21300] ppid=21298 vsize=911348 CPUtime=1723.08
/proc/21300/stat : 21300 (java) R 21298 21300 20282 0 -1 0 109228 0 1 0 172237 71 0 0 25 0 13 0 173785563 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054936208 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21300/statm: 227837 94626 2486 14 0 214274 0
[pid=21300/tid=21302] ppid=21298 vsize=911348 CPUtime=1.55
/proc/21300/task/21302/stat : 21302 (java) S 21298 21300 20282 0 -1 64 46310 0 0 0 134 21 0 0 16 0 13 0 173785566 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21303] ppid=21298 vsize=911348 CPUtime=1.55
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 20282 0 -1 64 36041 0 0 0 138 17 0 0 18 0 13 0 173785566 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21304] ppid=21298 vsize=911348 CPUtime=0.01
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 20282 0 -1 64 37 0 0 0 1 0 0 0 16 0 13 0 173785568 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21305] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21305/stat : 21305 (java) S 21298 21300 20282 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 173785569 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21306] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 20282 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173785569 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21307] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 20282 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21308] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 20282 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21309] ppid=21298 vsize=911348 CPUtime=1.62
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 20282 0 -1 64 1969 0 0 0 162 0 0 0 16 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21310] ppid=21298 vsize=911348 CPUtime=2.06
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 20282 0 -1 64 4019 0 0 0 204 2 0 0 16 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21311] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 20282 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21312] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 20282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21313] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21313/stat : 21313 (java) S 21298 21300 20282 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 173787923 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1723.08
Current children cumulated vsize (KiB) 911348

[startup+1783.02 s]
/proc/loadavg: 1.99 1.72 1.46 3/86 22991
/proc/meminfo: memFree=1390128/2055920 swapFree=4192812/4192956
[pid=21300] ppid=21298 vsize=911348 CPUtime=1782.55
/proc/21300/stat : 21300 (java) R 21298 21300 20282 0 -1 0 109228 0 1 0 178184 71 0 0 25 0 13 0 173785563 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054936145 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21300/statm: 227837 94626 2486 14 0 214274 0
[pid=21300/tid=21302] ppid=21298 vsize=911348 CPUtime=1.55
/proc/21300/task/21302/stat : 21302 (java) S 21298 21300 20282 0 -1 64 46310 0 0 0 134 21 0 0 16 0 13 0 173785566 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21303] ppid=21298 vsize=911348 CPUtime=1.55
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 20282 0 -1 64 36041 0 0 0 138 17 0 0 18 0 13 0 173785566 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21304] ppid=21298 vsize=911348 CPUtime=0.01
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 20282 0 -1 64 37 0 0 0 1 0 0 0 16 0 13 0 173785568 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21305] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21305/stat : 21305 (java) S 21298 21300 20282 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 173785569 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21306] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 20282 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173785569 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21307] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 20282 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21308] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 20282 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21309] ppid=21298 vsize=911348 CPUtime=1.62
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 20282 0 -1 64 1969 0 0 0 162 0 0 0 16 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21310] ppid=21298 vsize=911348 CPUtime=2.06
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 20282 0 -1 64 4019 0 0 0 204 2 0 0 16 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21311] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 20282 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21312] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 20282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173785572 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21313] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21313/stat : 21313 (java) S 21298 21300 20282 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 173787923 933220352 94626 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.55
Current children cumulated vsize (KiB) 911348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.55 s]
/proc/loadavg: 1.99 1.74 1.47 3/86 22991
/proc/meminfo: memFree=1363376/2055920 swapFree=4192812/4192956
[pid=21300] ppid=21298 vsize=911348 CPUtime=1800.06
/proc/21300/stat : 21300 (java) R 21298 21300 20282 0 -1 0 116288 0 1 0 179932 74 0 0 25 0 13 0 173785563 933220352 101302 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054909500 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21300/statm: 227837 101302 2486 14 0 214274 0
[pid=21300/tid=21302] ppid=21298 vsize=911348 CPUtime=1.71
/proc/21300/task/21302/stat : 21302 (java) S 21298 21300 20282 0 -1 64 50239 0 0 0 149 22 0 0 16 0 13 0 173785566 933220352 101302 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21303] ppid=21298 vsize=911348 CPUtime=1.7
/proc/21300/task/21303/stat : 21303 (java) S 21298 21300 20282 0 -1 64 39171 0 0 0 152 18 0 0 16 0 13 0 173785566 933220352 101302 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21304] ppid=21298 vsize=911348 CPUtime=0.01
/proc/21300/task/21304/stat : 21304 (java) S 21298 21300 20282 0 -1 64 37 0 0 0 1 0 0 0 16 0 13 0 173785568 933220352 101302 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21305] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21305/stat : 21305 (java) S 21298 21300 20282 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 173785569 933220352 101302 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21306] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21306/stat : 21306 (java) S 21298 21300 20282 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173785569 933220352 101302 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21307] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21307/stat : 21307 (java) S 21298 21300 20282 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 173785572 933220352 101302 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21308] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21308/stat : 21308 (java) S 21298 21300 20282 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 173785572 933220352 101302 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21309] ppid=21298 vsize=911348 CPUtime=1.62
/proc/21300/task/21309/stat : 21309 (java) S 21298 21300 20282 0 -1 64 1969 0 0 0 162 0 0 0 16 0 13 0 173785572 933220352 101302 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21310] ppid=21298 vsize=911348 CPUtime=2.06
/proc/21300/task/21310/stat : 21310 (java) S 21298 21300 20282 0 -1 64 4019 0 0 0 204 2 0 0 16 0 13 0 173785572 933220352 101302 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21311] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21311/stat : 21311 (java) S 21298 21300 20282 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 173785572 933220352 101302 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21300/tid=21312] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21312/stat : 21312 (java) S 21298 21300 20282 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173785572 933220352 101302 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21300/tid=21313] ppid=21298 vsize=911348 CPUtime=0
/proc/21300/task/21313/stat : 21313 (java) S 21298 21300 20282 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 173787923 933220352 101302 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 911348

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

Child status: 143
Real time (s): 1800.67
CPU time (s): 1800.17
CPU user time (s): 1799.36
CPU system time (s): 0.808877
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 911348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.808877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116308
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= 37738
involuntary context switches= 40046

runsolver used 1.9647 s user time and 4.89926 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Mon Jan  8 10:58:38 UTC 2007


IDJOB= 219040
IDBENCH= 5275
FILE ID= node34/219040-1168253918

PBS_JOBID= 3481892

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/chessboardColoration/cc-20-20-3.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/219040-1168253918/sat4jCSP-bf3.jar /tmp/evaluation/219040-1168253918/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-219040-1168253918 -o ROOT/results/node34/solver-219040-1168253918 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/219040-1168253918/sat4jCSP-bf3.jar /tmp/evaluation/219040-1168253918/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  d0618c798d0e08d96dd944a8f7a18405

RANDOM SEED= 396472167

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.227
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.227
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:       1786880 kB
Buffers:         47520 kB
Cached:         149884 kB
SwapCached:          0 kB
Active:         101220 kB
Inactive:       111656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8688 kB
Writeback:           0 kB
Mapped:          25652 kB
Slab:            42168 kB
Committed_AS:  3084164 kB
PageTables:       1396 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= 66545 MiB



End job on node34 on Mon Jan  8 11:28:44 UTC 2007