Trace number 1062067

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.08 1813.48

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-sao2-b.xml
MD5SUMa34a68a0b27c466626ae662c4487ca5c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.464928
Satisfiable
(Un)Satisfiability was proved
Number of variables372
Number of constraints765
Maximum constraint arity98
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension765
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1062067-1215133727/watcher-1062067-1215133727 -o /tmp/evaluation-result-1062067-1215133727/solver-1062067-1215133727 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1062067-1215133727.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.96 1.98 1.99 4/82 26205
/proc/meminfo: memFree=914216/2055920 swapFree=4180456/4192956
[pid=26205] ppid=26203 vsize=18572 CPUtime=0
/proc/26205/stat : 26205 (runsolver) R 26203 26205 24908 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1992347050 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26205/statm: 4643 292 257 25 0 2626 0

[startup+0.0390941 s]
/proc/loadavg: 1.96 1.98 1.99 4/82 26205
/proc/meminfo: memFree=914216/2055920 swapFree=4180456/4192956
[pid=26205] ppid=26203 vsize=800744 CPUtime=0.02
/proc/26205/stat : 26205 (java) S 26203 26205 24908 0 -1 0 2337 0 1 0 1 1 0 0 18 0 4 0 1992347050 819961856 2075 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/26205/statm: 200186 2075 912 9 0 197569 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.102106 s]
/proc/loadavg: 1.96 1.98 1.99 4/82 26205
/proc/meminfo: memFree=914216/2055920 swapFree=4180456/4192956
[pid=26205] ppid=26203 vsize=804612 CPUtime=0.09
/proc/26205/stat : 26205 (java) S 26203 26205 24908 0 -1 0 2996 0 1 0 7 2 0 0 18 0 12 0 1992347050 823922688 2729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26205/statm: 201153 2729 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.302145 s]
/proc/loadavg: 1.96 1.98 1.99 4/82 26205
/proc/meminfo: memFree=914216/2055920 swapFree=4180456/4192956
[pid=26205] ppid=26203 vsize=808296 CPUtime=0.28
/proc/26205/stat : 26205 (java) S 26203 26205 24908 0 -1 0 4920 0 1 0 25 3 0 0 18 0 12 0 1992347050 827695104 4248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26205/statm: 202074 4248 1297 9 0 199443 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808296

[startup+0.701221 s]
/proc/loadavg: 1.96 1.98 1.99 4/82 26205
/proc/meminfo: memFree=914216/2055920 swapFree=4180456/4192956
[pid=26205] ppid=26203 vsize=808324 CPUtime=0.68
/proc/26205/stat : 26205 (java) S 26203 26205 24908 0 -1 0 6300 0 1 0 62 6 0 0 18 0 12 0 1992347050 827723776 5481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26205/statm: 202081 5481 1335 9 0 199443 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808324

[startup+1.50137 s]
/proc/loadavg: 1.96 1.98 1.99 4/94 26217
/proc/meminfo: memFree=893832/2055920 swapFree=4180456/4192956
[pid=26205] ppid=26203 vsize=808324 CPUtime=1.47
/proc/26205/stat : 26205 (java) S 26203 26205 24908 0 -1 0 7693 0 1 0 140 7 0 0 18 0 12 0 1992347050 827723776 6832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26205/statm: 202081 6832 1356 9 0 199443 0
[pid=26205/tid=26207] ppid=26203 vsize=808324 CPUtime=0.91
/proc/26205/task/26207/stat : 26207 (java) R 26203 26205 24908 0 -1 64 5174 0 1 0 86 5 0 0 25 0 12 0 1992347052 827723776 6832 996147200 134512640 134550740 4294956032 18446744073709551615 4109218264 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=808324 CPUtime=0
/proc/26205/task/26208/stat : 26208 (java) S 26203 26205 24908 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1992347053 827723776 6832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=808324 CPUtime=0
/proc/26205/task/26209/stat : 26209 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1992347053 827723776 6832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=808324 CPUtime=0
/proc/26205/task/26210/stat : 26210 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1992347055 827723776 6832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=808324 CPUtime=0
/proc/26205/task/26211/stat : 26211 (java) S 26203 26205 24908 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1992347055 827723776 6832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=808324 CPUtime=0
/proc/26205/task/26212/stat : 26212 (java) S 26203 26205 24908 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1992347055 827723776 6832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=808324 CPUtime=0
/proc/26205/task/26213/stat : 26213 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 827723776 6832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26214] ppid=26203 vsize=808324 CPUtime=0.24
/proc/26205/task/26214/stat : 26214 (java) S 26203 26205 24908 0 -1 64 598 0 0 0 24 0 0 0 16 0 12 0 1992347060 827723776 6832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26215] ppid=26203 vsize=808324 CPUtime=0.29
/proc/26205/task/26215/stat : 26215 (java) S 26203 26205 24908 0 -1 64 1155 0 0 0 29 0 0 0 16 0 12 0 1992347060 827723776 6832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26216] ppid=26203 vsize=808324 CPUtime=0
/proc/26205/task/26216/stat : 26216 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 827723776 6832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26217] ppid=26203 vsize=808324 CPUtime=0
/proc/26205/task/26217/stat : 26217 (java) S 26203 26205 24908 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1992347060 827723776 6832 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808324

[startup+3.10267 s]
/proc/loadavg: 1.96 1.98 1.99 3/94 26217
/proc/meminfo: memFree=884232/2055920 swapFree=4180456/4192956
[pid=26205] ppid=26203 vsize=814792 CPUtime=3.07
/proc/26205/stat : 26205 (java) S 26203 26205 24908 0 -1 0 18647 0 1 0 293 14 0 0 18 0 12 0 1992347050 834347008 15640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26205/statm: 203698 15640 1378 9 0 201060 0
[pid=26205/tid=26207] ppid=26203 vsize=814792 CPUtime=1.72
/proc/26205/task/26207/stat : 26207 (java) R 26203 26205 24908 0 -1 64 12323 0 1 0 162 10 0 0 25 0 12 0 1992347052 834347008 15640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=814792 CPUtime=0
/proc/26205/task/26208/stat : 26208 (java) S 26203 26205 24908 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1992347053 834347008 15640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=814792 CPUtime=0
/proc/26205/task/26209/stat : 26209 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1992347053 834347008 15640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=814792 CPUtime=0
/proc/26205/task/26210/stat : 26210 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1992347055 834347008 15640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=814792 CPUtime=0
/proc/26205/task/26211/stat : 26211 (java) S 26203 26205 24908 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1992347055 834347008 15640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=814792 CPUtime=0
/proc/26205/task/26212/stat : 26212 (java) S 26203 26205 24908 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1992347055 834347008 15640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=814792 CPUtime=0
/proc/26205/task/26213/stat : 26213 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 834347008 15640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26214] ppid=26203 vsize=814792 CPUtime=0.47
/proc/26205/task/26214/stat : 26214 (java) R 26203 26205 24908 0 -1 64 659 0 0 0 47 0 0 0 16 0 12 0 1992347060 834347008 15640 996147200 134512640 134550740 4294956032 18446744073709551615 102524791 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26215] ppid=26203 vsize=814792 CPUtime=0.83
/proc/26205/task/26215/stat : 26215 (java) S 26203 26205 24908 0 -1 64 4899 0 0 0 81 2 0 0 16 0 12 0 1992347060 834347008 15640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26216] ppid=26203 vsize=814792 CPUtime=0
/proc/26205/task/26216/stat : 26216 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 834347008 15640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26217] ppid=26203 vsize=814792 CPUtime=0
/proc/26205/task/26217/stat : 26217 (java) S 26203 26205 24908 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1992347060 834347008 15640 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 814792

[startup+6.30127 s]
/proc/loadavg: 2.05 2.00 2.00 3/94 26217
/proc/meminfo: memFree=833736/2055920 swapFree=4180456/4192956
[pid=26205] ppid=26203 vsize=814196 CPUtime=6.25
/proc/26205/stat : 26205 (java) S 26203 26205 24908 0 -1 0 26032 0 1 0 606 19 0 0 18 0 12 0 1992347050 833736704 21273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26205/statm: 203549 21273 1384 9 0 200911 0
[pid=26205/tid=26207] ppid=26203 vsize=814196 CPUtime=3.82
/proc/26205/task/26207/stat : 26207 (java) R 26203 26205 24908 0 -1 64 17349 0 1 0 369 13 0 0 25 0 12 0 1992347052 833736704 21273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=814196 CPUtime=0
/proc/26205/task/26208/stat : 26208 (java) S 26203 26205 24908 0 -1 64 80 0 0 0 0 0 0 0 17 0 12 0 1992347053 833736704 21273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=814196 CPUtime=0.01
/proc/26205/task/26209/stat : 26209 (java) S 26203 26205 24908 0 -1 64 466 0 0 0 1 0 0 0 17 0 12 0 1992347053 833736704 21273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=814196 CPUtime=0
/proc/26205/task/26210/stat : 26210 (java) S 26203 26205 24908 0 -1 64 63 0 0 0 0 0 0 0 17 0 12 0 1992347055 833736704 21273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=814196 CPUtime=0
/proc/26205/task/26211/stat : 26211 (java) S 26203 26205 24908 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1992347055 833736704 21273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=814196 CPUtime=0
/proc/26205/task/26212/stat : 26212 (java) S 26203 26205 24908 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992347055 833736704 21273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=814196 CPUtime=0
/proc/26205/task/26213/stat : 26213 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 833736704 21273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26214] ppid=26203 vsize=814196 CPUtime=1.03
/proc/26205/task/26214/stat : 26214 (java) S 26203 26205 24908 0 -1 64 1887 0 0 0 103 0 0 0 16 0 12 0 1992347060 833736704 21273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26215] ppid=26203 vsize=814196 CPUtime=1.33
/proc/26205/task/26215/stat : 26215 (java) R 26203 26205 24908 0 -1 64 5424 0 0 0 130 3 0 0 17 0 12 0 1992347060 833736704 21273 996147200 134512640 134550740 4294956032 18446744073709551615 104112650 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26216] ppid=26203 vsize=814196 CPUtime=0
/proc/26205/task/26216/stat : 26216 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 833736704 21273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26217] ppid=26203 vsize=814196 CPUtime=0
/proc/26205/task/26217/stat : 26217 (java) S 26203 26205 24908 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1992347060 833736704 21273 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 814196

[startup+12.7015 s]
/proc/loadavg: 2.04 2.00 2.00 4/94 26217
/proc/meminfo: memFree=830536/2055920 swapFree=4180456/4192956
[pid=26205] ppid=26203 vsize=813904 CPUtime=12.61
/proc/26205/stat : 26205 (java) S 26203 26205 24908 0 -1 0 30515 0 1 0 1239 22 0 0 18 0 12 0 1992347050 833437696 25211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26205/statm: 203476 25211 1384 9 0 200838 0
[pid=26205/tid=26207] ppid=26203 vsize=813904 CPUtime=10.04
/proc/26205/task/26207/stat : 26207 (java) R 26203 26205 24908 0 -1 64 20726 0 1 0 989 15 0 0 25 0 12 0 1992347052 833437696 25211 996147200 134512640 134550740 4294956032 18446744073709551615 4109631177 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=813904 CPUtime=0.01
/proc/26205/task/26208/stat : 26208 (java) S 26203 26205 24908 0 -1 64 381 0 0 0 1 0 0 0 15 0 12 0 1992347053 833437696 25211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=813904 CPUtime=0.03
/proc/26205/task/26209/stat : 26209 (java) S 26203 26205 24908 0 -1 64 745 0 0 0 3 0 0 0 16 0 12 0 1992347053 833437696 25211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=813904 CPUtime=0
/proc/26205/task/26210/stat : 26210 (java) S 26203 26205 24908 0 -1 64 95 0 0 0 0 0 0 0 16 0 12 0 1992347055 833437696 25211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=813904 CPUtime=0
/proc/26205/task/26211/stat : 26211 (java) S 26203 26205 24908 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1992347055 833437696 25211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=813904 CPUtime=0
/proc/26205/task/26212/stat : 26212 (java) S 26203 26205 24908 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992347055 833437696 25211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=813904 CPUtime=0
/proc/26205/task/26213/stat : 26213 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 833437696 25211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26214] ppid=26203 vsize=813904 CPUtime=1.03
/proc/26205/task/26214/stat : 26214 (java) S 26203 26205 24908 0 -1 64 1887 0 0 0 103 0 0 0 16 0 12 0 1992347060 833437696 25211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26215] ppid=26203 vsize=813904 CPUtime=1.44
/proc/26205/task/26215/stat : 26215 (java) S 26203 26205 24908 0 -1 64 5918 0 0 0 140 4 0 0 16 0 12 0 1992347060 833437696 25211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26216] ppid=26203 vsize=813904 CPUtime=0
/proc/26205/task/26216/stat : 26216 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 833437696 25211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26217] ppid=26203 vsize=813904 CPUtime=0
/proc/26205/task/26217/stat : 26217 (java) S 26203 26205 24908 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1992347060 833437696 25211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 813904

[startup+25.5029 s]
/proc/loadavg: 2.25 2.05 2.02 5/94 26217
/proc/meminfo: memFree=1016776/2055920 swapFree=4180456/4192956
[pid=26205] ppid=26203 vsize=815020 CPUtime=25.35
/proc/26205/stat : 26205 (java) S 26203 26205 24908 0 -1 0 31959 0 1 0 2512 23 0 0 18 0 12 0 1992347050 834580480 25739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26205/statm: 203755 25739 1384 9 0 201117 0
[pid=26205/tid=26207] ppid=26203 vsize=815020 CPUtime=22.04
/proc/26205/task/26207/stat : 26207 (java) R 26203 26205 24908 0 -1 64 20917 0 1 0 2189 15 0 0 25 0 12 0 1992347052 834580480 25739 996147200 134512640 134550740 4294956032 18446744073709551615 4110407006 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=815020 CPUtime=0.01
/proc/26205/task/26208/stat : 26208 (java) S 26203 26205 24908 0 -1 64 384 0 0 0 1 0 0 0 16 0 12 0 1992347053 834580480 25739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=815020 CPUtime=0.04
/proc/26205/task/26209/stat : 26209 (java) S 26203 26205 24908 0 -1 64 765 0 0 0 4 0 0 0 15 0 12 0 1992347053 834580480 25739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=815020 CPUtime=0
/proc/26205/task/26210/stat : 26210 (java) S 26203 26205 24908 0 -1 64 96 0 0 0 0 0 0 0 16 0 12 0 1992347055 834580480 25739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=815020 CPUtime=0
/proc/26205/task/26211/stat : 26211 (java) S 26203 26205 24908 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1992347055 834580480 25739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=815020 CPUtime=0
/proc/26205/task/26212/stat : 26212 (java) S 26203 26205 24908 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992347055 834580480 25739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=815020 CPUtime=0
/proc/26205/task/26213/stat : 26213 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 834580480 25739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=26205/tid=26216] ppid=26203 vsize=820172 CPUtime=0
/proc/26205/task/26216/stat : 26216 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 839856128 28584 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26217] ppid=26203 vsize=820172 CPUtime=0
/proc/26205/task/26217/stat : 26217 (java) S 26203 26205 24908 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1992347060 839856128 28584 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.88
Current children cumulated vsize (KiB) 820172

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 4/105 26697
/proc/meminfo: memFree=1478824/2055920 swapFree=4180456/4192956
[pid=26205] ppid=26203 vsize=822540 CPUtime=1592.01
/proc/26205/stat : 26205 (java) S 26203 26205 24908 0 -1 0 50676 0 1 0 159137 64 0 0 18 0 12 0 1992347050 842280960 29276 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26205/statm: 205635 29276 1390 9 0 202997 0
[pid=26205/tid=26207] ppid=26203 vsize=822540 CPUtime=1581.96
/proc/26205/task/26207/stat : 26207 (java) R 26203 26205 24908 0 -1 64 23112 0 1 0 158167 29 0 0 25 0 12 0 1992347052 842280960 29276 996147200 134512640 134550740 4294956032 18446744073709551615 4109631350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26208] ppid=26203 vsize=822540 CPUtime=0.43
/proc/26205/task/26208/stat : 26208 (java) S 26203 26205 24908 0 -1 64 932 0 0 0 41 2 0 0 16 0 12 0 1992347053 842280960 29276 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26209] ppid=26203 vsize=822540 CPUtime=0.42
/proc/26205/task/26209/stat : 26209 (java) S 26203 26205 24908 0 -1 64 1307 0 0 0 40 2 0 0 16 0 12 0 1992347053 842280960 29276 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26210] ppid=26203 vsize=822540 CPUtime=0.43
/proc/26205/task/26210/stat : 26210 (java) S 26203 26205 24908 0 -1 64 96 0 0 0 28 15 0 0 15 0 12 0 1992347055 842280960 29276 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26211] ppid=26203 vsize=822540 CPUtime=0
/proc/26205/task/26211/stat : 26211 (java) S 26203 26205 24908 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1992347055 842280960 29276 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=822540 CPUtime=0
/proc/26205/task/26212/stat : 26212 (java) S 26203 26205 24908 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992347055 842280960 29276 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=822540 CPUtime=0
/proc/26205/task/26213/stat : 26213 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 842280960 29276 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26214] ppid=26203 vsize=822540 CPUtime=2.02
/proc/26205/task/26214/stat : 26214 (java) S 26203 26205 24908 0 -1 64 4115 0 0 0 200 2 0 0 15 0 12 0 1992347060 842280960 29276 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26215] ppid=26203 vsize=822540 CPUtime=6.68
/proc/26205/task/26215/stat : 26215 (java) S 26203 26205 24908 0 -1 64 20351 0 0 0 658 10 0 0 16 0 12 0 1992347060 842280960 29276 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26216] ppid=26203 vsize=822540 CPUtime=0
/proc/26205/task/26216/stat : 26216 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 842280960 29276 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26217] ppid=26203 vsize=822540 CPUtime=0
/proc/26205/task/26217/stat : 26217 (java) S 26203 26205 24908 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1992347060 842280960 29276 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.01
Current children cumulated vsize (KiB) 822540

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/105 26697
/proc/meminfo: memFree=1480936/2055920 swapFree=4180456/4192956
[pid=26205] ppid=26203 vsize=820844 CPUtime=1651.12
/proc/26205/stat : 26205 (java) S 26203 26205 24908 0 -1 0 50791 0 1 0 165047 65 0 0 18 0 12 0 1992347050 840544256 28890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26205/statm: 205211 28890 1390 9 0 202573 0
[pid=26205/tid=26207] ppid=26203 vsize=820844 CPUtime=1641.02
/proc/26205/task/26207/stat : 26207 (java) R 26203 26205 24908 0 -1 64 23189 0 1 0 164073 29 0 0 25 0 12 0 1992347052 840544256 28890 996147200 134512640 134550740 4294956032 18446744073709551615 4109631177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26208] ppid=26203 vsize=820844 CPUtime=0.45
/proc/26205/task/26208/stat : 26208 (java) S 26203 26205 24908 0 -1 64 949 0 0 0 43 2 0 0 15 0 12 0 1992347053 840544256 28890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26209] ppid=26203 vsize=820844 CPUtime=0.44
/proc/26205/task/26209/stat : 26209 (java) S 26203 26205 24908 0 -1 64 1328 0 0 0 42 2 0 0 16 0 12 0 1992347053 840544256 28890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26210] ppid=26203 vsize=820844 CPUtime=0.45
/proc/26205/task/26210/stat : 26210 (java) S 26203 26205 24908 0 -1 64 96 0 0 0 29 16 0 0 15 0 12 0 1992347055 840544256 28890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26211] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26211/stat : 26211 (java) S 26203 26205 24908 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1992347055 840544256 28890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26212/stat : 26212 (java) S 26203 26205 24908 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992347055 840544256 28890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26213/stat : 26213 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 840544256 28890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26214] ppid=26203 vsize=820844 CPUtime=2.02
/proc/26205/task/26214/stat : 26214 (java) S 26203 26205 24908 0 -1 64 4115 0 0 0 200 2 0 0 15 0 12 0 1992347060 840544256 28890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26215] ppid=26203 vsize=820844 CPUtime=6.68
/proc/26205/task/26215/stat : 26215 (java) S 26203 26205 24908 0 -1 64 20351 0 0 0 658 10 0 0 16 0 12 0 1992347060 840544256 28890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26216] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26216/stat : 26216 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 840544256 28890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26217] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26217/stat : 26217 (java) S 26203 26205 24908 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1992347060 840544256 28890 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.12
Current children cumulated vsize (KiB) 820844

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/105 26697
/proc/meminfo: memFree=1480680/2055920 swapFree=4180456/4192956
[pid=26205] ppid=26203 vsize=820844 CPUtime=1710.24
/proc/26205/stat : 26205 (java) S 26203 26205 24908 0 -1 0 50904 0 1 0 170958 66 0 0 18 0 12 0 1992347050 840544256 28927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26205/statm: 205211 28927 1390 9 0 202573 0
[pid=26205/tid=26207] ppid=26203 vsize=820844 CPUtime=1700.09
/proc/26205/task/26207/stat : 26207 (java) R 26203 26205 24908 0 -1 64 23265 0 1 0 169979 30 0 0 25 0 12 0 1992347052 840544256 28927 996147200 134512640 134550740 4294956032 18446744073709551615 4111976982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26208] ppid=26203 vsize=820844 CPUtime=0.46
/proc/26205/task/26208/stat : 26208 (java) S 26203 26205 24908 0 -1 64 967 0 0 0 44 2 0 0 15 0 12 0 1992347053 840544256 28927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26209] ppid=26203 vsize=820844 CPUtime=0.46
/proc/26205/task/26209/stat : 26209 (java) S 26203 26205 24908 0 -1 64 1347 0 0 0 44 2 0 0 16 0 12 0 1992347053 840544256 28927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26210] ppid=26203 vsize=820844 CPUtime=0.46
/proc/26205/task/26210/stat : 26210 (java) S 26203 26205 24908 0 -1 64 96 0 0 0 30 16 0 0 15 0 12 0 1992347055 840544256 28927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26211] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26211/stat : 26211 (java) S 26203 26205 24908 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1992347055 840544256 28927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26212/stat : 26212 (java) S 26203 26205 24908 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992347055 840544256 28927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26213/stat : 26213 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 840544256 28927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26214] ppid=26203 vsize=820844 CPUtime=2.02
/proc/26205/task/26214/stat : 26214 (java) S 26203 26205 24908 0 -1 64 4115 0 0 0 200 2 0 0 15 0 12 0 1992347060 840544256 28927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26215] ppid=26203 vsize=820844 CPUtime=6.68
/proc/26205/task/26215/stat : 26215 (java) S 26203 26205 24908 0 -1 64 20351 0 0 0 658 10 0 0 16 0 12 0 1992347060 840544256 28927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26216] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26216/stat : 26216 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 840544256 28927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26217] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26217/stat : 26217 (java) S 26203 26205 24908 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1992347060 840544256 28927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.24
Current children cumulated vsize (KiB) 820844

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/105 26697
/proc/meminfo: memFree=1480616/2055920 swapFree=4180456/4192956
[pid=26205] ppid=26203 vsize=820844 CPUtime=1769.35
/proc/26205/stat : 26205 (java) S 26203 26205 24908 0 -1 0 51019 0 1 0 176868 67 0 0 18 0 12 0 1992347050 840544256 28966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26205/statm: 205211 28966 1390 9 0 202573 0
[pid=26205/tid=26207] ppid=26203 vsize=820844 CPUtime=1759.16
/proc/26205/task/26207/stat : 26207 (java) R 26203 26205 24908 0 -1 64 23341 0 1 0 175886 30 0 0 25 0 12 0 1992347052 840544256 28966 996147200 134512640 134550740 4294956032 18446744073709551615 4109737171 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26208] ppid=26203 vsize=820844 CPUtime=0.48
/proc/26205/task/26208/stat : 26208 (java) S 26203 26205 24908 0 -1 64 988 0 0 0 46 2 0 0 15 0 12 0 1992347053 840544256 28966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26209] ppid=26203 vsize=820844 CPUtime=0.48
/proc/26205/task/26209/stat : 26209 (java) S 26203 26205 24908 0 -1 64 1365 0 0 0 46 2 0 0 16 0 12 0 1992347053 840544256 28966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26210] ppid=26203 vsize=820844 CPUtime=0.47
/proc/26205/task/26210/stat : 26210 (java) S 26203 26205 24908 0 -1 64 96 0 0 0 30 17 0 0 15 0 12 0 1992347055 840544256 28966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26211] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26211/stat : 26211 (java) S 26203 26205 24908 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1992347055 840544256 28966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26212/stat : 26212 (java) S 26203 26205 24908 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992347055 840544256 28966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26213/stat : 26213 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 840544256 28966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26214] ppid=26203 vsize=820844 CPUtime=2.02
/proc/26205/task/26214/stat : 26214 (java) S 26203 26205 24908 0 -1 64 4115 0 0 0 200 2 0 0 15 0 12 0 1992347060 840544256 28966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26215] ppid=26203 vsize=820844 CPUtime=6.68
/proc/26205/task/26215/stat : 26215 (java) S 26203 26205 24908 0 -1 64 20351 0 0 0 658 10 0 0 16 0 12 0 1992347060 840544256 28966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26216] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26216/stat : 26216 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 840544256 28966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26217] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26217/stat : 26217 (java) S 26203 26205 24908 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1992347060 840544256 28966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.35
Current children cumulated vsize (KiB) 820844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.4 s]
/proc/loadavg: 1.99 2.00 2.00 3/105 26697
/proc/meminfo: memFree=1480488/2055920 swapFree=4180456/4192956
[pid=26205] ppid=26203 vsize=820844 CPUtime=1800
/proc/26205/stat : 26205 (java) S 26203 26205 24908 0 -1 0 51078 0 1 0 179933 67 0 0 18 0 12 0 1992347050 840544256 28986 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26205/statm: 205211 28986 1390 9 0 202573 0
[pid=26205/tid=26207] ppid=26203 vsize=820844 CPUtime=1789.78
/proc/26205/task/26207/stat : 26207 (java) R 26203 26205 24908 0 -1 64 23380 0 1 0 178948 30 0 0 25 0 12 0 1992347052 840544256 28986 996147200 134512640 134550740 4294956032 18446744073709551615 4111967931 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26208] ppid=26203 vsize=820844 CPUtime=0.49
/proc/26205/task/26208/stat : 26208 (java) S 26203 26205 24908 0 -1 64 1000 0 0 0 47 2 0 0 16 0 12 0 1992347053 840544256 28986 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26209] ppid=26203 vsize=820844 CPUtime=0.49
/proc/26205/task/26209/stat : 26209 (java) S 26203 26205 24908 0 -1 64 1373 0 0 0 47 2 0 0 15 0 12 0 1992347053 840544256 28986 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26210] ppid=26203 vsize=820844 CPUtime=0.48
/proc/26205/task/26210/stat : 26210 (java) S 26203 26205 24908 0 -1 64 96 0 0 0 31 17 0 0 15 0 12 0 1992347055 840544256 28986 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26211] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26211/stat : 26211 (java) S 26203 26205 24908 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1992347055 840544256 28986 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26212/stat : 26212 (java) S 26203 26205 24908 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1992347055 840544256 28986 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26213/stat : 26213 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 840544256 28986 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26214] ppid=26203 vsize=820844 CPUtime=2.02
/proc/26205/task/26214/stat : 26214 (java) S 26203 26205 24908 0 -1 64 4115 0 0 0 200 2 0 0 15 0 12 0 1992347060 840544256 28986 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26215] ppid=26203 vsize=820844 CPUtime=6.68
/proc/26205/task/26215/stat : 26215 (java) S 26203 26205 24908 0 -1 64 20351 0 0 0 658 10 0 0 16 0 12 0 1992347060 840544256 28986 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26205/tid=26216] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26216/stat : 26216 (java) S 26203 26205 24908 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1992347060 840544256 28986 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26205/tid=26217] ppid=26203 vsize=820844 CPUtime=0
/proc/26205/task/26217/stat : 26217 (java) S 26203 26205 24908 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1992347060 840544256 28986 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 820844

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): 1813.48
CPU time (s): 1800.08
CPU user time (s): 1799.39
CPU system time (s): 0.690894
CPU usage (%): 99.2612
Max. virtual memory (cumulated for all children) (KiB): 823820

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

runsolver used 2.15467 second user time and 6.09907 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-04 03:08:47
IDJOB=1062067
IDBENCH=54597
IDSOLVER=344
FILE ID=node19/1062067-1215133727
PBS_JOBID= 7877209
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a34a68a0b27c466626ae662c4487ca5c
RANDOM SEED=522114076

node19.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.263
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	: 5931.00
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.263
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:        914696 kB
Buffers:         68752 kB
Cached:         225132 kB
SwapCached:       6540 kB
Active:         927264 kB
Inactive:       144600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        914696 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            3088 kB
Writeback:           0 kB
Mapped:         794212 kB
Slab:            52940 kB
Committed_AS:  4145948 kB
PageTables:       3396 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= 66528 MiB
End job on node19 at 2008-07-04 03:39:02