Trace number 1084809

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? 78.82 77.8143

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-15_ext.xml
MD5SUMd79ec5163944086e4aebac72d51eb912
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 benchmark9.32758
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1084809-1215232029.xml
0.38/0.41	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.68	c reading variables done.
0.68/0.71	c reading relations done.
13.78/13.98	c reading constraints
35.68/34.46	c done with constraints.
35.68/34.46	c ... done. Wall clock time 34.051s.
35.68/34.46	c #vars     100
35.68/34.46	c #constraints  5626011
35.68/34.46	c constraints type 
35.68/34.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5625991
35.68/34.46	c org.sat4j.minisat.constraints.card.AtLeast => 20
78.71/77.70	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
78.71/77.70		at org.sat4j.core.Vec.ensure(Vec.java:175)
78.71/77.70		at org.sat4j.core.Vec.push(Vec.java:182)
78.71/77.70		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
78.71/77.70		at org.sat4j.minisat.constraints.cnf.WLClause.propagate(WLClause.java:234)
78.71/77.70		at org.sat4j.minisat.core.Solver.propagate(Solver.java:763)
78.71/77.70		at org.sat4j.minisat.core.Solver.search(Solver.java:850)
78.71/77.70		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1125)
78.71/77.70		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1035)
78.71/77.70		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1016)
78.71/77.70		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:230)
78.71/77.70		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:196)
78.71/77.70		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
78.71/77.70	c starts		: 5
78.71/77.70	c conflicts		: 961
78.71/77.70	c decisions		: 1696
78.71/77.70	c propagations		: 9481
78.71/77.70	c inspects		: 91502181
78.71/77.70	c learnt literals	: 0
78.71/77.70	c learnt binary clauses	: 0
78.71/77.70	c learnt ternary clauses	: 0
78.71/77.70	c learnt clauses	: 961
78.71/77.70	c ignored clauses	: 0
78.71/77.70	c root simplifications	: 0
78.71/77.70	c removed literals (reason simplification)	: 261
78.71/77.70	c reason swapping (by a shorter reason)	: 0
78.71/77.70	c Calls to reduceDB	: 0
78.71/77.70	c speed (assignments/second)	: 219.25442856482124
78.71/77.70	c non guided choices	79
78.71/77.70	s UNKNOWN
78.71/77.70	c Total wall clock time (in seconds) : 77.295

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-1084809-1215232029/watcher-1084809-1215232029 -o /tmp/evaluation-result-1084809-1215232029/solver-1084809-1215232029 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1084809-1215232029.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.17 2.06 2.02 4/85 26533
/proc/meminfo: memFree=1351368/2055920 swapFree=4179784/4192956
[pid=26533] ppid=26531 vsize=13288 CPUtime=0
/proc/26533/stat : 26533 (java) S 26531 26533 25867 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 2002174616 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/26533/statm: 3322 538 219 9 0 1232 0
[pid=26533/tid=26534] ppid=26531 vsize=13288 CPUtime=0
/proc/26533/task/26534/stat : 26534 (java) R 26531 26533 25867 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2002174618 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 12779480 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0795419 s]
/proc/loadavg: 2.17 2.06 2.02 4/85 26533
/proc/meminfo: memFree=1351368/2055920 swapFree=4179784/4192956
[pid=26533] ppid=26531 vsize=802236 CPUtime=0.06
/proc/26533/stat : 26533 (java) S 26531 26533 25867 0 -1 0 2799 0 1 0 4 2 0 0 18 0 7 0 2002174616 821489664 2534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/26533/statm: 200559 2534 1008 9 0 197942 0
[pid=26533/tid=26534] ppid=26531 vsize=802236 CPUtime=0.05
/proc/26533/task/26534/stat : 26534 (java) R 26531 26533 25867 0 -1 64 2037 0 1 0 4 1 0 0 17 0 7 0 2002174618 821489664 2534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 2147483391 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101397 s]
/proc/loadavg: 2.17 2.06 2.02 4/85 26533
/proc/meminfo: memFree=1351368/2055920 swapFree=4179784/4192956
[pid=26533] ppid=26531 vsize=804612 CPUtime=0.09
/proc/26533/stat : 26533 (java) S 26531 26533 25867 0 -1 0 2998 0 1 0 7 2 0 0 18 0 12 0 2002174616 823922688 2731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26533/statm: 201153 2731 1048 9 0 198522 0
[pid=26533/tid=26534] ppid=26531 vsize=804612 CPUtime=0.07
/proc/26533/task/26534/stat : 26534 (java) R 26531 26533 25867 0 -1 64 2220 0 1 0 6 1 0 0 21 0 12 0 2002174618 823922688 2731 996147200 134512640 134550740 4294956016 18446744073709551615 4109190337 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301432 s]
/proc/loadavg: 2.17 2.06 2.02 4/85 26533
/proc/meminfo: memFree=1351368/2055920 swapFree=4179784/4192956
[pid=26533] ppid=26531 vsize=808276 CPUtime=0.28
/proc/26533/stat : 26533 (java) S 26531 26533 25867 0 -1 0 4944 0 1 0 25 3 0 0 18 0 12 0 2002174616 827674624 4271 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26533/statm: 202069 4271 1297 9 0 199438 0
[pid=26533/tid=26534] ppid=26531 vsize=808276 CPUtime=0.18
/proc/26533/task/26534/stat : 26534 (java) R 26531 26533 25867 0 -1 64 2676 0 1 0 16 2 0 0 21 0 12 0 2002174618 827674624 4271 996147200 134512640 134550740 4294956016 18446744073709551615 103587457 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701503 s]
/proc/loadavg: 2.17 2.06 2.02 4/85 26533
/proc/meminfo: memFree=1351368/2055920 swapFree=4179784/4192956
[pid=26533] ppid=26531 vsize=808304 CPUtime=0.68
/proc/26533/stat : 26533 (java) S 26531 26533 25867 0 -1 0 6356 0 1 0 64 4 0 0 18 0 12 0 2002174616 827703296 5484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26533/statm: 202076 5484 1335 9 0 199438 0
[pid=26533/tid=26534] ppid=26531 vsize=808304 CPUtime=0.4
/proc/26533/task/26534/stat : 26534 (java) R 26531 26533 25867 0 -1 64 3785 0 1 0 37 3 0 0 23 0 12 0 2002174618 827703296 5484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50265 s]
/proc/loadavg: 2.17 2.06 2.02 3/97 26545
/proc/meminfo: memFree=1315816/2055920 swapFree=4179784/4192956
[pid=26533] ppid=26531 vsize=808304 CPUtime=1.47
/proc/26533/stat : 26533 (java) S 26531 26533 25867 0 -1 0 13267 0 1 0 140 7 0 0 18 0 12 0 2002174616 827703296 12276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26533/statm: 202076 12276 1346 9 0 199438 0
[pid=26533/tid=26534] ppid=26531 vsize=808304 CPUtime=0.84
/proc/26533/task/26534/stat : 26534 (java) R 26531 26533 25867 0 -1 64 10543 0 1 0 78 6 0 0 25 0 12 0 2002174618 827703296 12276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26536] ppid=26531 vsize=808304 CPUtime=0
/proc/26533/task/26536/stat : 26536 (java) S 26531 26533 25867 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2002174619 827703296 12276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26537] ppid=26531 vsize=808304 CPUtime=0
/proc/26533/task/26537/stat : 26537 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2002174619 827703296 12276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26538] ppid=26531 vsize=808304 CPUtime=0
/proc/26533/task/26538/stat : 26538 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2002174621 827703296 12276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26539] ppid=26531 vsize=808304 CPUtime=0
/proc/26533/task/26539/stat : 26539 (java) S 26531 26533 25867 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2002174621 827703296 12276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26540] ppid=26531 vsize=808304 CPUtime=0
/proc/26533/task/26540/stat : 26540 (java) S 26531 26533 25867 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2002174621 827703296 12276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26541] ppid=26531 vsize=808304 CPUtime=0
/proc/26533/task/26541/stat : 26541 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002174626 827703296 12276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26542] ppid=26531 vsize=808304 CPUtime=0.35
/proc/26533/task/26542/stat : 26542 (java) S 26531 26533 25867 0 -1 64 774 0 0 0 35 0 0 0 16 0 12 0 2002174626 827703296 12276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26543] ppid=26531 vsize=808304 CPUtime=0.25
/proc/26533/task/26543/stat : 26543 (java) R 26531 26533 25867 0 -1 64 1185 0 0 0 25 0 0 0 16 0 12 0 2002174626 827703296 12276 996147200 134512640 134550740 4294956016 18446744073709551615 103206577 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26544] ppid=26531 vsize=808304 CPUtime=0
/proc/26533/task/26544/stat : 26544 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002174626 827703296 12276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26545] ppid=26531 vsize=808304 CPUtime=0
/proc/26533/task/26545/stat : 26545 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002174626 827703296 12276 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808304

[startup+3.10293 s]
/proc/loadavg: 2.23 2.07 2.02 3/97 26545
/proc/meminfo: memFree=1285672/2055920 swapFree=4179784/4192956
[pid=26533] ppid=26531 vsize=809272 CPUtime=3.06
/proc/26533/stat : 26533 (java) S 26531 26533 25867 0 -1 0 29349 0 1 0 292 14 0 0 18 0 12 0 2002174616 828694528 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26533/statm: 202318 27999 1356 9 0 199680 0
[pid=26533/tid=26534] ppid=26531 vsize=809272 CPUtime=1.89
/proc/26533/task/26534/stat : 26534 (java) R 26531 26533 25867 0 -1 64 16973 0 1 0 181 8 0 0 25 0 12 0 2002174618 828694528 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4109729400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26536] ppid=26531 vsize=809272 CPUtime=0.07
/proc/26533/task/26536/stat : 26536 (java) S 26531 26533 25867 0 -1 64 4490 0 0 0 6 1 0 0 16 0 12 0 2002174619 828694528 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26537] ppid=26531 vsize=809272 CPUtime=0.08
/proc/26533/task/26537/stat : 26537 (java) S 26531 26533 25867 0 -1 64 4916 0 0 0 6 2 0 0 16 0 12 0 2002174619 828694528 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26538] ppid=26531 vsize=809272 CPUtime=0
/proc/26533/task/26538/stat : 26538 (java) S 26531 26533 25867 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2002174621 828694528 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26539] ppid=26531 vsize=809272 CPUtime=0
/proc/26533/task/26539/stat : 26539 (java) S 26531 26533 25867 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002174621 828694528 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26540] ppid=26531 vsize=809272 CPUtime=0
/proc/26533/task/26540/stat : 26540 (java) S 26531 26533 25867 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2002174621 828694528 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26541] ppid=26531 vsize=809272 CPUtime=0
/proc/26533/task/26541/stat : 26541 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002174626 828694528 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26542] ppid=26531 vsize=809272 CPUtime=0.49
/proc/26533/task/26542/stat : 26542 (java) S 26531 26533 25867 0 -1 64 781 0 0 0 49 0 0 0 16 0 12 0 2002174626 828694528 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26543] ppid=26531 vsize=809272 CPUtime=0.47
/proc/26533/task/26543/stat : 26543 (java) S 26531 26533 25867 0 -1 64 1398 0 0 0 47 0 0 0 16 0 12 0 2002174626 828694528 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26544] ppid=26531 vsize=809272 CPUtime=0
/proc/26533/task/26544/stat : 26544 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002174626 828694528 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26545] ppid=26531 vsize=809272 CPUtime=0
/proc/26533/task/26545/stat : 26545 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002174626 828694528 27999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 809272

[startup+6.31751 s]
/proc/loadavg: 2.23 2.07 2.02 3/97 26545
/proc/meminfo: memFree=1195880/2055920 swapFree=4179784/4192956
[pid=26533] ppid=26531 vsize=809432 CPUtime=6.23
/proc/26533/stat : 26533 (java) S 26531 26533 25867 0 -1 0 47808 0 1 0 601 22 0 0 18 0 12 0 2002174616 828858368 46321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26533/statm: 202358 46321 1356 9 0 199720 0
[pid=26533/tid=26534] ppid=26531 vsize=809432 CPUtime=4.48
/proc/26533/task/26534/stat : 26534 (java) R 26531 26533 25867 0 -1 64 16989 0 1 0 438 10 0 0 25 0 12 0 2002174618 828858368 46321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26536] ppid=26531 vsize=809432 CPUtime=0.36
/proc/26533/task/26536/stat : 26536 (java) R 26531 26533 25867 0 -1 64 14261 0 0 0 31 5 0 0 16 0 12 0 2002174619 828858368 46321 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26537] ppid=26531 vsize=809432 CPUtime=0.36
/proc/26533/task/26537/stat : 26537 (java) R 26531 26533 25867 0 -1 64 13588 0 0 0 32 4 0 0 16 0 12 0 2002174619 828858368 46321 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26538] ppid=26531 vsize=809432 CPUtime=0
/proc/26533/task/26538/stat : 26538 (java) R 26531 26533 25867 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2002174621 828858368 46321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26539] ppid=26531 vsize=809432 CPUtime=0
/proc/26533/task/26539/stat : 26539 (java) S 26531 26533 25867 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002174621 828858368 46321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26540] ppid=26531 vsize=809432 CPUtime=0
/proc/26533/task/26540/stat : 26540 (java) S 26531 26533 25867 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2002174621 828858368 46321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26541] ppid=26531 vsize=809432 CPUtime=0
/proc/26533/task/26541/stat : 26541 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002174626 828858368 46321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26542] ppid=26531 vsize=809432 CPUtime=0.49
/proc/26533/task/26542/stat : 26542 (java) S 26531 26533 25867 0 -1 64 781 0 0 0 49 0 0 0 16 0 12 0 2002174626 828858368 46321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26543] ppid=26531 vsize=809432 CPUtime=0.47
/proc/26533/task/26543/stat : 26543 (java) S 26531 26533 25867 0 -1 64 1398 0 0 0 47 0 0 0 17 0 12 0 2002174626 828858368 46321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26544] ppid=26531 vsize=809432 CPUtime=0
/proc/26533/task/26544/stat : 26544 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002174626 828858368 46321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26545] ppid=26531 vsize=809432 CPUtime=0
/proc/26533/task/26545/stat : 26545 (java) R 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002174626 828858368 46321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 809432

[startup+12.7014 s]
/proc/loadavg: 2.20 2.07 2.02 3/97 26545
/proc/meminfo: memFree=1052264/2055920 swapFree=4179784/4192956
[pid=26533] ppid=26531 vsize=809432 CPUtime=12.56
/proc/26533/stat : 26533 (java) S 26531 26533 25867 0 -1 0 81319 0 1 0 1218 38 0 0 18 0 12 0 2002174616 828858368 79805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26533/statm: 202358 79805 1356 9 0 199720 0
[pid=26533/tid=26534] ppid=26531 vsize=809432 CPUtime=9.66
/proc/26533/task/26534/stat : 26534 (java) R 26531 26533 25867 0 -1 64 17016 0 1 0 954 12 0 0 25 0 12 0 2002174618 828858368 79805 996147200 134512640 134550740 4294956016 18446744073709551615 4109728326 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26536] ppid=26531 vsize=809432 CPUtime=0.97
/proc/26533/task/26536/stat : 26536 (java) S 26531 26533 25867 0 -1 64 29842 0 0 0 86 11 0 0 16 0 12 0 2002174619 828858368 79805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26537] ppid=26531 vsize=809432 CPUtime=0.89
/proc/26533/task/26537/stat : 26537 (java) S 26531 26533 25867 0 -1 64 31491 0 0 0 78 11 0 0 16 0 12 0 2002174619 828858368 79805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26538] ppid=26531 vsize=809432 CPUtime=0.01
/proc/26533/task/26538/stat : 26538 (java) S 26531 26533 25867 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 2002174621 828858368 79805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26539] ppid=26531 vsize=809432 CPUtime=0
/proc/26533/task/26539/stat : 26539 (java) S 26531 26533 25867 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002174621 828858368 79805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26540] ppid=26531 vsize=809432 CPUtime=0
/proc/26533/task/26540/stat : 26540 (java) S 26531 26533 25867 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2002174621 828858368 79805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26541] ppid=26531 vsize=809432 CPUtime=0
/proc/26533/task/26541/stat : 26541 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2002174626 828858368 79805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26542] ppid=26531 vsize=809432 CPUtime=0.49
/proc/26533/task/26542/stat : 26542 (java) S 26531 26533 25867 0 -1 64 781 0 0 0 49 0 0 0 17 0 12 0 2002174626 828858368 79805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26543] ppid=26531 vsize=809432 CPUtime=0.47
/proc/26533/task/26543/stat : 26543 (java) S 26531 26533 25867 0 -1 64 1398 0 0 0 47 0 0 0 17 0 12 0 2002174626 828858368 79805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26544] ppid=26531 vsize=809432 CPUtime=0
/proc/26533/task/26544/stat : 26544 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2002174626 828858368 79805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26545] ppid=26531 vsize=809432 CPUtime=0
/proc/26533/task/26545/stat : 26545 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002174626 828858368 79805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 809432

[startup+25.5027 s]
/proc/loadavg: 2.47 2.13 2.04 5/97 26545
/proc/meminfo: memFree=668136/2055920 swapFree=4179784/4192956
[pid=26533] ppid=26531 vsize=820556 CPUtime=26.24
/proc/26533/stat : 26533 (java) S 26531 26533 25867 0 -1 0 178889 0 1 0 2546 78 0 0 18 0 12 0 2002174616 840249344 171836 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26533/statm: 205139 171836 1364 9 0 202501 0
[pid=26533/tid=26534] ppid=26531 vsize=820556 CPUtime=15.14
/proc/26533/task/26534/stat : 26534 (java) S 26531 26533 25867 0 -1 64 23193 0 1 0 1499 15 0 0 17 0 12 0 2002174618 840249344 171836 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26536] ppid=26531 vsize=820556 CPUtime=3.96
/proc/26533/task/26536/stat : 26536 (java) R 26531 26533 25867 0 -1 64 72331 0 0 0 367 29 0 0 15 0 12 0 2002174619 840249344 171836 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=26533] ppid=26531 vsize=820720 CPUtime=74.54
/proc/26533/stat : 26533 (java) S 26531 26533 25867 0 -1 0 210215 0 1 0 7361 93 0 0 18 0 13 0 2002174616 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26533/statm: 205180 174327 1383 9 0 202542 0
[pid=26533/tid=26534] ppid=26531 vsize=820720 CPUtime=24.58
/proc/26533/task/26534/stat : 26534 (java) R 26531 26533 25867 0 -1 64 23229 0 1 0 2443 15 0 0 25 0 13 0 2002174618 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26536] ppid=26531 vsize=820720 CPUtime=5.59
/proc/26533/task/26536/stat : 26536 (java) S 26531 26533 25867 0 -1 64 72331 0 0 0 529 30 0 0 16 0 13 0 2002174619 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26537] ppid=26531 vsize=820720 CPUtime=5.52
/proc/26533/task/26537/stat : 26537 (java) S 26531 26533 25867 0 -1 64 78582 0 0 0 522 30 0 0 16 0 13 0 2002174619 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26538] ppid=26531 vsize=820720 CPUtime=37.04
/proc/26533/task/26538/stat : 26538 (java) R 26531 26533 25867 0 -1 64 31015 0 0 0 3690 14 0 0 16 0 13 0 2002174621 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 105677742 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26539] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26539/stat : 26539 (java) S 26531 26533 25867 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002174621 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26540] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26540/stat : 26540 (java) S 26531 26533 25867 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002174621 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26541] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26541/stat : 26541 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26542] ppid=26531 vsize=820720 CPUtime=0.9
/proc/26533/task/26542/stat : 26542 (java) S 26531 26533 25867 0 -1 64 1294 0 0 0 90 0 0 0 17 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26543] ppid=26531 vsize=820720 CPUtime=0.86
/proc/26533/task/26543/stat : 26543 (java) S 26531 26533 25867 0 -1 64 2997 0 0 0 85 1 0 0 17 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26544] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26544/stat : 26544 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26545] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26545/stat : 26545 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26546] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26546/stat : 26546 (java) S 26531 26533 25867 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002178063 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.54
Current children cumulated vsize (KiB) 820720

[startup+75.1025 s]
/proc/loadavg: 2.43 2.17 2.06 4/98 26546
/proc/meminfo: memFree=657888/2055920 swapFree=4179784/4192956
[pid=26533] ppid=26531 vsize=820720 CPUtime=76.12
/proc/26533/stat : 26533 (java) S 26531 26533 25867 0 -1 0 210215 0 1 0 7519 93 0 0 18 0 13 0 2002174616 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26533/statm: 205180 174327 1383 9 0 202542 0
[pid=26533/tid=26534] ppid=26531 vsize=820720 CPUtime=24.58
/proc/26533/task/26534/stat : 26534 (java) R 26531 26533 25867 0 -1 64 23229 0 1 0 2443 15 0 0 25 0 13 0 2002174618 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26536] ppid=26531 vsize=820720 CPUtime=5.59
/proc/26533/task/26536/stat : 26536 (java) S 26531 26533 25867 0 -1 64 72331 0 0 0 529 30 0 0 16 0 13 0 2002174619 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26537] ppid=26531 vsize=820720 CPUtime=5.52
/proc/26533/task/26537/stat : 26537 (java) S 26531 26533 25867 0 -1 64 78582 0 0 0 522 30 0 0 16 0 13 0 2002174619 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26538] ppid=26531 vsize=820720 CPUtime=38.62
/proc/26533/task/26538/stat : 26538 (java) R 26531 26533 25867 0 -1 64 31015 0 0 0 3848 14 0 0 18 0 13 0 2002174621 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 105852550 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26539] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26539/stat : 26539 (java) S 26531 26533 25867 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002174621 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26540] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26540/stat : 26540 (java) S 26531 26533 25867 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002174621 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26541] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26541/stat : 26541 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26542] ppid=26531 vsize=820720 CPUtime=0.9
/proc/26533/task/26542/stat : 26542 (java) S 26531 26533 25867 0 -1 64 1294 0 0 0 90 0 0 0 17 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26543] ppid=26531 vsize=820720 CPUtime=0.86
/proc/26533/task/26543/stat : 26543 (java) S 26531 26533 25867 0 -1 64 2997 0 0 0 85 1 0 0 17 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26544] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26544/stat : 26544 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26545] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26545/stat : 26545 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26546] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26546/stat : 26546 (java) S 26531 26533 25867 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002178063 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.12
Current children cumulated vsize (KiB) 820720

[startup+76.7028 s]
/proc/loadavg: 2.43 2.17 2.06 3/98 26546
/proc/meminfo: memFree=657888/2055920 swapFree=4179784/4192956
[pid=26533] ppid=26531 vsize=820720 CPUtime=77.72
/proc/26533/stat : 26533 (java) S 26531 26533 25867 0 -1 0 211093 0 1 0 7678 94 0 0 18 0 13 0 2002174616 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26533/statm: 205180 174327 1383 9 0 202542 0
[pid=26533/tid=26534] ppid=26531 vsize=820720 CPUtime=24.58
/proc/26533/task/26534/stat : 26534 (java) S 26531 26533 25867 0 -1 64 23229 0 1 0 2443 15 0 0 25 0 13 0 2002174618 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26536] ppid=26531 vsize=820720 CPUtime=5.59
/proc/26533/task/26536/stat : 26536 (java) S 26531 26533 25867 0 -1 64 72331 0 0 0 529 30 0 0 16 0 13 0 2002174619 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26537] ppid=26531 vsize=820720 CPUtime=5.52
/proc/26533/task/26537/stat : 26537 (java) S 26531 26533 25867 0 -1 64 78582 0 0 0 522 30 0 0 16 0 13 0 2002174619 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26538] ppid=26531 vsize=820720 CPUtime=40.21
/proc/26533/task/26538/stat : 26538 (java) R 26531 26533 25867 0 -1 64 31893 0 0 0 4006 15 0 0 20 0 13 0 2002174621 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 106122558 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26539] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26539/stat : 26539 (java) S 26531 26533 25867 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002174621 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26540] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26540/stat : 26540 (java) S 26531 26533 25867 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002174621 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26541] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26541/stat : 26541 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26542] ppid=26531 vsize=820720 CPUtime=0.9
/proc/26533/task/26542/stat : 26542 (java) S 26531 26533 25867 0 -1 64 1294 0 0 0 90 0 0 0 17 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26543] ppid=26531 vsize=820720 CPUtime=0.86
/proc/26533/task/26543/stat : 26543 (java) S 26531 26533 25867 0 -1 64 2997 0 0 0 85 1 0 0 17 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26544] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26544/stat : 26544 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26545] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26545/stat : 26545 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26546] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26546/stat : 26546 (java) S 26531 26533 25867 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002178063 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.72
Current children cumulated vsize (KiB) 820720

[startup+77.502 s]
/proc/loadavg: 2.40 2.17 2.06 3/98 26546
/proc/meminfo: memFree=657888/2055920 swapFree=4179784/4192956
[pid=26533] ppid=26531 vsize=820720 CPUtime=78.51
/proc/26533/stat : 26533 (java) S 26531 26533 25867 0 -1 0 211093 0 1 0 7757 94 0 0 18 0 13 0 2002174616 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26533/statm: 205180 174327 1383 9 0 202542 0
[pid=26533/tid=26534] ppid=26531 vsize=820720 CPUtime=24.58
/proc/26533/task/26534/stat : 26534 (java) S 26531 26533 25867 0 -1 64 23229 0 1 0 2443 15 0 0 25 0 13 0 2002174618 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26536] ppid=26531 vsize=820720 CPUtime=5.59
/proc/26533/task/26536/stat : 26536 (java) S 26531 26533 25867 0 -1 64 72331 0 0 0 529 30 0 0 16 0 13 0 2002174619 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26537] ppid=26531 vsize=820720 CPUtime=5.52
/proc/26533/task/26537/stat : 26537 (java) S 26531 26533 25867 0 -1 64 78582 0 0 0 522 30 0 0 16 0 13 0 2002174619 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26538] ppid=26531 vsize=820720 CPUtime=41
/proc/26533/task/26538/stat : 26538 (java) R 26531 26533 25867 0 -1 64 31893 0 0 0 4085 15 0 0 22 0 13 0 2002174621 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 104136304 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26539] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26539/stat : 26539 (java) S 26531 26533 25867 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002174621 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26540] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26540/stat : 26540 (java) S 26531 26533 25867 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002174621 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26541] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26541/stat : 26541 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26542] ppid=26531 vsize=820720 CPUtime=0.9
/proc/26533/task/26542/stat : 26542 (java) S 26531 26533 25867 0 -1 64 1294 0 0 0 90 0 0 0 17 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26543] ppid=26531 vsize=820720 CPUtime=0.86
/proc/26533/task/26543/stat : 26543 (java) S 26531 26533 25867 0 -1 64 2997 0 0 0 85 1 0 0 17 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26544] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26544/stat : 26544 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26545] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26545/stat : 26545 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002174626 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26546] ppid=26531 vsize=820720 CPUtime=0
/proc/26533/task/26546/stat : 26546 (java) S 26531 26533 25867 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002178063 840417280 174327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.51
Current children cumulated vsize (KiB) 820720

[startup+77.702 s]
/proc/loadavg: 2.40 2.17 2.06 3/98 26546
/proc/meminfo: memFree=657888/2055920 swapFree=4179784/4192956
[pid=26533] ppid=26531 vsize=818716 CPUtime=78.71
/proc/26533/stat : 26533 (java) S 26531 26533 25867 0 -1 0 211094 0 1 0 7777 94 0 0 18 0 13 0 2002174616 838365184 173826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26533/statm: 204679 173826 1383 9 0 202041 0
[pid=26533/tid=26534] ppid=26531 vsize=818716 CPUtime=24.58
/proc/26533/task/26534/stat : 26534 (java) R 26531 26533 25867 0 -1 64 23230 0 1 0 2443 15 0 0 16 0 13 0 2002174618 838365184 173826 996147200 134512640 134550740 4294956016 18446744073709551615 103466536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26536] ppid=26531 vsize=818716 CPUtime=5.59
/proc/26533/task/26536/stat : 26536 (java) S 26531 26533 25867 0 -1 64 72331 0 0 0 529 30 0 0 16 0 13 0 2002174619 838365184 173826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26537] ppid=26531 vsize=818716 CPUtime=5.52
/proc/26533/task/26537/stat : 26537 (java) S 26531 26533 25867 0 -1 64 78582 0 0 0 522 30 0 0 16 0 13 0 2002174619 838365184 173826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26538] ppid=26531 vsize=818716 CPUtime=41.2
/proc/26533/task/26538/stat : 26538 (java) R 26531 26533 25867 0 -1 64 31893 0 0 0 4105 15 0 0 23 0 13 0 2002174621 838365184 173826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26539] ppid=26531 vsize=818716 CPUtime=0
/proc/26533/task/26539/stat : 26539 (java) S 26531 26533 25867 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002174621 838365184 173826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26540] ppid=26531 vsize=818716 CPUtime=0
/proc/26533/task/26540/stat : 26540 (java) S 26531 26533 25867 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002174621 838365184 173826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26541] ppid=26531 vsize=818716 CPUtime=0
/proc/26533/task/26541/stat : 26541 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 2002174626 838365184 173826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26542] ppid=26531 vsize=818716 CPUtime=0.9
/proc/26533/task/26542/stat : 26542 (java) S 26531 26533 25867 0 -1 64 1294 0 0 0 90 0 0 0 17 0 13 0 2002174626 838365184 173826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26543] ppid=26531 vsize=818716 CPUtime=0.86
/proc/26533/task/26543/stat : 26543 (java) S 26531 26533 25867 0 -1 64 2997 0 0 0 85 1 0 0 17 0 13 0 2002174626 838365184 173826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26533/tid=26544] ppid=26531 vsize=818716 CPUtime=0
/proc/26533/task/26544/stat : 26544 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2002174626 838365184 173826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26545] ppid=26531 vsize=818716 CPUtime=0
/proc/26533/task/26545/stat : 26545 (java) S 26531 26533 25867 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002174626 838365184 173826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26533/tid=26546] ppid=26531 vsize=818716 CPUtime=0
/proc/26533/task/26546/stat : 26546 (java) S 26531 26533 25867 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002178063 838365184 173826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.71
Current children cumulated vsize (KiB) 818716

[startup+77.8025 s]
/proc/loadavg: 2.40 2.17 2.06 3/98 26546
/proc/meminfo: memFree=657888/2055920 swapFree=4179784/4192956
[pid=26533] ppid=26531 vsize=0 CPUtime=78.8
/proc/26533/stat : 26533 (java) Z 26531 26533 25867 0 -1 12 211107 0 1 0 7777 103 0 0 16 0 2 0 2002174616 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26533/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 78.8
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 77.8143
CPU time (s): 78.82
CPU user time (s): 77.7762
CPU system time (s): 1.04384
CPU usage (%): 101.292
Max. virtual memory (cumulated for all children) (KiB): 852560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.7762
system time used= 1.04384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211107
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= 3378
involuntary context switches= 4503

runsolver used 0.105983 second user time and 0.26196 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-05 06:27:10
IDJOB=1084809
IDBENCH=57584
IDSOLVER=344
FILE ID=node56/1084809-1215232029
PBS_JOBID= 7881897
Free space on /tmp= 103196 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-15_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-1084809-1215232029/watcher-1084809-1215232029 -o /tmp/evaluation-result-1084809-1215232029/solver-1084809-1215232029 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1084809-1215232029.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d79ec5163944086e4aebac72d51eb912
RANDOM SEED=2124365792

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
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:       1351784 kB
Buffers:         24244 kB
Cached:         575748 kB
SwapCached:       7316 kB
Active:         180964 kB
Inactive:       459052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1351784 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:           23120 kB
Writeback:           0 kB
Mapped:          57092 kB
Slab:            48828 kB
Committed_AS:  4029652 kB
PageTables:       2084 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= 103192 MiB
End job on node56 at 2008-07-05 06:28:28