Trace number 2066312

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 2.1.1? 1239.66 1249.13

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-10-20.xml
MD5SUMc229cff344c03cb393bb28ed8fbc7d87
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 benchmark12.2641
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints60
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2066312-1247342222.xml
0.18/0.24	c reading problem ... 
0.37/0.47	c reading problem named null
0.37/0.47	c reading domains done.
0.37/0.48	c reading variables done.
0.48/0.58	c reading predicates  done.
0.77/0.80	c reading constraints
1232.82/1242.26	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1232.82/1242.26		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
1232.82/1242.26		at org.mozilla.javascript.gen.c3.call(rhino.log)
1232.82/1242.26		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
1232.82/1242.26		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
1232.82/1242.26		at org.mozilla.javascript.gen.c3.call(rhino.log)
1232.82/1242.26		at org.mozilla.javascript.gen.c3.exec(rhino.log)
1232.82/1242.26		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.find(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.Predicate.toClause(Unknown Source)
1232.82/1242.26		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
1232.82/1242.26		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
1239.25/1248.71	c starts		: 0
1239.25/1248.71	c conflicts		: 0
1239.25/1248.71	c decisions		: 0
1239.25/1248.71	c propagations		: 0
1239.25/1248.71	c inspects		: 0
1239.25/1248.71	c learnt literals	: 0
1239.25/1248.71	c learnt binary clauses	: 0
1239.25/1248.71	c learnt ternary clauses	: 0
1239.25/1248.71	c learnt clauses	: 0
1239.25/1248.71	c ignored clauses	: 0
1239.25/1248.71	c root simplifications	: 0
1239.25/1248.71	c removed literals (reason simplification)	: 0
1239.25/1248.71	c reason swapping (by a shorter reason)	: 0
1239.25/1248.71	c Calls to reduceDB	: 0
1239.25/1248.71	c speed (assignments/second)	: 0.0
1239.25/1248.71	c non guided choices	0
1239.25/1248.71	c learnt constraints type 
1239.25/1248.71	c constraints type 
1239.25/1248.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4673327
1239.25/1248.71	c org.sat4j.minisat.constraints.card.AtLeast => 400
1239.25/1248.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 400
1239.25/1248.71	s UNKNOWN
1239.25/1248.71	c Total wall clock time (in seconds) : 1242.03

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066312-1247342222/watcher-2066312-1247342222 -o /tmp/evaluation-result-2066312-1247342222/solver-2066312-1247342222 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2066312-1247342222.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.05 2.04 4/75 15318
/proc/meminfo: memFree=1100160/2055920 swapFree=4192948/4192956
[pid=15318] ppid=15316 vsize=18576 CPUtime=0
/proc/15318/stat : 15318 (runsolver) R 15316 15318 14414 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 21287544 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15318/statm: 4644 284 249 26 0 2626 0

[startup+0.020507 s]
/proc/loadavg: 2.01 2.05 2.04 4/75 15318
/proc/meminfo: memFree=1100160/2055920 swapFree=4192948/4192956
[pid=15318] ppid=15316 vsize=13528 CPUtime=0
/proc/15318/stat : 15318 (java) S 15316 15318 14414 0 -1 0 904 0 1 0 0 0 0 0 20 0 2 0 21287544 13852672 659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15318/statm: 3382 659 329 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13528

[startup+0.101219 s]
/proc/loadavg: 2.01 2.05 2.04 4/75 15318
/proc/meminfo: memFree=1100160/2055920 swapFree=4192948/4192956
[pid=15318] ppid=15316 vsize=804560 CPUtime=0.08
/proc/15318/stat : 15318 (java) S 15316 15318 14414 0 -1 0 3016 0 1 0 6 2 0 0 20 0 12 0 21287544 823869440 2759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15318/statm: 201140 2759 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301239 s]
/proc/loadavg: 2.01 2.05 2.04 4/75 15318
/proc/meminfo: memFree=1100160/2055920 swapFree=4192948/4192956
[pid=15318] ppid=15316 vsize=805896 CPUtime=0.27
/proc/15318/stat : 15318 (java) S 15316 15318 14414 0 -1 0 4391 0 1 0 24 3 0 0 20 0 12 0 21287544 825237504 4128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15318/statm: 201474 4128 1359 9 0 198801 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805896

[startup+0.701287 s]
/proc/loadavg: 2.01 2.05 2.04 4/75 15318
/proc/meminfo: memFree=1100160/2055920 swapFree=4192948/4192956
[pid=15318] ppid=15316 vsize=807312 CPUtime=0.67
/proc/15318/stat : 15318 (java) S 15316 15318 14414 0 -1 0 6121 0 1 0 62 5 0 0 20 0 12 0 21287544 826687488 5512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15318/statm: 201828 5512 1389 9 0 199155 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807312

[startup+1.50238 s]
/proc/loadavg: 2.01 2.05 2.04 4/87 15330
/proc/meminfo: memFree=1080672/2055920 swapFree=4192948/4192956
[pid=15318] ppid=15316 vsize=808620 CPUtime=1.47
/proc/15318/stat : 15318 (java) S 15316 15318 14414 0 -1 0 11924 0 1 0 140 7 0 0 20 0 12 0 21287544 828026880 9823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15318/statm: 202155 9823 1424 9 0 199482 0
[pid=15318/tid=15320] ppid=15316 vsize=808620 CPUtime=0.89
/proc/15318/task/15320/stat : 15320 (java) R 15316 15318 14414 0 -1 64 8191 0 1 0 83 6 0 0 25 0 12 0 21287545 828026880 9823 996147200 134512640 134550932 4294956016 18446744073709551615 4109553959 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15321] ppid=15316 vsize=808620 CPUtime=0
/proc/15318/task/15321/stat : 15321 (java) S 15316 15318 14414 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 21287546 828026880 9823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15322] ppid=15316 vsize=808620 CPUtime=0
/proc/15318/task/15322/stat : 15322 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21287546 828026880 9823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15323] ppid=15316 vsize=808620 CPUtime=0
/proc/15318/task/15323/stat : 15323 (java) S 15316 15318 14414 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21287548 828026880 9823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15324] ppid=15316 vsize=808620 CPUtime=0
/proc/15318/task/15324/stat : 15324 (java) S 15316 15318 14414 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 21287549 828026880 9823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15325] ppid=15316 vsize=808620 CPUtime=0
/proc/15318/task/15325/stat : 15325 (java) S 15316 15318 14414 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21287549 828026880 9823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15326] ppid=15316 vsize=808620 CPUtime=0
/proc/15318/task/15326/stat : 15326 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21287553 828026880 9823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15327] ppid=15316 vsize=808620 CPUtime=0.04
/proc/15318/task/15327/stat : 15327 (java) S 15316 15318 14414 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 21287553 828026880 9823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15328] ppid=15316 vsize=808620 CPUtime=0.52
/proc/15318/task/15328/stat : 15328 (java) S 15316 15318 14414 0 -1 64 2724 0 0 0 52 0 0 0 16 0 12 0 21287553 828026880 9823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15329] ppid=15316 vsize=808620 CPUtime=0
/proc/15318/task/15329/stat : 15329 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21287553 828026880 9823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15330] ppid=15316 vsize=808620 CPUtime=0
/proc/15318/task/15330/stat : 15330 (java) R 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21287553 828026880 9823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808620

[startup+3.10256 s]
/proc/loadavg: 2.01 2.05 2.04 3/87 15330
/proc/meminfo: memFree=1045280/2055920 swapFree=4192948/4192956
[pid=15318] ppid=15316 vsize=820468 CPUtime=3.06
/proc/15318/stat : 15318 (java) S 15316 15318 14414 0 -1 0 25231 0 1 0 293 13 0 0 20 0 12 0 21287544 840159232 22156 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15318/statm: 205117 22156 1436 9 0 202444 0
[pid=15318/tid=15320] ppid=15316 vsize=820468 CPUtime=1.66
/proc/15318/task/15320/stat : 15320 (java) R 15316 15318 14414 0 -1 64 17393 0 1 0 156 10 0 0 25 0 12 0 21287545 840159232 22156 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15321] ppid=15316 vsize=820468 CPUtime=0.01
/proc/15318/task/15321/stat : 15321 (java) S 15316 15318 14414 0 -1 64 438 0 0 0 1 0 0 0 17 0 12 0 21287546 840159232 22156 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15322] ppid=15316 vsize=820468 CPUtime=0
/proc/15318/task/15322/stat : 15322 (java) S 15316 15318 14414 0 -1 64 102 0 0 0 0 0 0 0 17 0 12 0 21287546 840159232 22156 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15323] ppid=15316 vsize=820468 CPUtime=0
/proc/15318/task/15323/stat : 15323 (java) S 15316 15318 14414 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 21287548 840159232 22156 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15324] ppid=15316 vsize=820468 CPUtime=0
/proc/15318/task/15324/stat : 15324 (java) S 15316 15318 14414 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 21287549 840159232 22156 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15325] ppid=15316 vsize=820468 CPUtime=0
/proc/15318/task/15325/stat : 15325 (java) S 15316 15318 14414 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21287549 840159232 22156 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15326] ppid=15316 vsize=820468 CPUtime=0
/proc/15318/task/15326/stat : 15326 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21287553 840159232 22156 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15327] ppid=15316 vsize=820468 CPUtime=0.04
/proc/15318/task/15327/stat : 15327 (java) S 15316 15318 14414 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 21287553 840159232 22156 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15328] ppid=15316 vsize=820468 CPUtime=1.32
/proc/15318/task/15328/stat : 15328 (java) R 15316 15318 14414 0 -1 64 6282 0 0 0 130 2 0 0 20 0 12 0 21287553 840159232 22156 996147200 134512640 134550932 4294956016 18446744073709551615 103377898 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15329] ppid=15316 vsize=820468 CPUtime=0
/proc/15318/task/15329/stat : 15329 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21287553 840159232 22156 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15330] ppid=15316 vsize=820468 CPUtime=0
/proc/15318/task/15330/stat : 15330 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21287553 840159232 22156 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 820468

[startup+6.30291 s]
/proc/loadavg: 2.09 2.07 2.04 3/87 15330
/proc/meminfo: memFree=996704/2055920 swapFree=4192948/4192956
[pid=15318] ppid=15316 vsize=820772 CPUtime=6.25
/proc/15318/stat : 15318 (java) S 15316 15318 14414 0 -1 0 32553 0 1 0 608 17 0 0 20 0 12 0 21287544 840470528 28313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15318/statm: 205193 28313 1438 9 0 202520 0
[pid=15318/tid=15320] ppid=15316 vsize=820772 CPUtime=4.3
/proc/15318/task/15320/stat : 15320 (java) R 15316 15318 14414 0 -1 64 17398 0 1 0 420 10 0 0 25 0 12 0 21287545 840470528 28313 996147200 134512640 134550932 4294956016 18446744073709551615 4109677448 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15321] ppid=15316 vsize=820772 CPUtime=0.1
/proc/15318/task/15321/stat : 15321 (java) S 15316 15318 14414 0 -1 64 2947 0 0 0 9 1 0 0 16 0 12 0 21287546 840470528 28313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15322] ppid=15316 vsize=820772 CPUtime=0.1
/proc/15318/task/15322/stat : 15322 (java) S 15316 15318 14414 0 -1 64 3259 0 0 0 9 1 0 0 16 0 12 0 21287546 840470528 28313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15323] ppid=15316 vsize=820772 CPUtime=0
/proc/15318/task/15323/stat : 15323 (java) S 15316 15318 14414 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 21287548 840470528 28313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15324] ppid=15316 vsize=820772 CPUtime=0
/proc/15318/task/15324/stat : 15324 (java) S 15316 15318 14414 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 21287549 840470528 28313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15325] ppid=15316 vsize=820772 CPUtime=0
/proc/15318/task/15325/stat : 15325 (java) S 15316 15318 14414 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21287549 840470528 28313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15326] ppid=15316 vsize=820772 CPUtime=0
/proc/15318/task/15326/stat : 15326 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21287553 840470528 28313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15327] ppid=15316 vsize=820772 CPUtime=0.04
/proc/15318/task/15327/stat : 15327 (java) S 15316 15318 14414 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 21287553 840470528 28313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15328] ppid=15316 vsize=820772 CPUtime=1.65
/proc/15318/task/15328/stat : 15328 (java) S 15316 15318 14414 0 -1 64 7913 0 0 0 163 2 0 0 23 0 12 0 21287553 840470528 28313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15329] ppid=15316 vsize=820772 CPUtime=0
/proc/15318/task/15329/stat : 15329 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21287553 840470528 28313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15330] ppid=15316 vsize=820772 CPUtime=0
/proc/15318/task/15330/stat : 15330 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21287553 840470528 28313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 820772

[startup+12.7026 s]
/proc/loadavg: 2.24 2.10 2.05 3/87 15330
/proc/meminfo: memFree=952736/2055920 swapFree=4192948/4192956
[pid=15318] ppid=15316 vsize=820772 CPUtime=12.69
/proc/15318/stat : 15318 (java) S 15316 15318 14414 0 -1 0 44440 0 1 0 1246 23 0 0 20 0 12 0 21287544 840470528 39176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15318/statm: 205193 39176 1438 9 0 202520 0
[pid=15318/tid=15320] ppid=15316 vsize=820772 CPUtime=9.99
/proc/15318/task/15320/stat : 15320 (java) R 15316 15318 14414 0 -1 64 17413 0 1 0 989 10 0 0 25 0 12 0 21287545 840470528 39176 996147200 134512640 134550932 4294956016 18446744073709551615 4109678102 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15321] ppid=15316 vsize=820772 CPUtime=0.47
/proc/15318/task/15321/stat : 15321 (java) S 15316 15318 14414 0 -1 64 8379 0 0 0 44 3 0 0 16 0 12 0 21287546 840470528 39176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15322] ppid=15316 vsize=820772 CPUtime=0.47
/proc/15318/task/15322/stat : 15322 (java) S 15316 15318 14414 0 -1 64 9699 0 0 0 43 4 0 0 16 0 12 0 21287546 840470528 39176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15323] ppid=15316 vsize=820772 CPUtime=0
/proc/15318/task/15323/stat : 15323 (java) S 15316 15318 14414 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 21287548 840470528 39176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15324] ppid=15316 vsize=820772 CPUtime=0
/proc/15318/task/15324/stat : 15324 (java) S 15316 15318 14414 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 21287549 840470528 39176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15325] ppid=15316 vsize=820772 CPUtime=0
/proc/15318/task/15325/stat : 15325 (java) S 15316 15318 14414 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21287549 840470528 39176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15326] ppid=15316 vsize=820772 CPUtime=0
/proc/15318/task/15326/stat : 15326 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21287553 840470528 39176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15327] ppid=15316 vsize=820772 CPUtime=0.04
/proc/15318/task/15327/stat : 15327 (java) S 15316 15318 14414 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 21287553 840470528 39176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15328] ppid=15316 vsize=820772 CPUtime=1.65
/proc/15318/task/15328/stat : 15328 (java) S 15316 15318 14414 0 -1 64 7913 0 0 0 163 2 0 0 23 0 12 0 21287553 840470528 39176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15329] ppid=15316 vsize=820772 CPUtime=0
/proc/15318/task/15329/stat : 15329 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21287553 840470528 39176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15330] ppid=15316 vsize=820772 CPUtime=0
/proc/15318/task/15330/stat : 15330 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21287553 840470528 39176 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 820772

[startup+25.5012 s]
/proc/loadavg: 2.26 2.11 2.05 3/87 15330
/proc/meminfo: memFree=872992/2055920 swapFree=4192948/4192956
[pid=15318] ppid=15316 vsize=820772 CPUtime=25.49
/proc/15318/stat : 15318 (java) S 15316 15318 14414 0 -1 0 64493 0 1 0 2517 32 0 0 20 0 12 0 21287544 840470528 58764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15318/statm: 205193 58764 1438 9 0 202520 0
[pid=15318/tid=15320] ppid=15316 vsize=820772 CPUtime=21.58
/proc/15318/task/15320/stat : 15320 (java) R 15316 15318 14414 0 -1 64 17435 0 1 0 2148 10 0 0 25 0 12 0 21287545 840470528 58764 996147200 134512640 134550932 4294956016 18446744073709551615 4109677736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15318/tid=15321] ppid=15316 vsize=820772 CPUtime=1.06
/proc/15318/task/15321/stat : 15321 (java) S 15316 15318 14414 0 -1 64 17853 0 0 0 98 8 0 0 16 0 12 0 21287546 840470528 58764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15318/tid=15322] ppid=15316 vsize=820772 CPUtime=1.1
/proc/15318/task/15322/stat : 15322 (java) S 15316 15318 14414 0 -1 64 20256 0 0 0 101 9 0 0 16 0 12 0 21287546 840470528 58764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15318/tid=15323] ppid=15316 vsize=820772 CPUtime=0
/proc/15318/task/15323/stat : 15323 (java) S 15316 15318 14414 0 -1 64 28 0 0 0 0 0 0 0 15 0 12 0 21287548 840470528 58764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15318/tid=15324] ppid=15316 vsize=820772 CPUtime=0
/proc/15318/task/15324/stat : 15324 (java) S 15316 15318 14414 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 21287549 840470528 58764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15325] ppid=15316 vsize=820772 CPUtime=0
/proc/15318/task/15325/stat : 15325 (java) S 15316 15318 14414 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21287549 840470528 58764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15326] ppid=15316 vsize=820772 CPUtime=0
/proc/15318/task/15326/stat : 15326 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21287553 840470528 58764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15327] ppid=15316 vsize=820772 CPUtime=0.04

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


[startup+1245.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 15500
/proc/meminfo: memFree=300288/2055920 swapFree=4192948/4192956
[pid=15318] ppid=15316 vsize=821096 CPUtime=1235.78
/proc/15318/stat : 15318 (java) S 15316 15318 14414 0 -1 0 616826 0 1 0 123292 286 0 0 20 0 13 0 21287544 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15318/statm: 205274 174687 1439 9 0 202601 0
[pid=15318/tid=15320] ppid=15316 vsize=821096 CPUtime=109.3
/proc/15318/task/15320/stat : 15320 (java) S 15316 15318 14414 0 -1 64 17947 0 1 0 10918 12 0 0 16 0 13 0 21287545 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15321] ppid=15316 vsize=821096 CPUtime=8.07
/proc/15318/task/15321/stat : 15321 (java) S 15316 15318 14414 0 -1 64 81260 0 0 0 773 34 0 0 16 0 13 0 21287546 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15322] ppid=15316 vsize=821096 CPUtime=8.14
/proc/15318/task/15322/stat : 15322 (java) S 15316 15318 14414 0 -1 64 73113 0 0 0 785 29 0 0 15 0 13 0 21287546 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15323] ppid=15316 vsize=821096 CPUtime=1108.53
/proc/15318/task/15323/stat : 15323 (java) R 15316 15318 14414 0 -1 64 435580 0 0 0 110647 206 0 0 25 0 13 0 21287548 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15324] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15324/stat : 15324 (java) S 15316 15318 14414 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 21287549 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15325] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15325/stat : 15325 (java) S 15316 15318 14414 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21287549 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15326] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15326/stat : 15326 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21287553 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15327] ppid=15316 vsize=821096 CPUtime=0.04
/proc/15318/task/15327/stat : 15327 (java) S 15316 15318 14414 0 -1 64 264 0 0 0 4 0 0 0 18 0 13 0 21287553 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15328] ppid=15316 vsize=821096 CPUtime=1.65
/proc/15318/task/15328/stat : 15328 (java) S 15316 15318 14414 0 -1 64 7913 0 0 0 163 2 0 0 23 0 13 0 21287553 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15329] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15329/stat : 15329 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21287553 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15330] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15330/stat : 15330 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21287553 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15500] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15500/stat : 15500 (java) S 15316 15318 14414 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 21411771 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1235.78
Current children cumulated vsize (KiB) 821096

[startup+1246.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 15500
/proc/meminfo: memFree=300288/2055920 swapFree=4192948/4192956
[pid=15318] ppid=15316 vsize=821096 CPUtime=1237.37
/proc/15318/stat : 15318 (java) S 15316 15318 14414 0 -1 0 616826 0 1 0 123451 286 0 0 20 0 13 0 21287544 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15318/statm: 205274 174687 1439 9 0 202601 0
[pid=15318/tid=15320] ppid=15316 vsize=821096 CPUtime=109.3
/proc/15318/task/15320/stat : 15320 (java) S 15316 15318 14414 0 -1 64 17947 0 1 0 10918 12 0 0 16 0 13 0 21287545 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15321] ppid=15316 vsize=821096 CPUtime=8.07
/proc/15318/task/15321/stat : 15321 (java) S 15316 15318 14414 0 -1 64 81260 0 0 0 773 34 0 0 16 0 13 0 21287546 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15322] ppid=15316 vsize=821096 CPUtime=8.14
/proc/15318/task/15322/stat : 15322 (java) S 15316 15318 14414 0 -1 64 73113 0 0 0 785 29 0 0 15 0 13 0 21287546 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15323] ppid=15316 vsize=821096 CPUtime=1110.12
/proc/15318/task/15323/stat : 15323 (java) R 15316 15318 14414 0 -1 64 435580 0 0 0 110806 206 0 0 25 0 13 0 21287548 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 106158052 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15324] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15324/stat : 15324 (java) S 15316 15318 14414 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 21287549 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15325] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15325/stat : 15325 (java) S 15316 15318 14414 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21287549 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15326] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15326/stat : 15326 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21287553 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15327] ppid=15316 vsize=821096 CPUtime=0.04
/proc/15318/task/15327/stat : 15327 (java) S 15316 15318 14414 0 -1 64 264 0 0 0 4 0 0 0 18 0 13 0 21287553 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15328] ppid=15316 vsize=821096 CPUtime=1.65
/proc/15318/task/15328/stat : 15328 (java) S 15316 15318 14414 0 -1 64 7913 0 0 0 163 2 0 0 23 0 13 0 21287553 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15329] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15329/stat : 15329 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21287553 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15330] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15330/stat : 15330 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21287553 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15500] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15500/stat : 15500 (java) S 15316 15318 14414 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 21411771 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1237.37
Current children cumulated vsize (KiB) 821096

[startup+1248.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 15500
/proc/meminfo: memFree=300288/2055920 swapFree=4192948/4192956
[pid=15318] ppid=15316 vsize=821096 CPUtime=1238.95
/proc/15318/stat : 15318 (java) S 15316 15318 14414 0 -1 0 616826 0 1 0 123609 286 0 0 20 0 13 0 21287544 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15318/statm: 205274 174687 1439 9 0 202601 0
[pid=15318/tid=15320] ppid=15316 vsize=821096 CPUtime=109.3
/proc/15318/task/15320/stat : 15320 (java) S 15316 15318 14414 0 -1 64 17947 0 1 0 10918 12 0 0 16 0 13 0 21287545 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15321] ppid=15316 vsize=821096 CPUtime=8.07
/proc/15318/task/15321/stat : 15321 (java) S 15316 15318 14414 0 -1 64 81260 0 0 0 773 34 0 0 16 0 13 0 21287546 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15322] ppid=15316 vsize=821096 CPUtime=8.14
/proc/15318/task/15322/stat : 15322 (java) S 15316 15318 14414 0 -1 64 73113 0 0 0 785 29 0 0 15 0 13 0 21287546 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15323] ppid=15316 vsize=821096 CPUtime=1111.7
/proc/15318/task/15323/stat : 15323 (java) R 15316 15318 14414 0 -1 64 435580 0 0 0 110964 206 0 0 25 0 13 0 21287548 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 106159199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15324] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15324/stat : 15324 (java) S 15316 15318 14414 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 21287549 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15325] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15325/stat : 15325 (java) S 15316 15318 14414 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21287549 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15326] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15326/stat : 15326 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21287553 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15327] ppid=15316 vsize=821096 CPUtime=0.04
/proc/15318/task/15327/stat : 15327 (java) S 15316 15318 14414 0 -1 64 264 0 0 0 4 0 0 0 18 0 13 0 21287553 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15328] ppid=15316 vsize=821096 CPUtime=1.65
/proc/15318/task/15328/stat : 15328 (java) S 15316 15318 14414 0 -1 64 7913 0 0 0 163 2 0 0 23 0 13 0 21287553 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15329] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15329/stat : 15329 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21287553 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15330] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15330/stat : 15330 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21287553 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15500] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15500/stat : 15500 (java) S 15316 15318 14414 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 21411771 840802304 174687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1238.95
Current children cumulated vsize (KiB) 821096

[startup+1248.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 15500
/proc/meminfo: memFree=300288/2055920 swapFree=4192948/4192956
[pid=15318] ppid=15316 vsize=821096 CPUtime=1239.35
/proc/15318/stat : 15318 (java) S 15316 15318 14414 0 -1 0 616831 0 1 0 123649 286 0 0 20 0 12 0 21287544 840802304 174691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15318/statm: 205274 174691 1440 9 0 202601 0
[pid=15318/tid=15320] ppid=15316 vsize=821096 CPUtime=109.3
/proc/15318/task/15320/stat : 15320 (java) S 15316 15318 14414 0 -1 64 17947 0 1 0 10918 12 0 0 16 0 12 0 21287545 840802304 174691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15321] ppid=15316 vsize=821096 CPUtime=8.07
/proc/15318/task/15321/stat : 15321 (java) S 15316 15318 14414 0 -1 64 81260 0 0 0 773 34 0 0 16 0 12 0 21287546 840802304 174691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15322] ppid=15316 vsize=821096 CPUtime=8.14
/proc/15318/task/15322/stat : 15322 (java) S 15316 15318 14414 0 -1 64 73113 0 0 0 785 29 0 0 15 0 12 0 21287546 840802304 174691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15323] ppid=15316 vsize=821096 CPUtime=1112.09
/proc/15318/task/15323/stat : 15323 (java) R 15316 15318 14414 0 -1 64 435580 0 0 0 111003 206 0 0 25 0 12 0 21287548 840802304 174691 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15324] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15324/stat : 15324 (java) S 15316 15318 14414 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 21287549 840802304 174691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15325] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15325/stat : 15325 (java) S 15316 15318 14414 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21287549 840802304 174691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15326] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15326/stat : 15326 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21287553 840802304 174691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15327] ppid=15316 vsize=821096 CPUtime=0.04
/proc/15318/task/15327/stat : 15327 (java) S 15316 15318 14414 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 21287553 840802304 174691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15328] ppid=15316 vsize=821096 CPUtime=1.65
/proc/15318/task/15328/stat : 15328 (java) S 15316 15318 14414 0 -1 64 7913 0 0 0 163 2 0 0 23 0 12 0 21287553 840802304 174691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15329] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15329/stat : 15329 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21287553 840802304 174691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15330] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15330/stat : 15330 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21287553 840802304 174691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1239.35
Current children cumulated vsize (KiB) 821096

[startup+1249.01 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 15500
/proc/meminfo: memFree=300288/2055920 swapFree=4192948/4192956
[pid=15318] ppid=15316 vsize=821096 CPUtime=1239.55
/proc/15318/stat : 15318 (java) S 15316 15318 14414 0 -1 0 616834 0 1 0 123669 286 0 0 20 0 12 0 21287544 840802304 174693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15318/statm: 205274 174693 1440 9 0 202601 0
[pid=15318/tid=15320] ppid=15316 vsize=821096 CPUtime=109.3
/proc/15318/task/15320/stat : 15320 (java) S 15316 15318 14414 0 -1 64 17949 0 1 0 10918 12 0 0 15 0 12 0 21287545 840802304 174693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15321] ppid=15316 vsize=821096 CPUtime=8.07
/proc/15318/task/15321/stat : 15321 (java) S 15316 15318 14414 0 -1 64 81260 0 0 0 773 34 0 0 16 0 12 0 21287546 840802304 174693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15322] ppid=15316 vsize=821096 CPUtime=8.14
/proc/15318/task/15322/stat : 15322 (java) S 15316 15318 14414 0 -1 64 73113 0 0 0 785 29 0 0 15 0 12 0 21287546 840802304 174693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15323] ppid=15316 vsize=821096 CPUtime=1112.29
/proc/15318/task/15323/stat : 15323 (java) S 15316 15318 14414 0 -1 64 435580 0 0 0 111023 206 0 0 25 0 12 0 21287548 840802304 174693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15324] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15324/stat : 15324 (java) S 15316 15318 14414 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 21287549 840802304 174693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15325] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15325/stat : 15325 (java) S 15316 15318 14414 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 21287549 840802304 174693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15326] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15326/stat : 15326 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21287553 840802304 174693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15327] ppid=15316 vsize=821096 CPUtime=0.04
/proc/15318/task/15327/stat : 15327 (java) S 15316 15318 14414 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 21287553 840802304 174693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15328] ppid=15316 vsize=821096 CPUtime=1.65
/proc/15318/task/15328/stat : 15328 (java) S 15316 15318 14414 0 -1 64 7913 0 0 0 163 2 0 0 23 0 12 0 21287553 840802304 174693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15329] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15329/stat : 15329 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21287553 840802304 174693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15318/tid=15330] ppid=15316 vsize=821096 CPUtime=0
/proc/15318/task/15330/stat : 15330 (java) S 15316 15318 14414 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21287553 840802304 174693 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1239.55
Current children cumulated vsize (KiB) 821096

[startup+1249.1 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 15500
/proc/meminfo: memFree=300288/2055920 swapFree=4192948/4192956
[pid=15318] ppid=15316 vsize=0 CPUtime=1239.63
/proc/15318/stat : 15318 (java) Z 15316 15318 14414 0 -1 12 616837 0 1 0 123669 294 0 0 16 0 2 0 21287544 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15318/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1239.63
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1249.13
CPU time (s): 1239.66
CPU user time (s): 1236.69
CPU system time (s): 2.96655
CPU usage (%): 99.2421
Max. virtual memory (cumulated for all children) (KiB): 868780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1236.69
system time used= 2.96655
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 616837
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= 28656
involuntary context switches= 53502

runsolver used 1.64575 second user time and 4.07938 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-11 21:57:02
IDJOB=2066312
IDBENCH=54506
IDSOLVER=731
FILE ID=node85/2066312-1247342222
PBS_JOBID= 9506686
Free space on /tmp= 126476 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-10-20.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066312-1247342222/watcher-2066312-1247342222 -o /tmp/evaluation-result-2066312-1247342222/solver-2066312-1247342222 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2066312-1247342222.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c229cff344c03cb393bb28ed8fbc7d87
RANDOM SEED=1820607817

node85.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.220
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.220
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:       1100576 kB
Buffers:         66608 kB
Cached:         785084 kB
SwapCached:          8 kB
Active:         147836 kB
Inactive:       729372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1100576 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1256 kB
Writeback:           0 kB
Mapped:          36700 kB
Slab:            63388 kB
Committed_AS:   148448 kB
PageTables:       1808 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= 126472 MiB
End job on node85 at 2009-07-11 22:17:51