Trace number 1063705

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.31 1809.14

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-ran10x10b.xml
MD5SUM5be72a08ec3eec9a193ba5c4e6721a83
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 benchmark1.35879
Satisfiable
(Un)Satisfiability was proved
Number of variables3100
Number of constraints140
Maximum constraint arity300
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension140
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1063705-1215138541/watcher-1063705-1215138541 -o /tmp/evaluation-result-1063705-1215138541/solver-1063705-1215138541 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1063705-1215138541.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: 1.92 2.00 2.01 4/73 8327
/proc/meminfo: memFree=1818944/2055920 swapFree=4122684/4192956
[pid=8327] ppid=8325 vsize=1804 CPUtime=0
/proc/8327/stat : 8327 (java6) D 8325 8327 6380 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1543529155 1847296 150 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/8327/statm: 451 150 106 9 0 93 0

[startup+0.049033 s]
/proc/loadavg: 1.92 2.00 2.01 4/73 8327
/proc/meminfo: memFree=1818944/2055920 swapFree=4122684/4192956
[pid=8327] ppid=8325 vsize=13012 CPUtime=0.01
/proc/8327/stat : 8327 (java) D 8325 8327 6380 0 -1 0 392 0 18 0 0 1 0 0 18 0 1 0 1543529155 13324288 211 996147200 134512640 134550740 4294956032 18446744073709551615 9667370 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/8327/statm: 3253 211 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.101037 s]
/proc/loadavg: 1.92 2.00 2.01 4/73 8327
/proc/meminfo: memFree=1818944/2055920 swapFree=4122684/4192956
[pid=8327] ppid=8325 vsize=797644 CPUtime=0.03
/proc/8327/stat : 8327 (java) S 8325 8327 6380 0 -1 0 1627 0 30 0 0 3 0 0 18 0 2 0 1543529155 816787456 1397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/8327/statm: 199411 1398 402 9 0 197189 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 797644

[startup+0.301055 s]
/proc/loadavg: 1.92 2.00 2.01 4/73 8327
/proc/meminfo: memFree=1818944/2055920 swapFree=4122684/4192956
[pid=8327] ppid=8325 vsize=808212 CPUtime=0.23
/proc/8327/stat : 8327 (java) S 8325 8327 6380 0 -1 0 4577 0 30 0 18 5 0 0 18 0 12 0 1543529155 827609088 3933 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8327/statm: 202053 3933 1296 9 0 199422 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 808212

[startup+0.701096 s]
/proc/loadavg: 1.92 2.00 2.01 4/73 8327
/proc/meminfo: memFree=1818944/2055920 swapFree=4122684/4192956
[pid=8327] ppid=8325 vsize=808240 CPUtime=0.59
/proc/8327/stat : 8327 (java) S 8325 8327 6380 0 -1 0 6181 0 30 0 52 7 0 0 18 0 12 0 1543529155 827637760 5338 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8327/statm: 202060 5338 1335 9 0 199422 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 808240

[startup+1.50118 s]
/proc/loadavg: 1.92 2.00 2.01 4/85 8339
/proc/meminfo: memFree=1794528/2055920 swapFree=4122684/4192956
[pid=8327] ppid=8325 vsize=809468 CPUtime=1.38
/proc/8327/stat : 8327 (java) S 8325 8327 6380 0 -1 0 7670 0 30 0 130 8 0 0 18 0 12 0 1543529155 828895232 6263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8327/statm: 202367 6263 1349 9 0 199729 0
[pid=8327/tid=8329] ppid=8325 vsize=809468 CPUtime=0.79
/proc/8327/task/8329/stat : 8329 (java) R 8325 8327 6380 0 -1 64 4240 0 1 0 75 4 0 0 25 0 12 0 1543529162 828895232 6263 996147200 134512640 134550740 4294956032 18446744073709551615 106734386 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8330] ppid=8325 vsize=809468 CPUtime=0
/proc/8327/task/8330/stat : 8330 (java) S 8325 8327 6380 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1543529165 828895232 6263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8331] ppid=8325 vsize=809468 CPUtime=0
/proc/8327/task/8331/stat : 8331 (java) S 8325 8327 6380 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1543529165 828895232 6263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8332] ppid=8325 vsize=809468 CPUtime=0
/proc/8327/task/8332/stat : 8332 (java) S 8325 8327 6380 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1543529167 828895232 6263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8333] ppid=8325 vsize=809468 CPUtime=0
/proc/8327/task/8333/stat : 8333 (java) S 8325 8327 6380 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1543529168 828895232 6263 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8334] ppid=8325 vsize=809468 CPUtime=0
/proc/8327/task/8334/stat : 8334 (java) S 8325 8327 6380 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1543529168 828895232 6264 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8335] ppid=8325 vsize=809468 CPUtime=0
/proc/8327/task/8335/stat : 8335 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543529172 828895232 6264 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8336] ppid=8325 vsize=809468 CPUtime=0.19
/proc/8327/task/8336/stat : 8336 (java) S 8325 8327 6380 0 -1 64 464 0 0 0 19 0 0 0 16 0 12 0 1543529172 828895232 6264 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8337] ppid=8325 vsize=809468 CPUtime=0.35
/proc/8327/task/8337/stat : 8337 (java) S 8325 8327 6380 0 -1 64 2228 0 0 0 35 0 0 0 16 0 12 0 1543529172 828895232 6264 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8338] ppid=8325 vsize=809468 CPUtime=0
/proc/8327/task/8338/stat : 8338 (java) S 8325 8327 6380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1543529172 828895232 6264 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8339] ppid=8325 vsize=809468 CPUtime=0
/proc/8327/task/8339/stat : 8339 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543529172 828895232 6264 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 809468

[startup+3.10233 s]
/proc/loadavg: 1.92 2.00 2.01 4/85 8339
/proc/meminfo: memFree=1787040/2055920 swapFree=4122684/4192956
[pid=8327] ppid=8325 vsize=809468 CPUtime=2.98
/proc/8327/stat : 8327 (java) S 8325 8327 6380 0 -1 0 15408 0 30 0 285 13 0 0 18 0 12 0 1543529155 828895232 13531 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8327/statm: 202367 13531 1388 9 0 199729 0
[pid=8327/tid=8329] ppid=8325 vsize=809468 CPUtime=1.75
/proc/8327/task/8329/stat : 8329 (java) R 8325 8327 6380 0 -1 64 11393 0 1 0 167 8 0 0 25 0 12 0 1543529162 828895232 13531 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8330] ppid=8325 vsize=809468 CPUtime=0
/proc/8327/task/8330/stat : 8330 (java) S 8325 8327 6380 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1543529165 828895232 13531 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8331] ppid=8325 vsize=809468 CPUtime=0
/proc/8327/task/8331/stat : 8331 (java) S 8325 8327 6380 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1543529165 828895232 13531 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8332] ppid=8325 vsize=809468 CPUtime=0
/proc/8327/task/8332/stat : 8332 (java) S 8325 8327 6380 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1543529167 828895232 13531 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8333] ppid=8325 vsize=809468 CPUtime=0
/proc/8327/task/8333/stat : 8333 (java) S 8325 8327 6380 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1543529168 828895232 13531 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8334] ppid=8325 vsize=809468 CPUtime=0
/proc/8327/task/8334/stat : 8334 (java) S 8325 8327 6380 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1543529168 828895232 13531 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8335] ppid=8325 vsize=809468 CPUtime=0
/proc/8327/task/8335/stat : 8335 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543529172 828895232 13531 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8336] ppid=8325 vsize=809468 CPUtime=0.52
/proc/8327/task/8336/stat : 8336 (java) R 8325 8327 6380 0 -1 64 603 0 0 0 52 0 0 0 16 0 12 0 1543529172 828895232 13531 996147200 134512640 134550740 4294956032 18446744073709551615 106724247 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8337] ppid=8325 vsize=809468 CPUtime=0.66
/proc/8327/task/8337/stat : 8337 (java) S 8325 8327 6380 0 -1 64 2674 0 0 0 65 1 0 0 16 0 12 0 1543529172 828895232 13531 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8338] ppid=8325 vsize=809468 CPUtime=0
/proc/8327/task/8338/stat : 8338 (java) S 8325 8327 6380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1543529172 828895232 13531 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8339] ppid=8325 vsize=809468 CPUtime=0
/proc/8327/task/8339/stat : 8339 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543529172 828895232 13531 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 809468

[startup+6.30265 s]
/proc/loadavg: 2.01 2.02 2.01 3/85 8339
/proc/meminfo: memFree=1718240/2055920 swapFree=4122684/4192956
[pid=8327] ppid=8325 vsize=821760 CPUtime=6.17
/proc/8327/stat : 8327 (java) S 8325 8327 6380 0 -1 0 29397 0 30 0 599 18 0 0 18 0 12 0 1543529155 841482240 25199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8327/statm: 205440 25199 1398 9 0 202802 0
[pid=8327/tid=8329] ppid=8325 vsize=821760 CPUtime=3.75
/proc/8327/task/8329/stat : 8329 (java) R 8325 8327 6380 0 -1 64 17250 0 1 0 364 11 0 0 25 0 12 0 1543529162 841482240 25199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8330] ppid=8325 vsize=821760 CPUtime=0.05
/proc/8327/task/8330/stat : 8330 (java) S 8325 8327 6380 0 -1 64 1773 0 0 0 5 0 0 0 16 0 12 0 1543529165 841482240 25199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8331] ppid=8325 vsize=821760 CPUtime=0.03
/proc/8327/task/8331/stat : 8331 (java) S 8325 8327 6380 0 -1 64 887 0 0 0 3 0 0 0 16 0 12 0 1543529165 841482240 25199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8332] ppid=8325 vsize=821760 CPUtime=0
/proc/8327/task/8332/stat : 8332 (java) S 8325 8327 6380 0 -1 64 88 0 0 0 0 0 0 0 16 0 12 0 1543529167 841482240 25199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8333] ppid=8325 vsize=821760 CPUtime=0
/proc/8327/task/8333/stat : 8333 (java) S 8325 8327 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1543529168 841482240 25199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8334] ppid=8325 vsize=821760 CPUtime=0
/proc/8327/task/8334/stat : 8334 (java) S 8325 8327 6380 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1543529168 841482240 25199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8335] ppid=8325 vsize=821760 CPUtime=0
/proc/8327/task/8335/stat : 8335 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543529172 841482240 25199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8336] ppid=8325 vsize=821760 CPUtime=1.49
/proc/8327/task/8336/stat : 8336 (java) S 8325 8327 6380 0 -1 64 5787 0 0 0 148 1 0 0 16 0 12 0 1543529172 841482240 25199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8337] ppid=8325 vsize=821760 CPUtime=0.77
/proc/8327/task/8337/stat : 8337 (java) R 8325 8327 6380 0 -1 64 2876 0 0 0 76 1 0 0 16 0 12 0 1543529172 841482240 25199 996147200 134512640 134550740 4294956032 18446744073709551615 106711880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8338] ppid=8325 vsize=821760 CPUtime=0
/proc/8327/task/8338/stat : 8338 (java) S 8325 8327 6380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1543529172 841482240 25199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8339] ppid=8325 vsize=821760 CPUtime=0
/proc/8327/task/8339/stat : 8339 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543529172 841482240 25199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 821760

[startup+12.7023 s]
/proc/loadavg: 2.01 2.02 2.01 3/85 8339
/proc/meminfo: memFree=1690528/2055920 swapFree=4122684/4192956
[pid=8327] ppid=8325 vsize=821872 CPUtime=12.57
/proc/8327/stat : 8327 (java) S 8325 8327 6380 0 -1 0 37290 0 30 0 1235 22 0 0 18 0 12 0 1543529155 841596928 32057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8327/statm: 205468 32057 1398 9 0 202830 0
[pid=8327/tid=8329] ppid=8325 vsize=821872 CPUtime=8.89
/proc/8327/task/8329/stat : 8329 (java) R 8325 8327 6380 0 -1 64 17260 0 1 0 878 11 0 0 25 0 12 0 1543529162 841596928 32057 996147200 134512640 134550740 4294956032 18446744073709551615 4109880856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8330] ppid=8325 vsize=821872 CPUtime=0.24
/proc/8327/task/8330/stat : 8330 (java) S 8325 8327 6380 0 -1 64 5046 0 0 0 22 2 0 0 16 0 12 0 1543529165 841596928 32057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8331] ppid=8325 vsize=821872 CPUtime=0.22
/proc/8327/task/8331/stat : 8331 (java) S 8325 8327 6380 0 -1 64 4290 0 0 0 21 1 0 0 16 0 12 0 1543529165 841596928 32057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8332] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8332/stat : 8332 (java) S 8325 8327 6380 0 -1 64 142 0 0 0 0 0 0 0 16 0 12 0 1543529167 841596928 32057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8333] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8333/stat : 8333 (java) S 8325 8327 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1543529168 841596928 32057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8334] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8334/stat : 8334 (java) S 8325 8327 6380 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1543529168 841596928 32057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8335] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8335/stat : 8335 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543529172 841596928 32057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8336] ppid=8325 vsize=821872 CPUtime=1.49
/proc/8327/task/8336/stat : 8336 (java) S 8325 8327 6380 0 -1 64 5787 0 0 0 148 1 0 0 16 0 12 0 1543529172 841596928 32057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8337] ppid=8325 vsize=821872 CPUtime=1.63
/proc/8327/task/8337/stat : 8337 (java) S 8325 8327 6380 0 -1 64 4029 0 0 0 162 1 0 0 24 0 12 0 1543529172 841596928 32057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8338] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8338/stat : 8338 (java) S 8325 8327 6380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1543529172 841596928 32057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8339] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8339/stat : 8339 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543529172 841596928 32057 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 821872

[startup+25.5016 s]
/proc/loadavg: 2.00 2.01 2.01 4/85 8339
/proc/meminfo: memFree=1662176/2055920 swapFree=4122684/4192956
[pid=8327] ppid=8325 vsize=821872 CPUtime=25.37
/proc/8327/stat : 8327 (java) S 8325 8327 6380 0 -1 0 43849 0 30 0 2513 24 0 0 18 0 12 0 1543529155 841596928 38560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8327/statm: 205468 38560 1398 9 0 202830 0
[pid=8327/tid=8329] ppid=8325 vsize=821872 CPUtime=21.18
/proc/8327/task/8329/stat : 8329 (java) R 8325 8327 6380 0 -1 64 17283 0 1 0 2106 12 0 0 25 0 12 0 1543529162 841596928 38560 996147200 134512640 134550740 4294956032 18446744073709551615 4109880841 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8330] ppid=8325 vsize=821872 CPUtime=0.4
/proc/8327/task/8330/stat : 8330 (java) S 8325 8327 6380 0 -1 64 7139 0 0 0 38 2 0 0 16 0 12 0 1543529165 841596928 38560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8331] ppid=8325 vsize=821872 CPUtime=0.43
/proc/8327/task/8331/stat : 8331 (java) S 8325 8327 6380 0 -1 64 8726 0 0 0 40 3 0 0 16 0 12 0 1543529165 841596928 38560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8332] ppid=8325 vsize=821872 CPUtime=0.01
/proc/8327/task/8332/stat : 8332 (java) S 8325 8327 6380 0 -1 64 142 0 0 0 1 0 0 0 15 0 12 0 1543529167 841596928 38560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8333] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8333/stat : 8333 (java) S 8325 8327 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1543529168 841596928 38560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8334] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8334/stat : 8334 (java) S 8325 8327 6380 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1543529168 841596928 38560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8335] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8335/stat : 8335 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543529172 841596928 38560 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=868576/2055920 swapFree=4122684/4192956
[pid=8327] ppid=8325 vsize=821872 CPUtime=1654.36
/proc/8327/stat : 8327 (java) S 8325 8327 6380 0 -1 0 180614 0 30 0 165327 109 0 0 18 0 12 0 1543529155 841596928 174014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8327/statm: 205468 174014 1400 9 0 202830 0
[pid=8327/tid=8329] ppid=8325 vsize=821872 CPUtime=1581.78
/proc/8327/task/8329/stat : 8329 (java) R 8325 8327 6380 0 -1 64 18424 0 1 0 158149 29 0 0 25 0 12 0 1543529162 841596928 174014 996147200 134512640 134550740 4294956032 18446744073709551615 4109881208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8330] ppid=8325 vsize=821872 CPUtime=33.82
/proc/8327/task/8330/stat : 8330 (java) S 8325 8327 6380 0 -1 64 74898 0 0 0 3350 32 0 0 17 0 12 0 1543529165 841596928 174014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8331] ppid=8325 vsize=821872 CPUtime=34.96
/proc/8327/task/8331/stat : 8331 (java) S 8325 8327 6380 0 -1 64 76589 0 0 0 3463 33 0 0 17 0 12 0 1543529165 841596928 174014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8332] ppid=8325 vsize=821872 CPUtime=0.28
/proc/8327/task/8332/stat : 8332 (java) S 8325 8327 6380 0 -1 64 142 0 0 0 22 6 0 0 15 0 12 0 1543529167 841596928 174014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8333] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8333/stat : 8333 (java) S 8325 8327 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1543529168 841596928 174014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8334] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8334/stat : 8334 (java) S 8325 8327 6380 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1543529168 841596928 174014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8335] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8335/stat : 8335 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543529172 841596928 174014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8336] ppid=8325 vsize=821872 CPUtime=1.63
/proc/8327/task/8336/stat : 8336 (java) S 8325 8327 6380 0 -1 64 5787 0 0 0 162 1 0 0 16 0 12 0 1543529172 841596928 174014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8337] ppid=8325 vsize=821872 CPUtime=1.79
/proc/8327/task/8337/stat : 8337 (java) S 8325 8327 6380 0 -1 64 4038 0 0 0 178 1 0 0 16 0 12 0 1543529172 841596928 174014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8338] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8338/stat : 8338 (java) S 8325 8327 6380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1543529172 841596928 174014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8339] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8339/stat : 8339 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543529172 841596928 174014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.36
Current children cumulated vsize (KiB) 821872

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/85 8438
/proc/meminfo: memFree=868512/2055920 swapFree=4122684/4192956
[pid=8327] ppid=8325 vsize=821872 CPUtime=1713.97
/proc/8327/stat : 8327 (java) S 8325 8327 6380 0 -1 0 180662 0 30 0 171287 110 0 0 18 0 12 0 1543529155 841596928 174030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8327/statm: 205468 174030 1400 9 0 202830 0
[pid=8327/tid=8329] ppid=8325 vsize=821872 CPUtime=1639.24
/proc/8327/task/8329/stat : 8329 (java) R 8325 8327 6380 0 -1 64 18456 0 1 0 163894 30 0 0 25 0 12 0 1543529162 841596928 174030 996147200 134512640 134550740 4294956032 18446744073709551615 4109211028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8330] ppid=8325 vsize=821872 CPUtime=34.88
/proc/8327/task/8330/stat : 8330 (java) S 8325 8327 6380 0 -1 64 74906 0 0 0 3455 33 0 0 17 0 12 0 1543529165 841596928 174030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8331] ppid=8325 vsize=821872 CPUtime=36.05
/proc/8327/task/8331/stat : 8331 (java) S 8325 8327 6380 0 -1 64 76597 0 0 0 3572 33 0 0 17 0 12 0 1543529165 841596928 174030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8332] ppid=8325 vsize=821872 CPUtime=0.29
/proc/8327/task/8332/stat : 8332 (java) S 8325 8327 6380 0 -1 64 142 0 0 0 23 6 0 0 15 0 12 0 1543529167 841596928 174030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8333] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8333/stat : 8333 (java) S 8325 8327 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1543529168 841596928 174030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8334] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8334/stat : 8334 (java) S 8325 8327 6380 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1543529168 841596928 174030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8335] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8335/stat : 8335 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543529172 841596928 174030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8336] ppid=8325 vsize=821872 CPUtime=1.63
/proc/8327/task/8336/stat : 8336 (java) S 8325 8327 6380 0 -1 64 5787 0 0 0 162 1 0 0 16 0 12 0 1543529172 841596928 174030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8337] ppid=8325 vsize=821872 CPUtime=1.79
/proc/8327/task/8337/stat : 8337 (java) S 8325 8327 6380 0 -1 64 4038 0 0 0 178 1 0 0 16 0 12 0 1543529172 841596928 174030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8338] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8338/stat : 8338 (java) S 8325 8327 6380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1543529172 841596928 174030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8339] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8339/stat : 8339 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543529172 841596928 174030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.97
Current children cumulated vsize (KiB) 821872

[startup+1782.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/85 8438
/proc/meminfo: memFree=868320/2055920 swapFree=4122684/4192956
[pid=8327] ppid=8325 vsize=821872 CPUtime=1773.56
/proc/8327/stat : 8327 (java) S 8325 8327 6380 0 -1 0 180710 0 30 0 177245 111 0 0 18 0 12 0 1543529155 841596928 174046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8327/statm: 205468 174046 1400 9 0 202830 0
[pid=8327/tid=8329] ppid=8325 vsize=821872 CPUtime=1696.68
/proc/8327/task/8329/stat : 8329 (java) R 8325 8327 6380 0 -1 64 18488 0 1 0 169638 30 0 0 25 0 12 0 1543529162 841596928 174046 996147200 134512640 134550740 4294956032 18446744073709551615 4109366448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8330] ppid=8325 vsize=821872 CPUtime=35.82
/proc/8327/task/8330/stat : 8330 (java) S 8325 8327 6380 0 -1 64 74912 0 0 0 3549 33 0 0 17 0 12 0 1543529165 841596928 174046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8331] ppid=8325 vsize=821872 CPUtime=37.25
/proc/8327/task/8331/stat : 8331 (java) S 8325 8327 6380 0 -1 64 76607 0 0 0 3692 33 0 0 17 0 12 0 1543529165 841596928 174046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8332] ppid=8325 vsize=821872 CPUtime=0.3
/proc/8327/task/8332/stat : 8332 (java) S 8325 8327 6380 0 -1 64 142 0 0 0 24 6 0 0 15 0 12 0 1543529167 841596928 174046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8333] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8333/stat : 8333 (java) S 8325 8327 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1543529168 841596928 174046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8334] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8334/stat : 8334 (java) S 8325 8327 6380 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1543529168 841596928 174046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8335] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8335/stat : 8335 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543529172 841596928 174046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8336] ppid=8325 vsize=821872 CPUtime=1.63
/proc/8327/task/8336/stat : 8336 (java) S 8325 8327 6380 0 -1 64 5787 0 0 0 162 1 0 0 16 0 12 0 1543529172 841596928 174046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8337] ppid=8325 vsize=821872 CPUtime=1.79
/proc/8327/task/8337/stat : 8337 (java) S 8325 8327 6380 0 -1 64 4038 0 0 0 178 1 0 0 16 0 12 0 1543529172 841596928 174046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8338] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8338/stat : 8338 (java) S 8325 8327 6380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1543529172 841596928 174046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8339] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8339/stat : 8339 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543529172 841596928 174046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.56
Current children cumulated vsize (KiB) 821872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 2.06 2.05 2.00 3/85 8438
/proc/meminfo: memFree=868256/2055920 swapFree=4122684/4192956
[pid=8327] ppid=8325 vsize=821872 CPUtime=1800.07
/proc/8327/stat : 8327 (java) S 8325 8327 6380 0 -1 0 180732 0 30 0 179896 111 0 0 18 0 12 0 1543529155 841596928 174054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8327/statm: 205468 174054 1400 9 0 202830 0
[pid=8327/tid=8329] ppid=8325 vsize=821872 CPUtime=1722.26
/proc/8327/task/8329/stat : 8329 (java) R 8325 8327 6380 0 -1 64 18502 0 1 0 172196 30 0 0 25 0 12 0 1543529162 841596928 174054 996147200 134512640 134550740 4294956032 18446744073709551615 4109880872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8330] ppid=8325 vsize=821872 CPUtime=36.24
/proc/8327/task/8330/stat : 8330 (java) S 8325 8327 6380 0 -1 64 74914 0 0 0 3591 33 0 0 16 0 12 0 1543529165 841596928 174054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8331] ppid=8325 vsize=821872 CPUtime=37.75
/proc/8327/task/8331/stat : 8331 (java) S 8325 8327 6380 0 -1 64 76613 0 0 0 3742 33 0 0 17 0 12 0 1543529165 841596928 174054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8332] ppid=8325 vsize=821872 CPUtime=0.3
/proc/8327/task/8332/stat : 8332 (java) S 8325 8327 6380 0 -1 64 142 0 0 0 24 6 0 0 16 0 12 0 1543529167 841596928 174054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8333] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8333/stat : 8333 (java) S 8325 8327 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1543529168 841596928 174054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8334] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8334/stat : 8334 (java) S 8325 8327 6380 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1543529168 841596928 174054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8335] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8335/stat : 8335 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543529172 841596928 174054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8336] ppid=8325 vsize=821872 CPUtime=1.63
/proc/8327/task/8336/stat : 8336 (java) S 8325 8327 6380 0 -1 64 5787 0 0 0 162 1 0 0 16 0 12 0 1543529172 841596928 174054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8337] ppid=8325 vsize=821872 CPUtime=1.79
/proc/8327/task/8337/stat : 8337 (java) S 8325 8327 6380 0 -1 64 4038 0 0 0 178 1 0 0 16 0 12 0 1543529172 841596928 174054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8338] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8338/stat : 8338 (java) S 8325 8327 6380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1543529172 841596928 174054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8339] ppid=8325 vsize=821872 CPUtime=0
/proc/8327/task/8339/stat : 8339 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543529172 841596928 174054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 821872

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

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

[startup+1809.01 s]
/proc/loadavg: 2.06 2.05 2.00 3/85 8438
/proc/meminfo: memFree=868256/2055920 swapFree=4122684/4192956
[pid=8327] ppid=8325 vsize=822520 CPUtime=1800.17
/proc/8327/stat : 8327 (java) S 8325 8327 6380 0 -1 0 180750 0 30 0 179906 111 0 0 16 0 13 0 1543529155 842260480 174071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8327/statm: 205630 174071 1401 9 0 202992 0
[pid=8327/tid=8329] ppid=8325 vsize=822520 CPUtime=1722.3
/proc/8327/task/8329/stat : 8329 (java) R 8325 8327 6380 0 -1 64 18502 0 1 0 172200 30 0 0 25 0 13 0 1543529162 842260480 174071 996147200 134512640 134550740 4294956032 18446744073709551615 4109797351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8330] ppid=8325 vsize=822520 CPUtime=36.28
/proc/8327/task/8330/stat : 8330 (java) S 8325 8327 6380 0 -1 64 74914 0 0 0 3595 33 0 0 17 0 13 0 1543529165 842260480 174071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8331] ppid=8325 vsize=822520 CPUtime=37.77
/proc/8327/task/8331/stat : 8331 (java) S 8325 8327 6380 0 -1 64 76613 0 0 0 3744 33 0 0 17 0 13 0 1543529165 842260480 174071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8332] ppid=8325 vsize=822520 CPUtime=0.3
/proc/8327/task/8332/stat : 8332 (java) S 8325 8327 6380 0 -1 64 142 0 0 0 24 6 0 0 16 0 13 0 1543529167 842260480 174071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8333] ppid=8325 vsize=822520 CPUtime=0
/proc/8327/task/8333/stat : 8333 (java) S 8325 8327 6380 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1543529168 842260480 174071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8334] ppid=8325 vsize=822520 CPUtime=0
/proc/8327/task/8334/stat : 8334 (java) S 8325 8327 6380 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1543529168 842260480 174071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8335] ppid=8325 vsize=822520 CPUtime=0
/proc/8327/task/8335/stat : 8335 (java) S 8325 8327 6380 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1543529172 842260480 174071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8336] ppid=8325 vsize=822520 CPUtime=1.63
/proc/8327/task/8336/stat : 8336 (java) S 8325 8327 6380 0 -1 64 5787 0 0 0 162 1 0 0 16 0 13 0 1543529172 842260480 174071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8337] ppid=8325 vsize=822520 CPUtime=1.79
/proc/8327/task/8337/stat : 8337 (java) S 8325 8327 6380 0 -1 64 4038 0 0 0 178 1 0 0 16 0 13 0 1543529172 842260480 174071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8327/tid=8338] ppid=8325 vsize=822520 CPUtime=0
/proc/8327/task/8338/stat : 8338 (java) S 8325 8327 6380 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1543529172 842260480 174071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8327/tid=8339] ppid=8325 vsize=822520 CPUtime=0
/proc/8327/task/8339/stat : 8339 (java) S 8325 8327 6380 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1543529172 842260480 174071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 822520

[startup+1809.1 s]
/proc/loadavg: 2.06 2.05 2.00 3/85 8438
/proc/meminfo: memFree=868256/2055920 swapFree=4122684/4192956
[pid=8327] ppid=8325 vsize=0 CPUtime=1800.27
/proc/8327/stat : 8327 (java) R 8325 8327 6380 0 -1 1028 180750 0 30 0 179908 119 0 0 17 0 1 0 1543529155 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 1 0 0
/proc/8327/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1809.14
CPU time (s): 1800.31
CPU user time (s): 1799.08
CPU system time (s): 1.23181
CPU usage (%): 99.5119
Max. virtual memory (cumulated for all children) (KiB): 825596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.23181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180750
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53162
involuntary context switches= 57642

runsolver used 2.18867 second user time and 6.06708 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-04 04:29:01
IDJOB=1063705
IDBENCH=54831
IDSOLVER=344
FILE ID=node12/1063705-1215138541
PBS_JOBID= 7877292
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-ran10x10b.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-1063705-1215138541/watcher-1063705-1215138541 -o /tmp/evaluation-result-1063705-1215138541/solver-1063705-1215138541 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1063705-1215138541.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5be72a08ec3eec9a193ba5c4e6721a83
RANDOM SEED=116150449

node12.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1819424 kB
Buffers:          6164 kB
Cached:          71976 kB
SwapCached:      64320 kB
Active:         144200 kB
Inactive:        36028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819424 kB
SwapTotal:     4192956 kB
SwapFree:      4122684 kB
Dirty:            1440 kB
Writeback:           0 kB
Mapped:         108828 kB
Slab:            41424 kB
Committed_AS:  2913096 kB
PageTables:       1924 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= 66540 MiB
End job on node12 at 2008-07-04 04:59:12