Trace number 198482

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-CACHED 1.7 RC BF3? (TO) 1800.19 1808.65

General information on the benchmark

Namepigeons/
pigeons-45.xml
MD5SUMc22220f0066a10d534b4ab30e1dfa583
Bench Category2-ARY-INT (binary 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 variables45
Number of constraints990
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension990
Global constraints used (with number of constraints)

Solver Data (download as text)

0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.22	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.23	c version CSP COMPETITION BUGFIX 3 CACHED
0.23	c sun.arch.data.model	32
0.23	c java.version	1.5.0_10
0.23	c os.name	Linux
0.23	c os.version	2.6.9-22.EL.rootsmp
0.23	c os.arch	i386
0.23	c Free memory 722620888
0.23	c Max memory 723845120
0.23	c Total memory 723845120
0.23	c Number of processors 2
0.32	c --- Begin Solver configuration ---
0.32	c Stops conflict analysis at the first Unique Implication Point
0.32	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.32	c Learn all clauses as in MiniSAT
0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32	c VSIDS like heuristics from MiniSAT using a heap
0.32	c No reason simplification
0.32	c --- End Solver configuration ---
0.32	c solving /tmp/evaluation/198482-1168128665/unknown.xml
0.32	c reading problem ... 
0.51	c reading problem named ?
0.51	c reading domains done.
0.54	c reading variables
c reading variables (45) done.
0.64	c reading predicates 
c reading relations (2) done.
0.85	c reading constraints
c reading constraints done.
4.36	c ... done. Wall clock time 4.033s.
4.36	c CPU time (experimental) 2.62s.
4.36	c #vars     1980
4.36	c #constraints  87210
1808.54	c starts		: 18
1808.54	c conflicts		: 273727
1808.54	c decisions		: 284944
1808.54	c propagations		: 3755220
1808.54	c inspects		: 2676371824
1808.54	c learnt literals	: 0
1808.54	c learnt binary clauses	: 0
1808.54	c learnt ternary clauses	: 0
1808.54	c learnt clauses	: 273727
1808.54	c root simplifications	: 0
1808.54	c removed literals (reason simplification)	: 0
1808.54	c reason swapping (by a shorter reason)	: 0
1808.54	c Calls to reduceDB	: 0
1808.54	c speed (decisions/second)	: 157.9356360625171
1808.54	c non guided choices	2935
1808.54	s UNKNOWN
1808.54	c Total wall clock time (in seconds) : 1808.216
1808.54	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/node6/watcher-198482-1168128665 -o ROOT/results/node6/solver-198482-1168128665 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/198482-1168128665/sat4jCSP-bf3-cached.jar /tmp/evaluation/198482-1168128665/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: 2.06 2.01 1.91 4/86 27125
/proc/meminfo: memFree=1365224/2055924 swapFree=4165672/4192956
[pid=27124] ppid=27122 vsize=18540 CPUtime=0
/proc/27124/stat : 27124 (runsolver) R 27122 27124 25040 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 161261913 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 268582841639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27124/statm: 4635 279 244 17 0 2626 0

[startup+0.104 s]
/proc/loadavg: 2.06 2.01 1.91 4/86 27125
/proc/meminfo: memFree=1365224/2055924 swapFree=4165672/4192956
[pid=27124] ppid=27122 vsize=895148 CPUtime=0.01
/proc/27124/stat : 27124 (java) R 27122 27124 25040 0 -1 0 2277 0 1 0 1 0 0 0 18 0 3 0 161261913 916631552 2039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 2649345 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/27124/statm: 223787 2039 1013 14 0 210807 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 895148

[startup+0.512044 s]
/proc/loadavg: 2.06 2.01 1.91 4/86 27125
/proc/meminfo: memFree=1365224/2055924 swapFree=4165672/4192956
[pid=27124] ppid=27122 vsize=906260 CPUtime=0.46
/proc/27124/stat : 27124 (java) R 27122 27124 25040 0 -1 0 5930 0 1 0 43 3 0 0 17 0 12 0 161261913 928010240 5507 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27124/statm: 226565 5508 2273 14 0 213002 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 906260

[startup+1.33514 s]
/proc/loadavg: 2.13 2.03 1.92 3/97 27136
/proc/meminfo: memFree=1346512/2055924 swapFree=4165672/4192956
[pid=27124] ppid=27122 vsize=906260 CPUtime=1.28
/proc/27124/stat : 27124 (java) R 27122 27124 25040 0 -1 0 9222 0 1 0 124 4 0 0 18 0 12 0 161261913 928010240 8546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053845727 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27124/statm: 226565 8546 2463 14 0 213002 0
[pid=27124/tid=27126] ppid=27122 vsize=906260 CPUtime=0
/proc/27124/task/27126/stat : 27126 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 161261923 928010240 8546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27127] ppid=27122 vsize=906260 CPUtime=0
/proc/27124/task/27127/stat : 27127 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 161261923 928010240 8546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27128] ppid=27122 vsize=906260 CPUtime=0
/proc/27124/task/27128/stat : 27128 (java) S 27122 27124 25040 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 161261925 928010240 8546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27129] ppid=27122 vsize=906260 CPUtime=0
/proc/27124/task/27129/stat : 27129 (java) S 27122 27124 25040 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 161261926 928010240 8546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27130] ppid=27122 vsize=906260 CPUtime=0
/proc/27124/task/27130/stat : 27130 (java) S 27122 27124 25040 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 161261926 928010240 8547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27131] ppid=27122 vsize=906260 CPUtime=0
/proc/27124/task/27131/stat : 27131 (java) S 27122 27124 25040 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 161261930 928010240 8547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27132] ppid=27122 vsize=906260 CPUtime=0
/proc/27124/task/27132/stat : 27132 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 161261930 928010240 8547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27133] ppid=27122 vsize=906260 CPUtime=0.19
/proc/27124/task/27133/stat : 27133 (java) S 27122 27124 25040 0 -1 64 281 0 0 0 19 0 0 0 16 0 12 0 161261930 928010240 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27134] ppid=27122 vsize=906260 CPUtime=0.24
/proc/27124/task/27134/stat : 27134 (java) S 27122 27124 25040 0 -1 64 737 0 0 0 24 0 0 0 16 0 12 0 161261930 928010240 8549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27135] ppid=27122 vsize=906260 CPUtime=0
/proc/27124/task/27135/stat : 27135 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 161261930 928010240 8549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27136] ppid=27122 vsize=906260 CPUtime=0
/proc/27124/task/27136/stat : 27136 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 161261930 928010240 8550 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 906260

[startup+2.98733 s]
/proc/loadavg: 2.13 2.03 1.92 3/97 27136
/proc/meminfo: memFree=1301968/2055924 swapFree=4165672/4192956
[pid=27124] ppid=27122 vsize=908856 CPUtime=2.93
/proc/27124/stat : 27124 (java) R 27122 27124 25040 0 -1 0 25386 0 1 0 281 12 0 0 25 0 12 0 161261913 930668544 23520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053858978 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27124/statm: 227214 23520 2466 14 0 213651 0
[pid=27124/tid=27126] ppid=27122 vsize=908856 CPUtime=0
/proc/27124/task/27126/stat : 27126 (java) S 27122 27124 25040 0 -1 64 266 0 0 0 0 0 0 0 17 0 12 0 161261923 930668544 23520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27127] ppid=27122 vsize=908856 CPUtime=0.03
/proc/27124/task/27127/stat : 27127 (java) S 27122 27124 25040 0 -1 64 2040 0 0 0 2 1 0 0 17 0 12 0 161261923 930668544 23520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27128] ppid=27122 vsize=908856 CPUtime=0
/proc/27124/task/27128/stat : 27128 (java) S 27122 27124 25040 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 161261925 930668544 23520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27129] ppid=27122 vsize=908856 CPUtime=0
/proc/27124/task/27129/stat : 27129 (java) S 27122 27124 25040 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 161261926 930668544 23520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27130] ppid=27122 vsize=908856 CPUtime=0
/proc/27124/task/27130/stat : 27130 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 161261926 930668544 23520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27131] ppid=27122 vsize=908856 CPUtime=0
/proc/27124/task/27131/stat : 27131 (java) S 27122 27124 25040 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 161261930 930668544 23520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27132] ppid=27122 vsize=908856 CPUtime=0
/proc/27124/task/27132/stat : 27132 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 161261930 930668544 23520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27133] ppid=27122 vsize=908856 CPUtime=0.46
/proc/27124/task/27133/stat : 27133 (java) S 27122 27124 25040 0 -1 64 734 0 0 0 46 0 0 0 16 0 12 0 161261930 930668544 23520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27134] ppid=27122 vsize=908856 CPUtime=0.55
/proc/27124/task/27134/stat : 27134 (java) S 27122 27124 25040 0 -1 64 2040 0 0 0 55 0 0 0 17 0 12 0 161261930 930668544 23520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27135] ppid=27122 vsize=908856 CPUtime=0
/proc/27124/task/27135/stat : 27135 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 161261930 930668544 23520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27136] ppid=27122 vsize=908856 CPUtime=0
/proc/27124/task/27136/stat : 27136 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 161261930 930668544 23520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 908856

[startup+6.26672 s]
/proc/loadavg: 2.13 2.03 1.92 3/98 27137
/proc/meminfo: memFree=1246344/2055924 swapFree=4165672/4192956
[pid=27124] ppid=27122 vsize=909864 CPUtime=6.21
/proc/27124/stat : 27124 (java) R 27122 27124 25040 0 -1 0 34472 0 1 0 605 16 0 0 25 0 13 0 161261913 931700736 32058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27124/statm: 227466 32058 2479 14 0 213903 0
[pid=27124/tid=27126] ppid=27122 vsize=909864 CPUtime=0.07
/proc/27124/task/27126/stat : 27126 (java) S 27122 27124 25040 0 -1 64 4292 0 0 0 6 1 0 0 17 0 13 0 161261923 931700736 32058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27127] ppid=27122 vsize=909864 CPUtime=0.11
/proc/27124/task/27127/stat : 27127 (java) S 27122 27124 25040 0 -1 64 6243 0 0 0 9 2 0 0 17 0 13 0 161261923 931700736 32058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27128] ppid=27122 vsize=909864 CPUtime=0
/proc/27124/task/27128/stat : 27128 (java) S 27122 27124 25040 0 -1 64 16 0 0 0 0 0 0 0 17 0 13 0 161261925 931700736 32058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27129] ppid=27122 vsize=909864 CPUtime=0
/proc/27124/task/27129/stat : 27129 (java) S 27122 27124 25040 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161261926 931700736 32058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27130] ppid=27122 vsize=909864 CPUtime=0
/proc/27124/task/27130/stat : 27130 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161261926 931700736 32058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27131] ppid=27122 vsize=909864 CPUtime=0
/proc/27124/task/27131/stat : 27131 (java) S 27122 27124 25040 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161261930 931700736 32058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27132] ppid=27122 vsize=909864 CPUtime=0.01
/proc/27124/task/27132/stat : 27132 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 161261930 931700736 32058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27133] ppid=27122 vsize=909864 CPUtime=1.05
/proc/27124/task/27133/stat : 27133 (java) S 27122 27124 25040 0 -1 64 1498 0 0 0 105 0 0 0 15 0 13 0 161261930 931700736 32058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27134] ppid=27122 vsize=909864 CPUtime=0.9
/proc/27124/task/27134/stat : 27134 (java) R 27122 27124 25040 0 -1 64 2097 0 0 0 90 0 0 0 15 0 13 0 161261930 931700736 32058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151585704 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27135] ppid=27122 vsize=909864 CPUtime=0
/proc/27124/task/27135/stat : 27135 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161261930 931700736 32058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27136] ppid=27122 vsize=909864 CPUtime=0
/proc/27124/task/27136/stat : 27136 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 161261930 931700736 32058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27137] ppid=27122 vsize=909864 CPUtime=0
/proc/27124/task/27137/stat : 27137 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 161262349 931700736 32058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 909864

[startup+12.6695 s]
/proc/loadavg: 2.11 2.03 1.92 3/98 27137
/proc/meminfo: memFree=1246280/2055924 swapFree=4165672/4192956
[pid=27124] ppid=27122 vsize=909864 CPUtime=12.61
/proc/27124/stat : 27124 (java) R 27122 27124 25040 0 -1 0 34484 0 1 0 1245 16 0 0 25 0 13 0 161261913 931700736 32066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054547586 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27124/statm: 227466 32066 2480 14 0 213903 0
[pid=27124/tid=27126] ppid=27122 vsize=909864 CPUtime=0.07
/proc/27124/task/27126/stat : 27126 (java) S 27122 27124 25040 0 -1 64 4292 0 0 0 6 1 0 0 17 0 13 0 161261923 931700736 32066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27127] ppid=27122 vsize=909864 CPUtime=0.11
/proc/27124/task/27127/stat : 27127 (java) S 27122 27124 25040 0 -1 64 6243 0 0 0 9 2 0 0 17 0 13 0 161261923 931700736 32066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27128] ppid=27122 vsize=909864 CPUtime=0
/proc/27124/task/27128/stat : 27128 (java) S 27122 27124 25040 0 -1 64 16 0 0 0 0 0 0 0 17 0 13 0 161261925 931700736 32066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27129] ppid=27122 vsize=909864 CPUtime=0
/proc/27124/task/27129/stat : 27129 (java) S 27122 27124 25040 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161261926 931700736 32066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27130] ppid=27122 vsize=909864 CPUtime=0
/proc/27124/task/27130/stat : 27130 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161261926 931700736 32066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27131] ppid=27122 vsize=909864 CPUtime=0
/proc/27124/task/27131/stat : 27131 (java) S 27122 27124 25040 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161261930 931700736 32066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27132] ppid=27122 vsize=909864 CPUtime=0.01
/proc/27124/task/27132/stat : 27132 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 161261930 931700736 32066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27133] ppid=27122 vsize=909864 CPUtime=1.08
/proc/27124/task/27133/stat : 27133 (java) S 27122 27124 25040 0 -1 64 1499 0 0 0 108 0 0 0 16 0 13 0 161261930 931700736 32066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27134] ppid=27122 vsize=909864 CPUtime=0.95
/proc/27124/task/27134/stat : 27134 (java) S 27122 27124 25040 0 -1 64 2103 0 0 0 94 1 0 0 15 0 13 0 161261930 931700736 32066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27135] ppid=27122 vsize=909864 CPUtime=0
/proc/27124/task/27135/stat : 27135 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161261930 931700736 32066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27136] ppid=27122 vsize=909864 CPUtime=0
/proc/27124/task/27136/stat : 27136 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 161261930 931700736 32066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27137] ppid=27122 vsize=909864 CPUtime=0
/proc/27124/task/27137/stat : 27137 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 161262349 931700736 32066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 909864

[startup+25.55 s]
/proc/loadavg: 2.09 2.03 1.92 4/98 27137
/proc/meminfo: memFree=1246472/2055924 swapFree=4165672/4192956
[pid=27124] ppid=27122 vsize=909604 CPUtime=25.49
/proc/27124/stat : 27124 (java) R 27122 27124 25040 0 -1 0 34488 0 1 0 2533 16 0 0 25 0 13 0 161261913 931434496 32003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054555087 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27124/statm: 227401 32003 2480 14 0 213838 0
[pid=27124/tid=27126] ppid=27122 vsize=909604 CPUtime=0.07
/proc/27124/task/27126/stat : 27126 (java) S 27122 27124 25040 0 -1 64 4292 0 0 0 6 1 0 0 17 0 13 0 161261923 931434496 32003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27127] ppid=27122 vsize=909604 CPUtime=0.11
/proc/27124/task/27127/stat : 27127 (java) S 27122 27124 25040 0 -1 64 6243 0 0 0 9 2 0 0 17 0 13 0 161261923 931434496 32003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27128] ppid=27122 vsize=909604 CPUtime=0
/proc/27124/task/27128/stat : 27128 (java) S 27122 27124 25040 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 161261925 931434496 32003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27129] ppid=27122 vsize=909604 CPUtime=0
/proc/27124/task/27129/stat : 27129 (java) S 27122 27124 25040 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161261926 931434496 32003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27130] ppid=27122 vsize=909604 CPUtime=0
/proc/27124/task/27130/stat : 27130 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161261926 931434496 32003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27131] ppid=27122 vsize=909604 CPUtime=0
/proc/27124/task/27131/stat : 27131 (java) S 27122 27124 25040 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161261930 931434496 32003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27132] ppid=27122 vsize=909604 CPUtime=0.01
/proc/27124/task/27132/stat : 27132 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 161261930 931434496 32003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27133] ppid=27122 vsize=909604 CPUtime=1.09
/proc/27124/task/27133/stat : 27133 (java) S 27122 27124 25040 0 -1 64 1499 0 0 0 109 0 0 0 16 0 13 0 161261930 931434496 32003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27134] ppid=27122 vsize=909604 CPUtime=0.97
/proc/27124/task/27134/stat : 27134 (java) S 27122 27124 25040 0 -1 64 2105 0 0 0 96 1 0 0 16 0 13 0 161261930 931434496 32003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27135] ppid=27122 vsize=909604 CPUtime=0
/proc/27124/task/27135/stat : 27135 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161261930 931434496 32003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27136] ppid=27122 vsize=909604 CPUtime=0
/proc/27124/task/27136/stat : 27136 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 161261930 931434496 32003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27137] ppid=27122 vsize=909604 CPUtime=0
/proc/27124/task/27137/stat : 27137 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 161262349 931434496 32003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 909604

[startup+51.212 s]
/proc/loadavg: 2.06 2.02 1.92 3/98 27137
/proc/meminfo: memFree=1246600/2055924 swapFree=4165672/4192956
[pid=27124] ppid=27122 vsize=909604 CPUtime=51.11
/proc/27124/stat : 27124 (java) R 27122 27124 25040 0 -1 0 34490 0 1 0 5095 16 0 0 25 0 13 0 161261913 931434496 32003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054547499 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/loadavg: 2.02 2.02 1.98 3/110 27192
/proc/meminfo: memFree=637736/2055924 swapFree=4165672/4192956
[pid=27124] ppid=27122 vsize=910248 CPUtime=1596.51
/proc/27124/stat : 27124 (java) R 27122 27124 25040 0 -1 0 135032 0 1 0 159583 68 0 0 25 0 13 0 161261913 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054555103 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27124/statm: 227562 124052 2480 14 0 213999 0
[pid=27124/tid=27126] ppid=27122 vsize=910248 CPUtime=1.04
/proc/27124/task/27126/stat : 27126 (java) S 27122 27124 25040 0 -1 64 54895 0 0 0 80 24 0 0 16 0 13 0 161261923 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27127] ppid=27122 vsize=910248 CPUtime=1.06
/proc/27124/task/27127/stat : 27127 (java) S 27122 27124 25040 0 -1 64 56170 0 0 0 82 24 0 0 16 0 13 0 161261923 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27128] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27128/stat : 27128 (java) S 27122 27124 25040 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 161261925 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27129] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27129/stat : 27129 (java) S 27122 27124 25040 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161261926 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27130] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27130/stat : 27130 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161261926 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27131] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27131/stat : 27131 (java) S 27122 27124 25040 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161261930 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27132] ppid=27122 vsize=910248 CPUtime=0.01
/proc/27124/task/27132/stat : 27132 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 161261930 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27133] ppid=27122 vsize=910248 CPUtime=1.1
/proc/27124/task/27133/stat : 27133 (java) S 27122 27124 25040 0 -1 64 1499 0 0 0 110 0 0 0 16 0 13 0 161261930 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27134] ppid=27122 vsize=910248 CPUtime=0.99
/proc/27124/task/27134/stat : 27134 (java) S 27122 27124 25040 0 -1 64 2107 0 0 0 98 1 0 0 16 0 13 0 161261930 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27135] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27135/stat : 27135 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161261930 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27136] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27136/stat : 27136 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 161261930 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27137] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27137/stat : 27137 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 161262349 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.51
Current children cumulated vsize (KiB) 910248

[startup+1664.24 s]
/proc/loadavg: 2.05 2.03 1.99 3/110 27192
/proc/meminfo: memFree=580904/2055924 swapFree=4165672/4192956
[pid=27124] ppid=27122 vsize=910248 CPUtime=1656.28
/proc/27124/stat : 27124 (java) R 27122 27124 25040 0 -1 0 135032 0 1 0 165560 68 0 0 25 0 13 0 161261913 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054547246 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27124/statm: 227562 124052 2480 14 0 213999 0
[pid=27124/tid=27126] ppid=27122 vsize=910248 CPUtime=1.04
/proc/27124/task/27126/stat : 27126 (java) S 27122 27124 25040 0 -1 64 54895 0 0 0 80 24 0 0 16 0 13 0 161261923 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27127] ppid=27122 vsize=910248 CPUtime=1.06
/proc/27124/task/27127/stat : 27127 (java) S 27122 27124 25040 0 -1 64 56170 0 0 0 82 24 0 0 16 0 13 0 161261923 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27128] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27128/stat : 27128 (java) S 27122 27124 25040 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 161261925 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27129] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27129/stat : 27129 (java) S 27122 27124 25040 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161261926 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27130] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27130/stat : 27130 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161261926 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27131] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27131/stat : 27131 (java) S 27122 27124 25040 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161261930 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27132] ppid=27122 vsize=910248 CPUtime=0.01
/proc/27124/task/27132/stat : 27132 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 161261930 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27133] ppid=27122 vsize=910248 CPUtime=1.1
/proc/27124/task/27133/stat : 27133 (java) S 27122 27124 25040 0 -1 64 1499 0 0 0 110 0 0 0 16 0 13 0 161261930 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27134] ppid=27122 vsize=910248 CPUtime=0.99
/proc/27124/task/27134/stat : 27134 (java) S 27122 27124 25040 0 -1 64 2107 0 0 0 98 1 0 0 16 0 13 0 161261930 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27135] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27135/stat : 27135 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161261930 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27136] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27136/stat : 27136 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 161261930 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27137] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27137/stat : 27137 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 161262349 932093952 124052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.28
Current children cumulated vsize (KiB) 910248

[startup+1724.3 s]
/proc/loadavg: 2.02 2.02 1.99 3/110 27192
/proc/meminfo: memFree=549864/2055924 swapFree=4165672/4192956
[pid=27124] ppid=27122 vsize=910248 CPUtime=1716.29
/proc/27124/stat : 27124 (java) R 27122 27124 25040 0 -1 0 142774 0 1 0 171558 71 0 0 25 0 13 0 161261913 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054555058 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27124/statm: 227562 131793 2480 14 0 213999 0
[pid=27124/tid=27126] ppid=27122 vsize=910248 CPUtime=1.1
/proc/27124/task/27126/stat : 27126 (java) S 27122 27124 25040 0 -1 64 57970 0 0 0 85 25 0 0 17 0 13 0 161261923 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27127] ppid=27122 vsize=910248 CPUtime=1.15
/proc/27124/task/27127/stat : 27127 (java) S 27122 27124 25040 0 -1 64 60836 0 0 0 89 26 0 0 17 0 13 0 161261923 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27128] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27128/stat : 27128 (java) S 27122 27124 25040 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 161261925 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27129] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27129/stat : 27129 (java) S 27122 27124 25040 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161261926 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27130] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27130/stat : 27130 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161261926 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27131] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27131/stat : 27131 (java) S 27122 27124 25040 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27132] ppid=27122 vsize=910248 CPUtime=0.01
/proc/27124/task/27132/stat : 27132 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27133] ppid=27122 vsize=910248 CPUtime=1.1
/proc/27124/task/27133/stat : 27133 (java) S 27122 27124 25040 0 -1 64 1499 0 0 0 110 0 0 0 16 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27134] ppid=27122 vsize=910248 CPUtime=0.99
/proc/27124/task/27134/stat : 27134 (java) S 27122 27124 25040 0 -1 64 2107 0 0 0 98 1 0 0 16 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27135] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27135/stat : 27135 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27136] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27136/stat : 27136 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27137] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27137/stat : 27137 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 161262349 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.29
Current children cumulated vsize (KiB) 910248

[startup+1784.37 s]
/proc/loadavg: 2.00 2.02 1.99 3/110 27192
/proc/meminfo: memFree=549800/2055924 swapFree=4165672/4192956
[pid=27124] ppid=27122 vsize=910248 CPUtime=1776.04
/proc/27124/stat : 27124 (java) R 27122 27124 25040 0 -1 0 142774 0 1 0 177532 72 0 0 25 0 13 0 161261913 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054547246 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27124/statm: 227562 131793 2480 14 0 213999 0
[pid=27124/tid=27126] ppid=27122 vsize=910248 CPUtime=1.1
/proc/27124/task/27126/stat : 27126 (java) S 27122 27124 25040 0 -1 64 57970 0 0 0 85 25 0 0 17 0 13 0 161261923 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27127] ppid=27122 vsize=910248 CPUtime=1.15
/proc/27124/task/27127/stat : 27127 (java) S 27122 27124 25040 0 -1 64 60836 0 0 0 89 26 0 0 17 0 13 0 161261923 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27128] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27128/stat : 27128 (java) S 27122 27124 25040 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 161261925 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27129] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27129/stat : 27129 (java) S 27122 27124 25040 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161261926 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27130] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27130/stat : 27130 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161261926 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27131] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27131/stat : 27131 (java) S 27122 27124 25040 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27132] ppid=27122 vsize=910248 CPUtime=0.01
/proc/27124/task/27132/stat : 27132 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27133] ppid=27122 vsize=910248 CPUtime=1.1
/proc/27124/task/27133/stat : 27133 (java) S 27122 27124 25040 0 -1 64 1499 0 0 0 110 0 0 0 16 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27134] ppid=27122 vsize=910248 CPUtime=0.99
/proc/27124/task/27134/stat : 27134 (java) S 27122 27124 25040 0 -1 64 2107 0 0 0 98 1 0 0 16 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27135] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27135/stat : 27135 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27136] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27136/stat : 27136 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27137] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27137/stat : 27137 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 161262349 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.04
Current children cumulated vsize (KiB) 910248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.53 s]
/proc/loadavg: 2.00 2.01 1.99 3/110 27192
/proc/meminfo: memFree=549800/2055924 swapFree=4165672/4192956
[pid=27124] ppid=27122 vsize=910248 CPUtime=1800.07
/proc/27124/stat : 27124 (java) R 27122 27124 25040 0 -1 0 142774 0 1 0 179935 72 0 0 25 0 13 0 161261913 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054555050 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27124/statm: 227562 131793 2480 14 0 213999 0
[pid=27124/tid=27126] ppid=27122 vsize=910248 CPUtime=1.1
/proc/27124/task/27126/stat : 27126 (java) S 27122 27124 25040 0 -1 64 57970 0 0 0 85 25 0 0 17 0 13 0 161261923 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27127] ppid=27122 vsize=910248 CPUtime=1.15
/proc/27124/task/27127/stat : 27127 (java) S 27122 27124 25040 0 -1 64 60836 0 0 0 89 26 0 0 17 0 13 0 161261923 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27128] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27128/stat : 27128 (java) S 27122 27124 25040 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 161261925 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27129] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27129/stat : 27129 (java) S 27122 27124 25040 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161261926 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27130] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27130/stat : 27130 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161261926 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27131] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27131/stat : 27131 (java) S 27122 27124 25040 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27132] ppid=27122 vsize=910248 CPUtime=0.01
/proc/27124/task/27132/stat : 27132 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27133] ppid=27122 vsize=910248 CPUtime=1.1
/proc/27124/task/27133/stat : 27133 (java) S 27122 27124 25040 0 -1 64 1499 0 0 0 110 0 0 0 16 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27134] ppid=27122 vsize=910248 CPUtime=0.99
/proc/27124/task/27134/stat : 27134 (java) S 27122 27124 25040 0 -1 64 2107 0 0 0 98 1 0 0 16 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27135] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27135/stat : 27135 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27124/tid=27136] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27136/stat : 27136 (java) S 27122 27124 25040 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 161261930 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27124/tid=27137] ppid=27122 vsize=910248 CPUtime=0
/proc/27124/task/27137/stat : 27137 (java) S 27122 27124 25040 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 161262349 932093952 131793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 910248

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

Child status: 143
Real time (s): 1808.65
CPU time (s): 1800.19
CPU user time (s): 1799.39
CPU system time (s): 0.802877
CPU usage (%): 99.5322
Max. virtual memory (cumulated for all children) (KiB): 910248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 0.802877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142794
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= 37561
involuntary context switches= 52559

runsolver used 2.11668 s user time and 6.14407 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Jan  7 00:11:05 UTC 2007


IDJOB= 198482
IDBENCH= 3558
FILE ID= node6/198482-1168128665

PBS_JOBID= 3477686

Free space on /tmp= 66530 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pigeons/pigeons-45.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/198482-1168128665/sat4jCSP-bf3-cached.jar /tmp/evaluation/198482-1168128665/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-198482-1168128665 -o ROOT/results/node6/solver-198482-1168128665 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/198482-1168128665/sat4jCSP-bf3-cached.jar /tmp/evaluation/198482-1168128665/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  c22220f0066a10d534b4ab30e1dfa583

RANDOM SEED= 561186138

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.240
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.240
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:      2055924 kB
MemFree:       1365640 kB
Buffers:         60368 kB
Cached:         500468 kB
SwapCached:       2476 kB
Active:         161484 kB
Inactive:       438784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1365640 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            2572 kB
Writeback:           0 kB
Mapped:          49964 kB
Slab:            74740 kB
Committed_AS:  4502916 kB
PageTables:       2320 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= 66527 MiB



End job on node6 on Sun Jan  7 00:41:14 UTC 2007