Trace number 1049663

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J CSP 2008-06-13? (TO) 1800.09 2064.99

General information on the benchmark

Namecsp/pseudo/course/
normalized-ss97-6.xml
MD5SUM0c9f87478b796a128266998e88fcff85
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables257
Number of constraints180
Maximum constraint arity44
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.25/0.71	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.25/0.71	c This is free software under the dual EPL/GNU LGPL licenses.
0.25/0.71	c See www.sat4j.org for details.
0.25/0.71	c That software uses the Rhino library from the Mozilla project.
0.25/0.75	c version 9.9.9.token
0.25/0.75	c sun.arch.data.model	32
0.25/0.75	c java.version	1.6.0_06
0.25/0.75	c os.name	Linux
0.25/0.75	c os.version	2.6.9-22.EL.rootsmp
0.25/0.75	c os.arch	i386
0.25/0.75	c Free memory 669864272
0.25/0.75	c Max memory 672137216
0.25/0.75	c Total memory 672137216
0.25/0.75	c Number of processors 2
0.36/0.80	c c --- Begin Solver configuration ---
0.36/0.80	c Stops conflict analysis at the first Unique Implication Point
0.36/0.80	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.36/0.80	c Learn all clauses as in MiniSAT
0.36/0.80	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.80	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.36/0.80	c Expensive reason simplification
0.36/0.80	c MiniSAT restarts strategy
0.36/0.80	c timeout=2147483s
0.36/0.80	c DB Simplification allowed=false
0.36/0.80	c --- End Solver configuration ---
0.36/0.80	c solving HOME/instance-1049663-1215045964.xml
0.36/0.80	c reading problem ... 
0.55/1.13	c reading problem named null
0.55/1.15	c reading domains done.
0.55/1.17	c reading variables done.
0.65/1.27	c reading predicates  done.
0.86/1.57	c reading constraints
1800.00/2064.92	c starts		: 0
1800.00/2064.92	c conflicts		: 0
1800.00/2064.92	c decisions		: 0
1800.00/2064.92	c propagations		: 0
1800.00/2064.92	c inspects		: 0
1800.00/2064.92	c learnt literals	: 0
1800.00/2064.92	c learnt binary clauses	: 0
1800.00/2064.92	c learnt ternary clauses	: 0
1800.00/2064.92	c learnt clauses	: 0
1800.00/2064.92	c ignored clauses	: 0
1800.00/2064.92	c root simplifications	: 0
1800.00/2064.92	c removed literals (reason simplification)	: 0
1800.00/2064.92	c reason swapping (by a shorter reason)	: 0
1800.00/2064.92	c Calls to reduceDB	: 0
1800.00/2064.92	c speed (assignments/second)	: 0.0
1800.00/2064.92	c non guided choices	0
1800.00/2064.92	s UNKNOWN
1800.00/2064.92	c Total wall clock time (in seconds) : 2064.117

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1049663-1215045964/watcher-1049663-1215045964 -o /tmp/evaluation-result-1049663-1215045964/solver-1049663-1215045964 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1049663-1215045964.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.92 2.98 2.99 5/89 15316
/proc/meminfo: memFree=1325192/2055920 swapFree=4179484/4192956
[pid=15316] ppid=15314 vsize=800744 CPUtime=0.01
/proc/15316/stat : 15316 (java) S 15314 15316 13131 0 -1 0 2344 0 1 0 0 1 0 0 18 0 4 0 627522208 819961856 2082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15316/statm: 200186 2082 912 9 0 197569 0
[pid=15316/tid=15317] ppid=15314 vsize=800744 CPUtime=0
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 13131 0 -1 64 1596 0 1 0 0 0 0 0 19 0 4 0 627522209 819961856 2082 996147200 134512640 134550740 4294956032 18446744073709551615 106497108 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=15316/tid=15318] ppid=15314 vsize=800744 CPUtime=0
/proc/15316/task/15318/stat : 15318 (java) S 15314 15316 13131 0 -1 64 3 0 0 0 0 0 0 0 18 0 4 0 627522210 819961856 2082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=800744 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 19 0 4 0 627522210 819961856 2082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0

[startup+0.132021 s]
/proc/loadavg: 2.92 2.98 2.99 5/89 15316
/proc/meminfo: memFree=1325192/2055920 swapFree=4179484/4192956
[pid=15316] ppid=15314 vsize=802236 CPUtime=0.03
/proc/15316/stat : 15316 (java) S 15314 15316 13131 0 -1 0 2622 0 1 0 2 1 0 0 18 0 7 0 627522208 821489664 2357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15316/statm: 200559 2357 990 9 0 197942 0
[pid=15316/tid=15317] ppid=15314 vsize=802236 CPUtime=0.02
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 13131 0 -1 64 1861 0 1 0 2 0 0 0 16 0 7 0 627522209 821489664 2357 996147200 134512640 134550740 4294956032 18446744073709551615 106360728 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=15316/tid=15318] ppid=15314 vsize=802236 CPUtime=0
/proc/15316/task/15318/stat : 15318 (java) S 15314 15316 13131 0 -1 64 3 0 0 0 0 0 0 0 18 0 7 0 627522210 821489664 2357 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=802236 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 19 0 7 0 627522210 821489664 2358 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802236

[startup+0.202028 s]
/proc/loadavg: 2.92 2.98 2.99 5/89 15316
/proc/meminfo: memFree=1325192/2055920 swapFree=4179484/4192956
[pid=15316] ppid=15314 vsize=803076 CPUtime=0.07
/proc/15316/stat : 15316 (java) S 15314 15316 13131 0 -1 0 2904 0 1 0 5 2 0 0 18 0 9 0 627522208 822349824 2637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15316/statm: 200769 2637 1025 9 0 198152 0
[pid=15316/tid=15317] ppid=15314 vsize=803076 CPUtime=0.06
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 13131 0 -1 64 2129 0 1 0 5 1 0 0 18 0 9 0 627522209 822349824 2637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15318] ppid=15314 vsize=803076 CPUtime=0
/proc/15316/task/15318/stat : 15318 (java) S 15314 15316 13131 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 627522210 822349824 2637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=803076 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 627522210 822349824 2637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 803076

[startup+0.302042 s]
/proc/loadavg: 2.92 2.98 2.99 5/89 15316
/proc/meminfo: memFree=1325192/2055920 swapFree=4179484/4192956
[pid=15316] ppid=15314 vsize=803592 CPUtime=0.07
/proc/15316/stat : 15316 (java) S 15314 15316 13131 0 -1 0 2905 0 1 0 5 2 0 0 18 0 10 0 627522208 822878208 2638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15316/statm: 200898 2638 1025 9 0 198281 0
[pid=15316/tid=15317] ppid=15314 vsize=803592 CPUtime=0.06
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 13131 0 -1 64 2130 0 1 0 5 1 0 0 19 0 10 0 627522209 822878208 2638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15318] ppid=15314 vsize=803592 CPUtime=0
/proc/15316/task/15318/stat : 15318 (java) S 15314 15316 13131 0 -1 64 3 0 0 0 0 0 0 0 18 0 10 0 627522210 822878208 2638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=803592 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 627522210 822878208 2638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 803592

[startup+0.702092 s]
/proc/loadavg: 2.92 2.98 2.99 5/89 15316
/proc/meminfo: memFree=1325192/2055920 swapFree=4179484/4192956
[pid=15316] ppid=15314 vsize=807764 CPUtime=0.25
/proc/15316/stat : 15316 (java) S 15314 15316 13131 0 -1 0 4830 0 1 0 22 3 0 0 18 0 12 0 627522208 827150336 4159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15316/statm: 201941 4159 1299 9 0 199310 0
[pid=15316/tid=15317] ppid=15314 vsize=807764 CPUtime=0.16
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 13131 0 -1 64 2680 0 1 0 14 2 0 0 21 0 12 0 627522209 827150336 4159 996147200 134512640 134550740 4294956032 18446744073709551615 104687344 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15318] ppid=15314 vsize=807764 CPUtime=0
/proc/15316/task/15318/stat : 15318 (java) S 15314 15316 13131 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 627522210 827150336 4159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=807764 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 627522210 827150336 4159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 807764

[startup+1.50219 s]
/proc/loadavg: 2.92 2.98 2.99 4/101 15328
/proc/meminfo: memFree=1309416/2055920 swapFree=4179484/4192956
[pid=15316] ppid=15314 vsize=807792 CPUtime=0.86
/proc/15316/stat : 15316 (java) S 15314 15316 13131 0 -1 0 7016 0 1 0 80 6 0 0 18 0 12 0 627522208 827179008 6123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15316/statm: 201948 6123 1346 9 0 199310 0
[pid=15316/tid=15317] ppid=15314 vsize=807792 CPUtime=0.56
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 13131 0 -1 64 4551 0 1 0 52 4 0 0 19 0 12 0 627522209 827179008 6123 996147200 134512640 134550740 4294956032 18446744073709551615 4159510177 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15318] ppid=15314 vsize=807792 CPUtime=0
/proc/15316/task/15318/stat : 15318 (java) S 15314 15316 13131 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 627522210 827179008 6123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=807792 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 627522210 827179008 6123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=807792 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 627522220 827179008 6123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15322] ppid=15314 vsize=807792 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 13131 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 627522220 827179008 6123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15323] ppid=15314 vsize=807792 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 13131 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 627522220 827179008 6123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15324] ppid=15314 vsize=807792 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 627522224 827179008 6123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15325] ppid=15314 vsize=807792 CPUtime=0.1
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 13131 0 -1 64 429 0 0 0 10 0 0 0 16 0 12 0 627522224 827179008 6123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=807792 CPUtime=0.17
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 13131 0 -1 64 1272 0 0 0 17 0 0 0 16 0 12 0 627522234 827179008 6123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15327] ppid=15314 vsize=807792 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 627522244 827179008 6123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15328] ppid=15314 vsize=807792 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 627522244 827179008 6123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 807792

[startup+3.10139 s]
/proc/loadavg: 2.92 2.98 2.99 4/101 15328
/proc/meminfo: memFree=1301928/2055920 swapFree=4179484/4192956
[pid=15316] ppid=15314 vsize=816532 CPUtime=2.5
/proc/15316/stat : 15316 (java) S 15314 15316 13131 0 -1 0 16397 0 1 0 239 11 0 0 18 0 12 0 627522208 836128768 12120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15316/statm: 204133 12120 1380 9 0 201495 0
[pid=15316/tid=15317] ppid=15314 vsize=816532 CPUtime=1.34
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 13131 0 -1 64 8384 0 1 0 128 6 0 0 19 0 12 0 627522209 836128768 12120 996147200 134512640 134550740 4294956032 18446744073709551615 104121035 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15318] ppid=15314 vsize=816532 CPUtime=0
/proc/15316/task/15318/stat : 15318 (java) S 15314 15316 13131 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 627522210 836128768 12121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=816532 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 627522210 836128768 12121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=816532 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 627522220 836128768 12122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15322] ppid=15314 vsize=816532 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 13131 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 627522220 836128768 12122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15323] ppid=15314 vsize=816532 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 13131 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 627522220 836128768 12122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15324] ppid=15314 vsize=816532 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 627522224 836128768 12123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15325] ppid=15314 vsize=816532 CPUtime=0.51
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 13131 0 -1 64 3981 0 0 0 50 1 0 0 16 0 12 0 627522224 836128768 12123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15326] ppid=15314 vsize=816532 CPUtime=0.62
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 13131 0 -1 64 3268 0 0 0 60 2 0 0 16 0 12 0 627522234 836128768 12124 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15327] ppid=15314 vsize=816532 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 627522244 836128768 12124 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15328] ppid=15314 vsize=816532 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 627522244 836128768 12125 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 816532

[startup+6.30179 s]
/proc/loadavg: 3.01 3.00 3.00 5/101 15328
/proc/meminfo: memFree=1244328/2055920 swapFree=4179484/4192956
[pid=15316] ppid=15314 vsize=826588 CPUtime=5.44
/proc/15316/stat : 15316 (java) S 15314 15316 13131 0 -1 0 28471 0 1 0 527 17 0 0 18 0 12 0 627522208 846426112 23512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15316/statm: 206647 23512 1385 9 0 204009 0
[pid=15316/tid=15317] ppid=15314 vsize=826588 CPUtime=2.97
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 13131 0 -1 64 17301 0 1 0 286 11 0 0 23 0 12 0 627522209 846426112 23512 996147200 134512640 134550740 4294956032 18446744073709551615 103574138 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15318] ppid=15314 vsize=826588 CPUtime=0
/proc/15316/task/15318/stat : 15318 (java) S 15314 15316 13131 0 -1 64 198 0 0 0 0 0 0 0 16 0 12 0 627522210 846426112 23512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15319] ppid=15314 vsize=826588 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 13131 0 -1 64 39 0 0 0 0 0 0 0 16 0 12 0 627522210 846426112 23512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15321] ppid=15314 vsize=826588 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 13131 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 627522220 846426112 23512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15322] ppid=15314 vsize=826588 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 13131 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 627522220 846426112 23512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=826588 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 13131 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 627522220 846426112 23512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=826588 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 627522224 846426112 23512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15325] ppid=15314 vsize=826588 CPUtime=1.8
/proc/15316/task/15325/stat : 15325 (java) R 15314 15316 13131 0 -1 64 6873 0 0 0 178 2 0 0 25 0 12 0 627522224 846426112 23512 996147200 134512640 134550740 4294956032 18446744073709551615 104112587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15326] ppid=15314 vsize=826588 CPUtime=0.63
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 13131 0 -1 64 3268 0 0 0 61 2 0 0 16 0 12 0 627522234 846426112 23512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15327] ppid=15314 vsize=826588 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 627522244 846426112 23512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15328] ppid=15314 vsize=826588 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 627522244 846426112 23512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 826588

[startup+12.7016 s]
/proc/loadavg: 3.01 3.00 3.00 5/101 15328
/proc/meminfo: memFree=1215528/2055920 swapFree=4179484/4192956
[pid=15316] ppid=15314 vsize=827896 CPUtime=9.73
/proc/15316/stat : 15316 (java) S 15314 15316 13131 0 -1 0 34893 0 1 0 953 20 0 0 18 0 12 0 627522208 847765504 28488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15316/statm: 206974 28488 1385 9 0 204336 0
[pid=15316/tid=15317] ppid=15314 vsize=827896 CPUtime=6.86
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 13131 0 -1 64 20851 0 1 0 674 12 0 0 22 0 12 0 627522209 847765504 28488 996147200 134512640 134550740 4294956032 18446744073709551615 4109778227 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15318] ppid=15314 vsize=827896 CPUtime=0.02
/proc/15316/task/15318/stat : 15318 (java) S 15314 15316 13131 0 -1 64 654 0 0 0 2 0 0 0 16 0 12 0 627522210 847765504 28488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15319] ppid=15314 vsize=827896 CPUtime=0.01
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 13131 0 -1 64 300 0 0 0 1 0 0 0 16 0 12 0 627522210 847765504 28488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 13131 0 -1 64 89 0 0 0 0 0 0 0 16 0 12 0 627522220 847765504 28488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15322] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 13131 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 627522220 847765504 28488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 13131 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 627522220 847765504 28488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 627522224 847765504 28488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15325] ppid=15314 vsize=827896 CPUtime=2.17

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

[pid=15316/tid=15327] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 627522244 847765504 29887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15328] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 627522244 847765504 29887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1551.67
Current children cumulated vsize (KiB) 827896

[startup+1842.3 s]
/proc/loadavg: 3.06 3.02 3.00 4/93 15498
/proc/meminfo: memFree=1276136/2055920 swapFree=4179484/4192956
[pid=15316] ppid=15314 vsize=827896 CPUtime=1604.37
/proc/15316/stat : 15316 (java) S 15314 15316 13131 0 -1 0 39436 0 1 0 160401 36 0 0 18 0 12 0 627522208 847765504 29924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15316/statm: 206974 29924 1386 9 0 204336 0
[pid=15316/tid=15317] ppid=15314 vsize=827896 CPUtime=1600.16
/proc/15316/task/15317/stat : 15317 (java) S 15314 15316 13131 0 -1 64 23351 0 1 0 159998 18 0 0 16 0 12 0 627522209 847765504 29924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15318] ppid=15314 vsize=827896 CPUtime=0.47
/proc/15316/task/15318/stat : 15318 (java) R 15314 15316 13131 0 -1 64 1224 0 0 0 46 1 0 0 15 0 12 0 627522210 847765504 29924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=827896 CPUtime=0.43
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 13131 0 -1 64 903 0 0 0 43 0 0 0 15 0 12 0 627522210 847765504 29924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=827896 CPUtime=0.31
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 13131 0 -1 64 89 0 0 0 23 8 0 0 15 0 12 0 627522220 847765504 29924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15322] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 13131 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 627522220 847765504 29924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 13131 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 627522220 847765504 29924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 627522224 847765504 29924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15325] ppid=15314 vsize=827896 CPUtime=2.19
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 13131 0 -1 64 8970 0 0 0 215 4 0 0 17 0 12 0 627522224 847765504 29924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=827896 CPUtime=0.76
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 13131 0 -1 64 4137 0 0 0 74 2 0 0 16 0 12 0 627522234 847765504 29924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15327] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 627522244 847765504 29924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15328] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 627522244 847765504 29924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1604.37
Current children cumulated vsize (KiB) 827896

[startup+1902.3 s]
/proc/loadavg: 3.02 3.01 3.00 4/93 15498
/proc/meminfo: memFree=1275880/2055920 swapFree=4179484/4192956
[pid=15316] ppid=15314 vsize=827896 CPUtime=1657.13
/proc/15316/stat : 15316 (java) S 15314 15316 13131 0 -1 0 39547 0 1 0 165677 36 0 0 18 0 12 0 627522208 847765504 29963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15316/statm: 206974 29963 1386 9 0 204336 0
[pid=15316/tid=15317] ppid=15314 vsize=827896 CPUtime=1652.88
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 13131 0 -1 64 23423 0 1 0 165270 18 0 0 16 0 12 0 627522209 847765504 29963 996147200 134512640 134550740 4294956032 18446744073709551615 4109654972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15318] ppid=15314 vsize=827896 CPUtime=0.49
/proc/15316/task/15318/stat : 15318 (java) S 15314 15316 13131 0 -1 64 1242 0 0 0 48 1 0 0 16 0 12 0 627522210 847765504 29963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=827896 CPUtime=0.45
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 13131 0 -1 64 924 0 0 0 45 0 0 0 15 0 12 0 627522210 847765504 29963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=827896 CPUtime=0.31
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 13131 0 -1 64 89 0 0 0 23 8 0 0 16 0 12 0 627522220 847765504 29963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15322] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 13131 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 627522220 847765504 29963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 13131 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 627522220 847765504 29963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 627522224 847765504 29963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15325] ppid=15314 vsize=827896 CPUtime=2.19
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 13131 0 -1 64 8970 0 0 0 215 4 0 0 17 0 12 0 627522224 847765504 29963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=827896 CPUtime=0.76
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 13131 0 -1 64 4137 0 0 0 74 2 0 0 16 0 12 0 627522234 847765504 29963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15327] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 627522244 847765504 29963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15328] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 627522244 847765504 29963 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.13
Current children cumulated vsize (KiB) 827896

[startup+1962.3 s]
/proc/loadavg: 3.01 3.00 3.00 4/93 15498
/proc/meminfo: memFree=1275688/2055920 swapFree=4179484/4192956
[pid=15316] ppid=15314 vsize=827896 CPUtime=1709.81
/proc/15316/stat : 15316 (java) S 15314 15316 13131 0 -1 0 39671 0 1 0 170945 36 0 0 18 0 12 0 627522208 847765504 30014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15316/statm: 206974 30014 1386 9 0 204336 0
[pid=15316/tid=15317] ppid=15314 vsize=827896 CPUtime=1705.52
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 13131 0 -1 64 23496 0 1 0 170534 18 0 0 16 0 12 0 627522209 847765504 30014 996147200 134512640 134550740 4294956032 18446744073709551615 4109605475 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15318] ppid=15314 vsize=827896 CPUtime=0.5
/proc/15316/task/15318/stat : 15318 (java) S 15314 15316 13131 0 -1 64 1268 0 0 0 49 1 0 0 15 0 12 0 627522210 847765504 30014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=827896 CPUtime=0.47
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 13131 0 -1 64 949 0 0 0 47 0 0 0 16 0 12 0 627522210 847765504 30014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=827896 CPUtime=0.32
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 13131 0 -1 64 89 0 0 0 24 8 0 0 16 0 12 0 627522220 847765504 30014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15322] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 13131 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 627522220 847765504 30014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 13131 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 627522220 847765504 30014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 627522224 847765504 30014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15325] ppid=15314 vsize=827896 CPUtime=2.19
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 13131 0 -1 64 8970 0 0 0 215 4 0 0 17 0 12 0 627522224 847765504 30014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=827896 CPUtime=0.76
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 13131 0 -1 64 4137 0 0 0 74 2 0 0 16 0 12 0 627522234 847765504 30014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15327] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 627522244 847765504 30014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15328] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 627522244 847765504 30014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.81
Current children cumulated vsize (KiB) 827896

[startup+2022.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/93 15498
/proc/meminfo: memFree=1275496/2055920 swapFree=4179484/4192956
[pid=15316] ppid=15314 vsize=827896 CPUtime=1762.6
/proc/15316/stat : 15316 (java) S 15314 15316 13131 0 -1 0 39781 0 1 0 176223 37 0 0 18 0 12 0 627522208 847765504 30052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15316/statm: 206974 30052 1386 9 0 204336 0
[pid=15316/tid=15317] ppid=15314 vsize=827896 CPUtime=1758.26
/proc/15316/task/15317/stat : 15317 (java) R 15314 15316 13131 0 -1 64 23568 0 1 0 175808 18 0 0 16 0 12 0 627522209 847765504 30052 996147200 134512640 134550740 4294956032 18446744073709551615 4109605447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15318] ppid=15314 vsize=827896 CPUtime=0.51
/proc/15316/task/15318/stat : 15318 (java) S 15314 15316 13131 0 -1 64 1287 0 0 0 50 1 0 0 15 0 12 0 627522210 847765504 30052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=827896 CPUtime=0.48
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 13131 0 -1 64 968 0 0 0 48 0 0 0 16 0 12 0 627522210 847765504 30052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=827896 CPUtime=0.32
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 13131 0 -1 64 89 0 0 0 24 8 0 0 16 0 12 0 627522220 847765504 30052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15322] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 13131 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 627522220 847765504 30052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 13131 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 627522220 847765504 30052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 627522224 847765504 30052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15325] ppid=15314 vsize=827896 CPUtime=2.19
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 13131 0 -1 64 8970 0 0 0 215 4 0 0 17 0 12 0 627522224 847765504 30052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=827896 CPUtime=0.76
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 13131 0 -1 64 4137 0 0 0 74 2 0 0 16 0 12 0 627522234 847765504 30052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15327] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 627522244 847765504 30052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15328] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 627522244 847765504 30052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1762.6
Current children cumulated vsize (KiB) 827896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2064.9 s]
/proc/loadavg: 3.08 3.02 3.01 4/93 15498
/proc/meminfo: memFree=1275304/2055920 swapFree=4179484/4192956
[pid=15316] ppid=15314 vsize=827896 CPUtime=1800
/proc/15316/stat : 15316 (java) S 15314 15316 13131 0 -1 0 39870 0 1 0 179963 37 0 0 18 0 12 0 627522208 847765504 30089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15316/statm: 206974 30089 1386 9 0 204336 0
[pid=15316/tid=15317] ppid=15314 vsize=827896 CPUtime=1795.64
/proc/15316/task/15317/stat : 15317 (java) S 15314 15316 13131 0 -1 64 23620 0 1 0 179546 18 0 0 16 0 12 0 627522209 847765504 30089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15318] ppid=15314 vsize=827896 CPUtime=0.53
/proc/15316/task/15318/stat : 15318 (java) R 15314 15316 13131 0 -1 64 1307 0 0 0 52 1 0 0 15 0 12 0 627522210 847765504 30089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15314 vsize=827896 CPUtime=0.49
/proc/15316/task/15319/stat : 15319 (java) S 15314 15316 13131 0 -1 64 985 0 0 0 49 0 0 0 15 0 12 0 627522210 847765504 30089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15321] ppid=15314 vsize=827896 CPUtime=0.32
/proc/15316/task/15321/stat : 15321 (java) S 15314 15316 13131 0 -1 64 89 0 0 0 24 8 0 0 15 0 12 0 627522220 847765504 30089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15322] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15322/stat : 15322 (java) S 15314 15316 13131 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 627522220 847765504 30089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15314 15316 13131 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 627522220 847765504 30089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 627522224 847765504 30089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15325] ppid=15314 vsize=827896 CPUtime=2.19
/proc/15316/task/15325/stat : 15325 (java) S 15314 15316 13131 0 -1 64 8970 0 0 0 215 4 0 0 17 0 12 0 627522224 847765504 30089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15326] ppid=15314 vsize=827896 CPUtime=0.76
/proc/15316/task/15326/stat : 15326 (java) S 15314 15316 13131 0 -1 64 4137 0 0 0 74 2 0 0 16 0 12 0 627522234 847765504 30089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15327] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15327/stat : 15327 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 627522244 847765504 30089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15328] ppid=15314 vsize=827896 CPUtime=0
/proc/15316/task/15328/stat : 15328 (java) S 15314 15316 13131 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 627522244 847765504 30089 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 827896

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 2064.99
CPU time (s): 1800.09
CPU user time (s): 1799.69
CPU system time (s): 0.398939
CPU usage (%): 87.1717
Max. virtual memory (cumulated for all children) (KiB): 831768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.398939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39889
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= 75224
involuntary context switches= 40314

runsolver used 2.78858 second user time and 6.61799 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-03 02:46:04
IDJOB=1049663
IDBENCH=54687
IDSOLVER=344
FILE ID=node92/1049663-1215045964
PBS_JOBID= 7874993
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/pseudo/course/normalized-ss97-6.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1049663-1215045964/watcher-1049663-1215045964 -o /tmp/evaluation-result-1049663-1215045964/solver-1049663-1215045964 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1049663-1215045964.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0c9f87478b796a128266998e88fcff85
RANDOM SEED=889233434

node92.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.223
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.223
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1325608 kB
Buffers:         24644 kB
Cached:         285476 kB
SwapCached:       8188 kB
Active:         480004 kB
Inactive:       210908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1325608 kB
SwapTotal:     4192956 kB
SwapFree:      4179484 kB
Dirty:            1248 kB
Writeback:           0 kB
Mapped:         396148 kB
Slab:            23132 kB
Committed_AS:  2181784 kB
PageTables:       3116 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= 66556 MiB
End job on node92 at 2008-07-03 03:20:31