Trace number 1058502

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.19 1812.1

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-3.xml
MD5SUM645b4d5985800c441d40903d8a951448
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark82.2495
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints36304
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36104
Global constraints used (with number of constraints)alldifferent(200)

Solver Data (download as text)

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

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-1058502-1215115587/watcher-1058502-1215115587 -o /tmp/evaluation-result-1058502-1215115587/solver-1058502-1215115587 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058502-1215115587.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.06 2.01 3/80 18898
/proc/meminfo: memFree=1413112/2055920 swapFree=4179736/4192956
[pid=18898] ppid=18896 vsize=152 CPUtime=0
/proc/18898/stat : 18898 (java) R 18896 18898 18016 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1990527644 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 11952427 0 0 4096 0 0 0 0 17 0 0 0
/proc/18898/statm: 38 26 19 9 0 4 0

[startup+0.0511199 s]
/proc/loadavg: 2.12 2.06 2.01 3/80 18898
/proc/meminfo: memFree=1413112/2055920 swapFree=4179736/4192956
[pid=18898] ppid=18896 vsize=802236 CPUtime=0.04
/proc/18898/stat : 18898 (java) S 18896 18898 18016 0 -1 0 2644 0 1 0 2 2 0 0 18 0 7 0 1990527644 821489664 2379 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18898/statm: 200559 2379 992 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.101129 s]
/proc/loadavg: 2.12 2.06 2.01 3/80 18898
/proc/meminfo: memFree=1413112/2055920 swapFree=4179736/4192956
[pid=18898] ppid=18896 vsize=804756 CPUtime=0.09
/proc/18898/stat : 18898 (java) S 18896 18898 18016 0 -1 0 3161 0 1 0 7 2 0 0 18 0 12 0 1990527644 824070144 2892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18898/statm: 201189 2893 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301161 s]
/proc/loadavg: 2.12 2.06 2.01 3/80 18898
/proc/meminfo: memFree=1413112/2055920 swapFree=4179736/4192956
[pid=18898] ppid=18896 vsize=808392 CPUtime=0.29
/proc/18898/stat : 18898 (java) S 18896 18898 18016 0 -1 0 5058 0 1 0 26 3 0 0 18 0 12 0 1990527644 827793408 4386 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18898/statm: 202098 4386 1307 9 0 199467 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808392

[startup+0.701226 s]
/proc/loadavg: 2.12 2.06 2.01 3/80 18898
/proc/meminfo: memFree=1413112/2055920 swapFree=4179736/4192956
[pid=18898] ppid=18896 vsize=808420 CPUtime=0.69
/proc/18898/stat : 18898 (java) S 18896 18898 18016 0 -1 0 6342 0 1 0 64 5 0 0 18 0 12 0 1990527644 827822080 5523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18898/statm: 202105 5523 1335 9 0 199467 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808420

[startup+1.50235 s]
/proc/loadavg: 2.12 2.06 2.01 3/92 18910
/proc/meminfo: memFree=1394840/2055920 swapFree=4179736/4192956
[pid=18898] ppid=18896 vsize=808420 CPUtime=1.48
/proc/18898/stat : 18898 (java) S 18896 18898 18016 0 -1 0 9023 0 1 0 142 6 0 0 18 0 12 0 1990527644 827822080 7457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18898/statm: 202105 7457 1358 9 0 199467 0
[pid=18898/tid=18900] ppid=18896 vsize=808420 CPUtime=0.82
/proc/18898/task/18900/stat : 18900 (java) R 18896 18898 18016 0 -1 64 5773 0 1 0 78 4 0 0 25 0 12 0 1990527645 827822080 7457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18901] ppid=18896 vsize=808420 CPUtime=0
/proc/18898/task/18901/stat : 18901 (java) S 18896 18898 18016 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1990527646 827822080 7457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18902] ppid=18896 vsize=808420 CPUtime=0
/proc/18898/task/18902/stat : 18902 (java) S 18896 18898 18016 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1990527646 827822080 7457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18903] ppid=18896 vsize=808420 CPUtime=0
/proc/18898/task/18903/stat : 18903 (java) S 18896 18898 18016 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1990527648 827822080 7457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18904] ppid=18896 vsize=808420 CPUtime=0
/proc/18898/task/18904/stat : 18904 (java) S 18896 18898 18016 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1990527648 827822080 7457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18905] ppid=18896 vsize=808420 CPUtime=0
/proc/18898/task/18905/stat : 18905 (java) S 18896 18898 18016 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1990527648 827822080 7457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18906] ppid=18896 vsize=808420 CPUtime=0
/proc/18898/task/18906/stat : 18906 (java) S 18896 18898 18016 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990527653 827822080 7457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18907] ppid=18896 vsize=808420 CPUtime=0.21
/proc/18898/task/18907/stat : 18907 (java) S 18896 18898 18016 0 -1 64 607 0 0 0 21 0 0 0 16 0 12 0 1990527653 827822080 7457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18908] ppid=18896 vsize=808420 CPUtime=0.42
/proc/18898/task/18908/stat : 18908 (java) R 18896 18898 18016 0 -1 64 1881 0 0 0 42 0 0 0 16 0 12 0 1990527653 827822080 7457 996147200 134512640 134550740 4294956032 18446744073709551615 106710257 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18909] ppid=18896 vsize=808420 CPUtime=0
/proc/18898/task/18909/stat : 18909 (java) S 18896 18898 18016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990527653 827822080 7457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18910] ppid=18896 vsize=808420 CPUtime=0
/proc/18898/task/18910/stat : 18910 (java) S 18896 18898 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990527653 827822080 7457 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808420

[startup+3.10261 s]
/proc/loadavg: 2.12 2.06 2.01 3/92 18910
/proc/meminfo: memFree=1376600/2055920 swapFree=4179736/4192956
[pid=18898] ppid=18896 vsize=815296 CPUtime=3.08
/proc/18898/stat : 18898 (java) S 18896 18898 18016 0 -1 0 25336 0 1 0 294 14 0 0 18 0 12 0 1990527644 834863104 21802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18898/statm: 203824 21802 1378 9 0 201186 0
[pid=18898/tid=18900] ppid=18896 vsize=815296 CPUtime=1.94
/proc/18898/task/18900/stat : 18900 (java) R 18896 18898 18016 0 -1 64 17297 0 1 0 184 10 0 0 25 0 12 0 1990527645 834863104 21802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18901] ppid=18896 vsize=815296 CPUtime=0
/proc/18898/task/18901/stat : 18901 (java) S 18896 18898 18016 0 -1 64 209 0 0 0 0 0 0 0 17 0 12 0 1990527646 834863104 21802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18902] ppid=18896 vsize=815296 CPUtime=0.02
/proc/18898/task/18902/stat : 18902 (java) S 18896 18898 18016 0 -1 64 883 0 0 0 2 0 0 0 17 0 12 0 1990527646 834863104 21802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18903] ppid=18896 vsize=815296 CPUtime=0
/proc/18898/task/18903/stat : 18903 (java) S 18896 18898 18016 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1990527648 834863104 21802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18904] ppid=18896 vsize=815296 CPUtime=0
/proc/18898/task/18904/stat : 18904 (java) S 18896 18898 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990527648 834863104 21802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18905] ppid=18896 vsize=815296 CPUtime=0
/proc/18898/task/18905/stat : 18905 (java) S 18896 18898 18016 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990527648 834863104 21802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18906] ppid=18896 vsize=815296 CPUtime=0
/proc/18898/task/18906/stat : 18906 (java) S 18896 18898 18016 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990527653 834863104 21802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18907] ppid=18896 vsize=815296 CPUtime=0.29
/proc/18898/task/18907/stat : 18907 (java) S 18896 18898 18016 0 -1 64 969 0 0 0 29 0 0 0 16 0 12 0 1990527653 834863104 21802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18908] ppid=18896 vsize=815296 CPUtime=0.77
/proc/18898/task/18908/stat : 18908 (java) R 18896 18898 18016 0 -1 64 5185 0 0 0 76 1 0 0 16 0 12 0 1990527653 834863104 21802 996147200 134512640 134550740 4294956032 18446744073709551615 105483040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18909] ppid=18896 vsize=815296 CPUtime=0
/proc/18898/task/18909/stat : 18909 (java) S 18896 18898 18016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990527653 834863104 21802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18910] ppid=18896 vsize=815296 CPUtime=0
/proc/18898/task/18910/stat : 18910 (java) S 18896 18898 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990527653 834863104 21802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 815296

[startup+6.30213 s]
/proc/loadavg: 2.19 2.07 2.02 3/92 18910
/proc/meminfo: memFree=1326488/2055920 swapFree=4179736/4192956
[pid=18898] ppid=18896 vsize=814428 CPUtime=6.28
/proc/18898/stat : 18898 (java) S 18896 18898 18016 0 -1 0 26641 0 1 0 613 15 0 0 18 0 12 0 1990527644 833974272 22891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18898/statm: 203607 22891 1378 9 0 200969 0
[pid=18898/tid=18900] ppid=18896 vsize=814428 CPUtime=4.95
/proc/18898/task/18900/stat : 18900 (java) R 18896 18898 18016 0 -1 64 17303 0 1 0 485 10 0 0 25 0 12 0 1990527645 833974272 22891 996147200 134512640 134550740 4294956032 18446744073709551615 4109658042 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18901] ppid=18896 vsize=814428 CPUtime=0.03
/proc/18898/task/18901/stat : 18901 (java) S 18896 18898 18016 0 -1 64 471 0 0 0 3 0 0 0 17 0 12 0 1990527646 833974272 22891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18902] ppid=18896 vsize=814428 CPUtime=0.08
/proc/18898/task/18902/stat : 18902 (java) S 18896 18898 18016 0 -1 64 1819 0 0 0 8 0 0 0 17 0 12 0 1990527646 833974272 22891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18903] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18903/stat : 18903 (java) S 18896 18898 18016 0 -1 64 113 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 22891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18904] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18904/stat : 18904 (java) S 18896 18898 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 22891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18905] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18905/stat : 18905 (java) S 18896 18898 18016 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 22891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18906] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18906/stat : 18906 (java) S 18896 18898 18016 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990527653 833974272 22891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18907] ppid=18896 vsize=814428 CPUtime=0.33
/proc/18898/task/18907/stat : 18907 (java) S 18896 18898 18016 0 -1 64 974 0 0 0 33 0 0 0 16 0 12 0 1990527653 833974272 22891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18908] ppid=18896 vsize=814428 CPUtime=0.82
/proc/18898/task/18908/stat : 18908 (java) S 18896 18898 18016 0 -1 64 5198 0 0 0 81 1 0 0 16 0 12 0 1990527653 833974272 22891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18909] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18909/stat : 18909 (java) S 18896 18898 18016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990527653 833974272 22891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18910] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18910/stat : 18910 (java) S 18896 18898 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990527653 833974272 22891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 814428

[startup+12.7022 s]
/proc/loadavg: 2.26 2.09 2.02 3/92 18910
/proc/meminfo: memFree=1312856/2055920 swapFree=4179736/4192956
[pid=18898] ppid=18896 vsize=814428 CPUtime=12.68
/proc/18898/stat : 18898 (java) S 18896 18898 18016 0 -1 0 30006 0 1 0 1251 17 0 0 18 0 12 0 1990527644 833974272 26250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18898/statm: 203607 26250 1380 9 0 200969 0
[pid=18898/tid=18900] ppid=18896 vsize=814428 CPUtime=11.17
/proc/18898/task/18900/stat : 18900 (java) R 18896 18898 18016 0 -1 64 18074 0 1 0 1106 11 0 0 25 0 12 0 1990527645 833974272 26250 996147200 134512640 134550740 4294956032 18446744073709551615 4109712148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18901] ppid=18896 vsize=814428 CPUtime=0.1
/proc/18898/task/18901/stat : 18901 (java) S 18896 18898 18016 0 -1 64 2352 0 0 0 10 0 0 0 16 0 12 0 1990527646 833974272 26250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18902] ppid=18896 vsize=814428 CPUtime=0.14
/proc/18898/task/18902/stat : 18902 (java) S 18896 18898 18016 0 -1 64 2471 0 0 0 13 1 0 0 17 0 12 0 1990527646 833974272 26250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18903] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18903/stat : 18903 (java) S 18896 18898 18016 0 -1 64 169 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 26250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18904] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18904/stat : 18904 (java) S 18896 18898 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 26250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18905] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18905/stat : 18905 (java) S 18896 18898 18016 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 26250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18906] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18906/stat : 18906 (java) S 18896 18898 18016 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990527653 833974272 26250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18907] ppid=18896 vsize=814428 CPUtime=0.36
/proc/18898/task/18907/stat : 18907 (java) S 18896 18898 18016 0 -1 64 978 0 0 0 36 0 0 0 17 0 12 0 1990527653 833974272 26250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18908] ppid=18896 vsize=814428 CPUtime=0.84
/proc/18898/task/18908/stat : 18908 (java) S 18896 18898 18016 0 -1 64 5199 0 0 0 83 1 0 0 16 0 12 0 1990527653 833974272 26250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18909] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18909/stat : 18909 (java) S 18896 18898 18016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990527653 833974272 26250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18910] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18910/stat : 18910 (java) S 18896 18898 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990527653 833974272 26250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 814428

[startup+25.5012 s]
/proc/loadavg: 2.35 2.12 2.03 3/92 18910
/proc/meminfo: memFree=1310936/2055920 swapFree=4179736/4192956
[pid=18898] ppid=18896 vsize=814428 CPUtime=25.48
/proc/18898/stat : 18898 (java) S 18896 18898 18016 0 -1 0 30532 0 1 0 2531 17 0 0 18 0 12 0 1990527644 833974272 26761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18898/statm: 203607 26761 1380 9 0 200969 0
[pid=18898/tid=18900] ppid=18896 vsize=814428 CPUtime=23.85
/proc/18898/task/18900/stat : 18900 (java) R 18896 18898 18016 0 -1 64 18089 0 1 0 2374 11 0 0 25 0 12 0 1990527645 833974272 26761 996147200 134512640 134550740 4294956032 18446744073709551615 4109686498 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18901] ppid=18896 vsize=814428 CPUtime=0.13
/proc/18898/task/18901/stat : 18901 (java) S 18896 18898 18016 0 -1 64 2567 0 0 0 12 1 0 0 16 0 12 0 1990527646 833974272 26761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18902] ppid=18896 vsize=814428 CPUtime=0.16
/proc/18898/task/18902/stat : 18902 (java) S 18896 18898 18016 0 -1 64 2753 0 0 0 15 1 0 0 17 0 12 0 1990527646 833974272 26761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18903] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18903/stat : 18903 (java) S 18896 18898 18016 0 -1 64 169 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 26761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18904] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18904/stat : 18904 (java) S 18896 18898 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 26761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18905] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18905/stat : 18905 (java) S 18896 18898 18016 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 26761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18906] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18906/stat : 18906 (java) S 18896 18898 18016 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990527653 833974272 26761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=18898/tid=18909] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18909/stat : 18909 (java) S 18896 18898 18016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990527653 833974272 81488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18910] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18910/stat : 18910 (java) S 18896 18898 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990527653 833974272 81488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.53
Current children cumulated vsize (KiB) 814428

[startup+1602.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/96 18972
/proc/meminfo: memFree=1136176/2055920 swapFree=4179736/4192956
[pid=18898] ppid=18896 vsize=814428 CPUtime=1590.49
/proc/18898/stat : 18898 (java) S 18896 18898 18016 0 -1 0 88595 0 1 0 158985 64 0 0 18 0 12 0 1990527644 833974272 83555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18898/statm: 203607 83555 1392 9 0 200969 0
[pid=18898/tid=18900] ppid=18896 vsize=814428 CPUtime=1561.6
/proc/18898/task/18900/stat : 18900 (java) R 18896 18898 18016 0 -1 64 19304 0 1 0 156138 22 0 0 25 0 12 0 1990527645 833974272 83555 996147200 134512640 134550740 4294956032 18446744073709551615 103911204 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18901] ppid=18896 vsize=814428 CPUtime=12.83
/proc/18898/task/18901/stat : 18901 (java) S 18896 18898 18016 0 -1 64 33224 0 0 0 1268 15 0 0 17 0 12 0 1990527646 833974272 83555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18902] ppid=18896 vsize=814428 CPUtime=12.88
/proc/18898/task/18902/stat : 18902 (java) S 18896 18898 18016 0 -1 64 28605 0 0 0 1275 13 0 0 17 0 12 0 1990527646 833974272 83555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18903] ppid=18896 vsize=814428 CPUtime=0.29
/proc/18898/task/18903/stat : 18903 (java) S 18896 18898 18016 0 -1 64 174 0 0 0 21 8 0 0 15 0 12 0 1990527648 833974272 83555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18904] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18904/stat : 18904 (java) S 18896 18898 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 83555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18905] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18905/stat : 18905 (java) S 18896 18898 18016 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 83555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18906] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18906/stat : 18906 (java) S 18896 18898 18016 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990527653 833974272 83555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18907] ppid=18896 vsize=814428 CPUtime=1.22
/proc/18898/task/18907/stat : 18907 (java) S 18896 18898 18016 0 -1 64 1254 0 0 0 122 0 0 0 16 0 12 0 1990527653 833974272 83555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18908] ppid=18896 vsize=814428 CPUtime=1.6
/proc/18898/task/18908/stat : 18908 (java) S 18896 18898 18016 0 -1 64 5271 0 0 0 159 1 0 0 16 0 12 0 1990527653 833974272 83555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18909] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18909/stat : 18909 (java) S 18896 18898 18016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990527653 833974272 83555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18910] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18910/stat : 18910 (java) S 18896 18898 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990527653 833974272 83555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.49
Current children cumulated vsize (KiB) 814428

[startup+1662.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/96 18972
/proc/meminfo: memFree=1128880/2055920 swapFree=4179736/4192956
[pid=18898] ppid=18896 vsize=814428 CPUtime=1650.46
/proc/18898/stat : 18898 (java) S 18896 18898 18016 0 -1 0 90417 0 1 0 164981 65 0 0 18 0 12 0 1990527644 833974272 85335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18898/statm: 203607 85335 1392 9 0 200969 0
[pid=18898/tid=18900] ppid=18896 vsize=814428 CPUtime=1620.07
/proc/18898/task/18900/stat : 18900 (java) R 18896 18898 18016 0 -1 64 19346 0 1 0 161984 23 0 0 25 0 12 0 1990527645 833974272 85335 996147200 134512640 134550740 4294956032 18446744073709551615 4109658870 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18901] ppid=18896 vsize=814428 CPUtime=13.58
/proc/18898/task/18901/stat : 18901 (java) S 18896 18898 18016 0 -1 64 34052 0 0 0 1342 16 0 0 17 0 12 0 1990527646 833974272 85335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18902] ppid=18896 vsize=814428 CPUtime=13.62
/proc/18898/task/18902/stat : 18902 (java) S 18896 18898 18016 0 -1 64 29557 0 0 0 1349 13 0 0 17 0 12 0 1990527646 833974272 85335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18903] ppid=18896 vsize=814428 CPUtime=0.3
/proc/18898/task/18903/stat : 18903 (java) S 18896 18898 18016 0 -1 64 174 0 0 0 22 8 0 0 15 0 12 0 1990527648 833974272 85335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18904] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18904/stat : 18904 (java) S 18896 18898 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 85335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18905] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18905/stat : 18905 (java) S 18896 18898 18016 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 85335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18906] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18906/stat : 18906 (java) S 18896 18898 18016 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990527653 833974272 85335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18907] ppid=18896 vsize=814428 CPUtime=1.22
/proc/18898/task/18907/stat : 18907 (java) S 18896 18898 18016 0 -1 64 1254 0 0 0 122 0 0 0 16 0 12 0 1990527653 833974272 85335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18908] ppid=18896 vsize=814428 CPUtime=1.6
/proc/18898/task/18908/stat : 18908 (java) S 18896 18898 18016 0 -1 64 5271 0 0 0 159 1 0 0 16 0 12 0 1990527653 833974272 85335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18909] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18909/stat : 18909 (java) S 18896 18898 18016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990527653 833974272 85335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18910] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18910/stat : 18910 (java) S 18896 18898 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990527653 833974272 85335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.46
Current children cumulated vsize (KiB) 814428

[startup+1722.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/96 18972
/proc/meminfo: memFree=1121648/2055920 swapFree=4179736/4192956
[pid=18898] ppid=18896 vsize=814428 CPUtime=1710.42
/proc/18898/stat : 18898 (java) S 18896 18898 18016 0 -1 0 92259 0 1 0 170975 67 0 0 18 0 12 0 1990527644 833974272 87135 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18898/statm: 203607 87135 1392 9 0 200969 0
[pid=18898/tid=18900] ppid=18896 vsize=814428 CPUtime=1678.53
/proc/18898/task/18900/stat : 18900 (java) R 18896 18898 18016 0 -1 64 19388 0 1 0 167830 23 0 0 25 0 12 0 1990527645 833974272 87135 996147200 134512640 134550740 4294956032 18446744073709551615 4109708843 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18901] ppid=18896 vsize=814428 CPUtime=14.29
/proc/18898/task/18901/stat : 18901 (java) S 18896 18898 18016 0 -1 64 34900 0 0 0 1413 16 0 0 17 0 12 0 1990527646 833974272 87135 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18902] ppid=18896 vsize=814428 CPUtime=14.39
/proc/18898/task/18902/stat : 18902 (java) S 18896 18898 18016 0 -1 64 30509 0 0 0 1426 13 0 0 16 0 12 0 1990527646 833974272 87135 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18903] ppid=18896 vsize=814428 CPUtime=0.32
/proc/18898/task/18903/stat : 18903 (java) S 18896 18898 18016 0 -1 64 174 0 0 0 23 9 0 0 16 0 12 0 1990527648 833974272 87135 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18904] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18904/stat : 18904 (java) S 18896 18898 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 87135 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18905] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18905/stat : 18905 (java) S 18896 18898 18016 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 87135 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18906] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18906/stat : 18906 (java) S 18896 18898 18016 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990527653 833974272 87135 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18907] ppid=18896 vsize=814428 CPUtime=1.22
/proc/18898/task/18907/stat : 18907 (java) S 18896 18898 18016 0 -1 64 1254 0 0 0 122 0 0 0 16 0 12 0 1990527653 833974272 87135 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18908] ppid=18896 vsize=814428 CPUtime=1.6
/proc/18898/task/18908/stat : 18908 (java) S 18896 18898 18016 0 -1 64 5271 0 0 0 159 1 0 0 16 0 12 0 1990527653 833974272 87135 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18909] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18909/stat : 18909 (java) S 18896 18898 18016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990527653 833974272 87135 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18910] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18910/stat : 18910 (java) S 18896 18898 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990527653 833974272 87135 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1710.42
Current children cumulated vsize (KiB) 814428

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.00 4/96 18972
/proc/meminfo: memFree=1114416/2055920 swapFree=4179736/4192956
[pid=18898] ppid=18896 vsize=814428 CPUtime=1770.39
/proc/18898/stat : 18898 (java) S 18896 18898 18016 0 -1 0 94067 0 1 0 176971 68 0 0 18 0 12 0 1990527644 833974272 88900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18898/statm: 203607 88900 1392 9 0 200969 0
[pid=18898/tid=18900] ppid=18896 vsize=814428 CPUtime=1736.93
/proc/18898/task/18900/stat : 18900 (java) R 18896 18898 18016 0 -1 64 19431 0 1 0 173670 23 0 0 25 0 12 0 1990527645 833974272 88900 996147200 134512640 134550740 4294956032 18446744073709551615 4109712148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18901] ppid=18896 vsize=814428 CPUtime=15.07
/proc/18898/task/18901/stat : 18901 (java) S 18896 18898 18016 0 -1 64 35638 0 0 0 1491 16 0 0 17 0 12 0 1990527646 833974272 88900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18902] ppid=18896 vsize=814428 CPUtime=15.18
/proc/18898/task/18902/stat : 18902 (java) S 18896 18898 18016 0 -1 64 31536 0 0 0 1504 14 0 0 17 0 12 0 1990527646 833974272 88900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18903] ppid=18896 vsize=814428 CPUtime=0.33
/proc/18898/task/18903/stat : 18903 (java) S 18896 18898 18016 0 -1 64 174 0 0 0 23 10 0 0 15 0 12 0 1990527648 833974272 88900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18904] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18904/stat : 18904 (java) S 18896 18898 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 88900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18905] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18905/stat : 18905 (java) S 18896 18898 18016 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 88900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18906] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18906/stat : 18906 (java) S 18896 18898 18016 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990527653 833974272 88900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18907] ppid=18896 vsize=814428 CPUtime=1.22
/proc/18898/task/18907/stat : 18907 (java) S 18896 18898 18016 0 -1 64 1254 0 0 0 122 0 0 0 16 0 12 0 1990527653 833974272 88900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18908] ppid=18896 vsize=814428 CPUtime=1.6
/proc/18898/task/18908/stat : 18908 (java) S 18896 18898 18016 0 -1 64 5271 0 0 0 159 1 0 0 16 0 12 0 1990527653 833974272 88900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18909] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18909/stat : 18909 (java) S 18896 18898 18016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990527653 833974272 88900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18910] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18910/stat : 18910 (java) S 18896 18898 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990527653 833974272 88900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.39
Current children cumulated vsize (KiB) 814428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812 s]
/proc/loadavg: 2.01 2.03 2.00 3/96 18972
/proc/meminfo: memFree=1110640/2055920 swapFree=4179736/4192956
[pid=18898] ppid=18896 vsize=814428 CPUtime=1800.09
/proc/18898/stat : 18898 (java) S 18896 18898 18016 0 -1 0 95020 0 1 0 179940 69 0 0 18 0 12 0 1990527644 833974272 89832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18898/statm: 203607 89832 1392 9 0 200969 0
[pid=18898/tid=18900] ppid=18896 vsize=814428 CPUtime=1765.84
/proc/18898/task/18900/stat : 18900 (java) R 18896 18898 18016 0 -1 64 19452 0 1 0 176561 23 0 0 25 0 12 0 1990527645 833974272 89832 996147200 134512640 134550740 4294956032 18446744073709551615 4109666805 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18901] ppid=18896 vsize=814428 CPUtime=15.44
/proc/18898/task/18901/stat : 18901 (java) S 18896 18898 18016 0 -1 64 36096 0 0 0 1528 16 0 0 17 0 12 0 1990527646 833974272 89832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18902] ppid=18896 vsize=814428 CPUtime=15.57
/proc/18898/task/18902/stat : 18902 (java) S 18896 18898 18016 0 -1 64 32010 0 0 0 1543 14 0 0 17 0 12 0 1990527646 833974272 89832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18903] ppid=18896 vsize=814428 CPUtime=0.34
/proc/18898/task/18903/stat : 18903 (java) S 18896 18898 18016 0 -1 64 174 0 0 0 24 10 0 0 15 0 12 0 1990527648 833974272 89832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18904] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18904/stat : 18904 (java) S 18896 18898 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 89832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18905] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18905/stat : 18905 (java) S 18896 18898 18016 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990527648 833974272 89832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18906] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18906/stat : 18906 (java) S 18896 18898 18016 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990527653 833974272 89832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18907] ppid=18896 vsize=814428 CPUtime=1.22
/proc/18898/task/18907/stat : 18907 (java) S 18896 18898 18016 0 -1 64 1254 0 0 0 122 0 0 0 16 0 12 0 1990527653 833974272 89832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18908] ppid=18896 vsize=814428 CPUtime=1.6
/proc/18898/task/18908/stat : 18908 (java) S 18896 18898 18016 0 -1 64 5271 0 0 0 159 1 0 0 16 0 12 0 1990527653 833974272 89832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18909] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18909/stat : 18909 (java) S 18896 18898 18016 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990527653 833974272 89832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18898/tid=18910] ppid=18896 vsize=814428 CPUtime=0
/proc/18898/task/18910/stat : 18910 (java) S 18896 18898 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990527653 833974272 89832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 814428

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

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

Child status: 143
Real time (s): 1812.1
CPU time (s): 1800.19
CPU user time (s): 1799.45
CPU system time (s): 0.743886
CPU usage (%): 99.3428
Max. virtual memory (cumulated for all children) (KiB): 815964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.743886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95038
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54385
involuntary context switches= 83486

runsolver used 2.17667 second user time and 6.10107 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-03 22:06:28
IDJOB=1058502
IDBENCH=54132
IDSOLVER=344
FILE ID=node69/1058502-1215115587
PBS_JOBID= 7877068
Free space on /tmp= 66520 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-3.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-1058502-1215115587/watcher-1058502-1215115587 -o /tmp/evaluation-result-1058502-1215115587/solver-1058502-1215115587 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058502-1215115587.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 645b4d5985800c441d40903d8a951448
RANDOM SEED=1993054586

node69.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.259
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.259
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:       1413592 kB
Buffers:         66024 kB
Cached:         376272 kB
SwapCached:       7048 kB
Active:         219016 kB
Inactive:       356272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413592 kB
SwapTotal:     4192956 kB
SwapFree:      4179736 kB
Dirty:            6332 kB
Writeback:           0 kB
Mapped:         146500 kB
Slab:            51852 kB
Committed_AS:  4643800 kB
PageTables:       2152 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= 66500 MiB
End job on node69 at 2008-07-03 22:36:42