Trace number 1061059

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? 213.121 212.879

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-15-20.xml
MD5SUMf4f50398b68b852815c7b3779f17aa15
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.436932
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints70
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension70
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.42	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.42	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.42	c See www.sat4j.org for details.
0.29/0.42	c That software uses the Rhino library from the Mozilla project.
0.29/0.46	c version 9.9.9.token
0.29/0.46	c sun.arch.data.model	32
0.29/0.46	c java.version	1.6.0_06
0.29/0.46	c os.name	Linux
0.29/0.46	c os.version	2.6.9-22.EL.rootsmp
0.29/0.46	c os.arch	i386
0.29/0.46	c Free memory 669864272
0.29/0.46	c Max memory 672137216
0.29/0.46	c Total memory 672137216
0.29/0.46	c Number of processors 2
0.38/0.51	c c --- Begin Solver configuration ---
0.38/0.51	c Stops conflict analysis at the first Unique Implication Point
0.38/0.51	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.51	c Learn all clauses as in MiniSAT
0.38/0.51	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.51	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.51	c Expensive reason simplification
0.38/0.51	c MiniSAT restarts strategy
0.38/0.51	c timeout=2147483s
0.38/0.51	c DB Simplification allowed=false
0.38/0.51	c --- End Solver configuration ---
0.38/0.51	c solving HOME/instance-1061059-1215130353.xml
0.38/0.51	c reading problem ... 
0.58/0.78	c reading problem named null
0.58/0.78	c reading domains done.
0.58/0.78	c reading variables done.
0.77/0.96	c reading predicates  done.
0.97/1.15	c reading constraints
212.95/212.75	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
212.95/212.75		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
212.95/212.75		at org.mozilla.javascript.gen.c3.call(rhino.log)
212.95/212.75		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
212.95/212.75		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
212.95/212.75		at org.mozilla.javascript.gen.c3.call(rhino.log)
212.95/212.75		at org.mozilla.javascript.gen.c3.exec(rhino.log)
212.95/212.75		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:129)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
212.95/212.75		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
212.95/212.75		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
212.95/212.75		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
212.95/212.75		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
212.95/212.75	c starts		: 0
212.95/212.75	c conflicts		: 0
212.95/212.75	c decisions		: 0
212.95/212.76	c propagations		: 0
212.95/212.76	c inspects		: 0
212.95/212.76	c learnt literals	: 0
212.95/212.76	c learnt binary clauses	: 0
212.95/212.76	c learnt ternary clauses	: 0
212.95/212.76	c learnt clauses	: 0
212.95/212.76	c ignored clauses	: 0
212.95/212.76	c root simplifications	: 0
212.95/212.76	c removed literals (reason simplification)	: 0
212.95/212.76	c reason swapping (by a shorter reason)	: 0
212.95/212.76	c Calls to reduceDB	: 0
212.95/212.76	c speed (assignments/second)	: 0.0
212.95/212.76	c non guided choices	0
212.95/212.76	s UNKNOWN
212.95/212.76	c Total wall clock time (in seconds) : 212.245

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

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


[startup+0 s]
/proc/loadavg: 1.89 1.95 1.94 4/82 7536
/proc/meminfo: memFree=1600752/2055920 swapFree=4174660/4192956
[pid=7536] ppid=7534 vsize=18572 CPUtime=0
/proc/7536/stat : 7536 (runsolver) R 7534 7536 6847 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 668762931 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 249069890855 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/7536/statm: 4643 292 257 25 0 2626 0

[startup+0.011275 s]
/proc/loadavg: 1.89 1.95 1.94 4/82 7536
/proc/meminfo: memFree=1600752/2055920 swapFree=4174660/4192956
[pid=7536] ppid=7534 vsize=152 CPUtime=0
/proc/7536/stat : 7536 (java) D 7534 7536 6847 0 -1 0 211 0 0 0 0 0 0 0 21 0 1 0 668762931 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 11920164 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/7536/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.101682 s]
/proc/loadavg: 1.89 1.95 1.94 4/82 7536
/proc/meminfo: memFree=1600752/2055920 swapFree=4174660/4192956
[pid=7536] ppid=7534 vsize=801432 CPUtime=0.04
/proc/7536/stat : 7536 (java) S 7534 7536 6847 0 -1 0 2438 0 30 0 1 3 0 0 20 0 5 0 668762931 820666368 2204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/7536/statm: 200358 2204 936 9 0 197741 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 801432

[startup+0.301703 s]
/proc/loadavg: 1.89 1.95 1.94 4/82 7536
/proc/meminfo: memFree=1600752/2055920 swapFree=4174660/4192956
[pid=7536] ppid=7534 vsize=809268 CPUtime=0.22
/proc/7536/stat : 7536 (java) S 7534 7536 6847 0 -1 0 4572 0 30 0 17 5 0 0 20 0 12 0 668762931 828690432 3928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7536/statm: 202317 3928 1296 9 0 199686 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 809268

[startup+0.701745 s]
/proc/loadavg: 1.89 1.95 1.94 4/82 7536
/proc/meminfo: memFree=1600752/2055920 swapFree=4174660/4192956
[pid=7536] ppid=7534 vsize=809296 CPUtime=0.58
/proc/7536/stat : 7536 (java) S 7534 7536 6847 0 -1 0 6145 0 30 0 51 7 0 0 20 0 12 0 668762931 828719104 5321 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7536/statm: 202324 5321 1332 9 0 199686 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 809296

[startup+1.50283 s]
/proc/loadavg: 1.89 1.95 1.94 3/94 7548
/proc/meminfo: memFree=1573968/2055920 swapFree=4174660/4192956
[pid=7536] ppid=7534 vsize=815364 CPUtime=1.37
/proc/7536/stat : 7536 (java) S 7534 7536 6847 0 -1 0 10288 0 30 0 128 9 0 0 20 0 12 0 668762931 834932736 8160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7536/statm: 203841 8160 1350 9 0 201203 0
[pid=7536/tid=7538] ppid=7534 vsize=815364 CPUtime=0.75
/proc/7536/task/7538/stat : 7538 (java) R 7534 7536 6847 0 -1 64 5065 0 1 0 70 5 0 0 25 0 12 0 668762938 834932736 8160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7539] ppid=7534 vsize=815364 CPUtime=0
/proc/7536/task/7539/stat : 7539 (java) S 7534 7536 6847 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 668762939 834932736 8160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7540] ppid=7534 vsize=815364 CPUtime=0
/proc/7536/task/7540/stat : 7540 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 668762939 834932736 8160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7541] ppid=7534 vsize=815364 CPUtime=0
/proc/7536/task/7541/stat : 7541 (java) S 7534 7536 6847 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 668762941 834932736 8160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7542] ppid=7534 vsize=815364 CPUtime=0
/proc/7536/task/7542/stat : 7542 (java) S 7534 7536 6847 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 668762942 834932736 8160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7543] ppid=7534 vsize=815364 CPUtime=0
/proc/7536/task/7543/stat : 7543 (java) S 7534 7536 6847 0 -1 64 5 0 0 0 0 0 0 0 25 0 12 0 668762942 834932736 8160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7544] ppid=7534 vsize=815364 CPUtime=0
/proc/7536/task/7544/stat : 7544 (java) S 7534 7536 6847 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 668762948 834932736 8160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7545] ppid=7534 vsize=815364 CPUtime=0.35
/proc/7536/task/7545/stat : 7545 (java) R 7534 7536 6847 0 -1 64 3097 0 0 0 35 0 0 0 17 0 12 0 668762948 834932736 8160 996147200 134512640 134550740 4294956032 18446744073709551615 104091729 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7546] ppid=7534 vsize=815364 CPUtime=0.21
/proc/7536/task/7546/stat : 7546 (java) S 7534 7536 6847 0 -1 64 1392 0 0 0 21 0 0 0 16 0 12 0 668762948 834932736 8160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7547] ppid=7534 vsize=815364 CPUtime=0
/proc/7536/task/7547/stat : 7547 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 668762948 834932736 8160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7548] ppid=7534 vsize=815364 CPUtime=0
/proc/7536/task/7548/stat : 7548 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 668762948 834932736 8160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 815364

[startup+3.10298 s]
/proc/loadavg: 1.89 1.95 1.94 4/94 7548
/proc/meminfo: memFree=1560016/2055920 swapFree=4174660/4192956
[pid=7536] ppid=7534 vsize=814360 CPUtime=2.94
/proc/7536/stat : 7536 (java) S 7534 7536 6847 0 -1 0 24505 0 30 0 280 14 0 0 20 0 12 0 668762931 833904640 20981 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7536/statm: 203590 20981 1374 9 0 200952 0
[pid=7536/tid=7538] ppid=7534 vsize=814360 CPUtime=1.9
/proc/7536/task/7538/stat : 7538 (java) R 7534 7536 6847 0 -1 64 17479 0 1 0 180 10 0 0 25 0 12 0 668762938 833904640 20981 996147200 134512640 134550740 4294956032 18446744073709551615 4109605138 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7539] ppid=7534 vsize=814360 CPUtime=0.01
/proc/7536/task/7539/stat : 7539 (java) S 7534 7536 6847 0 -1 64 480 0 0 0 1 0 0 0 16 0 12 0 668762939 833904640 20981 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7540] ppid=7534 vsize=814360 CPUtime=0
/proc/7536/task/7540/stat : 7540 (java) S 7534 7536 6847 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 668762939 833904640 20981 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7541] ppid=7534 vsize=814360 CPUtime=0
/proc/7536/task/7541/stat : 7541 (java) S 7534 7536 6847 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 668762941 833904640 20981 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7542] ppid=7534 vsize=814360 CPUtime=0
/proc/7536/task/7542/stat : 7542 (java) S 7534 7536 6847 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 668762942 833904640 20981 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7543] ppid=7534 vsize=814360 CPUtime=0
/proc/7536/task/7543/stat : 7543 (java) S 7534 7536 6847 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 668762942 833904640 20981 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7544] ppid=7534 vsize=814360 CPUtime=0
/proc/7536/task/7544/stat : 7544 (java) S 7534 7536 6847 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 668762948 833904640 20981 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7545] ppid=7534 vsize=814360 CPUtime=0.48
/proc/7536/task/7545/stat : 7545 (java) S 7534 7536 6847 0 -1 64 3423 0 0 0 48 0 0 0 16 0 12 0 668762948 833904640 20981 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7546] ppid=7534 vsize=814360 CPUtime=0.5
/proc/7536/task/7546/stat : 7546 (java) S 7534 7536 6847 0 -1 64 2303 0 0 0 50 0 0 0 18 0 12 0 668762948 833904640 20981 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7547] ppid=7534 vsize=814360 CPUtime=0
/proc/7536/task/7547/stat : 7547 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 668762948 833904640 20981 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7548] ppid=7534 vsize=814360 CPUtime=0
/proc/7536/task/7548/stat : 7548 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 668762948 833904640 20981 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 814360

[startup+6.30129 s]
/proc/loadavg: 1.89 1.95 1.94 3/94 7548
/proc/meminfo: memFree=1512464/2055920 swapFree=4174660/4192956
[pid=7536] ppid=7534 vsize=814012 CPUtime=6.11
/proc/7536/stat : 7536 (java) S 7534 7536 6847 0 -1 0 28563 0 30 0 595 16 0 0 20 0 12 0 668762931 833548288 24966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7536/statm: 203503 24966 1374 9 0 200865 0
[pid=7536/tid=7538] ppid=7534 vsize=814012 CPUtime=5.02
/proc/7536/task/7538/stat : 7538 (java) R 7534 7536 6847 0 -1 64 20954 0 1 0 490 12 0 0 25 0 12 0 668762938 833548288 24966 996147200 134512640 134550740 4294956032 18446744073709551615 4109593664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7539] ppid=7534 vsize=814012 CPUtime=0.02
/proc/7536/task/7539/stat : 7539 (java) S 7534 7536 6847 0 -1 64 639 0 0 0 2 0 0 0 16 0 12 0 668762939 833548288 24966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7540] ppid=7534 vsize=814012 CPUtime=0.01
/proc/7536/task/7540/stat : 7540 (java) S 7534 7536 6847 0 -1 64 422 0 0 0 1 0 0 0 16 0 12 0 668762939 833548288 24966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7541] ppid=7534 vsize=814012 CPUtime=0
/proc/7536/task/7541/stat : 7541 (java) S 7534 7536 6847 0 -1 64 89 0 0 0 0 0 0 0 16 0 12 0 668762941 833548288 24966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7542] ppid=7534 vsize=814012 CPUtime=0
/proc/7536/task/7542/stat : 7542 (java) S 7534 7536 6847 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 668762942 833548288 24966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7543] ppid=7534 vsize=814012 CPUtime=0
/proc/7536/task/7543/stat : 7543 (java) S 7534 7536 6847 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 668762942 833548288 24966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7544] ppid=7534 vsize=814012 CPUtime=0
/proc/7536/task/7544/stat : 7544 (java) S 7534 7536 6847 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 668762948 833548288 24966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7545] ppid=7534 vsize=814012 CPUtime=0.48
/proc/7536/task/7545/stat : 7545 (java) S 7534 7536 6847 0 -1 64 3423 0 0 0 48 0 0 0 16 0 12 0 668762948 833548288 24966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7546] ppid=7534 vsize=814012 CPUtime=0.5
/proc/7536/task/7546/stat : 7546 (java) S 7534 7536 6847 0 -1 64 2303 0 0 0 50 0 0 0 16 0 12 0 668762948 833548288 24966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7547] ppid=7534 vsize=814012 CPUtime=0
/proc/7536/task/7547/stat : 7547 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 668762948 833548288 24966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7548] ppid=7534 vsize=814012 CPUtime=0
/proc/7536/task/7548/stat : 7548 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 668762948 833548288 24966 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 814012

[startup+12.7029 s]
/proc/loadavg: 1.90 1.95 1.94 3/94 7548
/proc/meminfo: memFree=1485472/2055920 swapFree=4174660/4192956
[pid=7536] ppid=7534 vsize=823108 CPUtime=12.47
/proc/7536/stat : 7536 (java) S 7534 7536 6847 0 -1 0 34950 0 30 0 1228 19 0 0 20 0 12 0 668762931 842862592 29598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7536/statm: 205777 29598 1385 9 0 203139 0
[pid=7536/tid=7538] ppid=7534 vsize=823108 CPUtime=10.05
/proc/7536/task/7538/stat : 7538 (java) R 7534 7536 6847 0 -1 64 20977 0 1 0 993 12 0 0 25 0 12 0 668762938 842862592 29598 996147200 134512640 134550740 4294956032 18446744073709551615 4109595982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7539] ppid=7534 vsize=823108 CPUtime=0.07
/proc/7536/task/7539/stat : 7539 (java) S 7534 7536 6847 0 -1 64 2065 0 0 0 7 0 0 0 17 0 12 0 668762939 842862592 29598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7540] ppid=7534 vsize=823108 CPUtime=0.05
/proc/7536/task/7540/stat : 7540 (java) S 7534 7536 6847 0 -1 64 1353 0 0 0 5 0 0 0 17 0 12 0 668762939 842862592 29598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7541] ppid=7534 vsize=823108 CPUtime=0.01
/proc/7536/task/7541/stat : 7541 (java) S 7534 7536 6847 0 -1 64 90 0 0 0 1 0 0 0 16 0 12 0 668762941 842862592 29598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7542] ppid=7534 vsize=823108 CPUtime=0
/proc/7536/task/7542/stat : 7542 (java) S 7534 7536 6847 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 668762942 842862592 29598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7543] ppid=7534 vsize=823108 CPUtime=0
/proc/7536/task/7543/stat : 7543 (java) S 7534 7536 6847 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 668762942 842862592 29598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7544] ppid=7534 vsize=823108 CPUtime=0
/proc/7536/task/7544/stat : 7544 (java) S 7534 7536 6847 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 668762948 842862592 29598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7545] ppid=7534 vsize=823108 CPUtime=0.67
/proc/7536/task/7545/stat : 7545 (java) S 7534 7536 6847 0 -1 64 3436 0 0 0 67 0 0 0 16 0 12 0 668762948 842862592 29598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7546] ppid=7534 vsize=823108 CPUtime=1.54
/proc/7536/task/7546/stat : 7546 (java) S 7534 7536 6847 0 -1 64 6296 0 0 0 152 2 0 0 23 0 12 0 668762948 842862592 29598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7547] ppid=7534 vsize=823108 CPUtime=0
/proc/7536/task/7547/stat : 7547 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 668762948 842862592 29598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7548] ppid=7534 vsize=823108 CPUtime=0
/proc/7536/task/7548/stat : 7548 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 668762948 842862592 29598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 823108

[startup+25.5012 s]
/proc/loadavg: 2.13 2.00 1.95 3/94 7548
/proc/meminfo: memFree=1395872/2055920 swapFree=4174660/4192956
[pid=7536] ppid=7534 vsize=821284 CPUtime=25.45
/proc/7536/stat : 7536 (java) S 7534 7536 6847 0 -1 0 58709 0 30 0 2516 29 0 0 20 0 12 0 668762931 840994816 50375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7536/statm: 205321 50375 1385 9 0 202683 0
[pid=7536/tid=7538] ppid=7534 vsize=821284 CPUtime=21.57
/proc/7536/task/7538/stat : 7538 (java) R 7534 7536 6847 0 -1 64 20995 0 1 0 2145 12 0 0 23 0 12 0 668762938 840994816 50375 996147200 134512640 134550740 4294956032 18446744073709551615 4109719561 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7539] ppid=7534 vsize=821284 CPUtime=0.81
/proc/7536/task/7539/stat : 7539 (java) S 7534 7536 6847 0 -1 64 13001 0 0 0 76 5 0 0 16 0 12 0 668762939 840994816 50375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7540] ppid=7534 vsize=821284 CPUtime=0.78
/proc/7536/task/7540/stat : 7540 (java) S 7534 7536 6847 0 -1 64 14158 0 0 0 72 6 0 0 16 0 12 0 668762939 840994816 50375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7541] ppid=7534 vsize=821284 CPUtime=0.01
/proc/7536/task/7541/stat : 7541 (java) S 7534 7536 6847 0 -1 64 90 0 0 0 1 0 0 0 15 0 12 0 668762941 840994816 50375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7542] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7542/stat : 7542 (java) S 7534 7536 6847 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 668762942 840994816 50375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7543] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7543/stat : 7543 (java) S 7534 7536 6847 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 668762942 840994816 50375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7544] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7544/stat : 7544 (java) S 7534 7536 6847 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 668762948 840994816 50375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=7536/tid=7547] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7547/stat : 7547 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7548] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7548/stat : 7548 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.96
Current children cumulated vsize (KiB) 821284

[startup+207.906 s]
/proc/loadavg: 2.38 2.17 2.02 3/94 7548
/proc/meminfo: memFree=889760/2055920 swapFree=4174660/4192956
[pid=7536] ppid=7534 vsize=821284 CPUtime=208.16
/proc/7536/stat : 7536 (java) S 7534 7536 6847 0 -1 0 188749 0 30 0 20735 81 0 0 20 0 12 0 668762931 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7536/statm: 205321 174857 1388 9 0 202683 0
[pid=7536/tid=7538] ppid=7534 vsize=821284 CPUtime=101.54
/proc/7536/task/7538/stat : 7538 (java) S 7534 7536 6847 0 -1 64 21138 0 1 0 10142 12 0 0 17 0 12 0 668762938 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7539] ppid=7534 vsize=821284 CPUtime=7.4
/proc/7536/task/7539/stat : 7539 (java) S 7534 7536 6847 0 -1 64 82126 0 0 0 708 32 0 0 16 0 12 0 668762939 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7540] ppid=7534 vsize=821284 CPUtime=7.22
/proc/7536/task/7540/stat : 7540 (java) S 7534 7536 6847 0 -1 64 72466 0 0 0 694 28 0 0 15 0 12 0 668762939 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7541] ppid=7534 vsize=821284 CPUtime=89.69
/proc/7536/task/7541/stat : 7541 (java) R 7534 7536 6847 0 -1 64 2554 0 0 0 8968 1 0 0 25 0 12 0 668762941 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 104126496 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7542] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7542/stat : 7542 (java) S 7534 7536 6847 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 668762942 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7543] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7543/stat : 7543 (java) S 7534 7536 6847 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 668762942 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7544] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7544/stat : 7544 (java) S 7534 7536 6847 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7545] ppid=7534 vsize=821284 CPUtime=0.67
/proc/7536/task/7545/stat : 7545 (java) S 7534 7536 6847 0 -1 64 3436 0 0 0 67 0 0 0 16 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7546] ppid=7534 vsize=821284 CPUtime=1.54
/proc/7536/task/7546/stat : 7546 (java) S 7534 7536 6847 0 -1 64 6296 0 0 0 152 2 0 0 23 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7547] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7547/stat : 7547 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7548] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7548/stat : 7548 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 208.16
Current children cumulated vsize (KiB) 821284

[startup+211.103 s]
/proc/loadavg: 2.38 2.17 2.02 3/94 7548
/proc/meminfo: memFree=889696/2055920 swapFree=4174660/4192956
[pid=7536] ppid=7534 vsize=821284 CPUtime=211.36
/proc/7536/stat : 7536 (java) S 7534 7536 6847 0 -1 0 188751 0 30 0 21055 81 0 0 20 0 12 0 668762931 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7536/statm: 205321 174857 1388 9 0 202683 0
[pid=7536/tid=7538] ppid=7534 vsize=821284 CPUtime=101.57
/proc/7536/task/7538/stat : 7538 (java) S 7534 7536 6847 0 -1 64 21140 0 1 0 10145 12 0 0 17 0 12 0 668762938 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7539] ppid=7534 vsize=821284 CPUtime=7.4
/proc/7536/task/7539/stat : 7539 (java) S 7534 7536 6847 0 -1 64 82126 0 0 0 708 32 0 0 16 0 12 0 668762939 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7540] ppid=7534 vsize=821284 CPUtime=7.22
/proc/7536/task/7540/stat : 7540 (java) S 7534 7536 6847 0 -1 64 72466 0 0 0 694 28 0 0 15 0 12 0 668762939 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7541] ppid=7534 vsize=821284 CPUtime=92.87
/proc/7536/task/7541/stat : 7541 (java) R 7534 7536 6847 0 -1 64 2554 0 0 0 9286 1 0 0 25 0 12 0 668762941 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7542] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7542/stat : 7542 (java) S 7534 7536 6847 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 668762942 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7543] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7543/stat : 7543 (java) S 7534 7536 6847 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 668762942 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7544] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7544/stat : 7544 (java) S 7534 7536 6847 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7545] ppid=7534 vsize=821284 CPUtime=0.67
/proc/7536/task/7545/stat : 7545 (java) S 7534 7536 6847 0 -1 64 3436 0 0 0 67 0 0 0 16 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7546] ppid=7534 vsize=821284 CPUtime=1.54
/proc/7536/task/7546/stat : 7546 (java) S 7534 7536 6847 0 -1 64 6296 0 0 0 152 2 0 0 23 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7547] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7547/stat : 7547 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7548] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7548/stat : 7548 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 211.36
Current children cumulated vsize (KiB) 821284

[startup+211.902 s]
/proc/loadavg: 2.38 2.17 2.02 3/94 7548
/proc/meminfo: memFree=889696/2055920 swapFree=4174660/4192956
[pid=7536] ppid=7534 vsize=821284 CPUtime=212.15
/proc/7536/stat : 7536 (java) S 7534 7536 6847 0 -1 0 188751 0 30 0 21134 81 0 0 20 0 12 0 668762931 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7536/statm: 205321 174857 1388 9 0 202683 0
[pid=7536/tid=7538] ppid=7534 vsize=821284 CPUtime=101.57
/proc/7536/task/7538/stat : 7538 (java) S 7534 7536 6847 0 -1 64 21140 0 1 0 10145 12 0 0 17 0 12 0 668762938 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7539] ppid=7534 vsize=821284 CPUtime=7.4
/proc/7536/task/7539/stat : 7539 (java) S 7534 7536 6847 0 -1 64 82126 0 0 0 708 32 0 0 16 0 12 0 668762939 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7540] ppid=7534 vsize=821284 CPUtime=7.22
/proc/7536/task/7540/stat : 7540 (java) S 7534 7536 6847 0 -1 64 72466 0 0 0 694 28 0 0 15 0 12 0 668762939 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7541] ppid=7534 vsize=821284 CPUtime=93.66
/proc/7536/task/7541/stat : 7541 (java) R 7534 7536 6847 0 -1 64 2554 0 0 0 9365 1 0 0 25 0 12 0 668762941 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7542] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7542/stat : 7542 (java) S 7534 7536 6847 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 668762942 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7543] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7543/stat : 7543 (java) S 7534 7536 6847 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 668762942 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7544] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7544/stat : 7544 (java) S 7534 7536 6847 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7545] ppid=7534 vsize=821284 CPUtime=0.67
/proc/7536/task/7545/stat : 7545 (java) S 7534 7536 6847 0 -1 64 3436 0 0 0 67 0 0 0 16 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7546] ppid=7534 vsize=821284 CPUtime=1.54
/proc/7536/task/7546/stat : 7546 (java) S 7534 7536 6847 0 -1 64 6296 0 0 0 152 2 0 0 23 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7547] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7547/stat : 7547 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7548] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7548/stat : 7548 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 212.15
Current children cumulated vsize (KiB) 821284

[startup+212.307 s]
/proc/loadavg: 2.38 2.17 2.02 3/94 7548
/proc/meminfo: memFree=889696/2055920 swapFree=4174660/4192956
[pid=7536] ppid=7534 vsize=821284 CPUtime=212.56
/proc/7536/stat : 7536 (java) S 7534 7536 6847 0 -1 0 188751 0 30 0 21175 81 0 0 20 0 12 0 668762931 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7536/statm: 205321 174857 1388 9 0 202683 0
[pid=7536/tid=7538] ppid=7534 vsize=821284 CPUtime=101.57
/proc/7536/task/7538/stat : 7538 (java) S 7534 7536 6847 0 -1 64 21140 0 1 0 10145 12 0 0 17 0 12 0 668762938 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7539] ppid=7534 vsize=821284 CPUtime=7.4
/proc/7536/task/7539/stat : 7539 (java) S 7534 7536 6847 0 -1 64 82126 0 0 0 708 32 0 0 16 0 12 0 668762939 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7540] ppid=7534 vsize=821284 CPUtime=7.22
/proc/7536/task/7540/stat : 7540 (java) S 7534 7536 6847 0 -1 64 72466 0 0 0 694 28 0 0 15 0 12 0 668762939 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7541] ppid=7534 vsize=821284 CPUtime=94.07
/proc/7536/task/7541/stat : 7541 (java) R 7534 7536 6847 0 -1 64 2554 0 0 0 9406 1 0 0 25 0 12 0 668762941 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 106123413 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7542] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7542/stat : 7542 (java) S 7534 7536 6847 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 668762942 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7543] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7543/stat : 7543 (java) S 7534 7536 6847 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 668762942 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7544] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7544/stat : 7544 (java) S 7534 7536 6847 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7545] ppid=7534 vsize=821284 CPUtime=0.67
/proc/7536/task/7545/stat : 7545 (java) S 7534 7536 6847 0 -1 64 3436 0 0 0 67 0 0 0 16 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7546] ppid=7534 vsize=821284 CPUtime=1.54
/proc/7536/task/7546/stat : 7546 (java) S 7534 7536 6847 0 -1 64 6296 0 0 0 152 2 0 0 23 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7547] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7547/stat : 7547 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7548] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7548/stat : 7548 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 212.56
Current children cumulated vsize (KiB) 821284

[startup+212.702 s]
/proc/loadavg: 2.38 2.17 2.02 3/94 7548
/proc/meminfo: memFree=889696/2055920 swapFree=4174660/4192956
[pid=7536] ppid=7534 vsize=821284 CPUtime=212.95
/proc/7536/stat : 7536 (java) S 7534 7536 6847 0 -1 0 188751 0 30 0 21214 81 0 0 20 0 12 0 668762931 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7536/statm: 205321 174857 1388 9 0 202683 0
[pid=7536/tid=7538] ppid=7534 vsize=821284 CPUtime=101.57
/proc/7536/task/7538/stat : 7538 (java) S 7534 7536 6847 0 -1 64 21140 0 1 0 10145 12 0 0 17 0 12 0 668762938 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7539] ppid=7534 vsize=821284 CPUtime=7.4
/proc/7536/task/7539/stat : 7539 (java) S 7534 7536 6847 0 -1 64 82126 0 0 0 708 32 0 0 16 0 12 0 668762939 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7540] ppid=7534 vsize=821284 CPUtime=7.22
/proc/7536/task/7540/stat : 7540 (java) S 7534 7536 6847 0 -1 64 72466 0 0 0 694 28 0 0 15 0 12 0 668762939 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7541] ppid=7534 vsize=821284 CPUtime=94.46
/proc/7536/task/7541/stat : 7541 (java) R 7534 7536 6847 0 -1 64 2554 0 0 0 9445 1 0 0 25 0 12 0 668762941 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 106123719 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7536/tid=7542] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7542/stat : 7542 (java) S 7534 7536 6847 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 668762942 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7543] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7543/stat : 7543 (java) S 7534 7536 6847 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 668762942 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7544] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7544/stat : 7544 (java) S 7534 7536 6847 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7545] ppid=7534 vsize=821284 CPUtime=0.67
/proc/7536/task/7545/stat : 7545 (java) S 7534 7536 6847 0 -1 64 3436 0 0 0 67 0 0 0 16 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7546] ppid=7534 vsize=821284 CPUtime=1.54
/proc/7536/task/7546/stat : 7546 (java) S 7534 7536 6847 0 -1 64 6296 0 0 0 152 2 0 0 23 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7547] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7547/stat : 7547 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7536/tid=7548] ppid=7534 vsize=821284 CPUtime=0
/proc/7536/task/7548/stat : 7548 (java) S 7534 7536 6847 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 668762948 840994816 174857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 212.95
Current children cumulated vsize (KiB) 821284

[startup+212.802 s]
/proc/loadavg: 2.38 2.17 2.02 3/94 7548
/proc/meminfo: memFree=889696/2055920 swapFree=4174660/4192956
[pid=7536] ppid=7534 vsize=0 CPUtime=213.03
/proc/7536/stat : 7536 (java) Z 7534 7536 6847 0 -1 12 188763 0 30 0 21220 83 0 0 16 0 2 0 668762931 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7536/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 213.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 212.879
CPU time (s): 213.121
CPU user time (s): 212.205
CPU system time (s): 0.91586
CPU usage (%): 100.114
Max. virtual memory (cumulated for all children) (KiB): 825288

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

runsolver used 0.276957 second user time and 0.714891 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-04 02:12:33
IDJOB=1061059
IDBENCH=54504
IDSOLVER=344
FILE ID=node89/1061059-1215130353
PBS_JOBID= 7877239
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f4f50398b68b852815c7b3779f17aa15
RANDOM SEED=1797100385

node89.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.213
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.213
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:       1601232 kB
Buffers:         26416 kB
Cached:         332304 kB
SwapCached:      12832 kB
Active:         196908 kB
Inactive:       214188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1601232 kB
SwapTotal:     4192956 kB
SwapFree:      4174660 kB
Dirty:            1112 kB
Writeback:           0 kB
Mapped:          62836 kB
Slab:            28732 kB
Committed_AS:  1877840 kB
PageTables:       1884 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= 66536 MiB
End job on node89 at 2008-07-04 02:16:06