Trace number 1093097

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.22 1811.94

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-12.xml
MD5SUMccf341648ea4c9765316041a04d071c1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark75.6735
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	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.38	c c --- Begin Solver configuration ---
0.29/0.38	c Stops conflict analysis at the first Unique Implication Point
0.29/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.38	c Learn all clauses as in MiniSAT
0.29/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.38	c Expensive reason simplification
0.29/0.38	c MiniSAT restarts strategy
0.29/0.38	c timeout=2147483s
0.29/0.38	c DB Simplification allowed=false
0.29/0.38	c --- End Solver configuration ---
0.29/0.38	c solving HOME/instance-1093097-1215248248.xml
0.29/0.38	c reading problem ... 
0.59/0.64	c reading problem named null
0.59/0.64	c reading domains done.
0.59/0.64	c reading variables done.
0.59/0.67	c reading relations done.
17.69/17.76	c reading constraints
23.91/23.35	c done with constraints.
23.91/23.36	c ... done. Wall clock time 22.974s.
23.91/23.36	c #vars     125
23.91/23.36	c #constraints  2118772
23.91/23.36	c constraints type 
23.91/23.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2118747
23.91/23.36	c org.sat4j.minisat.constraints.card.AtLeast => 25
1800.08/1811.81	c starts		: 20
1800.08/1811.81	c conflicts		: 558926
1800.08/1811.81	c decisions		: 724165
1800.08/1811.81	c propagations		: 8957401
1800.08/1811.81	c inspects		: 6877807044
1800.08/1811.81	c learnt literals	: 0
1800.08/1811.81	c learnt binary clauses	: 0
1800.08/1811.81	c learnt ternary clauses	: 0
1800.08/1811.81	c learnt clauses	: 558926
1800.08/1811.81	c ignored clauses	: 0
1800.08/1811.81	c root simplifications	: 0
1800.08/1811.81	c removed literals (reason simplification)	: 1025434
1800.08/1811.81	c reason swapping (by a shorter reason)	: 0
1800.08/1811.81	c Calls to reduceDB	: 0
1800.08/1811.81	c speed (assignments/second)	: 5008.460379746977
1800.08/1811.81	c non guided choices	72
1800.08/1811.81	s UNKNOWN
1800.08/1811.81	c Total wall clock time (in seconds) : 1811.43

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-1093097-1215248248/watcher-1093097-1215248248 -o /tmp/evaluation-result-1093097-1215248248/solver-1093097-1215248248 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1093097-1215248248.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.86 1.97 1.99 4/72 32323
/proc/meminfo: memFree=1493864/2055920 swapFree=4180056/4192956
[pid=32323] ppid=32321 vsize=1804 CPUtime=0
/proc/32323/stat : 32323 (java6) D 32321 32323 32286 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 2003800204 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/32323/statm: 451 155 111 9 0 93 0

[startup+0.083405 s]
/proc/loadavg: 1.86 1.97 1.99 4/72 32323
/proc/meminfo: memFree=1493864/2055920 swapFree=4180056/4192956
[pid=32323] ppid=32321 vsize=802236 CPUtime=0.07
/proc/32323/stat : 32323 (java) S 32321 32323 32286 0 -1 0 2871 0 1 0 5 2 0 0 18 0 7 0 2003800204 821489664 2606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/32323/statm: 200559 2606 1014 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.101407 s]
/proc/loadavg: 1.86 1.97 1.99 4/72 32323
/proc/meminfo: memFree=1493864/2055920 swapFree=4180056/4192956
[pid=32323] ppid=32321 vsize=804612 CPUtime=0.09
/proc/32323/stat : 32323 (java) S 32321 32323 32286 0 -1 0 3013 0 1 0 7 2 0 0 18 0 12 0 2003800204 823922688 2746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32323/statm: 201153 2754 1056 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301428 s]
/proc/loadavg: 1.86 1.97 1.99 4/72 32323
/proc/meminfo: memFree=1493864/2055920 swapFree=4180056/4192956
[pid=32323] ppid=32321 vsize=808176 CPUtime=0.29
/proc/32323/stat : 32323 (java) S 32321 32323 32286 0 -1 0 5029 0 1 0 26 3 0 0 18 0 12 0 2003800204 827572224 4358 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32323/statm: 202044 4358 1308 9 0 199413 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808176

[startup+0.701469 s]
/proc/loadavg: 1.86 1.97 1.99 4/72 32323
/proc/meminfo: memFree=1493864/2055920 swapFree=4180056/4192956
[pid=32323] ppid=32321 vsize=808204 CPUtime=0.69
/proc/32323/stat : 32323 (java) S 32321 32323 32286 0 -1 0 6394 0 1 0 65 4 0 0 18 0 12 0 2003800204 827600896 5543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32323/statm: 202051 5543 1335 9 0 199413 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808204

[startup+1.50255 s]
/proc/loadavg: 1.86 1.97 1.99 3/84 32335
/proc/meminfo: memFree=1465288/2055920 swapFree=4180056/4192956
[pid=32323] ppid=32321 vsize=808204 CPUtime=1.49
/proc/32323/stat : 32323 (java) S 32321 32323 32286 0 -1 0 11157 0 1 0 142 7 0 0 18 0 12 0 2003800204 827600896 10060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32323/statm: 202051 10060 1347 9 0 199413 0
[pid=32323/tid=32325] ppid=32321 vsize=808204 CPUtime=0.75
/proc/32323/task/32325/stat : 32325 (java) R 32321 32323 32286 0 -1 64 8354 0 1 0 69 6 0 0 25 0 12 0 2003800206 827600896 10060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32326] ppid=32321 vsize=808204 CPUtime=0
/proc/32323/task/32326/stat : 32326 (java) S 32321 32323 32286 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 2003800207 827600896 10060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32327] ppid=32321 vsize=808204 CPUtime=0
/proc/32323/task/32327/stat : 32327 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 2003800207 827600896 10060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32328] ppid=32321 vsize=808204 CPUtime=0
/proc/32323/task/32328/stat : 32328 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 2003800208 827600896 10060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32329] ppid=32321 vsize=808204 CPUtime=0
/proc/32323/task/32329/stat : 32329 (java) S 32321 32323 32286 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 2003800209 827600896 10060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32330] ppid=32321 vsize=808204 CPUtime=0
/proc/32323/task/32330/stat : 32330 (java) S 32321 32323 32286 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 2003800209 827600896 10060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32331] ppid=32321 vsize=808204 CPUtime=0
/proc/32323/task/32331/stat : 32331 (java) S 32321 32323 32286 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2003800213 827600896 10060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32332] ppid=32321 vsize=808204 CPUtime=0.31
/proc/32323/task/32332/stat : 32332 (java) S 32321 32323 32286 0 -1 64 662 0 0 0 31 0 0 0 16 0 12 0 2003800213 827600896 10060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32333] ppid=32321 vsize=808204 CPUtime=0.42
/proc/32323/task/32333/stat : 32333 (java) R 32321 32323 32286 0 -1 64 1380 0 0 0 42 0 0 0 16 0 12 0 2003800213 827600896 10060 996147200 134512640 134550740 4294956016 18446744073709551615 104109985 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32334] ppid=32321 vsize=808204 CPUtime=0
/proc/32323/task/32334/stat : 32334 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2003800213 827600896 10060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32335] ppid=32321 vsize=808204 CPUtime=0
/proc/32323/task/32335/stat : 32335 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003800213 827600896 10060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 808204

[startup+3.10272 s]
/proc/loadavg: 1.86 1.97 1.99 3/84 32335
/proc/meminfo: memFree=1418952/2055920 swapFree=4180056/4192956
[pid=32323] ppid=32321 vsize=808692 CPUtime=3.09
/proc/32323/stat : 32323 (java) S 32321 32323 32286 0 -1 0 27446 0 1 0 295 14 0 0 18 0 12 0 2003800204 828100608 26304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32323/statm: 202173 26304 1354 9 0 199535 0
[pid=32323/tid=32325] ppid=32321 vsize=808692 CPUtime=1.95
/proc/32323/task/32325/stat : 32325 (java) R 32321 32323 32286 0 -1 64 16992 0 1 0 185 10 0 0 25 0 12 0 2003800206 828100608 26304 996147200 134512640 134550740 4294956016 18446744073709551615 4109729118 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32326] ppid=32321 vsize=808692 CPUtime=0.08
/proc/32323/task/32326/stat : 32326 (java) S 32321 32323 32286 0 -1 64 4608 0 0 0 6 2 0 0 16 0 12 0 2003800207 828100608 26304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32327] ppid=32321 vsize=808692 CPUtime=0.1
/proc/32323/task/32327/stat : 32327 (java) S 32321 32323 32286 0 -1 64 2967 0 0 0 10 0 0 0 16 0 12 0 2003800207 828100608 26304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32328] ppid=32321 vsize=808692 CPUtime=0
/proc/32323/task/32328/stat : 32328 (java) S 32321 32323 32286 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 2003800208 828100608 26304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32329] ppid=32321 vsize=808692 CPUtime=0
/proc/32323/task/32329/stat : 32329 (java) S 32321 32323 32286 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003800209 828100608 26304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32330] ppid=32321 vsize=808692 CPUtime=0
/proc/32323/task/32330/stat : 32330 (java) S 32321 32323 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2003800209 828100608 26304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32331] ppid=32321 vsize=808692 CPUtime=0
/proc/32323/task/32331/stat : 32331 (java) S 32321 32323 32286 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2003800213 828100608 26304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32332] ppid=32321 vsize=808692 CPUtime=0.4
/proc/32323/task/32332/stat : 32332 (java) S 32321 32323 32286 0 -1 64 676 0 0 0 40 0 0 0 16 0 12 0 2003800213 828100608 26304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32333] ppid=32321 vsize=808692 CPUtime=0.51
/proc/32323/task/32333/stat : 32333 (java) S 32321 32323 32286 0 -1 64 1385 0 0 0 51 0 0 0 16 0 12 0 2003800213 828100608 26304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32334] ppid=32321 vsize=808692 CPUtime=0
/proc/32323/task/32334/stat : 32334 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2003800213 828100608 26304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32335] ppid=32321 vsize=808692 CPUtime=0
/proc/32323/task/32335/stat : 32335 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003800213 828100608 26304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 808692

[startup+6.30206 s]
/proc/loadavg: 1.87 1.97 1.99 3/84 32335
/proc/meminfo: memFree=1369992/2055920 swapFree=4180056/4192956
[pid=32323] ppid=32321 vsize=808532 CPUtime=6.28
/proc/32323/stat : 32323 (java) S 32321 32323 32286 0 -1 0 35282 0 1 0 610 18 0 0 18 0 12 0 2003800204 827936768 34086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32323/statm: 202133 34086 1356 9 0 199495 0
[pid=32323/tid=32325] ppid=32321 vsize=808532 CPUtime=4.62
/proc/32323/task/32325/stat : 32325 (java) R 32321 32323 32286 0 -1 64 17008 0 1 0 451 11 0 0 25 0 12 0 2003800206 827936768 34086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32326] ppid=32321 vsize=808532 CPUtime=0.34
/proc/32323/task/32326/stat : 32326 (java) S 32321 32323 32286 0 -1 64 9079 0 0 0 31 3 0 0 16 0 12 0 2003800207 827936768 34086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32327] ppid=32321 vsize=808532 CPUtime=0.35
/proc/32323/task/32327/stat : 32327 (java) S 32321 32323 32286 0 -1 64 6316 0 0 0 33 2 0 0 16 0 12 0 2003800207 827936768 34086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32328] ppid=32321 vsize=808532 CPUtime=0.01
/proc/32323/task/32328/stat : 32328 (java) S 32321 32323 32286 0 -1 64 57 0 0 0 1 0 0 0 16 0 12 0 2003800208 827936768 34086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32329] ppid=32321 vsize=808532 CPUtime=0
/proc/32323/task/32329/stat : 32329 (java) S 32321 32323 32286 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003800209 827936768 34086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32330] ppid=32321 vsize=808532 CPUtime=0
/proc/32323/task/32330/stat : 32330 (java) S 32321 32323 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2003800209 827936768 34086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32331] ppid=32321 vsize=808532 CPUtime=0
/proc/32323/task/32331/stat : 32331 (java) S 32321 32323 32286 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2003800213 827936768 34086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32332] ppid=32321 vsize=808532 CPUtime=0.4
/proc/32323/task/32332/stat : 32332 (java) S 32321 32323 32286 0 -1 64 676 0 0 0 40 0 0 0 16 0 12 0 2003800213 827936768 34086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32333] ppid=32321 vsize=808532 CPUtime=0.51
/proc/32323/task/32333/stat : 32333 (java) S 32321 32323 32286 0 -1 64 1385 0 0 0 51 0 0 0 17 0 12 0 2003800213 827936768 34086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32334] ppid=32321 vsize=808532 CPUtime=0
/proc/32323/task/32334/stat : 32334 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2003800213 827936768 34086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32335] ppid=32321 vsize=808532 CPUtime=0
/proc/32323/task/32335/stat : 32335 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003800213 827936768 34086 996147200 134512640 134550740 4294956016 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) 808532

[startup+12.7017 s]
/proc/loadavg: 1.88 1.97 1.99 3/84 32335
/proc/meminfo: memFree=1327368/2055920 swapFree=4180056/4192956
[pid=32323] ppid=32321 vsize=808532 CPUtime=12.69
/proc/32323/stat : 32323 (java) S 32321 32323 32286 0 -1 0 45100 0 1 0 1244 25 0 0 18 0 12 0 2003800204 827936768 43883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32323/statm: 202133 43883 1356 9 0 199495 0
[pid=32323/tid=32325] ppid=32321 vsize=808532 CPUtime=10.11
/proc/32323/task/32325/stat : 32325 (java) R 32321 32323 32286 0 -1 64 17029 0 1 0 998 13 0 0 25 0 12 0 2003800206 827936768 43883 996147200 134512640 134550740 4294956016 18446744073709551615 4109729735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32326] ppid=32321 vsize=808532 CPUtime=0.82
/proc/32323/task/32326/stat : 32326 (java) S 32321 32323 32286 0 -1 64 13912 0 0 0 77 5 0 0 16 0 12 0 2003800207 827936768 43883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32327] ppid=32321 vsize=808532 CPUtime=0.79
/proc/32323/task/32327/stat : 32327 (java) S 32321 32323 32286 0 -1 64 11280 0 0 0 74 5 0 0 16 0 12 0 2003800207 827936768 43883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32328] ppid=32321 vsize=808532 CPUtime=0.01
/proc/32323/task/32328/stat : 32328 (java) S 32321 32323 32286 0 -1 64 57 0 0 0 1 0 0 0 15 0 12 0 2003800208 827936768 43883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32329] ppid=32321 vsize=808532 CPUtime=0
/proc/32323/task/32329/stat : 32329 (java) S 32321 32323 32286 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2003800209 827936768 43883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32330] ppid=32321 vsize=808532 CPUtime=0
/proc/32323/task/32330/stat : 32330 (java) S 32321 32323 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2003800209 827936768 43883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32331] ppid=32321 vsize=808532 CPUtime=0
/proc/32323/task/32331/stat : 32331 (java) S 32321 32323 32286 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2003800213 827936768 43883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32332] ppid=32321 vsize=808532 CPUtime=0.4
/proc/32323/task/32332/stat : 32332 (java) S 32321 32323 32286 0 -1 64 676 0 0 0 40 0 0 0 16 0 12 0 2003800213 827936768 43883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32333] ppid=32321 vsize=808532 CPUtime=0.51
/proc/32323/task/32333/stat : 32333 (java) S 32321 32323 32286 0 -1 64 1385 0 0 0 51 0 0 0 17 0 12 0 2003800213 827936768 43883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32334] ppid=32321 vsize=808532 CPUtime=0
/proc/32323/task/32334/stat : 32334 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2003800213 827936768 43883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32335] ppid=32321 vsize=808532 CPUtime=0
/proc/32323/task/32335/stat : 32335 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003800213 827936768 43883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 808532

[startup+25.5021 s]
/proc/loadavg: 2.19 2.03 2.01 4/85 32336
/proc/meminfo: memFree=1095680/2055920 swapFree=4180056/4192956
[pid=32323] ppid=32321 vsize=814764 CPUtime=26.15
/proc/32323/stat : 32323 (java) S 32321 32323 32286 0 -1 0 105615 0 1 0 2562 53 0 0 18 0 13 0 2003800204 834318336 100734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32323/statm: 203691 100734 1374 9 0 201053 0
[pid=32323/tid=32325] ppid=32321 vsize=814764 CPUtime=18.75
/proc/32323/task/32325/stat : 32325 (java) R 32321 32323 32286 0 -1 64 17076 0 1 0 1861 14 0 0 25 0 13 0 2003800206 834318336 100734 996147200 134512640 134550740 4294956016 18446744073709551615 4109823279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32326] ppid=32321 vsize=814764 CPUtime=2.94
/proc/32323/task/32326/stat : 32326 (java) S 32321 32323 32286 0 -1 64 40527 0 0 0 277 17 0 0 17 0 13 0 2003800207 834318336 100734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32327] ppid=32321 vsize=814764 CPUtime=2.88
/proc/32323/task/32327/stat : 32327 (java) S 32321 32323 32286 0 -1 64 43623 0 0 0 269 19 0 0 17 0 13 0 2003800207 834318336 100734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32328] ppid=32321 vsize=814764 CPUtime=0.01
/proc/32323/task/32328/stat : 32328 (java) S 32321 32323 32286 0 -1 64 57 0 0 0 1 0 0 0 15 0 13 0 2003800208 834318336 100734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32329] ppid=32321 vsize=814764 CPUtime=0
/proc/32323/task/32329/stat : 32329 (java) S 32321 32323 32286 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2003800209 834318336 100734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32330] ppid=32321 vsize=814764 CPUtime=0
/proc/32323/task/32330/stat : 32330 (java) S 32321 32323 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003800209 834318336 100734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32331] ppid=32321 vsize=814764 CPUtime=0
/proc/32323/task/32331/stat : 32331 (java) S 32321 32323 32286 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2003800213 834318336 100734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=32323/tid=32328] ppid=32321 vsize=813560 CPUtime=0.02
/proc/32323/task/32328/stat : 32328 (java) S 32321 32323 32286 0 -1 64 57 0 0 0 2 0 0 0 16 0 13 0 2003800208 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32329] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32329/stat : 32329 (java) S 32321 32323 32286 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2003800209 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32330] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32330/stat : 32330 (java) S 32321 32323 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003800209 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32331] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32331/stat : 32331 (java) S 32321 32323 32286 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32332] ppid=32321 vsize=813560 CPUtime=0.92
/proc/32323/task/32332/stat : 32332 (java) S 32321 32323 32286 0 -1 64 2146 0 0 0 92 0 0 0 16 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32333] ppid=32321 vsize=813560 CPUtime=0.91
/proc/32323/task/32333/stat : 32333 (java) S 32321 32323 32286 0 -1 64 1449 0 0 0 91 0 0 0 16 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32323/tid=32334] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32334/stat : 32334 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32335] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32335/stat : 32335 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32336] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32336/stat : 32336 (java) S 32321 32323 32286 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 2003802541 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.64
Current children cumulated vsize (KiB) 813560

[startup+1662.3 s]
/proc/loadavg: 2.18 2.09 2.02 3/97 32427
/proc/meminfo: memFree=1011160/2055920 swapFree=4180056/4192956
[pid=32323] ppid=32321 vsize=813560 CPUtime=1650.62
/proc/32323/stat : 32323 (java) S 32321 32323 32286 0 -1 0 134488 0 1 0 164980 82 0 0 18 0 13 0 2003800204 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32323/statm: 203390 128785 1383 9 0 200752 0
[pid=32323/tid=32325] ppid=32321 vsize=813560 CPUtime=1640.9
/proc/32323/task/32325/stat : 32325 (java) R 32321 32323 32286 0 -1 64 17091 0 1 0 164060 30 0 0 25 0 13 0 2003800206 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4109823279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32326] ppid=32321 vsize=813560 CPUtime=3.97
/proc/32323/task/32326/stat : 32326 (java) S 32321 32323 32286 0 -1 64 54065 0 0 0 375 22 0 0 17 0 13 0 2003800207 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32327] ppid=32321 vsize=813560 CPUtime=3.84
/proc/32323/task/32327/stat : 32327 (java) S 32321 32323 32286 0 -1 64 58914 0 0 0 358 26 0 0 17 0 13 0 2003800207 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32328] ppid=32321 vsize=813560 CPUtime=0.02
/proc/32323/task/32328/stat : 32328 (java) S 32321 32323 32286 0 -1 64 57 0 0 0 2 0 0 0 16 0 13 0 2003800208 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32329] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32329/stat : 32329 (java) S 32321 32323 32286 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2003800209 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32330] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32330/stat : 32330 (java) S 32321 32323 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003800209 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32331] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32331/stat : 32331 (java) S 32321 32323 32286 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32332] ppid=32321 vsize=813560 CPUtime=0.92
/proc/32323/task/32332/stat : 32332 (java) S 32321 32323 32286 0 -1 64 2146 0 0 0 92 0 0 0 16 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32333] ppid=32321 vsize=813560 CPUtime=0.91
/proc/32323/task/32333/stat : 32333 (java) S 32321 32323 32286 0 -1 64 1449 0 0 0 91 0 0 0 16 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32323/tid=32334] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32334/stat : 32334 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32335] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32335/stat : 32335 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32336] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32336/stat : 32336 (java) S 32321 32323 32286 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 2003802541 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.62
Current children cumulated vsize (KiB) 813560

[startup+1722.3 s]
/proc/loadavg: 2.18 2.10 2.03 3/97 32427
/proc/meminfo: memFree=1011160/2055920 swapFree=4180056/4192956
[pid=32323] ppid=32321 vsize=813560 CPUtime=1710.59
/proc/32323/stat : 32323 (java) S 32321 32323 32286 0 -1 0 134488 0 1 0 170977 82 0 0 18 0 13 0 2003800204 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32323/statm: 203390 128785 1383 9 0 200752 0
[pid=32323/tid=32325] ppid=32321 vsize=813560 CPUtime=1700.87
/proc/32323/task/32325/stat : 32325 (java) R 32321 32323 32286 0 -1 64 17091 0 1 0 170057 30 0 0 25 0 13 0 2003800206 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4109815907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32326] ppid=32321 vsize=813560 CPUtime=3.97
/proc/32323/task/32326/stat : 32326 (java) S 32321 32323 32286 0 -1 64 54065 0 0 0 375 22 0 0 17 0 13 0 2003800207 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32327] ppid=32321 vsize=813560 CPUtime=3.84
/proc/32323/task/32327/stat : 32327 (java) S 32321 32323 32286 0 -1 64 58914 0 0 0 358 26 0 0 17 0 13 0 2003800207 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32328] ppid=32321 vsize=813560 CPUtime=0.02
/proc/32323/task/32328/stat : 32328 (java) S 32321 32323 32286 0 -1 64 57 0 0 0 2 0 0 0 16 0 13 0 2003800208 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32329] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32329/stat : 32329 (java) S 32321 32323 32286 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2003800209 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32330] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32330/stat : 32330 (java) S 32321 32323 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003800209 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32331] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32331/stat : 32331 (java) S 32321 32323 32286 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32332] ppid=32321 vsize=813560 CPUtime=0.92
/proc/32323/task/32332/stat : 32332 (java) S 32321 32323 32286 0 -1 64 2146 0 0 0 92 0 0 0 16 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32333] ppid=32321 vsize=813560 CPUtime=0.91
/proc/32323/task/32333/stat : 32333 (java) S 32321 32323 32286 0 -1 64 1449 0 0 0 91 0 0 0 16 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32323/tid=32334] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32334/stat : 32334 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32335] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32335/stat : 32335 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32336] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32336/stat : 32336 (java) S 32321 32323 32286 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 2003802541 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1710.59
Current children cumulated vsize (KiB) 813560

[startup+1782.3 s]
/proc/loadavg: 2.21 2.11 2.03 3/97 32427
/proc/meminfo: memFree=1011032/2055920 swapFree=4180056/4192956
[pid=32323] ppid=32321 vsize=813560 CPUtime=1770.58
/proc/32323/stat : 32323 (java) S 32321 32323 32286 0 -1 0 134488 0 1 0 176975 83 0 0 18 0 13 0 2003800204 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32323/statm: 203390 128785 1383 9 0 200752 0
[pid=32323/tid=32325] ppid=32321 vsize=813560 CPUtime=1760.86
/proc/32323/task/32325/stat : 32325 (java) R 32321 32323 32286 0 -1 64 17091 0 1 0 176055 31 0 0 25 0 13 0 2003800206 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4109823279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32326] ppid=32321 vsize=813560 CPUtime=3.97
/proc/32323/task/32326/stat : 32326 (java) S 32321 32323 32286 0 -1 64 54065 0 0 0 375 22 0 0 17 0 13 0 2003800207 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32327] ppid=32321 vsize=813560 CPUtime=3.84
/proc/32323/task/32327/stat : 32327 (java) S 32321 32323 32286 0 -1 64 58914 0 0 0 358 26 0 0 17 0 13 0 2003800207 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32328] ppid=32321 vsize=813560 CPUtime=0.02
/proc/32323/task/32328/stat : 32328 (java) S 32321 32323 32286 0 -1 64 57 0 0 0 2 0 0 0 16 0 13 0 2003800208 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32329] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32329/stat : 32329 (java) S 32321 32323 32286 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2003800209 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32330] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32330/stat : 32330 (java) S 32321 32323 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003800209 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32331] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32331/stat : 32331 (java) S 32321 32323 32286 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32332] ppid=32321 vsize=813560 CPUtime=0.92
/proc/32323/task/32332/stat : 32332 (java) S 32321 32323 32286 0 -1 64 2146 0 0 0 92 0 0 0 16 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32333] ppid=32321 vsize=813560 CPUtime=0.91
/proc/32323/task/32333/stat : 32333 (java) S 32321 32323 32286 0 -1 64 1449 0 0 0 91 0 0 0 16 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32323/tid=32334] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32334/stat : 32334 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32335] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32335/stat : 32335 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32336] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32336/stat : 32336 (java) S 32321 32323 32286 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 2003802541 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.58
Current children cumulated vsize (KiB) 813560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.8 s]
/proc/loadavg: 2.13 2.10 2.03 3/97 32427
/proc/meminfo: memFree=1011032/2055920 swapFree=4180056/4192956
[pid=32323] ppid=32321 vsize=813560 CPUtime=1800.08
/proc/32323/stat : 32323 (java) S 32321 32323 32286 0 -1 0 134488 0 1 0 179925 83 0 0 18 0 13 0 2003800204 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32323/statm: 203390 128785 1383 9 0 200752 0
[pid=32323/tid=32325] ppid=32321 vsize=813560 CPUtime=1790.35
/proc/32323/task/32325/stat : 32325 (java) R 32321 32323 32286 0 -1 64 17091 0 1 0 179004 31 0 0 25 0 13 0 2003800206 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4109823279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32326] ppid=32321 vsize=813560 CPUtime=3.97
/proc/32323/task/32326/stat : 32326 (java) S 32321 32323 32286 0 -1 64 54065 0 0 0 375 22 0 0 17 0 13 0 2003800207 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32327] ppid=32321 vsize=813560 CPUtime=3.84
/proc/32323/task/32327/stat : 32327 (java) S 32321 32323 32286 0 -1 64 58914 0 0 0 358 26 0 0 17 0 13 0 2003800207 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32328] ppid=32321 vsize=813560 CPUtime=0.02
/proc/32323/task/32328/stat : 32328 (java) S 32321 32323 32286 0 -1 64 57 0 0 0 2 0 0 0 16 0 13 0 2003800208 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32329] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32329/stat : 32329 (java) S 32321 32323 32286 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2003800209 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32330] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32330/stat : 32330 (java) S 32321 32323 32286 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2003800209 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32331] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32331/stat : 32331 (java) S 32321 32323 32286 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32332] ppid=32321 vsize=813560 CPUtime=0.92
/proc/32323/task/32332/stat : 32332 (java) S 32321 32323 32286 0 -1 64 2146 0 0 0 92 0 0 0 16 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32333] ppid=32321 vsize=813560 CPUtime=0.91
/proc/32323/task/32333/stat : 32333 (java) S 32321 32323 32286 0 -1 64 1449 0 0 0 91 0 0 0 16 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32323/tid=32334] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32334/stat : 32334 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32335] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32335/stat : 32335 (java) S 32321 32323 32286 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2003800213 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32323/tid=32336] ppid=32321 vsize=813560 CPUtime=0
/proc/32323/task/32336/stat : 32336 (java) S 32321 32323 32286 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 2003802541 833085440 128785 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 813560

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

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

[startup+1811.91 s]
/proc/loadavg: 2.13 2.10 2.03 3/97 32427
/proc/meminfo: memFree=1011032/2055920 swapFree=4180056/4192956
[pid=32323] ppid=32321 vsize=0 CPUtime=1800.17
/proc/32323/stat : 32323 (java) Z 32321 32323 32286 0 -1 1036 134505 0 1 0 179930 87 0 0 16 0 2 0 2003800204 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32323/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1811.94
CPU time (s): 1800.22
CPU user time (s): 1799.31
CPU system time (s): 0.906862
CPU usage (%): 99.3529
Max. virtual memory (cumulated for all children) (KiB): 815692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 0.906862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134505
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= 38429
involuntary context switches= 49333

runsolver used 2.46462 second user time and 5.88711 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 10:57:30
IDJOB=1093097
IDBENCH=58686
IDSOLVER=344
FILE ID=node7/1093097-1215248248
PBS_JOBID= 7882062
Free space on /tmp= 66460 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-12.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-1093097-1215248248/watcher-1093097-1215248248 -o /tmp/evaluation-result-1093097-1215248248/solver-1093097-1215248248 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1093097-1215248248.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ccf341648ea4c9765316041a04d071c1
RANDOM SEED=159383236

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1494344 kB
Buffers:         59348 kB
Cached:         266196 kB
SwapCached:       7384 kB
Active:         398720 kB
Inactive:       104672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1494344 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:           32152 kB
Writeback:           0 kB
Mapped:         185316 kB
Slab:            42240 kB
Committed_AS:  3769884 kB
PageTables:       3232 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= 66440 MiB
End job on node7 at 2008-07-05 11:27:44