Trace number 2068226

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? 1106.59 1107.5

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s3-3-3-4.xml
MD5SUMc25bc2ed5a4fd79604373669bb556f6f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.172973
Satisfiable
(Un)Satisfiability was proved
Number of variables228
Number of constraints616
Maximum constraint arity19
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension616
Global constraints used (with number of constraints)

Solver Data

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

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-2068226-1247346713/watcher-2068226-1247346713 -o /tmp/evaluation-result-2068226-1247346713/solver-2068226-1247346713 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068226-1247346713.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: 1.96 2.01 2.00 4/82 12567
/proc/meminfo: memFree=1567684/2055920 swapFree=4192952/4192956
[pid=12567] ppid=12565 vsize=13208 CPUtime=0
/proc/12567/stat : 12567 (java) S 12565 12567 11021 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 21738446 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12567/statm: 3302 521 219 9 0 1186 0
[pid=12567/tid=12568] ppid=12565 vsize=13208 CPUtime=0
/proc/12567/task/12568/stat : 12568 (java) R 12565 12567 11021 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 21738448 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 9510872 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.028856 s]
/proc/loadavg: 1.96 2.01 2.00 4/82 12567
/proc/meminfo: memFree=1567684/2055920 swapFree=4192952/4192956
[pid=12567] ppid=12565 vsize=798736 CPUtime=0.01
/proc/12567/stat : 12567 (java) S 12565 12567 11021 0 -1 0 1821 0 1 0 0 1 0 0 18 0 4 0 21738446 817905664 1568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12567/statm: 200174 2079 938 9 0 197525 0
[pid=12567/tid=12568] ppid=12565 vsize=800696 CPUtime=0
/proc/12567/task/12568/stat : 12568 (java) R 12565 12567 11021 0 -1 64 1607 0 1 0 0 0 0 0 19 0 4 0 21738448 819912704 2079 996147200 134512640 134550932 4294956016 18446744073709551615 105829035 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.108597 s]
/proc/loadavg: 1.96 2.01 2.00 4/82 12567
/proc/meminfo: memFree=1567684/2055920 swapFree=4192952/4192956
[pid=12567] ppid=12565 vsize=804560 CPUtime=0.08
/proc/12567/stat : 12567 (java) S 12565 12567 11021 0 -1 0 3045 0 1 0 6 2 0 0 18 0 12 0 21738446 823869440 2788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12567/statm: 201140 2788 1082 9 0 198474 0
[pid=12567/tid=12568] ppid=12565 vsize=804560 CPUtime=0.08
/proc/12567/task/12568/stat : 12568 (java) R 12565 12567 11021 0 -1 64 2288 0 1 0 6 2 0 0 20 0 12 0 21738448 823869440 2788 996147200 134512640 134550932 4294956016 18446744073709551615 4109161877 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.302617 s]
/proc/loadavg: 1.96 2.01 2.00 4/82 12567
/proc/meminfo: memFree=1567684/2055920 swapFree=4192952/4192956
[pid=12567] ppid=12565 vsize=805628 CPUtime=0.29
/proc/12567/stat : 12567 (java) S 12565 12567 11021 0 -1 0 4301 0 1 0 25 4 0 0 18 0 12 0 21738446 824963072 4038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12567/statm: 201407 4038 1359 9 0 198734 0
[pid=12567/tid=12568] ppid=12565 vsize=805628 CPUtime=0.21
/proc/12567/task/12568/stat : 12568 (java) R 12565 12567 11021 0 -1 64 3060 0 1 0 18 3 0 0 18 0 12 0 21738448 824963072 4038 996147200 134512640 134550932 4294956016 18446744073709551615 4109149090 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.702663 s]
/proc/loadavg: 1.96 2.01 2.00 4/82 12567
/proc/meminfo: memFree=1567684/2055920 swapFree=4192952/4192956
[pid=12567] ppid=12565 vsize=807296 CPUtime=0.68
/proc/12567/stat : 12567 (java) S 12565 12567 11021 0 -1 0 6134 0 1 0 63 5 0 0 18 0 12 0 21738446 826671104 5526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12567/statm: 201824 5526 1387 9 0 199151 0
[pid=12567/tid=12568] ppid=12565 vsize=807296 CPUtime=0.49
/proc/12567/task/12568/stat : 12568 (java) R 12565 12567 11021 0 -1 64 4246 0 1 0 45 4 0 0 18 0 12 0 21738448 826671104 5526 996147200 134512640 134550932 4294956016 18446744073709551615 104108737 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807296

[startup+1.50275 s]
/proc/loadavg: 1.96 2.01 2.00 3/94 12579
/proc/meminfo: memFree=1548708/2055920 swapFree=4192952/4192956
[pid=12567] ppid=12565 vsize=810808 CPUtime=1.47
/proc/12567/stat : 12567 (java) S 12565 12567 11021 0 -1 0 8637 0 1 0 141 6 0 0 18 0 12 0 21738446 830267392 7075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12567/statm: 202702 7075 1407 9 0 200029 0
[pid=12567/tid=12568] ppid=12565 vsize=810808 CPUtime=0.9
/proc/12567/task/12568/stat : 12568 (java) R 12565 12567 11021 0 -1 64 5096 0 1 0 85 5 0 0 21 0 12 0 21738448 830267392 7075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12570] ppid=12565 vsize=810808 CPUtime=0
/proc/12567/task/12570/stat : 12570 (java) S 12565 12567 11021 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21738449 830267392 7075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12571] ppid=12565 vsize=810808 CPUtime=0
/proc/12567/task/12571/stat : 12571 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21738449 830267392 7075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12572] ppid=12565 vsize=810808 CPUtime=0
/proc/12567/task/12572/stat : 12572 (java) S 12565 12567 11021 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21738451 830267392 7075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12573] ppid=12565 vsize=810808 CPUtime=0
/proc/12567/task/12573/stat : 12573 (java) S 12565 12567 11021 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21738451 830267392 7075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12574] ppid=12565 vsize=810808 CPUtime=0
/proc/12567/task/12574/stat : 12574 (java) S 12565 12567 11021 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21738451 830267392 7075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12575] ppid=12565 vsize=810808 CPUtime=0
/proc/12567/task/12575/stat : 12575 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21738456 830267392 7075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12576] ppid=12565 vsize=810808 CPUtime=0
/proc/12567/task/12576/stat : 12576 (java) S 12565 12567 11021 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 21738456 830267392 7075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12577] ppid=12565 vsize=810808 CPUtime=0.55
/proc/12567/task/12577/stat : 12577 (java) R 12565 12567 11021 0 -1 64 2783 0 0 0 55 0 0 0 17 0 12 0 21738456 830267392 7075 996147200 134512640 134550932 4294956016 18446744073709551615 104163841 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12578] ppid=12565 vsize=810808 CPUtime=0
/proc/12567/task/12578/stat : 12578 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21738456 830267392 7075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12579] ppid=12565 vsize=810808 CPUtime=0
/proc/12567/task/12579/stat : 12579 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21738456 830267392 7075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810808

[startup+3.10193 s]
/proc/loadavg: 1.96 2.01 2.00 4/94 12579
/proc/meminfo: memFree=1542692/2055920 swapFree=4192952/4192956
[pid=12567] ppid=12565 vsize=810596 CPUtime=3.06
/proc/12567/stat : 12567 (java) S 12565 12567 11021 0 -1 0 15300 0 2 0 296 10 0 0 18 0 12 0 21738446 830050304 12739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12567/statm: 202649 12739 1431 9 0 199976 0
[pid=12567/tid=12568] ppid=12565 vsize=810596 CPUtime=1.75
/proc/12567/task/12568/stat : 12568 (java) R 12565 12567 11021 0 -1 64 10548 0 1 0 168 7 0 0 25 0 12 0 21738448 830050304 12739 996147200 134512640 134550932 4294956016 18446744073709551615 105879968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12570] ppid=12565 vsize=810596 CPUtime=0
/proc/12567/task/12570/stat : 12570 (java) S 12565 12567 11021 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 21738449 830050304 12739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12571] ppid=12565 vsize=810596 CPUtime=0
/proc/12567/task/12571/stat : 12571 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 21738449 830050304 12739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12572] ppid=12565 vsize=810596 CPUtime=0
/proc/12567/task/12572/stat : 12572 (java) S 12565 12567 11021 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21738451 830050304 12739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12573] ppid=12565 vsize=810596 CPUtime=0
/proc/12567/task/12573/stat : 12573 (java) S 12565 12567 11021 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21738451 830050304 12739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12574] ppid=12565 vsize=810596 CPUtime=0
/proc/12567/task/12574/stat : 12574 (java) S 12565 12567 11021 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21738451 830050304 12739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12575] ppid=12565 vsize=810596 CPUtime=0
/proc/12567/task/12575/stat : 12575 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21738456 830050304 12739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12576] ppid=12565 vsize=810596 CPUtime=0
/proc/12567/task/12576/stat : 12576 (java) S 12565 12567 11021 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 21738456 830050304 12739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12577] ppid=12565 vsize=810596 CPUtime=1.28
/proc/12567/task/12577/stat : 12577 (java) S 12565 12567 11021 0 -1 64 3993 0 1 0 127 1 0 0 16 0 12 0 21738456 830050304 12739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12578] ppid=12565 vsize=810596 CPUtime=0
/proc/12567/task/12578/stat : 12578 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21738456 830050304 12739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12579] ppid=12565 vsize=810596 CPUtime=0
/proc/12567/task/12579/stat : 12579 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21738456 830050304 12739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 810596

[startup+6.30228 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 12579
/proc/meminfo: memFree=1474404/2055920 swapFree=4192952/4192956
[pid=12567] ppid=12565 vsize=820576 CPUtime=6.33
/proc/12567/stat : 12567 (java) S 12565 12567 11021 0 -1 0 32198 0 2 0 615 18 0 0 18 0 12 0 21738446 840269824 27441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12567/statm: 205144 27441 1440 9 0 202471 0
[pid=12567/tid=12568] ppid=12565 vsize=820576 CPUtime=3.96
/proc/12567/task/12568/stat : 12568 (java) R 12565 12567 11021 0 -1 64 17405 0 1 0 385 11 0 0 25 0 12 0 21738448 840269824 27441 996147200 134512640 134550932 4294956016 18446744073709551615 4109636367 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12570] ppid=12565 vsize=820576 CPUtime=0.08
/proc/12567/task/12570/stat : 12570 (java) S 12565 12567 11021 0 -1 64 2770 0 0 0 8 0 0 0 16 0 12 0 21738449 840269824 27441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12571] ppid=12565 vsize=820576 CPUtime=0.07
/proc/12567/task/12571/stat : 12571 (java) S 12565 12567 11021 0 -1 64 2573 0 0 0 7 0 0 0 16 0 12 0 21738449 840269824 27441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12572] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12572/stat : 12572 (java) S 12565 12567 11021 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 21738451 840269824 27441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12573] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12573/stat : 12573 (java) S 12565 12567 11021 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21738451 840269824 27441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12574] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12574/stat : 12574 (java) S 12565 12567 11021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21738451 840269824 27441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12575] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12575/stat : 12575 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21738456 840269824 27441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12576] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12576/stat : 12576 (java) S 12565 12567 11021 0 -1 64 26 0 0 0 0 0 0 0 17 0 12 0 21738456 840269824 27441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12577] ppid=12565 vsize=820576 CPUtime=2.16
/proc/12567/task/12577/stat : 12577 (java) S 12565 12567 11021 0 -1 64 8654 0 1 0 213 3 0 0 18 0 12 0 21738456 840269824 27441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12578] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12578/stat : 12578 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21738456 840269824 27441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12579] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12579/stat : 12579 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21738456 840269824 27441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 820576

[startup+12.702 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 12579
/proc/meminfo: memFree=1426532/2055920 swapFree=4192952/4192956
[pid=12567] ppid=12565 vsize=820576 CPUtime=12.73
/proc/12567/stat : 12567 (java) S 12565 12567 11021 0 -1 0 42290 0 2 0 1251 22 0 0 18 0 12 0 21738446 840269824 37520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12567/statm: 205144 37520 1440 9 0 202471 0
[pid=12567/tid=12568] ppid=12565 vsize=820576 CPUtime=9.74
/proc/12567/task/12568/stat : 12568 (java) R 12565 12567 11021 0 -1 64 17418 0 1 0 962 12 0 0 25 0 12 0 21738448 840269824 37520 996147200 134512640 134550932 4294956016 18446744073709551615 4109636591 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12570] ppid=12565 vsize=820576 CPUtime=0.41
/proc/12567/task/12570/stat : 12570 (java) S 12565 12567 11021 0 -1 64 8521 0 0 0 38 3 0 0 16 0 12 0 21738449 840269824 37520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12571] ppid=12565 vsize=820576 CPUtime=0.37
/proc/12567/task/12571/stat : 12571 (java) S 12565 12567 11021 0 -1 64 6901 0 0 0 35 2 0 0 16 0 12 0 21738449 840269824 37520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12572] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12572/stat : 12572 (java) S 12565 12567 11021 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 21738451 840269824 37520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12573] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12573/stat : 12573 (java) S 12565 12567 11021 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21738451 840269824 37520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12574] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12574/stat : 12574 (java) S 12565 12567 11021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21738451 840269824 37520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12575] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12575/stat : 12575 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21738456 840269824 37520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12576] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12576/stat : 12576 (java) S 12565 12567 11021 0 -1 64 26 0 0 0 0 0 0 0 17 0 12 0 21738456 840269824 37520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12577] ppid=12565 vsize=820576 CPUtime=2.16
/proc/12567/task/12577/stat : 12577 (java) S 12565 12567 11021 0 -1 64 8654 0 1 0 213 3 0 0 18 0 12 0 21738456 840269824 37520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12578] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12578/stat : 12578 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21738456 840269824 37520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12579] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12579/stat : 12579 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21738456 840269824 37520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 820576

[startup+25.5024 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 12579
/proc/meminfo: memFree=1349796/2055920 swapFree=4192952/4192956
[pid=12567] ppid=12565 vsize=820576 CPUtime=25.54
/proc/12567/stat : 12567 (java) S 12565 12567 11021 0 -1 0 61251 0 2 0 2524 30 0 0 18 0 12 0 21738446 840269824 56314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12567/statm: 205144 56314 1440 9 0 202471 0
[pid=12567/tid=12568] ppid=12565 vsize=820576 CPUtime=21.48
/proc/12567/task/12568/stat : 12568 (java) R 12565 12567 11021 0 -1 64 17440 0 1 0 2136 12 0 0 25 0 12 0 21738448 840269824 56314 996147200 134512640 134550932 4294956016 18446744073709551615 4109666632 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12570] ppid=12565 vsize=820576 CPUtime=0.99
/proc/12567/task/12570/stat : 12570 (java) S 12565 12567 11021 0 -1 64 17915 0 0 0 93 6 0 0 16 0 12 0 21738449 840269824 56314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12571] ppid=12565 vsize=820576 CPUtime=0.84

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

/proc/loadavg: 2.00 2.00 2.01 3/85 12921
/proc/meminfo: memFree=1035956/2055920 swapFree=4192952/4192956
[pid=12567] ppid=12565 vsize=820576 CPUtime=1099.81
/proc/12567/stat : 12567 (java) S 12565 12567 11021 0 -1 0 390392 0 2 0 109804 177 0 0 18 0 12 0 21738446 840269824 174679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12567/statm: 205144 174679 1441 9 0 202471 0
[pid=12567/tid=12568] ppid=12565 vsize=820576 CPUtime=124.09
/proc/12567/task/12568/stat : 12568 (java) S 12565 12567 11021 0 -1 64 17838 0 1 0 12395 14 0 0 16 0 12 0 21738448 840269824 174679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12570] ppid=12565 vsize=820576 CPUtime=7.29
/proc/12567/task/12570/stat : 12570 (java) S 12565 12567 11021 0 -1 64 78849 0 0 0 700 29 0 0 15 0 12 0 21738449 840269824 174679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12571] ppid=12565 vsize=820576 CPUtime=7.05
/proc/12567/task/12571/stat : 12571 (java) S 12565 12567 11021 0 -1 64 73802 0 0 0 678 27 0 0 16 0 12 0 21738449 840269824 174679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12572] ppid=12565 vsize=820576 CPUtime=959.15
/proc/12567/task/12572/stat : 12572 (java) R 12565 12567 11021 0 -1 64 210481 0 0 0 95814 101 0 0 25 0 12 0 21738451 840269824 174679 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12573] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12573/stat : 12573 (java) S 12565 12567 11021 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21738451 840269824 174679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12574] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12574/stat : 12574 (java) S 12565 12567 11021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21738451 840269824 174679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12575] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12575/stat : 12575 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 21738456 840269824 174679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12576] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12576/stat : 12576 (java) S 12565 12567 11021 0 -1 64 26 0 0 0 0 0 0 0 17 0 12 0 21738456 840269824 174679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12577] ppid=12565 vsize=820576 CPUtime=2.16
/proc/12567/task/12577/stat : 12577 (java) S 12565 12567 11021 0 -1 64 8654 0 1 0 213 3 0 0 18 0 12 0 21738456 840269824 174679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12578] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12578/stat : 12578 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 21738456 840269824 174679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12579] ppid=12565 vsize=820576 CPUtime=0
/proc/12567/task/12579/stat : 12579 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21738456 840269824 174679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1099.81
Current children cumulated vsize (KiB) 820576

[startup+1103.9 s]
/proc/loadavg: 2.00 2.00 2.01 3/86 12922
/proc/meminfo: memFree=1035948/2055920 swapFree=4192952/4192956
[pid=12567] ppid=12565 vsize=820900 CPUtime=1103
/proc/12567/stat : 12567 (java) S 12565 12567 11021 0 -1 0 390398 0 2 0 110123 177 0 0 18 0 13 0 21738446 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12567/statm: 205225 174684 1441 9 0 202552 0
[pid=12567/tid=12568] ppid=12565 vsize=820900 CPUtime=124.1
/proc/12567/task/12568/stat : 12568 (java) S 12565 12567 11021 0 -1 64 17840 0 1 0 12396 14 0 0 16 0 13 0 21738448 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12570] ppid=12565 vsize=820900 CPUtime=7.29
/proc/12567/task/12570/stat : 12570 (java) S 12565 12567 11021 0 -1 64 78849 0 0 0 700 29 0 0 15 0 13 0 21738449 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12571] ppid=12565 vsize=820900 CPUtime=7.05
/proc/12567/task/12571/stat : 12571 (java) S 12565 12567 11021 0 -1 64 73802 0 0 0 678 27 0 0 16 0 13 0 21738449 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12572] ppid=12565 vsize=820900 CPUtime=962.34
/proc/12567/task/12572/stat : 12572 (java) R 12565 12567 11021 0 -1 64 210481 0 0 0 96133 101 0 0 25 0 13 0 21738451 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 106836676 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12573] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12573/stat : 12573 (java) S 12565 12567 11021 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21738451 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12574] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12574/stat : 12574 (java) S 12565 12567 11021 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21738451 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12575] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12575/stat : 12575 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12576] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12576/stat : 12576 (java) S 12565 12567 11021 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12577] ppid=12565 vsize=820900 CPUtime=2.16
/proc/12567/task/12577/stat : 12577 (java) S 12565 12567 11021 0 -1 64 8654 0 1 0 213 3 0 0 18 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12578] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12578/stat : 12578 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12579] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12579/stat : 12579 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12922] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12922/stat : 12922 (java) S 12565 12567 11021 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 21848673 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1103
Current children cumulated vsize (KiB) 820900

[startup+1105.51 s]
/proc/loadavg: 2.00 2.00 2.01 3/86 12922
/proc/meminfo: memFree=1035948/2055920 swapFree=4192952/4192956
[pid=12567] ppid=12565 vsize=820900 CPUtime=1104.6
/proc/12567/stat : 12567 (java) S 12565 12567 11021 0 -1 0 390399 0 2 0 110283 177 0 0 18 0 13 0 21738446 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12567/statm: 205225 174684 1441 9 0 202552 0
[pid=12567/tid=12568] ppid=12565 vsize=820900 CPUtime=124.1
/proc/12567/task/12568/stat : 12568 (java) S 12565 12567 11021 0 -1 64 17840 0 1 0 12396 14 0 0 16 0 13 0 21738448 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12570] ppid=12565 vsize=820900 CPUtime=7.29
/proc/12567/task/12570/stat : 12570 (java) S 12565 12567 11021 0 -1 64 78849 0 0 0 700 29 0 0 15 0 13 0 21738449 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12571] ppid=12565 vsize=820900 CPUtime=7.05
/proc/12567/task/12571/stat : 12571 (java) S 12565 12567 11021 0 -1 64 73802 0 0 0 678 27 0 0 16 0 13 0 21738449 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12572] ppid=12565 vsize=820900 CPUtime=963.94
/proc/12567/task/12572/stat : 12572 (java) R 12565 12567 11021 0 -1 64 210481 0 0 0 96293 101 0 0 25 0 13 0 21738451 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12573] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12573/stat : 12573 (java) S 12565 12567 11021 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21738451 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12574] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12574/stat : 12574 (java) S 12565 12567 11021 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21738451 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12575] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12575/stat : 12575 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12576] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12576/stat : 12576 (java) S 12565 12567 11021 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12577] ppid=12565 vsize=820900 CPUtime=2.16
/proc/12567/task/12577/stat : 12577 (java) S 12565 12567 11021 0 -1 64 8654 0 1 0 213 3 0 0 18 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12578] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12578/stat : 12578 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12579] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12579/stat : 12579 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12922] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12922/stat : 12922 (java) S 12565 12567 11021 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 21848673 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1104.6
Current children cumulated vsize (KiB) 820900

[startup+1106.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/86 12922
/proc/meminfo: memFree=1035948/2055920 swapFree=4192952/4192956
[pid=12567] ppid=12565 vsize=820900 CPUtime=1105.4
/proc/12567/stat : 12567 (java) S 12565 12567 11021 0 -1 0 390399 0 2 0 110363 177 0 0 18 0 13 0 21738446 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12567/statm: 205225 174684 1441 9 0 202552 0
[pid=12567/tid=12568] ppid=12565 vsize=820900 CPUtime=124.1
/proc/12567/task/12568/stat : 12568 (java) S 12565 12567 11021 0 -1 64 17840 0 1 0 12396 14 0 0 16 0 13 0 21738448 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12570] ppid=12565 vsize=820900 CPUtime=7.29
/proc/12567/task/12570/stat : 12570 (java) S 12565 12567 11021 0 -1 64 78849 0 0 0 700 29 0 0 15 0 13 0 21738449 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12571] ppid=12565 vsize=820900 CPUtime=7.05
/proc/12567/task/12571/stat : 12571 (java) S 12565 12567 11021 0 -1 64 73802 0 0 0 678 27 0 0 16 0 13 0 21738449 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12572] ppid=12565 vsize=820900 CPUtime=964.74
/proc/12567/task/12572/stat : 12572 (java) R 12565 12567 11021 0 -1 64 210481 0 0 0 96373 101 0 0 25 0 13 0 21738451 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12573] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12573/stat : 12573 (java) S 12565 12567 11021 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21738451 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12574] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12574/stat : 12574 (java) S 12565 12567 11021 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21738451 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12575] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12575/stat : 12575 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12576] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12576/stat : 12576 (java) S 12565 12567 11021 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12577] ppid=12565 vsize=820900 CPUtime=2.16
/proc/12567/task/12577/stat : 12577 (java) S 12565 12567 11021 0 -1 64 8654 0 1 0 213 3 0 0 18 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12578] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12578/stat : 12578 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12579] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12579/stat : 12579 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12922] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12922/stat : 12922 (java) S 12565 12567 11021 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 21848673 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1105.4
Current children cumulated vsize (KiB) 820900

[startup+1107.1 s]
/proc/loadavg: 2.00 2.00 2.01 3/86 12922
/proc/meminfo: memFree=1035948/2055920 swapFree=4192952/4192956
[pid=12567] ppid=12565 vsize=820900 CPUtime=1106.2
/proc/12567/stat : 12567 (java) S 12565 12567 11021 0 -1 0 390399 0 2 0 110443 177 0 0 18 0 13 0 21738446 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12567/statm: 205225 174684 1441 9 0 202552 0
[pid=12567/tid=12568] ppid=12565 vsize=820900 CPUtime=124.1
/proc/12567/task/12568/stat : 12568 (java) S 12565 12567 11021 0 -1 64 17840 0 1 0 12396 14 0 0 16 0 13 0 21738448 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12570] ppid=12565 vsize=820900 CPUtime=7.29
/proc/12567/task/12570/stat : 12570 (java) S 12565 12567 11021 0 -1 64 78849 0 0 0 700 29 0 0 15 0 13 0 21738449 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12571] ppid=12565 vsize=820900 CPUtime=7.05
/proc/12567/task/12571/stat : 12571 (java) S 12565 12567 11021 0 -1 64 73802 0 0 0 678 27 0 0 16 0 13 0 21738449 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12572] ppid=12565 vsize=820900 CPUtime=965.54
/proc/12567/task/12572/stat : 12572 (java) R 12565 12567 11021 0 -1 64 210481 0 0 0 96453 101 0 0 25 0 13 0 21738451 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12573] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12573/stat : 12573 (java) S 12565 12567 11021 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 21738451 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12574] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12574/stat : 12574 (java) S 12565 12567 11021 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21738451 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12575] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12575/stat : 12575 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12576] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12576/stat : 12576 (java) S 12565 12567 11021 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12577] ppid=12565 vsize=820900 CPUtime=2.16
/proc/12567/task/12577/stat : 12577 (java) S 12565 12567 11021 0 -1 64 8654 0 1 0 213 3 0 0 18 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12578] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12578/stat : 12578 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12567/tid=12579] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12579/stat : 12579 (java) S 12565 12567 11021 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21738456 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12567/tid=12922] ppid=12565 vsize=820900 CPUtime=0
/proc/12567/task/12922/stat : 12922 (java) S 12565 12567 11021 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 21848673 840601600 174684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1106.2
Current children cumulated vsize (KiB) 820900

[startup+1107.5 s]
/proc/loadavg: 2.00 2.00 2.01 3/86 12922
/proc/meminfo: memFree=1035948/2055920 swapFree=4192952/4192956
[pid=12567] ppid=12565 vsize=0 CPUtime=1106.58
/proc/12567/stat : 12567 (java) Z 12565 12567 11021 0 -1 12 390410 0 2 0 110471 187 0 0 16 0 2 0 21738446 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12567/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1106.58
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1107.5
CPU time (s): 1106.59
CPU user time (s): 1104.71
CPU system time (s): 1.87671
CPU usage (%): 99.9173
Max. virtual memory (cumulated for all children) (KiB): 868584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1104.71
system time used= 1.87671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 390410
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25749
involuntary context switches= 14111

runsolver used 1.37579 second user time and 3.69644 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-11 23:11:53
IDJOB=2068226
IDBENCH=54842
IDSOLVER=731
FILE ID=node9/2068226-1247346713
PBS_JOBID= 9506699
Free space on /tmp= 66392 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/routing/normalized-s3-3-3-4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068226-1247346713/watcher-2068226-1247346713 -o /tmp/evaluation-result-2068226-1247346713/solver-2068226-1247346713 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068226-1247346713.xml

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

MD5SUM BENCH= c25bc2ed5a4fd79604373669bb556f6f
RANDOM SEED=1110876333

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1568164 kB
Buffers:         29884 kB
Cached:         225044 kB
SwapCached:          4 kB
Active:         230344 kB
Inactive:       206296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1568164 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:         202128 kB
Slab:            36116 kB
Committed_AS:   329868 kB
PageTables:       2164 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= 66396 MiB
End job on node9 at 2009-07-11 23:30:21