Trace number 1092982

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.16 1804.62

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-17.xml
MD5SUMf73eaa479d3cd7a81221d761868412dc
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 benchmark40.6618
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.28/0.43	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.43	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.43	c See www.sat4j.org for details.
0.28/0.43	c That software uses the Rhino library from the Mozilla project.
0.28/0.48	c version 9.9.9.token
0.28/0.48	c sun.arch.data.model	32
0.28/0.48	c java.version	1.6.0_06
0.28/0.48	c os.name	Linux
0.28/0.48	c os.version	2.6.9-22.EL.rootsmp
0.28/0.48	c os.arch	i386
0.28/0.48	c Free memory 669864272
0.28/0.48	c Max memory 672137216
0.28/0.48	c Total memory 672137216
0.28/0.48	c Number of processors 2
0.36/0.53	c c --- Begin Solver configuration ---
0.36/0.53	c Stops conflict analysis at the first Unique Implication Point
0.36/0.53	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.36/0.53	c Learn all clauses as in MiniSAT
0.36/0.53	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.53	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.36/0.53	c Expensive reason simplification
0.36/0.53	c MiniSAT restarts strategy
0.36/0.53	c timeout=2147483s
0.36/0.53	c DB Simplification allowed=false
0.36/0.53	c --- End Solver configuration ---
0.36/0.53	c solving HOME/instance-1092982-1215247528.xml
0.36/0.53	c reading problem ... 
0.61/0.84	c reading problem named null
0.61/0.84	c reading domains done.
0.61/0.84	c reading variables done.
0.61/0.87	c reading relations done.
17.45/17.72	c reading constraints
23.25/23.05	c done with constraints.
23.25/23.05	c ... done. Wall clock time 22.524s.
23.25/23.05	c #vars     125
23.25/23.05	c #constraints  2144245
23.25/23.05	c constraints type 
23.25/23.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2144220
23.25/23.05	c org.sat4j.minisat.constraints.card.AtLeast => 25
1800.02/1804.51	c starts		: 21
1800.02/1804.51	c conflicts		: 675602
1800.02/1804.51	c decisions		: 858121
1800.02/1804.51	c propagations		: 10046499
1800.02/1804.51	c inspects		: 7059804397
1800.02/1804.51	c learnt literals	: 0
1800.02/1804.51	c learnt binary clauses	: 0
1800.02/1804.51	c learnt ternary clauses	: 0
1800.02/1804.51	c learnt clauses	: 675602
1800.02/1804.51	c ignored clauses	: 0
1800.02/1804.51	c root simplifications	: 0
1800.02/1804.51	c removed literals (reason simplification)	: 1219711
1800.02/1804.51	c reason swapping (by a shorter reason)	: 0
1800.02/1804.51	c Calls to reduceDB	: 0
1800.02/1804.51	c speed (assignments/second)	: 5639.474925061466
1800.02/1804.51	c non guided choices	57
1800.02/1804.51	s UNKNOWN
1800.02/1804.51	c Total wall clock time (in seconds) : 1803.986

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.00 1.73 4/72 20253
/proc/meminfo: memFree=1778648/2055920 swapFree=4117816/4192956
[pid=20253] ppid=20251 vsize=18572 CPUtime=0
/proc/20253/stat : 20253 (runsolver) R 20251 20253 19330 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 2003725261 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 208717540647 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/20253/statm: 4643 292 257 25 0 2626 0

[startup+0.0576751 s]
/proc/loadavg: 2.02 2.00 1.73 4/72 20253
/proc/meminfo: memFree=1778648/2055920 swapFree=4117816/4192956
[pid=20253] ppid=20251 vsize=13012 CPUtime=0.02
/proc/20253/stat : 20253 (java) D 20251 20253 19330 0 -1 0 402 0 20 0 0 2 0 0 18 0 1 0 2003725261 13324288 223 996147200 134512640 134550740 4294956016 18446744073709551615 10490666 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/20253/statm: 3253 223 136 9 0 1151 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13012

[startup+0.102677 s]
/proc/loadavg: 2.02 2.00 1.73 4/72 20253
/proc/meminfo: memFree=1778648/2055920 swapFree=4117816/4192956
[pid=20253] ppid=20251 vsize=801432 CPUtime=0.04
/proc/20253/stat : 20253 (java) S 20251 20253 19330 0 -1 0 2441 0 30 0 1 3 0 0 18 0 5 0 2003725261 820666368 2207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/20253/statm: 200358 2207 936 9 0 197741 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 801432

[startup+0.302718 s]
/proc/loadavg: 2.02 2.00 1.73 4/72 20253
/proc/meminfo: memFree=1778648/2055920 swapFree=4117816/4192956
[pid=20253] ppid=20251 vsize=808212 CPUtime=0.21
/proc/20253/stat : 20253 (java) S 20251 20253 19330 0 -1 0 4520 0 30 0 16 5 0 0 18 0 12 0 2003725261 827609088 3876 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20253/statm: 202053 3876 1295 9 0 199422 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 808212

[startup+0.70179 s]
/proc/loadavg: 2.02 2.00 1.73 4/72 20253
/proc/meminfo: memFree=1778648/2055920 swapFree=4117816/4192956
[pid=20253] ppid=20251 vsize=808240 CPUtime=0.53
/proc/20253/stat : 20253 (java) S 20251 20253 19330 0 -1 0 5968 0 30 0 45 8 0 0 18 0 12 0 2003725261 827637760 5158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20253/statm: 202060 5158 1322 9 0 199422 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 808240

[startup+1.50194 s]
/proc/loadavg: 2.02 2.00 1.73 3/84 20265
/proc/meminfo: memFree=1747832/2055920 swapFree=4117816/4192956
[pid=20253] ppid=20251 vsize=808240 CPUtime=1.3
/proc/20253/stat : 20253 (java) S 20251 20253 19330 0 -1 0 8921 0 30 0 120 10 0 0 18 0 12 0 2003725261 827637760 7992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20253/statm: 202060 7992 1347 9 0 199422 0
[pid=20253/tid=20255] ppid=20251 vsize=808240 CPUtime=0.63
/proc/20253/task/20255/stat : 20255 (java) R 20251 20253 19330 0 -1 64 6273 0 1 0 56 7 0 0 22 0 12 0 2003725269 827637760 7992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=808240 CPUtime=0
/proc/20253/task/20256/stat : 20256 (java) S 20251 20253 19330 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 2003725270 827637760 7992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20257] ppid=20251 vsize=808240 CPUtime=0
/proc/20253/task/20257/stat : 20257 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 2003725270 827637760 7992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20258] ppid=20251 vsize=808240 CPUtime=0
/proc/20253/task/20258/stat : 20258 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2003725272 827637760 7992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20259] ppid=20251 vsize=808240 CPUtime=0
/proc/20253/task/20259/stat : 20259 (java) S 20251 20253 19330 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 2003725272 827637760 7992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20260] ppid=20251 vsize=808240 CPUtime=0
/proc/20253/task/20260/stat : 20260 (java) S 20251 20253 19330 0 -1 64 5 0 0 0 0 0 0 0 24 0 12 0 2003725272 827637760 7992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20261] ppid=20251 vsize=808240 CPUtime=0
/proc/20253/task/20261/stat : 20261 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 2003725279 827637760 7992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20262] ppid=20251 vsize=808240 CPUtime=0.23
/proc/20253/task/20262/stat : 20262 (java) R 20251 20253 19330 0 -1 64 433 0 0 0 23 0 0 0 16 0 12 0 2003725279 827637760 7992 996147200 134512640 134550740 4294956016 18446744073709551615 106002177 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20263] ppid=20251 vsize=808240 CPUtime=0.4
/proc/20253/task/20263/stat : 20263 (java) S 20251 20253 19330 0 -1 64 1478 0 0 0 40 0 0 0 16 0 12 0 2003725279 827637760 7992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20264] ppid=20251 vsize=808240 CPUtime=0
/proc/20253/task/20264/stat : 20264 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 2003725279 827637760 7992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20265] ppid=20251 vsize=808240 CPUtime=0
/proc/20253/task/20265/stat : 20265 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003725279 827637760 7992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 808240

[startup+3.10224 s]
/proc/loadavg: 2.01 2.00 1.73 3/84 20265
/proc/meminfo: memFree=1703480/2055920 swapFree=4117816/4192956
[pid=20253] ppid=20251 vsize=808728 CPUtime=2.9
/proc/20253/stat : 20253 (java) S 20251 20253 19330 0 -1 0 25219 0 30 0 273 17 0 0 18 0 12 0 2003725261 828137472 24051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20253/statm: 202182 24051 1354 9 0 199544 0
[pid=20253/tid=20255] ppid=20251 vsize=808728 CPUtime=1.85
/proc/20253/task/20255/stat : 20255 (java) R 20251 20253 19330 0 -1 64 16972 0 1 0 173 12 0 0 25 0 12 0 2003725269 828137472 24051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=808728 CPUtime=0.06
/proc/20253/task/20256/stat : 20256 (java) R 20251 20253 19330 0 -1 64 2778 0 0 0 6 0 0 0 15 0 12 0 2003725270 828137472 24051 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20257] ppid=20251 vsize=808728 CPUtime=0.03
/proc/20253/task/20257/stat : 20257 (java) R 20251 20253 19330 0 -1 64 2547 0 0 0 3 0 0 0 15 0 12 0 2003725270 828137472 24051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20258] ppid=20251 vsize=808728 CPUtime=0
/proc/20253/task/20258/stat : 20258 (java) R 20251 20253 19330 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 2003725272 828137472 24051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20259] ppid=20251 vsize=808728 CPUtime=0
/proc/20253/task/20259/stat : 20259 (java) S 20251 20253 19330 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 2003725272 828137472 24051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20260] ppid=20251 vsize=808728 CPUtime=0
/proc/20253/task/20260/stat : 20260 (java) S 20251 20253 19330 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2003725272 828137472 24051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20261] ppid=20251 vsize=808728 CPUtime=0
/proc/20253/task/20261/stat : 20261 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 2003725279 828137472 24051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20262] ppid=20251 vsize=808728 CPUtime=0.38
/proc/20253/task/20262/stat : 20262 (java) S 20251 20253 19330 0 -1 64 646 0 0 0 38 0 0 0 16 0 12 0 2003725279 828137472 24051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20263] ppid=20251 vsize=808728 CPUtime=0.5
/proc/20253/task/20263/stat : 20263 (java) S 20251 20253 19330 0 -1 64 1484 0 0 0 50 0 0 0 16 0 12 0 2003725279 828137472 24051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20264] ppid=20251 vsize=808728 CPUtime=0
/proc/20253/task/20264/stat : 20264 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 2003725279 828137472 24051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20265] ppid=20251 vsize=808728 CPUtime=0
/proc/20253/task/20265/stat : 20265 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003725279 828137472 24051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 808728

[startup+6.30685 s]
/proc/loadavg: 2.01 2.00 1.73 5/84 20265
/proc/meminfo: memFree=1658360/2055920 swapFree=4117816/4192956
[pid=20253] ppid=20251 vsize=808760 CPUtime=6.1
/proc/20253/stat : 20253 (java) S 20251 20253 19330 0 -1 0 31717 0 30 0 589 21 0 0 18 0 12 0 2003725261 828170240 30464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20253/statm: 202190 30464 1356 9 0 199552 0
[pid=20253/tid=20255] ppid=20251 vsize=808760 CPUtime=4.56
/proc/20253/task/20255/stat : 20255 (java) R 20251 20253 19330 0 -1 64 16986 0 1 0 444 12 0 0 25 0 12 0 2003725269 828170240 30464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20256] ppid=20251 vsize=808760 CPUtime=0.31
/proc/20253/task/20256/stat : 20256 (java) R 20251 20253 19330 0 -1 64 6414 0 0 0 29 2 0 0 15 0 12 0 2003725270 828170240 30464 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20257] ppid=20251 vsize=808760 CPUtime=0.27
/proc/20253/task/20257/stat : 20257 (java) R 20251 20253 19330 0 -1 64 5395 0 0 0 25 2 0 0 15 0 12 0 2003725270 828170240 30464 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20258] ppid=20251 vsize=808760 CPUtime=0
/proc/20253/task/20258/stat : 20258 (java) R 20251 20253 19330 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 2003725272 828170240 30464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20259] ppid=20251 vsize=808760 CPUtime=0
/proc/20253/task/20259/stat : 20259 (java) S 20251 20253 19330 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 2003725272 828170240 30464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20260] ppid=20251 vsize=808760 CPUtime=0
/proc/20253/task/20260/stat : 20260 (java) S 20251 20253 19330 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2003725272 828170240 30464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20261] ppid=20251 vsize=808760 CPUtime=0
/proc/20253/task/20261/stat : 20261 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 2003725279 828170240 30464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20262] ppid=20251 vsize=808760 CPUtime=0.38
/proc/20253/task/20262/stat : 20262 (java) S 20251 20253 19330 0 -1 64 646 0 0 0 38 0 0 0 17 0 12 0 2003725279 828170240 30464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20263] ppid=20251 vsize=808760 CPUtime=0.5
/proc/20253/task/20263/stat : 20263 (java) S 20251 20253 19330 0 -1 64 1484 0 0 0 50 0 0 0 17 0 12 0 2003725279 828170240 30464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20264] ppid=20251 vsize=808760 CPUtime=0
/proc/20253/task/20264/stat : 20264 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 2003725279 828170240 30464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20265] ppid=20251 vsize=808760 CPUtime=0
/proc/20253/task/20265/stat : 20265 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003725279 828170240 30464 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 808760

[startup+12.7021 s]
/proc/loadavg: 2.01 2.00 1.73 3/84 20265
/proc/meminfo: memFree=1619640/2055920 swapFree=4117816/4192956
[pid=20253] ppid=20251 vsize=808760 CPUtime=12.46
/proc/20253/stat : 20253 (java) S 20251 20253 19330 0 -1 0 41084 0 30 0 1220 26 0 0 18 0 12 0 2003725261 828170240 39811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20253/statm: 202190 39811 1356 9 0 199552 0
[pid=20253/tid=20255] ppid=20251 vsize=808760 CPUtime=10.09
/proc/20253/task/20255/stat : 20255 (java) R 20251 20253 19330 0 -1 64 17006 0 1 0 996 13 0 0 25 0 12 0 2003725269 828170240 39811 996147200 134512640 134550740 4294956016 18446744073709551615 4109729135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20256] ppid=20251 vsize=808760 CPUtime=0.73
/proc/20253/task/20256/stat : 20256 (java) S 20251 20253 19330 0 -1 64 12450 0 0 0 69 4 0 0 16 0 12 0 2003725270 828170240 39811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20257] ppid=20251 vsize=808760 CPUtime=0.67
/proc/20253/task/20257/stat : 20257 (java) S 20251 20253 19330 0 -1 64 8705 0 0 0 64 3 0 0 16 0 12 0 2003725270 828170240 39811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20258] ppid=20251 vsize=808760 CPUtime=0
/proc/20253/task/20258/stat : 20258 (java) S 20251 20253 19330 0 -1 64 58 0 0 0 0 0 0 0 15 0 12 0 2003725272 828170240 39811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20259] ppid=20251 vsize=808760 CPUtime=0
/proc/20253/task/20259/stat : 20259 (java) S 20251 20253 19330 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 2003725272 828170240 39811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20260] ppid=20251 vsize=808760 CPUtime=0
/proc/20253/task/20260/stat : 20260 (java) S 20251 20253 19330 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 2003725272 828170240 39811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20261] ppid=20251 vsize=808760 CPUtime=0
/proc/20253/task/20261/stat : 20261 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 2003725279 828170240 39811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20262] ppid=20251 vsize=808760 CPUtime=0.38
/proc/20253/task/20262/stat : 20262 (java) S 20251 20253 19330 0 -1 64 646 0 0 0 38 0 0 0 17 0 12 0 2003725279 828170240 39811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20263] ppid=20251 vsize=808760 CPUtime=0.5
/proc/20253/task/20263/stat : 20263 (java) S 20251 20253 19330 0 -1 64 1484 0 0 0 50 0 0 0 17 0 12 0 2003725279 828170240 39811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20264] ppid=20251 vsize=808760 CPUtime=0
/proc/20253/task/20264/stat : 20264 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 2003725279 828170240 39811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20265] ppid=20251 vsize=808760 CPUtime=0
/proc/20253/task/20265/stat : 20265 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2003725279 828170240 39811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 808760

[startup+25.5023 s]
/proc/loadavg: 2.01 2.00 1.74 3/85 20266
/proc/meminfo: memFree=1389616/2055920 swapFree=4117816/4192956
[pid=20253] ppid=20251 vsize=814672 CPUtime=25.91
/proc/20253/stat : 20253 (java) S 20251 20253 19330 0 -1 0 100844 0 30 0 2537 54 0 0 18 0 13 0 2003725261 834224128 96225 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20253/statm: 203668 96225 1374 9 0 201030 0
[pid=20253/tid=20255] ppid=20251 vsize=814672 CPUtime=19.03
/proc/20253/task/20255/stat : 20255 (java) R 20251 20253 19330 0 -1 64 17053 0 1 0 1888 15 0 0 25 0 13 0 2003725269 834224128 96225 996147200 134512640 134550740 4294956016 18446744073709551615 4109832319 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=814672 CPUtime=2.73
/proc/20253/task/20256/stat : 20256 (java) S 20251 20253 19330 0 -1 64 38060 0 0 0 258 15 0 0 16 0 13 0 2003725270 834224128 96225 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20257] ppid=20251 vsize=814672 CPUtime=2.68
/proc/20253/task/20257/stat : 20257 (java) S 20251 20253 19330 0 -1 64 41462 0 0 0 251 17 0 0 16 0 13 0 2003725270 834224128 96225 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20258] ppid=20251 vsize=814672 CPUtime=0.01
/proc/20253/task/20258/stat : 20258 (java) S 20251 20253 19330 0 -1 64 59 0 0 0 1 0 0 0 17 0 13 0 2003725272 834224128 96225 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20259] ppid=20251 vsize=814672 CPUtime=0
/proc/20253/task/20259/stat : 20259 (java) S 20251 20253 19330 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003725272 834224128 96225 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20260] ppid=20251 vsize=814672 CPUtime=0
/proc/20253/task/20260/stat : 20260 (java) S 20251 20253 19330 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 2003725272 834224128 96225 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20261] ppid=20251 vsize=814672 CPUtime=0
/proc/20253/task/20261/stat : 20261 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2003725279 834224128 96225 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=20253/tid=20258] ppid=20251 vsize=814636 CPUtime=0.01
/proc/20253/task/20258/stat : 20258 (java) S 20251 20253 19330 0 -1 64 59 0 0 0 1 0 0 0 16 0 13 0 2003725272 834187264 124959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20259] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20259/stat : 20259 (java) S 20251 20253 19330 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003725272 834187264 124959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20260] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20260/stat : 20260 (java) S 20251 20253 19330 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 2003725272 834187264 124959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20261] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20261/stat : 20261 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2003725279 834187264 124959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20262] ppid=20251 vsize=814636 CPUtime=0.81
/proc/20253/task/20262/stat : 20262 (java) S 20251 20253 19330 0 -1 64 2090 0 0 0 80 1 0 0 16 0 13 0 2003725279 834187264 124959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20263] ppid=20251 vsize=814636 CPUtime=1
/proc/20253/task/20263/stat : 20263 (java) S 20251 20253 19330 0 -1 64 1734 0 0 0 100 0 0 0 16 0 13 0 2003725279 834187264 124959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20264] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20264/stat : 20264 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 2003725279 834187264 124959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20265] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20265/stat : 20265 (java) R 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003725279 834187264 124959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20266] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20266/stat : 20266 (java) S 20251 20253 19330 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 2003727568 834187264 124959 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.56
Current children cumulated vsize (KiB) 814636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 20300
/proc/meminfo: memFree=1042856/2055920 swapFree=4117816/4192956
[pid=20253] ppid=20251 vsize=814636 CPUtime=1658.52
/proc/20253/stat : 20253 (java) S 20251 20253 19330 0 -1 0 135946 0 30 0 165773 79 0 0 18 0 13 0 2003725261 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20253/statm: 203659 130453 1383 9 0 201021 0
[pid=20253/tid=20255] ppid=20251 vsize=814636 CPUtime=1648.75
/proc/20253/task/20255/stat : 20255 (java) R 20251 20253 19330 0 -1 64 17070 0 1 0 164852 23 0 0 25 0 13 0 2003725269 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4109815609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20256] ppid=20251 vsize=814636 CPUtime=3.96
/proc/20253/task/20256/stat : 20256 (java) S 20251 20253 19330 0 -1 64 56870 0 0 0 373 23 0 0 17 0 13 0 2003725270 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20257] ppid=20251 vsize=814636 CPUtime=3.89
/proc/20253/task/20257/stat : 20257 (java) S 20251 20253 19330 0 -1 64 57382 0 0 0 363 26 0 0 17 0 13 0 2003725270 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20258] ppid=20251 vsize=814636 CPUtime=0.01
/proc/20253/task/20258/stat : 20258 (java) S 20251 20253 19330 0 -1 64 59 0 0 0 1 0 0 0 16 0 13 0 2003725272 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20259] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20259/stat : 20259 (java) S 20251 20253 19330 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003725272 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20260] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20260/stat : 20260 (java) S 20251 20253 19330 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 2003725272 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20261] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20261/stat : 20261 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20262] ppid=20251 vsize=814636 CPUtime=0.81
/proc/20253/task/20262/stat : 20262 (java) S 20251 20253 19330 0 -1 64 2090 0 0 0 80 1 0 0 16 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20263] ppid=20251 vsize=814636 CPUtime=1
/proc/20253/task/20263/stat : 20263 (java) S 20251 20253 19330 0 -1 64 1734 0 0 0 100 0 0 0 16 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20264] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20264/stat : 20264 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20265] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20265/stat : 20265 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20266] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20266/stat : 20266 (java) S 20251 20253 19330 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 2003727568 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.52
Current children cumulated vsize (KiB) 814636

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 20300
/proc/meminfo: memFree=1042856/2055920 swapFree=4117816/4192956
[pid=20253] ppid=20251 vsize=814636 CPUtime=1718.22
/proc/20253/stat : 20253 (java) S 20251 20253 19330 0 -1 0 135946 0 30 0 171743 79 0 0 18 0 13 0 2003725261 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20253/statm: 203659 130453 1383 9 0 201021 0
[pid=20253/tid=20255] ppid=20251 vsize=814636 CPUtime=1708.46
/proc/20253/task/20255/stat : 20255 (java) R 20251 20253 19330 0 -1 64 17070 0 1 0 170823 23 0 0 25 0 13 0 2003725269 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4109911648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20256] ppid=20251 vsize=814636 CPUtime=3.96
/proc/20253/task/20256/stat : 20256 (java) S 20251 20253 19330 0 -1 64 56870 0 0 0 373 23 0 0 17 0 13 0 2003725270 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20257] ppid=20251 vsize=814636 CPUtime=3.89
/proc/20253/task/20257/stat : 20257 (java) S 20251 20253 19330 0 -1 64 57382 0 0 0 363 26 0 0 17 0 13 0 2003725270 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20258] ppid=20251 vsize=814636 CPUtime=0.01
/proc/20253/task/20258/stat : 20258 (java) S 20251 20253 19330 0 -1 64 59 0 0 0 1 0 0 0 16 0 13 0 2003725272 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20259] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20259/stat : 20259 (java) S 20251 20253 19330 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003725272 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20260] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20260/stat : 20260 (java) S 20251 20253 19330 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 2003725272 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20261] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20261/stat : 20261 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20262] ppid=20251 vsize=814636 CPUtime=0.81
/proc/20253/task/20262/stat : 20262 (java) S 20251 20253 19330 0 -1 64 2090 0 0 0 80 1 0 0 16 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20263] ppid=20251 vsize=814636 CPUtime=1
/proc/20253/task/20263/stat : 20263 (java) S 20251 20253 19330 0 -1 64 1734 0 0 0 100 0 0 0 16 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20264] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20264/stat : 20264 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20265] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20265/stat : 20265 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20266] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20266/stat : 20266 (java) S 20251 20253 19330 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 2003727568 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.22
Current children cumulated vsize (KiB) 814636

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 20300
/proc/meminfo: memFree=1042600/2055920 swapFree=4117816/4192956
[pid=20253] ppid=20251 vsize=814636 CPUtime=1777.93
/proc/20253/stat : 20253 (java) S 20251 20253 19330 0 -1 0 135946 0 30 0 177714 79 0 0 18 0 13 0 2003725261 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20253/statm: 203659 130453 1383 9 0 201021 0
[pid=20253/tid=20255] ppid=20251 vsize=814636 CPUtime=1768.18
/proc/20253/task/20255/stat : 20255 (java) R 20251 20253 19330 0 -1 64 17070 0 1 0 176794 24 0 0 25 0 13 0 2003725269 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4109815334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20256] ppid=20251 vsize=814636 CPUtime=3.96
/proc/20253/task/20256/stat : 20256 (java) S 20251 20253 19330 0 -1 64 56870 0 0 0 373 23 0 0 17 0 13 0 2003725270 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20257] ppid=20251 vsize=814636 CPUtime=3.89
/proc/20253/task/20257/stat : 20257 (java) S 20251 20253 19330 0 -1 64 57382 0 0 0 363 26 0 0 17 0 13 0 2003725270 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20258] ppid=20251 vsize=814636 CPUtime=0.01
/proc/20253/task/20258/stat : 20258 (java) S 20251 20253 19330 0 -1 64 59 0 0 0 1 0 0 0 16 0 13 0 2003725272 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20259] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20259/stat : 20259 (java) S 20251 20253 19330 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003725272 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20260] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20260/stat : 20260 (java) S 20251 20253 19330 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 2003725272 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20261] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20261/stat : 20261 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20262] ppid=20251 vsize=814636 CPUtime=0.81
/proc/20253/task/20262/stat : 20262 (java) S 20251 20253 19330 0 -1 64 2090 0 0 0 80 1 0 0 16 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20263] ppid=20251 vsize=814636 CPUtime=1
/proc/20253/task/20263/stat : 20263 (java) S 20251 20253 19330 0 -1 64 1734 0 0 0 100 0 0 0 16 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20264] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20264/stat : 20264 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20265] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20265/stat : 20265 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20266] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20266/stat : 20266 (java) S 20251 20253 19330 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 2003727568 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.93
Current children cumulated vsize (KiB) 814636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 20300
/proc/meminfo: memFree=1042600/2055920 swapFree=4117816/4192956
[pid=20253] ppid=20251 vsize=814636 CPUtime=1800.02
/proc/20253/stat : 20253 (java) S 20251 20253 19330 0 -1 0 135946 0 30 0 179923 79 0 0 18 0 13 0 2003725261 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20253/statm: 203659 130453 1383 9 0 201021 0
[pid=20253/tid=20255] ppid=20251 vsize=814636 CPUtime=1790.26
/proc/20253/task/20255/stat : 20255 (java) R 20251 20253 19330 0 -1 64 17070 0 1 0 179002 24 0 0 25 0 13 0 2003725269 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4109832289 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20256] ppid=20251 vsize=814636 CPUtime=3.96
/proc/20253/task/20256/stat : 20256 (java) S 20251 20253 19330 0 -1 64 56870 0 0 0 373 23 0 0 17 0 13 0 2003725270 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20257] ppid=20251 vsize=814636 CPUtime=3.89
/proc/20253/task/20257/stat : 20257 (java) S 20251 20253 19330 0 -1 64 57382 0 0 0 363 26 0 0 17 0 13 0 2003725270 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20258] ppid=20251 vsize=814636 CPUtime=0.01
/proc/20253/task/20258/stat : 20258 (java) S 20251 20253 19330 0 -1 64 59 0 0 0 1 0 0 0 16 0 13 0 2003725272 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20259] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20259/stat : 20259 (java) S 20251 20253 19330 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 2003725272 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20260] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20260/stat : 20260 (java) S 20251 20253 19330 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 2003725272 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20261] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20261/stat : 20261 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20262] ppid=20251 vsize=814636 CPUtime=0.81
/proc/20253/task/20262/stat : 20262 (java) S 20251 20253 19330 0 -1 64 2090 0 0 0 80 1 0 0 16 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20263] ppid=20251 vsize=814636 CPUtime=1
/proc/20253/task/20263/stat : 20263 (java) S 20251 20253 19330 0 -1 64 1734 0 0 0 100 0 0 0 16 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20253/tid=20264] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20264/stat : 20264 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20265] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20265/stat : 20265 (java) S 20251 20253 19330 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2003725279 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20253/tid=20266] ppid=20251 vsize=814636 CPUtime=0
/proc/20253/task/20266/stat : 20266 (java) S 20251 20253 19330 0 -1 64 6 0 0 0 0 0 0 0 22 0 13 0 2003727568 834187264 130453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 814636

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

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

[startup+1804.62 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 20300
/proc/meminfo: memFree=1042600/2055920 swapFree=4117816/4192956
[pid=20253] ppid=20251 vsize=0 CPUtime=1800.14
/proc/20253/stat : 20253 (java) Z 20251 20253 19330 0 -1 1036 135965 0 30 0 179927 87 0 0 16 0 2 0 2003725261 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20253/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1804.62
CPU time (s): 1800.16
CPU user time (s): 1799.27
CPU system time (s): 0.881865
CPU usage (%): 99.7524
Max. virtual memory (cumulated for all children) (KiB): 815660

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

runsolver used 2.40063 second user time and 5.77312 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-05 10:45:30
IDJOB=1092982
IDBENCH=58674
IDSOLVER=344
FILE ID=node47/1092982-1215247528
PBS_JOBID= 7881974
Free space on /tmp= 66480 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f73eaa479d3cd7a81221d761868412dc
RANDOM SEED=1155710943

node47.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.281
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.281
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:       1779128 kB
Buffers:          8980 kB
Cached:         116676 kB
SwapCached:      68960 kB
Active:         195212 kB
Inactive:        27656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779128 kB
SwapTotal:     4192956 kB
SwapFree:      4117816 kB
Dirty:           31584 kB
Writeback:           0 kB
Mapped:         104636 kB
Slab:            39080 kB
Committed_AS:  4095308 kB
PageTables:       1972 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= 66448 MiB
End job on node47 at 2008-07-05 11:15:36