Trace number 1058983

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.15 2182.18

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-38_ext.xml
MD5SUM3fb1d95bdd644ecb399c4c89020347b9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.26/0.82	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.26/0.82	c This is free software under the dual EPL/GNU LGPL licenses.
0.26/0.82	c See www.sat4j.org for details.
0.26/0.82	c That software uses the Rhino library from the Mozilla project.
0.26/0.86	c version 9.9.9.token
0.26/0.86	c sun.arch.data.model	32
0.26/0.86	c java.version	1.6.0_06
0.26/0.86	c os.name	Linux
0.26/0.86	c os.version	2.6.9-22.EL.rootsmp
0.26/0.86	c os.arch	i386
0.26/0.86	c Free memory 669864272
0.26/0.86	c Max memory 672137216
0.26/0.86	c Total memory 672137216
0.26/0.86	c Number of processors 2
0.35/0.90	c c --- Begin Solver configuration ---
0.35/0.90	c Stops conflict analysis at the first Unique Implication Point
0.35/0.90	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.35/0.90	c Learn all clauses as in MiniSAT
0.35/0.90	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35/0.90	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.35/0.90	c Expensive reason simplification
0.35/0.90	c MiniSAT restarts strategy
0.35/0.90	c timeout=2147483s
0.35/0.90	c DB Simplification allowed=false
0.35/0.90	c --- End Solver configuration ---
0.35/0.90	c solving HOME/instance-1058983-1215119925.xml
0.35/0.90	c reading problem ... 
0.56/1.16	c reading problem named null
0.56/1.16	c reading domains done.
0.61/1.23	c reading variables done.
0.61/1.27	c reading relations done.
5.06/5.74	c reading constraints
7.05/7.80	c done with constraints.
7.05/7.80	c ... done. Wall clock time 6.892s.
7.05/7.80	c #vars     784
7.05/7.80	c #constraints  1290245
7.05/7.80	c constraints type 
7.05/7.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1290217
7.05/7.80	c org.sat4j.minisat.constraints.card.AtLeast => 28
1800.07/2182.11	c starts		: 21
1800.07/2182.11	c conflicts		: 749728
1800.07/2182.11	c decisions		: 1268207
1800.07/2182.11	c propagations		: 57543752
1800.07/2182.11	c inspects		: 5639287608
1800.07/2182.11	c learnt literals	: 0
1800.07/2182.11	c learnt binary clauses	: 2
1800.07/2182.11	c learnt ternary clauses	: 329
1800.07/2182.11	c learnt clauses	: 749728
1800.07/2182.11	c ignored clauses	: 0
1800.07/2182.11	c root simplifications	: 0
1800.07/2182.11	c removed literals (reason simplification)	: 31987066
1800.07/2182.11	c reason swapping (by a shorter reason)	: 0
1800.07/2182.11	c Calls to reduceDB	: 0
1800.07/2182.11	c speed (assignments/second)	: 26465.269013830584
1800.07/2182.11	c non guided choices	369
1800.07/2182.11	s UNKNOWN
1800.07/2182.11	c Total wall clock time (in seconds) : 2181.208

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-1058983-1215119925/watcher-1058983-1215119925 -o /tmp/evaluation-result-1058983-1215119925/solver-1058983-1215119925 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058983-1215119925.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.92 2.98 2.99 5/90 20258
/proc/meminfo: memFree=987136/2055920 swapFree=3920988/4192956
[pid=20258] ppid=20256 vsize=798812 CPUtime=0.01
/proc/20258/stat : 20258 (java) S 20256 20258 19421 0 -1 0 1812 0 1 0 0 1 0 0 19 0 4 0 634918429 817983488 1550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/20258/statm: 199703 1550 487 9 0 197481 0
[pid=20258/tid=20259] ppid=20256 vsize=798812 CPUtime=0
/proc/20258/task/20259/stat : 20259 (java) R 20256 20258 19421 0 -1 64 1070 0 1 0 0 0 0 0 21 0 4 0 634918436 817983488 1554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 2147483391 0 16784584 0 0 0 -1 0 0 0
[pid=20258/tid=20260] ppid=20256 vsize=798812 CPUtime=0
/proc/20258/task/20260/stat : 20260 (java) S 20256 20258 19421 0 -1 64 2 0 0 0 0 0 0 0 21 0 4 0 634918437 817983488 1555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=20258/tid=20261] ppid=20256 vsize=798812 CPUtime=0
/proc/20258/task/20261/stat : 20261 (java) S 20256 20258 19421 0 -1 64 1 0 0 0 0 0 0 0 22 0 4 0 634918437 817983488 1555 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0

[startup+0.086578 s]
/proc/loadavg: 2.92 2.98 2.99 5/90 20258
/proc/meminfo: memFree=987136/2055920 swapFree=3920988/4192956
[pid=20258] ppid=20256 vsize=800744 CPUtime=0.02
/proc/20258/stat : 20258 (java) S 20256 20258 19421 0 -1 0 2325 0 1 0 1 1 0 0 19 0 4 0 634918429 819961856 2063 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/20258/statm: 200186 2063 910 9 0 197569 0
[pid=20258/tid=20259] ppid=20256 vsize=800744 CPUtime=0
/proc/20258/task/20259/stat : 20259 (java) R 20256 20258 19421 0 -1 64 1578 0 1 0 0 0 0 0 22 0 4 0 634918436 819961856 2063 996147200 134512640 134550740 4294956032 18446744073709551615 105960800 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=20258/tid=20260] ppid=20256 vsize=800744 CPUtime=0
/proc/20258/task/20260/stat : 20260 (java) S 20256 20258 19421 0 -1 64 2 0 0 0 0 0 0 0 21 0 4 0 634918437 819961856 2063 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=20258/tid=20261] ppid=20256 vsize=800744 CPUtime=0
/proc/20258/task/20261/stat : 20261 (java) S 20256 20258 19421 0 -1 64 1 0 0 0 0 0 0 0 22 0 4 0 634918437 819961856 2063 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.101579 s]
/proc/loadavg: 2.92 2.98 2.99 5/90 20258
/proc/meminfo: memFree=987136/2055920 swapFree=3920988/4192956
[pid=20258] ppid=20256 vsize=800744 CPUtime=0.02
/proc/20258/stat : 20258 (java) S 20256 20258 19421 0 -1 0 2325 0 1 0 1 1 0 0 19 0 4 0 634918429 819961856 2063 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/20258/statm: 200186 2063 910 9 0 197569 0
[pid=20258/tid=20259] ppid=20256 vsize=800744 CPUtime=0
/proc/20258/task/20259/stat : 20259 (java) R 20256 20258 19421 0 -1 64 1578 0 1 0 0 0 0 0 22 0 4 0 634918436 819961856 2063 996147200 134512640 134550740 4294956032 18446744073709551615 105960800 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=20258/tid=20260] ppid=20256 vsize=800744 CPUtime=0
/proc/20258/task/20260/stat : 20260 (java) S 20256 20258 19421 0 -1 64 2 0 0 0 0 0 0 0 21 0 4 0 634918437 819961856 2063 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=20258/tid=20261] ppid=20256 vsize=800744 CPUtime=0
/proc/20258/task/20261/stat : 20261 (java) S 20256 20258 19421 0 -1 64 1 0 0 0 0 0 0 0 22 0 4 0 634918437 819961856 2063 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.301603 s]
/proc/loadavg: 2.92 2.98 2.99 5/90 20258
/proc/meminfo: memFree=987136/2055920 swapFree=3920988/4192956
[pid=20258] ppid=20256 vsize=802236 CPUtime=0.04
/proc/20258/stat : 20258 (java) S 20256 20258 19421 0 -1 0 2678 0 1 0 3 1 0 0 19 0 7 0 634918429 821489664 2413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/20258/statm: 200559 2413 999 9 0 197942 0
[pid=20258/tid=20259] ppid=20256 vsize=802236 CPUtime=0.03
/proc/20258/task/20259/stat : 20259 (java) R 20256 20258 19421 0 -1 64 1919 0 1 0 2 1 0 0 16 0 7 0 634918436 821489664 2413 996147200 134512640 134550740 4294956032 18446744073709551615 103357349 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=20258/tid=20260] ppid=20256 vsize=802236 CPUtime=0
/proc/20258/task/20260/stat : 20260 (java) S 20256 20258 19421 0 -1 64 2 0 0 0 0 0 0 0 21 0 7 0 634918437 821489664 2413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=20258/tid=20261] ppid=20256 vsize=802236 CPUtime=0
/proc/20258/task/20261/stat : 20261 (java) S 20256 20258 19421 0 -1 64 1 0 0 0 0 0 0 0 22 0 7 0 634918437 821489664 2413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.701654 s]
/proc/loadavg: 2.92 2.98 2.99 5/90 20258
/proc/meminfo: memFree=987136/2055920 swapFree=3920988/4192956
[pid=20258] ppid=20256 vsize=807696 CPUtime=0.14
/proc/20258/stat : 20258 (java) S 20256 20258 19421 0 -1 0 4222 0 1 0 11 3 0 0 19 0 12 0 634918429 827080704 3625 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20258/statm: 201924 3625 1286 9 0 199293 0
[pid=20258/tid=20259] ppid=20256 vsize=807872 CPUtime=0.07
/proc/20258/task/20259/stat : 20259 (java) R 20256 20258 19421 0 -1 64 2241 0 1 0 6 1 0 0 20 0 12 0 634918436 827260928 3626 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20260] ppid=20256 vsize=807872 CPUtime=0
/proc/20258/task/20260/stat : 20260 (java) S 20256 20258 19421 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 634918437 827260928 3627 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20261] ppid=20256 vsize=807872 CPUtime=0
/proc/20258/task/20261/stat : 20261 (java) S 20256 20258 19421 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 634918437 827260928 3627 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 807696

[startup+1.50476 s]
/proc/loadavg: 2.92 2.98 2.99 5/102 20270
/proc/meminfo: memFree=973928/2055920 swapFree=3920988/4192956
[pid=20258] ppid=20256 vsize=808812 CPUtime=0.89
/proc/20258/stat : 20258 (java) S 20256 20258 19421 0 -1 0 7001 0 1 0 83 6 0 0 19 0 12 0 634918429 828223488 6130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20258/statm: 202203 6130 1343 9 0 199565 0
[pid=20258/tid=20259] ppid=20256 vsize=808812 CPUtime=0.47
/proc/20258/task/20259/stat : 20259 (java) R 20256 20258 19421 0 -1 64 4509 0 1 0 43 4 0 0 20 0 12 0 634918436 828223488 6130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20260] ppid=20256 vsize=808812 CPUtime=0
/proc/20258/task/20260/stat : 20260 (java) S 20256 20258 19421 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 634918437 828223488 6130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20261] ppid=20256 vsize=808812 CPUtime=0
/proc/20258/task/20261/stat : 20261 (java) S 20256 20258 19421 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 634918437 828223488 6130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20263] ppid=20256 vsize=808812 CPUtime=0
/proc/20258/task/20263/stat : 20263 (java) S 20256 20258 19421 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 634918448 828223488 6130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20264] ppid=20256 vsize=808812 CPUtime=0
/proc/20258/task/20264/stat : 20264 (java) S 20256 20258 19421 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 634918448 828223488 6130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20265] ppid=20256 vsize=808812 CPUtime=0
/proc/20258/task/20265/stat : 20265 (java) S 20256 20258 19421 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 634918448 828223488 6130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20266] ppid=20256 vsize=808812 CPUtime=0
/proc/20258/task/20266/stat : 20266 (java) S 20256 20258 19421 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 634918463 828223488 6130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20267] ppid=20256 vsize=808812 CPUtime=0.2
/proc/20258/task/20267/stat : 20267 (java) S 20256 20258 19421 0 -1 64 710 0 0 0 20 0 0 0 16 0 12 0 634918463 828223488 6130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20268] ppid=20256 vsize=808812 CPUtime=0.19
/proc/20258/task/20268/stat : 20268 (java) R 20256 20258 19421 0 -1 64 1020 0 0 0 19 0 0 0 15 0 12 0 634918473 828223488 6130 996147200 134512640 134550740 4294956032 18446744073709551615 102244081 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20269] ppid=20256 vsize=808812 CPUtime=0
/proc/20258/task/20269/stat : 20269 (java) S 20256 20258 19421 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 634918483 828223488 6130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20270] ppid=20256 vsize=808812 CPUtime=0
/proc/20258/task/20270/stat : 20270 (java) S 20256 20258 19421 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 634918483 828223488 6130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 808812

[startup+3.10297 s]
/proc/loadavg: 2.92 2.98 2.99 5/102 20270
/proc/meminfo: memFree=957096/2055920 swapFree=3920988/4192956
[pid=20258] ppid=20256 vsize=812396 CPUtime=2.47
/proc/20258/stat : 20258 (java) S 20256 20258 19421 0 -1 0 24263 0 1 0 235 12 0 0 19 0 12 0 634918429 831893504 22408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20258/statm: 203099 22408 1355 9 0 200461 0
[pid=20258/tid=20259] ppid=20256 vsize=812396 CPUtime=1.47
/proc/20258/task/20259/stat : 20259 (java) R 20256 20258 19421 0 -1 64 17047 0 1 0 138 9 0 0 25 0 12 0 634918436 831893504 22408 996147200 134512640 134550740 4294956032 18446744073709551615 4109674706 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20260] ppid=20256 vsize=812396 CPUtime=0.04
/proc/20258/task/20260/stat : 20260 (java) S 20256 20258 19421 0 -1 64 1014 0 0 0 4 0 0 0 16 0 12 0 634918437 831893504 22408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20261] ppid=20256 vsize=812396 CPUtime=0.04
/proc/20258/task/20261/stat : 20261 (java) S 20256 20258 19421 0 -1 64 1778 0 0 0 4 0 0 0 16 0 12 0 634918437 831893504 22408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20263] ppid=20256 vsize=812396 CPUtime=0
/proc/20258/task/20263/stat : 20263 (java) S 20256 20258 19421 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 634918448 831893504 22408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20264] ppid=20256 vsize=812396 CPUtime=0
/proc/20258/task/20264/stat : 20264 (java) S 20256 20258 19421 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 634918448 831893504 22408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20265] ppid=20256 vsize=812396 CPUtime=0
/proc/20258/task/20265/stat : 20265 (java) S 20256 20258 19421 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 634918448 831893504 22408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20266] ppid=20256 vsize=812396 CPUtime=0
/proc/20258/task/20266/stat : 20266 (java) S 20256 20258 19421 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 634918463 831893504 22408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20267] ppid=20256 vsize=812396 CPUtime=0.45
/proc/20258/task/20267/stat : 20267 (java) S 20256 20258 19421 0 -1 64 856 0 0 0 45 0 0 0 16 0 12 0 634918463 831893504 22408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20268] ppid=20256 vsize=812396 CPUtime=0.43
/proc/20258/task/20268/stat : 20268 (java) S 20256 20258 19421 0 -1 64 2723 0 0 0 42 1 0 0 16 0 12 0 634918473 831893504 22408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20269] ppid=20256 vsize=812396 CPUtime=0
/proc/20258/task/20269/stat : 20269 (java) S 20256 20258 19421 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 634918483 831893504 22408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20270] ppid=20256 vsize=812396 CPUtime=0
/proc/20258/task/20270/stat : 20270 (java) S 20256 20258 19421 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 634918483 831893504 22408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 812396

[startup+6.30237 s]
/proc/loadavg: 2.93 2.98 2.99 4/102 20270
/proc/meminfo: memFree=879528/2055920 swapFree=3920988/4192956
[pid=20258] ppid=20256 vsize=812332 CPUtime=5.66
/proc/20258/stat : 20258 (java) S 20256 20258 19421 0 -1 0 31186 0 1 0 550 16 0 0 19 0 12 0 634918429 831827968 29306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20258/statm: 203083 29306 1361 9 0 200445 0
[pid=20258/tid=20259] ppid=20256 vsize=812332 CPUtime=3.88
/proc/20258/task/20259/stat : 20259 (java) R 20256 20258 19421 0 -1 64 17066 0 1 0 379 9 0 0 25 0 12 0 634918436 831827968 29306 996147200 134512640 134550740 4294956032 18446744073709551615 4109791833 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20260] ppid=20256 vsize=812332 CPUtime=0.27
/proc/20258/task/20260/stat : 20260 (java) S 20256 20258 19421 0 -1 64 3861 0 0 0 26 1 0 0 16 0 12 0 634918437 831827968 29306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20261] ppid=20256 vsize=812332 CPUtime=0.27
/proc/20258/task/20261/stat : 20261 (java) S 20256 20258 19421 0 -1 64 5739 0 0 0 25 2 0 0 16 0 12 0 634918437 831827968 29306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20263] ppid=20256 vsize=812332 CPUtime=0
/proc/20258/task/20263/stat : 20263 (java) S 20256 20258 19421 0 -1 64 137 0 0 0 0 0 0 0 16 0 12 0 634918448 831827968 29306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20264] ppid=20256 vsize=812332 CPUtime=0
/proc/20258/task/20264/stat : 20264 (java) S 20256 20258 19421 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 634918448 831827968 29306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20265] ppid=20256 vsize=812332 CPUtime=0
/proc/20258/task/20265/stat : 20265 (java) S 20256 20258 19421 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 634918448 831827968 29306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20266] ppid=20256 vsize=812332 CPUtime=0
/proc/20258/task/20266/stat : 20266 (java) S 20256 20258 19421 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 634918463 831827968 29306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20267] ppid=20256 vsize=812332 CPUtime=0.56
/proc/20258/task/20267/stat : 20267 (java) S 20256 20258 19421 0 -1 64 863 0 0 0 56 0 0 0 16 0 12 0 634918463 831827968 29306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20268] ppid=20256 vsize=812332 CPUtime=0.61
/proc/20258/task/20268/stat : 20268 (java) S 20256 20258 19421 0 -1 64 2758 0 0 0 60 1 0 0 16 0 12 0 634918473 831827968 29306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20269] ppid=20256 vsize=812332 CPUtime=0
/proc/20258/task/20269/stat : 20269 (java) S 20256 20258 19421 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 634918483 831827968 29306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20270] ppid=20256 vsize=812332 CPUtime=0
/proc/20258/task/20270/stat : 20270 (java) S 20256 20258 19421 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 634918483 831827968 29306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 812332

[startup+12.7022 s]
/proc/loadavg: 3.01 3.00 3.00 4/103 20271
/proc/meminfo: memFree=797216/2055920 swapFree=3920988/4192956
[pid=20258] ppid=20256 vsize=822904 CPUtime=12.03
/proc/20258/stat : 20258 (java) S 20256 20258 19421 0 -1 0 53064 0 1 0 1179 24 0 0 19 0 13 0 634918429 842653696 49092 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20258/statm: 205726 49092 1384 9 0 203088 0
[pid=20258/tid=20259] ppid=20256 vsize=822904 CPUtime=8.75
/proc/20258/task/20259/stat : 20259 (java) R 20256 20258 19421 0 -1 64 17086 0 1 0 865 10 0 0 25 0 13 0 634918436 842653696 49092 996147200 134512640 134550740 4294956032 18446744073709551615 4109915120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20260] ppid=20256 vsize=822904 CPUtime=0.73
/proc/20258/task/20260/stat : 20260 (java) S 20256 20258 19421 0 -1 64 15872 0 0 0 68 5 0 0 17 0 13 0 634918437 842653696 49092 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20261] ppid=20256 vsize=822904 CPUtime=0.68
/proc/20258/task/20261/stat : 20261 (java) S 20256 20258 19421 0 -1 64 15512 0 0 0 63 5 0 0 17 0 13 0 634918437 842653696 49092 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20263] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20263/stat : 20263 (java) S 20256 20258 19421 0 -1 64 137 0 0 0 0 0 0 0 17 0 13 0 634918448 842653696 49092 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20264] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20264/stat : 20264 (java) S 20256 20258 19421 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 634918448 842653696 49092 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20265] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20265/stat : 20265 (java) S 20256 20258 19421 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 634918448 842653696 49092 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20266] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20266/stat : 20266 (java) S 20256 20258 19421 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 634918463 842653696 49092 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20267] ppid=20256 vsize=822904 CPUtime=0.87

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

[pid=20258] ppid=20256 vsize=822904 CPUtime=1641.05
/proc/20258/stat : 20258 (java) S 20256 20258 19421 0 -1 0 103167 0 1 0 164062 43 0 0 19 0 13 0 634918429 842653696 99185 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20258/statm: 205726 99185 1384 9 0 203088 0
[pid=20258/tid=20259] ppid=20256 vsize=822904 CPUtime=1635.14
/proc/20258/task/20259/stat : 20259 (java) R 20256 20258 19421 0 -1 64 17096 0 1 0 163504 10 0 0 25 0 13 0 634918436 842653696 99185 996147200 134512640 134550740 4294956032 18446744073709551615 4109817130 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20260] ppid=20256 vsize=822904 CPUtime=2
/proc/20258/task/20260/stat : 20260 (java) S 20256 20258 19421 0 -1 64 39889 0 0 0 186 14 0 0 18 0 13 0 634918437 842653696 99185 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20261] ppid=20256 vsize=822904 CPUtime=1.96
/proc/20258/task/20261/stat : 20261 (java) S 20256 20258 19421 0 -1 64 41585 0 0 0 181 15 0 0 18 0 13 0 634918437 842653696 99185 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20263] ppid=20256 vsize=822904 CPUtime=0.01
/proc/20258/task/20263/stat : 20263 (java) S 20256 20258 19421 0 -1 64 137 0 0 0 1 0 0 0 16 0 13 0 634918448 842653696 99185 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20264] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20264/stat : 20264 (java) S 20256 20258 19421 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 634918448 842653696 99185 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20265] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20265/stat : 20265 (java) S 20256 20258 19421 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 634918448 842653696 99185 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20266] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20266/stat : 20266 (java) S 20256 20258 19421 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 634918463 842653696 99185 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20267] ppid=20256 vsize=822904 CPUtime=0.92
/proc/20258/task/20267/stat : 20267 (java) S 20256 20258 19421 0 -1 64 890 0 0 0 92 0 0 0 16 0 13 0 634918463 842653696 99185 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20268] ppid=20256 vsize=822904 CPUtime=0.96
/proc/20258/task/20268/stat : 20268 (java) S 20256 20258 19421 0 -1 64 2803 0 0 0 95 1 0 0 16 0 13 0 634918473 842653696 99185 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20269] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20269/stat : 20269 (java) S 20256 20258 19421 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 634918483 842653696 99185 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20270] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20270/stat : 20270 (java) S 20256 20258 19421 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 634918483 842653696 99185 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20271] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20271/stat : 20271 (java) S 20256 20258 19421 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 634919210 842653696 99185 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1641.05
Current children cumulated vsize (KiB) 822904

[startup+2082.31 s]
/proc/loadavg: 3.24 3.17 3.08 4/94 20301
/proc/meminfo: memFree=562920/2055920 swapFree=3920988/4192956
[pid=20258] ppid=20256 vsize=822904 CPUtime=1700.75
/proc/20258/stat : 20258 (java) S 20256 20258 19421 0 -1 0 109407 0 1 0 170030 45 0 0 19 0 13 0 634918429 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20258/statm: 205726 105424 1384 9 0 203088 0
[pid=20258/tid=20259] ppid=20256 vsize=822904 CPUtime=1694.52
/proc/20258/task/20259/stat : 20259 (java) R 20256 20258 19421 0 -1 64 17097 0 1 0 169442 10 0 0 25 0 13 0 634918436 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4109817070 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20260] ppid=20256 vsize=822904 CPUtime=2.15
/proc/20258/task/20260/stat : 20260 (java) S 20256 20258 19421 0 -1 64 41498 0 0 0 200 15 0 0 18 0 13 0 634918437 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20261] ppid=20256 vsize=822904 CPUtime=2.14
/proc/20258/task/20261/stat : 20261 (java) S 20256 20258 19421 0 -1 64 46215 0 0 0 198 16 0 0 18 0 13 0 634918437 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20263] ppid=20256 vsize=822904 CPUtime=0.01
/proc/20258/task/20263/stat : 20263 (java) S 20256 20258 19421 0 -1 64 137 0 0 0 1 0 0 0 16 0 13 0 634918448 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20264] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20264/stat : 20264 (java) S 20256 20258 19421 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 634918448 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20265] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20265/stat : 20265 (java) S 20256 20258 19421 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 634918448 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20266] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20266/stat : 20266 (java) S 20256 20258 19421 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 634918463 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20267] ppid=20256 vsize=822904 CPUtime=0.92
/proc/20258/task/20267/stat : 20267 (java) S 20256 20258 19421 0 -1 64 890 0 0 0 92 0 0 0 16 0 13 0 634918463 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20268] ppid=20256 vsize=822904 CPUtime=0.96
/proc/20258/task/20268/stat : 20268 (java) S 20256 20258 19421 0 -1 64 2803 0 0 0 95 1 0 0 16 0 13 0 634918473 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20269] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20269/stat : 20269 (java) S 20256 20258 19421 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 634918483 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20270] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20270/stat : 20270 (java) S 20256 20258 19421 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 634918483 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20271] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20271/stat : 20271 (java) S 20256 20258 19421 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 634919210 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1700.75
Current children cumulated vsize (KiB) 822904

[startup+2142.3 s]
/proc/loadavg: 3.15 3.15 3.08 4/94 20301
/proc/meminfo: memFree=562920/2055920 swapFree=3920988/4192956
[pid=20258] ppid=20256 vsize=822904 CPUtime=1760.46
/proc/20258/stat : 20258 (java) S 20256 20258 19421 0 -1 0 109407 0 1 0 176001 45 0 0 19 0 13 0 634918429 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20258/statm: 205726 105424 1384 9 0 203088 0
[pid=20258/tid=20259] ppid=20256 vsize=822904 CPUtime=1754.24
/proc/20258/task/20259/stat : 20259 (java) R 20256 20258 19421 0 -1 64 17097 0 1 0 175413 11 0 0 25 0 13 0 634918436 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4109881017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20260] ppid=20256 vsize=822904 CPUtime=2.15
/proc/20258/task/20260/stat : 20260 (java) S 20256 20258 19421 0 -1 64 41498 0 0 0 200 15 0 0 18 0 13 0 634918437 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20261] ppid=20256 vsize=822904 CPUtime=2.14
/proc/20258/task/20261/stat : 20261 (java) S 20256 20258 19421 0 -1 64 46215 0 0 0 198 16 0 0 18 0 13 0 634918437 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20263] ppid=20256 vsize=822904 CPUtime=0.01
/proc/20258/task/20263/stat : 20263 (java) S 20256 20258 19421 0 -1 64 137 0 0 0 1 0 0 0 16 0 13 0 634918448 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20264] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20264/stat : 20264 (java) S 20256 20258 19421 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 634918448 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20265] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20265/stat : 20265 (java) S 20256 20258 19421 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 634918448 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20266] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20266/stat : 20266 (java) S 20256 20258 19421 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 634918463 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20267] ppid=20256 vsize=822904 CPUtime=0.92
/proc/20258/task/20267/stat : 20267 (java) S 20256 20258 19421 0 -1 64 890 0 0 0 92 0 0 0 16 0 13 0 634918463 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20268] ppid=20256 vsize=822904 CPUtime=0.96
/proc/20258/task/20268/stat : 20268 (java) S 20256 20258 19421 0 -1 64 2803 0 0 0 95 1 0 0 16 0 13 0 634918473 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20269] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20269/stat : 20269 (java) S 20256 20258 19421 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 634918483 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20270] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20270/stat : 20270 (java) S 20256 20258 19421 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 634918483 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20271] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20271/stat : 20271 (java) S 20256 20258 19421 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 634919210 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1760.46
Current children cumulated vsize (KiB) 822904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2182.1 s]
/proc/loadavg: 3.08 3.13 3.08 4/94 20301
/proc/meminfo: memFree=562792/2055920 swapFree=3920988/4192956
[pid=20258] ppid=20256 vsize=822904 CPUtime=1800.07
/proc/20258/stat : 20258 (java) S 20256 20258 19421 0 -1 0 109407 0 1 0 179962 45 0 0 19 0 13 0 634918429 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20258/statm: 205726 105424 1384 9 0 203088 0
[pid=20258/tid=20259] ppid=20256 vsize=822904 CPUtime=1793.84
/proc/20258/task/20259/stat : 20259 (java) R 20256 20258 19421 0 -1 64 17097 0 1 0 179373 11 0 0 25 0 13 0 634918436 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4109816857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20260] ppid=20256 vsize=822904 CPUtime=2.15
/proc/20258/task/20260/stat : 20260 (java) S 20256 20258 19421 0 -1 64 41498 0 0 0 200 15 0 0 18 0 13 0 634918437 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20261] ppid=20256 vsize=822904 CPUtime=2.14
/proc/20258/task/20261/stat : 20261 (java) S 20256 20258 19421 0 -1 64 46215 0 0 0 198 16 0 0 18 0 13 0 634918437 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20263] ppid=20256 vsize=822904 CPUtime=0.01
/proc/20258/task/20263/stat : 20263 (java) S 20256 20258 19421 0 -1 64 137 0 0 0 1 0 0 0 16 0 13 0 634918448 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20264] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20264/stat : 20264 (java) S 20256 20258 19421 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 634918448 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20265] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20265/stat : 20265 (java) S 20256 20258 19421 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 634918448 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20266] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20266/stat : 20266 (java) S 20256 20258 19421 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 634918463 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20267] ppid=20256 vsize=822904 CPUtime=0.92
/proc/20258/task/20267/stat : 20267 (java) S 20256 20258 19421 0 -1 64 890 0 0 0 92 0 0 0 16 0 13 0 634918463 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20268] ppid=20256 vsize=822904 CPUtime=0.96
/proc/20258/task/20268/stat : 20268 (java) S 20256 20258 19421 0 -1 64 2803 0 0 0 95 1 0 0 16 0 13 0 634918473 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20269] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20269/stat : 20269 (java) S 20256 20258 19421 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 634918483 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20270] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20270/stat : 20270 (java) S 20256 20258 19421 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 634918483 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20271] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20271/stat : 20271 (java) S 20256 20258 19421 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 634919210 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 822904

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

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

[startup+2182.1 s]
/proc/loadavg: 3.08 3.13 3.08 4/94 20301
/proc/meminfo: memFree=562792/2055920 swapFree=3920988/4192956
[pid=20258] ppid=20256 vsize=822904 CPUtime=1800.07
/proc/20258/stat : 20258 (java) S 20256 20258 19421 0 -1 0 109407 0 1 0 179962 45 0 0 19 0 13 0 634918429 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20258/statm: 205726 105424 1384 9 0 203088 0
[pid=20258/tid=20259] ppid=20256 vsize=822904 CPUtime=1793.84
/proc/20258/task/20259/stat : 20259 (java) R 20256 20258 19421 0 -1 64 17097 0 1 0 179373 11 0 0 25 0 13 0 634918436 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4109816857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20260] ppid=20256 vsize=822904 CPUtime=2.15
/proc/20258/task/20260/stat : 20260 (java) S 20256 20258 19421 0 -1 64 41498 0 0 0 200 15 0 0 18 0 13 0 634918437 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20261] ppid=20256 vsize=822904 CPUtime=2.14
/proc/20258/task/20261/stat : 20261 (java) S 20256 20258 19421 0 -1 64 46215 0 0 0 198 16 0 0 18 0 13 0 634918437 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20263] ppid=20256 vsize=822904 CPUtime=0.01
/proc/20258/task/20263/stat : 20263 (java) S 20256 20258 19421 0 -1 64 137 0 0 0 1 0 0 0 16 0 13 0 634918448 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20264] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20264/stat : 20264 (java) S 20256 20258 19421 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 634918448 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20265] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20265/stat : 20265 (java) S 20256 20258 19421 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 634918448 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20266] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20266/stat : 20266 (java) S 20256 20258 19421 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 634918463 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20267] ppid=20256 vsize=822904 CPUtime=0.92
/proc/20258/task/20267/stat : 20267 (java) S 20256 20258 19421 0 -1 64 890 0 0 0 92 0 0 0 16 0 13 0 634918463 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20268] ppid=20256 vsize=822904 CPUtime=0.96
/proc/20258/task/20268/stat : 20268 (java) S 20256 20258 19421 0 -1 64 2803 0 0 0 95 1 0 0 16 0 13 0 634918473 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20269] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20269/stat : 20269 (java) S 20256 20258 19421 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 634918483 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20258/tid=20270] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20270/stat : 20270 (java) S 20256 20258 19421 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 634918483 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20258/tid=20271] ppid=20256 vsize=822904 CPUtime=0
/proc/20258/task/20271/stat : 20271 (java) S 20256 20258 19421 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 634919210 842653696 105424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 822904

Child status: 143
Real time (s): 2182.18
CPU time (s): 1800.15
CPU user time (s): 1799.63
CPU system time (s): 0.52092
CPU usage (%): 82.4932
Max. virtual memory (cumulated for all children) (KiB): 822904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.52092
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109426
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= 45232
involuntary context switches= 50392

runsolver used 2.6056 second user time and 7.37088 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-03 23:18:46
IDJOB=1058983
IDBENCH=54201
IDSOLVER=344
FILE ID=node92/1058983-1215119925
PBS_JOBID= 7877023
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-3-28-28/normalized-rand-3-28-28-93-632-38_ext.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-1058983-1215119925/watcher-1058983-1215119925 -o /tmp/evaluation-result-1058983-1215119925/solver-1058983-1215119925 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1058983-1215119925.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3fb1d95bdd644ecb399c4c89020347b9
RANDOM SEED=2118795767

node92.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.223
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.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        989864 kB
Buffers:         14048 kB
Cached:         923284 kB
SwapCached:       7120 kB
Active:         136180 kB
Inactive:       888184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        989864 kB
SwapTotal:     4192956 kB
SwapFree:      3920988 kB
Dirty:            7000 kB
Writeback:           0 kB
Mapped:         103228 kB
Slab:            25396 kB
Committed_AS:  1490836 kB
PageTables:       3096 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= 66544 MiB
End job on node92 at 2008-07-03 23:55:10