Trace number 1062193

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.11 1809.15

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-rot-b.xml
MD5SUM5e9e5378f7c86cf8c1b1902ee5afb48c
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.55476
Satisfiable
(Un)Satisfiability was proved
Number of variables1451
Number of constraints2898
Maximum constraint arity81
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2898
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1062193-1215133909/watcher-1062193-1215133909 -o /tmp/evaluation-result-1062193-1215133909/solver-1062193-1215133909 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1062193-1215133909.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.75 1.91 1.97 4/82 18883
/proc/meminfo: memFree=1780312/2055920 swapFree=4179504/4192956
[pid=18883] ppid=18881 vsize=18572 CPUtime=0
/proc/18883/stat : 18883 (runsolver) R 18881 18883 16326 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 246378808 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 269807578407 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18883/statm: 4643 292 257 25 0 2626 0

[startup+0.083838 s]
/proc/loadavg: 1.75 1.91 1.97 4/82 18883
/proc/meminfo: memFree=1780312/2055920 swapFree=4179504/4192956
[pid=18883] ppid=18881 vsize=798812 CPUtime=0.03
/proc/18883/stat : 18883 (java) S 18881 18883 16326 0 -1 0 1671 0 30 0 0 3 0 0 19 0 4 0 246378808 817983488 1441 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18883/statm: 199703 1441 417 9 0 197481 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 798812

[startup+0.101838 s]
/proc/loadavg: 1.75 1.91 1.97 4/82 18883
/proc/meminfo: memFree=1780312/2055920 swapFree=4179504/4192956
[pid=18883] ppid=18881 vsize=801432 CPUtime=0.04
/proc/18883/stat : 18883 (java) S 18881 18883 16326 0 -1 0 2459 0 30 0 1 3 0 0 19 0 5 0 246378808 820666368 2225 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18883/statm: 200358 2225 949 9 0 197741 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 801432

[startup+0.301859 s]
/proc/loadavg: 1.75 1.91 1.97 4/82 18883
/proc/meminfo: memFree=1780312/2055920 swapFree=4179504/4192956
[pid=18883] ppid=18881 vsize=808276 CPUtime=0.22
/proc/18883/stat : 18883 (java) S 18881 18883 16326 0 -1 0 4563 0 30 0 17 5 0 0 19 0 12 0 246378808 827674624 3921 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18883/statm: 202069 3921 1296 9 0 199438 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 808276

[startup+0.701904 s]
/proc/loadavg: 1.75 1.91 1.97 4/82 18883
/proc/meminfo: memFree=1780312/2055920 swapFree=4179504/4192956
[pid=18883] ppid=18881 vsize=808304 CPUtime=0.59
/proc/18883/stat : 18883 (java) S 18881 18883 16326 0 -1 0 6106 0 30 0 52 7 0 0 19 0 12 0 246378808 827703296 5265 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18883/statm: 202076 5265 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 808304

[startup+1.50299 s]
/proc/loadavg: 1.75 1.91 1.97 4/94 18895
/proc/meminfo: memFree=1755256/2055920 swapFree=4179504/4192956
[pid=18883] ppid=18881 vsize=808304 CPUtime=1.38
/proc/18883/stat : 18883 (java) S 18881 18883 16326 0 -1 0 7609 0 30 0 130 8 0 0 19 0 12 0 246378808 827703296 6684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18883/statm: 202076 6684 1352 9 0 199438 0
[pid=18883/tid=18885] ppid=18881 vsize=808304 CPUtime=0.87
/proc/18883/task/18885/stat : 18885 (java) R 18881 18883 16326 0 -1 64 5010 0 1 0 83 4 0 0 25 0 12 0 246378815 827703296 6684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18886] ppid=18881 vsize=808304 CPUtime=0
/proc/18883/task/18886/stat : 18886 (java) S 18881 18883 16326 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 246378816 827703296 6684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18887] ppid=18881 vsize=808304 CPUtime=0
/proc/18883/task/18887/stat : 18887 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 246378816 827703296 6684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18888] ppid=18881 vsize=808304 CPUtime=0
/proc/18883/task/18888/stat : 18888 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 246378818 827703296 6684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18889] ppid=18881 vsize=808304 CPUtime=0
/proc/18883/task/18889/stat : 18889 (java) S 18881 18883 16326 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 246378819 827703296 6684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18883/tid=18890] ppid=18881 vsize=808304 CPUtime=0
/proc/18883/task/18890/stat : 18890 (java) S 18881 18883 16326 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 246378819 827703296 6684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18883/tid=18891] ppid=18881 vsize=808304 CPUtime=0
/proc/18883/task/18891/stat : 18891 (java) S 18881 18883 16326 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 246378825 827703296 6684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18892] ppid=18881 vsize=808304 CPUtime=0.21
/proc/18883/task/18892/stat : 18892 (java) R 18881 18883 16326 0 -1 64 672 0 0 0 21 0 0 0 16 0 12 0 246378825 827703296 6684 996147200 134512640 134550740 4294956032 18446744073709551615 104109994 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18893] ppid=18881 vsize=808304 CPUtime=0.25
/proc/18883/task/18893/stat : 18893 (java) S 18881 18883 16326 0 -1 64 1194 0 0 0 25 0 0 0 16 0 12 0 246378825 827703296 6684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18894] ppid=18881 vsize=808304 CPUtime=0
/proc/18883/task/18894/stat : 18894 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 246378825 827703296 6684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18895] ppid=18881 vsize=808304 CPUtime=0
/proc/18883/task/18895/stat : 18895 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 246378825 827703296 6684 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) 808304

[startup+3.10217 s]
/proc/loadavg: 1.85 1.93 1.97 3/94 18895
/proc/meminfo: memFree=1748408/2055920 swapFree=4179504/4192956
[pid=18883] ppid=18881 vsize=815236 CPUtime=2.98
/proc/18883/stat : 18883 (java) S 18881 18883 16326 0 -1 0 14191 0 30 0 287 11 0 0 19 0 12 0 246378808 834801664 9526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18883/statm: 203809 9526 1384 9 0 201171 0
[pid=18883/tid=18885] ppid=18881 vsize=815236 CPUtime=1.29
/proc/18883/task/18885/stat : 18885 (java) R 18881 18883 16326 0 -1 64 5981 0 1 0 125 4 0 0 25 0 12 0 246378815 834801664 9526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18886] ppid=18881 vsize=815236 CPUtime=0
/proc/18883/task/18886/stat : 18886 (java) S 18881 18883 16326 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 246378816 834801664 9526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18887] ppid=18881 vsize=815236 CPUtime=0
/proc/18883/task/18887/stat : 18887 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 246378816 834801664 9526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18888] ppid=18881 vsize=815236 CPUtime=0
/proc/18883/task/18888/stat : 18888 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 246378818 834801664 9526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18889] ppid=18881 vsize=815236 CPUtime=0
/proc/18883/task/18889/stat : 18889 (java) S 18881 18883 16326 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 246378819 834801664 9526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18883/tid=18890] ppid=18881 vsize=815236 CPUtime=0
/proc/18883/task/18890/stat : 18890 (java) S 18881 18883 16326 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 246378819 834801664 9526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18883/tid=18891] ppid=18881 vsize=815236 CPUtime=0
/proc/18883/task/18891/stat : 18891 (java) S 18881 18883 16326 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 246378825 834801664 9526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18892] ppid=18881 vsize=815236 CPUtime=0.96
/proc/18883/task/18892/stat : 18892 (java) R 18881 18883 16326 0 -1 64 4610 0 0 0 94 2 0 0 17 0 12 0 246378825 834801664 9526 996147200 134512640 134550740 4294956032 18446744073709551615 104097718 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18893] ppid=18881 vsize=815236 CPUtime=0.68
/proc/18883/task/18893/stat : 18893 (java) S 18881 18883 16326 0 -1 64 2867 0 0 0 67 1 0 0 16 0 12 0 246378825 834801664 9526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18894] ppid=18881 vsize=815236 CPUtime=0
/proc/18883/task/18894/stat : 18894 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 246378825 834801664 9526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18895] ppid=18881 vsize=815236 CPUtime=0
/proc/18883/task/18895/stat : 18895 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 246378825 834801664 9526 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) 815236

[startup+6.30151 s]
/proc/loadavg: 1.85 1.93 1.97 3/94 18895
/proc/meminfo: memFree=1692344/2055920 swapFree=4179504/4192956
[pid=18883] ppid=18881 vsize=813960 CPUtime=6.16
/proc/18883/stat : 18883 (java) S 18881 18883 16326 0 -1 0 27390 0 30 0 600 16 0 0 19 0 12 0 246378808 833495040 21675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18883/statm: 203490 21675 1392 9 0 200852 0
[pid=18883/tid=18885] ppid=18881 vsize=813960 CPUtime=3.69
/proc/18883/task/18885/stat : 18885 (java) R 18881 18883 16326 0 -1 64 17327 0 1 0 360 9 0 0 25 0 12 0 246378815 833495040 21675 996147200 134512640 134550740 4294956032 18446744073709551615 106980758 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18886] ppid=18881 vsize=813960 CPUtime=0.01
/proc/18883/task/18886/stat : 18886 (java) S 18881 18883 16326 0 -1 64 463 0 0 0 1 0 0 0 17 0 12 0 246378816 833495040 21675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18887] ppid=18881 vsize=813960 CPUtime=0.01
/proc/18883/task/18887/stat : 18887 (java) S 18881 18883 16326 0 -1 64 542 0 0 0 1 0 0 0 17 0 12 0 246378816 833495040 21675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18888] ppid=18881 vsize=813960 CPUtime=0
/proc/18883/task/18888/stat : 18888 (java) S 18881 18883 16326 0 -1 64 57 0 0 0 0 0 0 0 17 0 12 0 246378818 833495040 21675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18889] ppid=18881 vsize=813960 CPUtime=0
/proc/18883/task/18889/stat : 18889 (java) S 18881 18883 16326 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 246378819 833495040 21675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18890] ppid=18881 vsize=813960 CPUtime=0
/proc/18883/task/18890/stat : 18890 (java) S 18881 18883 16326 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 246378819 833495040 21675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18891] ppid=18881 vsize=813960 CPUtime=0
/proc/18883/task/18891/stat : 18891 (java) S 18881 18883 16326 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 246378825 833495040 21675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18892] ppid=18881 vsize=813960 CPUtime=1.46
/proc/18883/task/18892/stat : 18892 (java) S 18881 18883 16326 0 -1 64 5380 0 0 0 144 2 0 0 16 0 12 0 246378825 833495040 21675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18893] ppid=18881 vsize=813960 CPUtime=0.93
/proc/18883/task/18893/stat : 18893 (java) S 18881 18883 16326 0 -1 64 2888 0 0 0 92 1 0 0 15 0 12 0 246378825 833495040 21675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18894] ppid=18881 vsize=813960 CPUtime=0
/proc/18883/task/18894/stat : 18894 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 246378825 833495040 21675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18895] ppid=18881 vsize=813960 CPUtime=0
/proc/18883/task/18895/stat : 18895 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 246378825 833495040 21675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 813960

[startup+12.7022 s]
/proc/loadavg: 1.87 1.93 1.97 3/94 18895
/proc/meminfo: memFree=1675448/2055920 swapFree=4179504/4192956
[pid=18883] ppid=18881 vsize=813960 CPUtime=12.53
/proc/18883/stat : 18883 (java) S 18881 18883 16326 0 -1 0 31102 0 30 0 1235 18 0 0 19 0 12 0 246378808 833495040 25378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18883/statm: 203490 25378 1399 9 0 200852 0
[pid=18883/tid=18885] ppid=18881 vsize=813960 CPUtime=9.3
/proc/18883/task/18885/stat : 18885 (java) R 18881 18883 16326 0 -1 64 19756 0 1 0 920 10 0 0 25 0 12 0 246378815 833495040 25378 996147200 134512640 134550740 4294956032 18446744073709551615 4109742793 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18886] ppid=18881 vsize=813960 CPUtime=0.04
/proc/18883/task/18886/stat : 18886 (java) S 18881 18883 16326 0 -1 64 1094 0 0 0 4 0 0 0 15 0 12 0 246378816 833495040 25378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18887] ppid=18881 vsize=813960 CPUtime=0.04
/proc/18883/task/18887/stat : 18887 (java) S 18881 18883 16326 0 -1 64 1062 0 0 0 4 0 0 0 16 0 12 0 246378816 833495040 25378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18888] ppid=18881 vsize=813960 CPUtime=0.01
/proc/18883/task/18888/stat : 18888 (java) S 18881 18883 16326 0 -1 64 122 0 0 0 1 0 0 0 16 0 12 0 246378818 833495040 25378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18889] ppid=18881 vsize=813960 CPUtime=0
/proc/18883/task/18889/stat : 18889 (java) S 18881 18883 16326 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 246378819 833495040 25378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18890] ppid=18881 vsize=813960 CPUtime=0
/proc/18883/task/18890/stat : 18890 (java) S 18881 18883 16326 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 246378819 833495040 25378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18891] ppid=18881 vsize=813960 CPUtime=0
/proc/18883/task/18891/stat : 18891 (java) S 18881 18883 16326 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 246378825 833495040 25378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18892] ppid=18881 vsize=813960 CPUtime=1.74
/proc/18883/task/18892/stat : 18892 (java) S 18881 18883 16326 0 -1 64 5408 0 0 0 172 2 0 0 16 0 12 0 246378825 833495040 25378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18893] ppid=18881 vsize=813960 CPUtime=1.31
/proc/18883/task/18893/stat : 18893 (java) S 18881 18883 16326 0 -1 64 2927 0 0 0 130 1 0 0 15 0 12 0 246378825 833495040 25378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18894] ppid=18881 vsize=813960 CPUtime=0
/proc/18883/task/18894/stat : 18894 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 246378825 833495040 25378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18895] ppid=18881 vsize=813960 CPUtime=0
/proc/18883/task/18895/stat : 18895 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 246378825 833495040 25378 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 813960

[startup+25.5016 s]
/proc/loadavg: 1.89 1.93 1.97 3/94 18895
/proc/meminfo: memFree=1674296/2055920 swapFree=4179504/4192956
[pid=18883] ppid=18881 vsize=814440 CPUtime=25.27
/proc/18883/stat : 18883 (java) S 18881 18883 16326 0 -1 0 32425 0 30 0 2508 19 0 0 19 0 12 0 246378808 833986560 25691 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18883/statm: 203610 25691 1399 9 0 200972 0
[pid=18883/tid=18885] ppid=18881 vsize=814440 CPUtime=20.43
/proc/18883/task/18885/stat : 18885 (java) R 18881 18883 16326 0 -1 64 19818 0 1 0 2033 10 0 0 25 0 12 0 246378815 833986560 25691 996147200 134512640 134550740 4294956032 18446744073709551615 4109615380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18886] ppid=18881 vsize=814440 CPUtime=0.05
/proc/18883/task/18886/stat : 18886 (java) S 18881 18883 16326 0 -1 64 1101 0 0 0 5 0 0 0 15 0 12 0 246378816 833986560 25691 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18887] ppid=18881 vsize=814440 CPUtime=0.05
/proc/18883/task/18887/stat : 18887 (java) S 18881 18883 16326 0 -1 64 1079 0 0 0 5 0 0 0 16 0 12 0 246378816 833986560 25691 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18888] ppid=18881 vsize=814440 CPUtime=0.02
/proc/18883/task/18888/stat : 18888 (java) S 18881 18883 16326 0 -1 64 126 0 0 0 2 0 0 0 16 0 12 0 246378818 833986560 25691 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18889] ppid=18881 vsize=814440 CPUtime=0
/proc/18883/task/18889/stat : 18889 (java) S 18881 18883 16326 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 246378819 833986560 25691 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18890] ppid=18881 vsize=814440 CPUtime=0
/proc/18883/task/18890/stat : 18890 (java) S 18881 18883 16326 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 246378819 833986560 25691 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18891] ppid=18881 vsize=814440 CPUtime=0
/proc/18883/task/18891/stat : 18891 (java) S 18881 18883 16326 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 246378825 833986560 25691 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=18883/tid=18894] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18894/stat : 18894 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 246378825 837545984 28536 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18895] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18895/stat : 18895 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 246378825 837545984 28536 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.27
Current children cumulated vsize (KiB) 817916

[startup+1662.3 s]
/proc/loadavg: 2.00 1.98 1.98 3/94 18895
/proc/meminfo: memFree=1661368/2055920 swapFree=4179504/4192956
[pid=18883] ppid=18881 vsize=817916 CPUtime=1653.97
/proc/18883/stat : 18883 (java) S 18881 18883 16326 0 -1 0 48875 0 30 0 165348 49 0 0 19 0 12 0 246378808 837545984 28575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18883/statm: 204479 28575 1399 9 0 201841 0
[pid=18883/tid=18885] ppid=18881 vsize=817916 CPUtime=1643.08
/proc/18883/task/18885/stat : 18885 (java) R 18881 18883 16326 0 -1 64 22428 0 1 0 164292 16 0 0 25 0 12 0 246378815 837545984 28575 996147200 134512640 134550740 4294956032 18446744073709551615 4109743457 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18886] ppid=18881 vsize=817916 CPUtime=0.58
/proc/18883/task/18886/stat : 18886 (java) S 18881 18883 16326 0 -1 64 1673 0 0 0 56 2 0 0 15 0 12 0 246378816 837545984 28575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18887] ppid=18881 vsize=817916 CPUtime=0.56
/proc/18883/task/18887/stat : 18887 (java) S 18881 18883 16326 0 -1 64 1660 0 0 0 54 2 0 0 16 0 12 0 246378816 837545984 28575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18888] ppid=18881 vsize=817916 CPUtime=0.48
/proc/18883/task/18888/stat : 18888 (java) S 18881 18883 16326 0 -1 64 143 0 0 0 33 15 0 0 15 0 12 0 246378818 837545984 28575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18889] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18889/stat : 18889 (java) S 18881 18883 16326 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 246378819 837545984 28575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18890] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18890/stat : 18890 (java) S 18881 18883 16326 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 246378819 837545984 28575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18891] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18891/stat : 18891 (java) S 18881 18883 16326 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 246378825 837545984 28575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18892] ppid=18881 vsize=817916 CPUtime=6.81
/proc/18883/task/18892/stat : 18892 (java) S 18881 18883 16326 0 -1 64 18761 0 0 0 674 7 0 0 16 0 12 0 246378825 837545984 28575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18893] ppid=18881 vsize=817916 CPUtime=2.38
/proc/18883/task/18893/stat : 18893 (java) S 18881 18883 16326 0 -1 64 3477 0 0 0 236 2 0 0 15 0 12 0 246378825 837545984 28575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18894] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18894/stat : 18894 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 246378825 837545984 28575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18895] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18895/stat : 18895 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 246378825 837545984 28575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.97
Current children cumulated vsize (KiB) 817916

[startup+1722.3 s]
/proc/loadavg: 2.00 1.98 1.98 3/94 18895
/proc/meminfo: memFree=1661112/2055920 swapFree=4179504/4192956
[pid=18883] ppid=18881 vsize=817916 CPUtime=1713.68
/proc/18883/stat : 18883 (java) S 18881 18883 16326 0 -1 0 48997 0 30 0 171317 51 0 0 19 0 12 0 246378808 837545984 28617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18883/statm: 204479 28617 1399 9 0 201841 0
[pid=18883/tid=18885] ppid=18881 vsize=817916 CPUtime=1702.73
/proc/18883/task/18885/stat : 18885 (java) R 18881 18883 16326 0 -1 64 22508 0 1 0 170256 17 0 0 25 0 12 0 246378815 837545984 28617 996147200 134512640 134550740 4294956032 18446744073709551615 4109742793 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18886] ppid=18881 vsize=817916 CPUtime=0.61
/proc/18883/task/18886/stat : 18886 (java) S 18881 18883 16326 0 -1 64 1693 0 0 0 59 2 0 0 15 0 12 0 246378816 837545984 28617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18887] ppid=18881 vsize=817916 CPUtime=0.58
/proc/18883/task/18887/stat : 18887 (java) S 18881 18883 16326 0 -1 64 1681 0 0 0 56 2 0 0 16 0 12 0 246378816 837545984 28617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18888] ppid=18881 vsize=817916 CPUtime=0.49
/proc/18883/task/18888/stat : 18888 (java) S 18881 18883 16326 0 -1 64 144 0 0 0 34 15 0 0 15 0 12 0 246378818 837545984 28617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18889] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18889/stat : 18889 (java) S 18881 18883 16326 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 246378819 837545984 28617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18890] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18890/stat : 18890 (java) S 18881 18883 16326 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 246378819 837545984 28617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18891] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18891/stat : 18891 (java) S 18881 18883 16326 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 246378825 837545984 28617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18892] ppid=18881 vsize=817916 CPUtime=6.81
/proc/18883/task/18892/stat : 18892 (java) S 18881 18883 16326 0 -1 64 18761 0 0 0 674 7 0 0 16 0 12 0 246378825 837545984 28617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18893] ppid=18881 vsize=817916 CPUtime=2.38
/proc/18883/task/18893/stat : 18893 (java) S 18881 18883 16326 0 -1 64 3477 0 0 0 236 2 0 0 15 0 12 0 246378825 837545984 28617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18894] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18894/stat : 18894 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 246378825 837545984 28617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18895] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18895/stat : 18895 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 246378825 837545984 28617 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.68
Current children cumulated vsize (KiB) 817916

[startup+1782.3 s]
/proc/loadavg: 2.00 1.98 1.98 4/94 18966
/proc/meminfo: memFree=1666168/2055920 swapFree=4179504/4192956
[pid=18883] ppid=18881 vsize=817916 CPUtime=1773.28
/proc/18883/stat : 18883 (java) S 18881 18883 16326 0 -1 0 49113 0 30 0 177274 54 0 0 19 0 12 0 246378808 837545984 28654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18883/statm: 204479 28654 1399 9 0 201841 0
[pid=18883/tid=18885] ppid=18881 vsize=817916 CPUtime=1762.27
/proc/18883/task/18885/stat : 18885 (java) R 18881 18883 16326 0 -1 64 22587 0 1 0 176208 19 0 0 25 0 12 0 246378815 837545984 28654 996147200 134512640 134550740 4294956032 18446744073709551615 4109742793 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18883/tid=18886] ppid=18881 vsize=817916 CPUtime=0.63
/proc/18883/task/18886/stat : 18886 (java) S 18881 18883 16326 0 -1 64 1711 0 0 0 61 2 0 0 16 0 12 0 246378816 837545984 28654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18883/tid=18887] ppid=18881 vsize=817916 CPUtime=0.6
/proc/18883/task/18887/stat : 18887 (java) S 18881 18883 16326 0 -1 64 1698 0 0 0 58 2 0 0 15 0 12 0 246378816 837545984 28654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18883/tid=18888] ppid=18881 vsize=817916 CPUtime=0.51
/proc/18883/task/18888/stat : 18888 (java) S 18881 18883 16326 0 -1 64 146 0 0 0 35 16 0 0 15 0 12 0 246378818 837545984 28654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18883/tid=18889] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18889/stat : 18889 (java) S 18881 18883 16326 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 246378819 837545984 28654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18890] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18890/stat : 18890 (java) S 18881 18883 16326 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 246378819 837545984 28654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18891] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18891/stat : 18891 (java) S 18881 18883 16326 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 246378825 837545984 28654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18892] ppid=18881 vsize=817916 CPUtime=6.81
/proc/18883/task/18892/stat : 18892 (java) S 18881 18883 16326 0 -1 64 18761 0 0 0 674 7 0 0 16 0 12 0 246378825 837545984 28654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18893] ppid=18881 vsize=817916 CPUtime=2.38
/proc/18883/task/18893/stat : 18893 (java) S 18881 18883 16326 0 -1 64 3477 0 0 0 236 2 0 0 15 0 12 0 246378825 837545984 28654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18894] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18894/stat : 18894 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 246378825 837545984 28654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18895] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18895/stat : 18895 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 246378825 837545984 28654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.28
Current children cumulated vsize (KiB) 817916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 2.00 1.98 1.98 3/106 18978
/proc/meminfo: memFree=1432856/2055920 swapFree=4179504/4192956
[pid=18883] ppid=18881 vsize=817916 CPUtime=1800.06
/proc/18883/stat : 18883 (java) S 18881 18883 16326 0 -1 0 49169 0 30 0 179951 55 0 0 19 0 12 0 246378808 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18883/statm: 204479 28675 1399 9 0 201841 0
[pid=18883/tid=18885] ppid=18881 vsize=817916 CPUtime=1789.03
/proc/18883/task/18885/stat : 18885 (java) R 18881 18883 16326 0 -1 64 22622 0 1 0 178883 20 0 0 25 0 12 0 246378815 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4109318653 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18883/tid=18886] ppid=18881 vsize=817916 CPUtime=0.63
/proc/18883/task/18886/stat : 18886 (java) S 18881 18883 16326 0 -1 64 1721 0 0 0 61 2 0 0 15 0 12 0 246378816 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18883/tid=18887] ppid=18881 vsize=817916 CPUtime=0.6
/proc/18883/task/18887/stat : 18887 (java) S 18881 18883 16326 0 -1 64 1709 0 0 0 58 2 0 0 16 0 12 0 246378816 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18883/tid=18888] ppid=18881 vsize=817916 CPUtime=0.52
/proc/18883/task/18888/stat : 18888 (java) S 18881 18883 16326 0 -1 64 146 0 0 0 36 16 0 0 15 0 12 0 246378818 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18883/tid=18889] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18889/stat : 18889 (java) S 18881 18883 16326 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 246378819 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18890] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18890/stat : 18890 (java) S 18881 18883 16326 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 246378819 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18891] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18891/stat : 18891 (java) S 18881 18883 16326 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 246378825 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18892] ppid=18881 vsize=817916 CPUtime=6.81
/proc/18883/task/18892/stat : 18892 (java) S 18881 18883 16326 0 -1 64 18761 0 0 0 674 7 0 0 16 0 12 0 246378825 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18893] ppid=18881 vsize=817916 CPUtime=2.38
/proc/18883/task/18893/stat : 18893 (java) S 18881 18883 16326 0 -1 64 3477 0 0 0 236 2 0 0 15 0 12 0 246378825 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18894] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18894/stat : 18894 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 246378825 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18895] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18895/stat : 18895 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 246378825 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 817916

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

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

[startup+1809.1 s]
/proc/loadavg: 2.00 1.98 1.98 3/106 18978
/proc/meminfo: memFree=1432856/2055920 swapFree=4179504/4192956
[pid=18883] ppid=18881 vsize=817916 CPUtime=1800.06
/proc/18883/stat : 18883 (java) S 18881 18883 16326 0 -1 0 49169 0 30 0 179951 55 0 0 19 0 12 0 246378808 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18883/statm: 204479 28675 1399 9 0 201841 0
[pid=18883/tid=18885] ppid=18881 vsize=817916 CPUtime=1789.03
/proc/18883/task/18885/stat : 18885 (java) R 18881 18883 16326 0 -1 64 22622 0 1 0 178883 20 0 0 25 0 12 0 246378815 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4109318653 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18883/tid=18886] ppid=18881 vsize=817916 CPUtime=0.63
/proc/18883/task/18886/stat : 18886 (java) S 18881 18883 16326 0 -1 64 1721 0 0 0 61 2 0 0 15 0 12 0 246378816 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18883/tid=18887] ppid=18881 vsize=817916 CPUtime=0.6
/proc/18883/task/18887/stat : 18887 (java) S 18881 18883 16326 0 -1 64 1709 0 0 0 58 2 0 0 16 0 12 0 246378816 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18883/tid=18888] ppid=18881 vsize=817916 CPUtime=0.52
/proc/18883/task/18888/stat : 18888 (java) S 18881 18883 16326 0 -1 64 146 0 0 0 36 16 0 0 15 0 12 0 246378818 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18883/tid=18889] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18889/stat : 18889 (java) S 18881 18883 16326 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 246378819 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18890] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18890/stat : 18890 (java) S 18881 18883 16326 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 246378819 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18891] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18891/stat : 18891 (java) S 18881 18883 16326 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 246378825 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18892] ppid=18881 vsize=817916 CPUtime=6.81
/proc/18883/task/18892/stat : 18892 (java) S 18881 18883 16326 0 -1 64 18761 0 0 0 674 7 0 0 16 0 12 0 246378825 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18893] ppid=18881 vsize=817916 CPUtime=2.38
/proc/18883/task/18893/stat : 18893 (java) S 18881 18883 16326 0 -1 64 3477 0 0 0 236 2 0 0 15 0 12 0 246378825 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18894] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18894/stat : 18894 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 246378825 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18883/tid=18895] ppid=18881 vsize=817916 CPUtime=0
/proc/18883/task/18895/stat : 18895 (java) S 18881 18883 16326 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 246378825 837545984 28675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 817916

Child status: 143
Real time (s): 1809.15
CPU time (s): 1800.11
CPU user time (s): 1799.54
CPU system time (s): 0.572912
CPU usage (%): 99.5004
Max. virtual memory (cumulated for all children) (KiB): 821308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.572912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49188
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= 67143
involuntary context switches= 77147

runsolver used 2.06469 second user time and 6.17806 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-04 03:11:49
IDJOB=1062193
IDBENCH=54603
IDSOLVER=344
FILE ID=node81/1062193-1215133909
PBS_JOBID= 7877046
Free space on /tmp= 126848 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e9e5378f7c86cf8c1b1902ee5afb48c
RANDOM SEED=551057849

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1780728 kB
Buffers:         34548 kB
Cached:         149316 kB
SwapCached:       6536 kB
Active:         155684 kB
Inactive:        84276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780728 kB
SwapTotal:     4192956 kB
SwapFree:      4179504 kB
Dirty:            2228 kB
Writeback:           0 kB
Mapped:          72648 kB
Slab:            20356 kB
Committed_AS:  1257544 kB
PageTables:       1772 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126852 MiB
End job on node81 at 2008-07-04 03:42:00