Trace number 1049684

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 866.116 872.587

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.12898
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 (download as text)

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

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1049684-1215046134/watcher-1049684-1215046134 -o /tmp/evaluation-result-1049684-1215046134/solver-1049684-1215046134 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1049684-1215046134.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 25444
/proc/meminfo: memFree=1716656/2055920 swapFree=4180812/4192956
[pid=25444] ppid=25442 vsize=1804 CPUtime=0
/proc/25444/stat : 25444 (java6) R 25442 25444 21001 0 -1 0 165 0 0 0 0 0 0 0 19 0 1 0 239087260 1847296 138 996147200 134512640 134550740 4294956192 18446744073709551615 6970576 0 0 4096 0 0 0 0 17 0 0 0
/proc/25444/statm: 451 138 94 9 0 93 0

[startup+0.0461799 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 25444
/proc/meminfo: memFree=1716656/2055920 swapFree=4180812/4192956
[pid=25444] ppid=25442 vsize=802080 CPUtime=0.03
/proc/25444/stat : 25444 (java) S 25442 25444 21001 0 -1 0 2549 0 1 0 2 1 0 0 18 0 7 0 239087260 821329920 2285 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/25444/statm: 200520 2285 969 9 0 197903 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802080

[startup+0.102189 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 25444
/proc/meminfo: memFree=1716656/2055920 swapFree=4180812/4192956
[pid=25444] ppid=25442 vsize=804756 CPUtime=0.09
/proc/25444/stat : 25444 (java) S 25442 25444 21001 0 -1 0 3131 0 1 0 7 2 0 0 18 0 12 0 239087260 824070144 2863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25444/statm: 201189 2863 1149 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301201 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 25444
/proc/meminfo: memFree=1716656/2055920 swapFree=4180812/4192956
[pid=25444] ppid=25442 vsize=808288 CPUtime=0.35
/proc/25444/stat : 25444 (java) S 25442 25444 21001 0 -1 0 5268 0 1 0 32 3 0 0 18 0 12 0 239087260 827686912 4575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25444/statm: 202072 4576 1310 9 0 199441 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 808288

[startup+0.701243 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 25444
/proc/meminfo: memFree=1716656/2055920 swapFree=4180812/4192956
[pid=25444] ppid=25442 vsize=808316 CPUtime=0.75
/proc/25444/stat : 25444 (java) S 25442 25444 21001 0 -1 0 6756 0 1 0 70 5 0 0 18 0 12 0 239087260 827715584 5839 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25444/statm: 202079 5839 1344 9 0 199441 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 808316

[startup+1.50233 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 25456
/proc/meminfo: memFree=1695568/2055920 swapFree=4180812/4192956
[pid=25444] ppid=25442 vsize=817968 CPUtime=1.54
/proc/25444/stat : 25444 (java) S 25442 25444 21001 0 -1 0 11795 0 1 0 147 7 0 0 18 0 12 0 239087260 837599232 8533 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25444/statm: 204492 8533 1360 9 0 201854 0
[pid=25444/tid=25446] ppid=25442 vsize=817968 CPUtime=0.88
/proc/25444/task/25446/stat : 25446 (java) R 25442 25444 21001 0 -1 64 5330 0 1 0 84 4 0 0 24 0 12 0 239087262 837599232 8533 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25447] ppid=25442 vsize=817968 CPUtime=0
/proc/25444/task/25447/stat : 25447 (java) S 25442 25444 21001 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 239087262 837599232 8533 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25448] ppid=25442 vsize=817968 CPUtime=0
/proc/25444/task/25448/stat : 25448 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 239087263 837599232 8533 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25449] ppid=25442 vsize=817968 CPUtime=0
/proc/25444/task/25449/stat : 25449 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 239087264 837599232 8533 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25450] ppid=25442 vsize=817968 CPUtime=0
/proc/25444/task/25450/stat : 25450 (java) S 25442 25444 21001 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 239087265 837599232 8533 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25451] ppid=25442 vsize=817968 CPUtime=0
/proc/25444/task/25451/stat : 25451 (java) S 25442 25444 21001 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 239087265 837599232 8533 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25452] ppid=25442 vsize=817968 CPUtime=0
/proc/25444/task/25452/stat : 25452 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 239087269 837599232 8533 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25453] ppid=25442 vsize=817968 CPUtime=0.4
/proc/25444/task/25453/stat : 25453 (java) R 25442 25444 21001 0 -1 64 4544 0 0 0 38 2 0 0 17 0 12 0 239087269 837599232 8533 996147200 134512640 134550740 4294956032 18446744073709551615 103338880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25454] ppid=25442 vsize=817968 CPUtime=0.24
/proc/25444/task/25454/stat : 25454 (java) S 25442 25444 21001 0 -1 64 1157 0 0 0 24 0 0 0 16 0 12 0 239087269 837599232 8533 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25455] ppid=25442 vsize=817968 CPUtime=0
/proc/25444/task/25455/stat : 25455 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 239087269 837599232 8533 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25456] ppid=25442 vsize=817968 CPUtime=0
/proc/25444/task/25456/stat : 25456 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 239087269 837599232 8533 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 817968

[startup+3.1015 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 25456
/proc/meminfo: memFree=1682064/2055920 swapFree=4180812/4192956
[pid=25444] ppid=25442 vsize=820620 CPUtime=3.23
/proc/25444/stat : 25444 (java) S 25442 25444 21001 0 -1 0 19921 0 1 0 313 10 0 0 18 0 12 0 239087260 840314880 13870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25444/statm: 205155 13871 1383 9 0 202517 0
[pid=25444/tid=25446] ppid=25442 vsize=820620 CPUtime=1.64
/proc/25444/task/25446/stat : 25446 (java) R 25442 25444 21001 0 -1 64 9560 0 1 0 158 6 0 0 25 0 12 0 239087262 840314880 13871 996147200 134512640 134550740 4294956032 18446744073709551615 104119558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25447] ppid=25442 vsize=820620 CPUtime=0
/proc/25444/task/25447/stat : 25447 (java) S 25442 25444 21001 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 239087262 840314880 13872 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25448] ppid=25442 vsize=820620 CPUtime=0
/proc/25444/task/25448/stat : 25448 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 239087263 840314880 13872 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25449] ppid=25442 vsize=820620 CPUtime=0
/proc/25444/task/25449/stat : 25449 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 239087264 840314880 13872 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25450] ppid=25442 vsize=820620 CPUtime=0
/proc/25444/task/25450/stat : 25450 (java) S 25442 25444 21001 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 239087265 840314880 13873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25451] ppid=25442 vsize=820620 CPUtime=0
/proc/25444/task/25451/stat : 25451 (java) S 25442 25444 21001 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 239087265 840314880 13873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25452] ppid=25442 vsize=820620 CPUtime=0
/proc/25444/task/25452/stat : 25452 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 239087269 840314880 13874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25453] ppid=25442 vsize=820620 CPUtime=0.91
/proc/25444/task/25453/stat : 25453 (java) S 25442 25444 21001 0 -1 64 6665 0 0 0 89 2 0 0 16 0 12 0 239087269 840314880 13874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25454] ppid=25442 vsize=820620 CPUtime=0.65
/proc/25444/task/25454/stat : 25454 (java) S 25442 25444 21001 0 -1 64 2933 0 0 0 65 0 0 0 16 0 12 0 239087269 840314880 13874 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25455] ppid=25442 vsize=820620 CPUtime=0
/proc/25444/task/25455/stat : 25455 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 239087269 840314880 13875 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25456] ppid=25442 vsize=820620 CPUtime=0
/proc/25444/task/25456/stat : 25456 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 239087269 840314880 13875 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 820620

[startup+6.30284 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 25456
/proc/meminfo: memFree=1621968/2055920 swapFree=4180812/4192956
[pid=25444] ppid=25442 vsize=818996 CPUtime=6.42
/proc/25444/stat : 25444 (java) S 25442 25444 21001 0 -1 0 36034 0 1 0 624 18 0 0 18 0 12 0 239087260 838651904 27001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25444/statm: 204749 27001 1388 9 0 202111 0
[pid=25444/tid=25446] ppid=25442 vsize=818996 CPUtime=4.08
/proc/25444/task/25446/stat : 25446 (java) R 25442 25444 21001 0 -1 64 17526 0 1 0 398 10 0 0 25 0 12 0 239087262 838651904 27001 996147200 134512640 134550740 4294956032 18446744073709551615 4109692179 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25447] ppid=25442 vsize=818996 CPUtime=0.1
/proc/25444/task/25447/stat : 25447 (java) S 25442 25444 21001 0 -1 64 3423 0 0 0 9 1 0 0 16 0 12 0 239087262 838651904 27001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25448] ppid=25442 vsize=818996 CPUtime=0.07
/proc/25444/task/25448/stat : 25448 (java) S 25442 25444 21001 0 -1 64 2560 0 0 0 7 0 0 0 16 0 12 0 239087263 838651904 27001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25449] ppid=25442 vsize=818996 CPUtime=0
/proc/25444/task/25449/stat : 25449 (java) S 25442 25444 21001 0 -1 64 82 0 0 0 0 0 0 0 16 0 12 0 239087264 838651904 27001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25450] ppid=25442 vsize=818996 CPUtime=0
/proc/25444/task/25450/stat : 25450 (java) S 25442 25444 21001 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 239087265 838651904 27001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25451] ppid=25442 vsize=818996 CPUtime=0
/proc/25444/task/25451/stat : 25451 (java) S 25442 25444 21001 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 239087265 838651904 27001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25452] ppid=25442 vsize=818996 CPUtime=0
/proc/25444/task/25452/stat : 25452 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 239087269 838651904 27001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25453] ppid=25442 vsize=818996 CPUtime=0.91
/proc/25444/task/25453/stat : 25453 (java) S 25442 25444 21001 0 -1 64 6665 0 0 0 89 2 0 0 16 0 12 0 239087269 838651904 27001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25454] ppid=25442 vsize=818996 CPUtime=1.2
/proc/25444/task/25454/stat : 25454 (java) S 25442 25444 21001 0 -1 64 5015 0 0 0 118 2 0 0 21 0 12 0 239087269 838651904 27001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25455] ppid=25442 vsize=818996 CPUtime=0
/proc/25444/task/25455/stat : 25455 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 239087269 838651904 27001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25456] ppid=25442 vsize=818996 CPUtime=0
/proc/25444/task/25456/stat : 25456 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 239087269 838651904 27001 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 818996

[startup+12.7015 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 25456
/proc/meminfo: memFree=1567376/2055920 swapFree=4180812/4192956
[pid=25444] ppid=25442 vsize=820276 CPUtime=13.02
/proc/25444/stat : 25444 (java) S 25442 25444 21001 0 -1 0 50755 0 1 0 1279 23 0 0 18 0 12 0 239087260 839962624 40569 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25444/statm: 205069 40569 1388 9 0 202431 0
[pid=25444/tid=25446] ppid=25442 vsize=820276 CPUtime=9.54
/proc/25444/task/25446/stat : 25446 (java) R 25442 25444 21001 0 -1 64 17539 0 1 0 944 10 0 0 25 0 12 0 239087262 839962624 40569 996147200 134512640 134550740 4294956032 18446744073709551615 4109917047 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25447] ppid=25442 vsize=820276 CPUtime=0.67
/proc/25444/task/25447/stat : 25447 (java) S 25442 25444 21001 0 -1 64 10682 0 0 0 64 3 0 0 16 0 12 0 239087262 839962624 40569 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25448] ppid=25442 vsize=820276 CPUtime=0.63
/proc/25444/task/25448/stat : 25448 (java) S 25442 25444 21001 0 -1 64 10009 0 0 0 60 3 0 0 16 0 12 0 239087263 839962624 40569 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25449] ppid=25442 vsize=820276 CPUtime=0
/proc/25444/task/25449/stat : 25449 (java) S 25442 25444 21001 0 -1 64 82 0 0 0 0 0 0 0 16 0 12 0 239087264 839962624 40569 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25450] ppid=25442 vsize=820276 CPUtime=0
/proc/25444/task/25450/stat : 25450 (java) S 25442 25444 21001 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 239087265 839962624 40569 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25451] ppid=25442 vsize=820276 CPUtime=0
/proc/25444/task/25451/stat : 25451 (java) S 25442 25444 21001 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 239087265 839962624 40569 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25452] ppid=25442 vsize=820276 CPUtime=0
/proc/25444/task/25452/stat : 25452 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 239087269 839962624 40569 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25453] ppid=25442 vsize=820276 CPUtime=0.91
/proc/25444/task/25453/stat : 25453 (java) S 25442 25444 21001 0 -1 64 6665 0 0 0 89 2 0 0 16 0 12 0 239087269 839962624 40569 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25454] ppid=25442 vsize=820276 CPUtime=1.2
/proc/25444/task/25454/stat : 25454 (java) S 25442 25444 21001 0 -1 64 5015 0 0 0 118 2 0 0 21 0 12 0 239087269 839962624 40569 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25455] ppid=25442 vsize=820276 CPUtime=0
/proc/25444/task/25455/stat : 25455 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 239087269 839962624 40569 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25456] ppid=25442 vsize=820276 CPUtime=0
/proc/25444/task/25456/stat : 25456 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 239087269 839962624 40569 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.02
Current children cumulated vsize (KiB) 820276

[startup+25.5029 s]
/proc/loadavg: 2.09 2.02 2.00 3/93 25456
/proc/meminfo: memFree=1480720/2055920 swapFree=4180812/4192956
[pid=25444] ppid=25442 vsize=820276 CPUtime=25.86
/proc/25444/stat : 25444 (java) S 25442 25444 21001 0 -1 0 72201 0 1 0 2555 31 0 0 18 0 12 0 239087260 839962624 61741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25444/statm: 205069 61741 1388 9 0 202431 0
[pid=25444/tid=25446] ppid=25442 vsize=820276 CPUtime=20.97
/proc/25444/task/25446/stat : 25446 (java) R 25442 25444 21001 0 -1 64 17560 0 1 0 2087 10 0 0 25 0 12 0 239087262 839962624 61741 996147200 134512640 134550740 4294956032 18446744073709551615 4109925767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25447] ppid=25442 vsize=820276 CPUtime=1.38
/proc/25444/task/25447/stat : 25447 (java) S 25442 25444 21001 0 -1 64 20397 0 0 0 132 6 0 0 16 0 12 0 239087262 839962624 61741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25448] ppid=25442 vsize=820276 CPUtime=1.34
/proc/25444/task/25448/stat : 25448 (java) S 25442 25444 21001 0 -1 64 21719 0 0 0 126 8 0 0 16 0 12 0 239087263 839962624 61741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25449] ppid=25442 vsize=820276 CPUtime=0.01
/proc/25444/task/25449/stat : 25449 (java) S 25442 25444 21001 0 -1 64 82 0 0 0 1 0 0 0 15 0 12 0 239087264 839962624 61741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25450] ppid=25442 vsize=820276 CPUtime=0
/proc/25444/task/25450/stat : 25450 (java) S 25442 25444 21001 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 239087265 839962624 61741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25451] ppid=25442 vsize=820276 CPUtime=0
/proc/25444/task/25451/stat : 25451 (java) S 25442 25444 21001 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 239087265 839962624 61741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25452] ppid=25442 vsize=820276 CPUtime=0
/proc/25444/task/25452/stat : 25452 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 239087269 839962624 61741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+863.902 s]
/proc/loadavg: 1.98 2.00 2.02 3/85 25491
/proc/meminfo: memFree=1171808/2055920 swapFree=4180812/4192956
[pid=25444] ppid=25442 vsize=822280 CPUtime=857.51
/proc/25444/stat : 25444 (java) S 25442 25444 21001 0 -1 0 901618 0 1 0 85368 383 0 0 18 0 12 0 239087260 842014720 174912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25444/statm: 205570 174912 1392 9 0 202932 0
[pid=25444/tid=25446] ppid=25442 vsize=822280 CPUtime=98.21
/proc/25444/task/25446/stat : 25446 (java) S 25442 25444 21001 0 -1 64 17849 0 1 0 9810 11 0 0 17 0 12 0 239087262 842014720 174912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25447] ppid=25442 vsize=822280 CPUtime=6.78
/proc/25444/task/25447/stat : 25447 (java) S 25442 25444 21001 0 -1 64 77382 0 0 0 650 28 0 0 16 0 12 0 239087262 842014720 174912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25448] ppid=25442 vsize=822280 CPUtime=6.74
/proc/25444/task/25448/stat : 25448 (java) S 25442 25444 21001 0 -1 64 79344 0 0 0 644 30 0 0 15 0 12 0 239087263 842014720 174912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25449] ppid=25442 vsize=822280 CPUtime=743.58
/proc/25444/task/25449/stat : 25449 (java) R 25442 25444 21001 0 -1 64 714600 0 0 0 74052 306 0 0 25 0 12 0 239087264 842014720 174912 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25450] ppid=25442 vsize=822280 CPUtime=0
/proc/25444/task/25450/stat : 25450 (java) S 25442 25444 21001 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 239087265 842014720 174912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25451] ppid=25442 vsize=822280 CPUtime=0
/proc/25444/task/25451/stat : 25451 (java) S 25442 25444 21001 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 239087265 842014720 174912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25452] ppid=25442 vsize=822280 CPUtime=0
/proc/25444/task/25452/stat : 25452 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 239087269 842014720 174912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25453] ppid=25442 vsize=822280 CPUtime=0.91
/proc/25444/task/25453/stat : 25453 (java) S 25442 25444 21001 0 -1 64 6665 0 0 0 89 2 0 0 16 0 12 0 239087269 842014720 174912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25454] ppid=25442 vsize=822280 CPUtime=1.2
/proc/25444/task/25454/stat : 25454 (java) S 25442 25444 21001 0 -1 64 5015 0 0 0 118 2 0 0 21 0 12 0 239087269 842014720 174912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25455] ppid=25442 vsize=822280 CPUtime=0
/proc/25444/task/25455/stat : 25455 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 239087269 842014720 174912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25456] ppid=25442 vsize=822280 CPUtime=0
/proc/25444/task/25456/stat : 25456 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 239087269 842014720 174912 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 857.51
Current children cumulated vsize (KiB) 822280

[startup+867.101 s]
/proc/loadavg: 1.98 2.00 2.02 3/86 25492
/proc/meminfo: memFree=1171800/2055920 swapFree=4180812/4192956
[pid=25444] ppid=25442 vsize=822604 CPUtime=860.67
/proc/25444/stat : 25444 (java) S 25442 25444 21001 0 -1 0 902504 0 1 0 85684 383 0 0 18 0 13 0 239087260 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25444/statm: 205651 174919 1392 9 0 203013 0
[pid=25444/tid=25446] ppid=25442 vsize=822604 CPUtime=98.22
/proc/25444/task/25446/stat : 25446 (java) S 25442 25444 21001 0 -1 64 17852 0 1 0 9811 11 0 0 18 0 13 0 239087262 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25447] ppid=25442 vsize=822604 CPUtime=6.78
/proc/25444/task/25447/stat : 25447 (java) S 25442 25444 21001 0 -1 64 77382 0 0 0 650 28 0 0 16 0 13 0 239087262 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25448] ppid=25442 vsize=822604 CPUtime=6.74
/proc/25444/task/25448/stat : 25448 (java) S 25442 25444 21001 0 -1 64 79344 0 0 0 644 30 0 0 15 0 13 0 239087263 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25449] ppid=25442 vsize=822604 CPUtime=746.75
/proc/25444/task/25449/stat : 25449 (java) R 25442 25444 21001 0 -1 64 715478 0 0 0 74368 307 0 0 25 0 13 0 239087264 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25450] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25450/stat : 25450 (java) S 25442 25444 21001 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 239087265 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25451] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25451/stat : 25451 (java) S 25442 25444 21001 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 239087265 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25452] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25452/stat : 25452 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 239087269 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25453] ppid=25442 vsize=822604 CPUtime=0.91
/proc/25444/task/25453/stat : 25453 (java) S 25442 25444 21001 0 -1 64 6665 0 0 0 89 2 0 0 16 0 13 0 239087269 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25454] ppid=25442 vsize=822604 CPUtime=1.2
/proc/25444/task/25454/stat : 25454 (java) S 25442 25444 21001 0 -1 64 5015 0 0 0 118 2 0 0 21 0 13 0 239087269 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25455] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25455/stat : 25455 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 239087269 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25456] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25456/stat : 25456 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 239087269 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25492] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25492/stat : 25492 (java) S 25442 25444 21001 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 239173854 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 860.67
Current children cumulated vsize (KiB) 822604

[startup+870.303 s]
/proc/loadavg: 1.98 2.00 2.02 3/86 25492
/proc/meminfo: memFree=1171800/2055920 swapFree=4180812/4192956
[pid=25444] ppid=25442 vsize=822604 CPUtime=863.85
/proc/25444/stat : 25444 (java) S 25442 25444 21001 0 -1 0 903383 0 1 0 86001 384 0 0 18 0 13 0 239087260 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25444/statm: 205651 174919 1392 9 0 203013 0
[pid=25444/tid=25446] ppid=25442 vsize=822604 CPUtime=98.22
/proc/25444/task/25446/stat : 25446 (java) S 25442 25444 21001 0 -1 64 17852 0 1 0 9811 11 0 0 18 0 13 0 239087262 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25447] ppid=25442 vsize=822604 CPUtime=6.78
/proc/25444/task/25447/stat : 25447 (java) S 25442 25444 21001 0 -1 64 77382 0 0 0 650 28 0 0 16 0 13 0 239087262 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25448] ppid=25442 vsize=822604 CPUtime=6.74
/proc/25444/task/25448/stat : 25448 (java) S 25442 25444 21001 0 -1 64 79344 0 0 0 644 30 0 0 15 0 13 0 239087263 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25449] ppid=25442 vsize=822604 CPUtime=749.92
/proc/25444/task/25449/stat : 25449 (java) R 25442 25444 21001 0 -1 64 716356 0 0 0 74685 307 0 0 25 0 13 0 239087264 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25450] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25450/stat : 25450 (java) S 25442 25444 21001 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 239087265 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25451] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25451/stat : 25451 (java) S 25442 25444 21001 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 239087265 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25452] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25452/stat : 25452 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 239087269 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25453] ppid=25442 vsize=822604 CPUtime=0.91
/proc/25444/task/25453/stat : 25453 (java) S 25442 25444 21001 0 -1 64 6665 0 0 0 89 2 0 0 16 0 13 0 239087269 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25454] ppid=25442 vsize=822604 CPUtime=1.2
/proc/25444/task/25454/stat : 25454 (java) S 25442 25444 21001 0 -1 64 5015 0 0 0 118 2 0 0 21 0 13 0 239087269 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25455] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25455/stat : 25455 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 239087269 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25456] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25456/stat : 25456 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 239087269 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25492] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25492/stat : 25492 (java) S 25442 25444 21001 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 239173854 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 863.85
Current children cumulated vsize (KiB) 822604

[startup+871.903 s]
/proc/loadavg: 1.98 2.00 2.02 3/86 25492
/proc/meminfo: memFree=1171800/2055920 swapFree=4180812/4192956
[pid=25444] ppid=25442 vsize=822604 CPUtime=865.44
/proc/25444/stat : 25444 (java) S 25442 25444 21001 0 -1 0 903383 0 1 0 86160 384 0 0 18 0 13 0 239087260 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25444/statm: 205651 174919 1392 9 0 203013 0
[pid=25444/tid=25446] ppid=25442 vsize=822604 CPUtime=98.22
/proc/25444/task/25446/stat : 25446 (java) S 25442 25444 21001 0 -1 64 17852 0 1 0 9811 11 0 0 18 0 13 0 239087262 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25447] ppid=25442 vsize=822604 CPUtime=6.78
/proc/25444/task/25447/stat : 25447 (java) S 25442 25444 21001 0 -1 64 77382 0 0 0 650 28 0 0 16 0 13 0 239087262 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25448] ppid=25442 vsize=822604 CPUtime=6.74
/proc/25444/task/25448/stat : 25448 (java) S 25442 25444 21001 0 -1 64 79344 0 0 0 644 30 0 0 15 0 13 0 239087263 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25449] ppid=25442 vsize=822604 CPUtime=751.51
/proc/25444/task/25449/stat : 25449 (java) R 25442 25444 21001 0 -1 64 716356 0 0 0 74844 307 0 0 25 0 13 0 239087264 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 106123770 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25450] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25450/stat : 25450 (java) S 25442 25444 21001 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 239087265 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25451] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25451/stat : 25451 (java) S 25442 25444 21001 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 239087265 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25452] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25452/stat : 25452 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 239087269 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25453] ppid=25442 vsize=822604 CPUtime=0.91
/proc/25444/task/25453/stat : 25453 (java) S 25442 25444 21001 0 -1 64 6665 0 0 0 89 2 0 0 16 0 13 0 239087269 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25454] ppid=25442 vsize=822604 CPUtime=1.2
/proc/25444/task/25454/stat : 25454 (java) S 25442 25444 21001 0 -1 64 5015 0 0 0 118 2 0 0 21 0 13 0 239087269 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25455] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25455/stat : 25455 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 239087269 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25456] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25456/stat : 25456 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 239087269 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25492] ppid=25442 vsize=822604 CPUtime=0
/proc/25444/task/25492/stat : 25492 (java) S 25442 25444 21001 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 239173854 842346496 174919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 865.44
Current children cumulated vsize (KiB) 822604

[startup+872.307 s]
/proc/loadavg: 1.98 2.00 2.02 3/86 25492
/proc/meminfo: memFree=1173784/2055920 swapFree=4180812/4192956
[pid=25444] ppid=25442 vsize=820600 CPUtime=865.83
/proc/25444/stat : 25444 (java) S 25442 25444 21001 0 -1 0 903385 0 1 0 86199 384 0 0 18 0 12 0 239087260 840294400 174419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25444/statm: 205150 174419 1393 9 0 202512 0
[pid=25444/tid=25446] ppid=25442 vsize=820600 CPUtime=98.22
/proc/25444/task/25446/stat : 25446 (java) S 25442 25444 21001 0 -1 64 17852 0 1 0 9811 11 0 0 16 0 12 0 239087262 840294400 174419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25447] ppid=25442 vsize=820600 CPUtime=6.78
/proc/25444/task/25447/stat : 25447 (java) S 25442 25444 21001 0 -1 64 77382 0 0 0 650 28 0 0 16 0 12 0 239087262 840294400 174419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25448] ppid=25442 vsize=820600 CPUtime=6.74
/proc/25444/task/25448/stat : 25448 (java) S 25442 25444 21001 0 -1 64 79344 0 0 0 644 30 0 0 15 0 12 0 239087263 840294400 174419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25449] ppid=25442 vsize=820600 CPUtime=751.91
/proc/25444/task/25449/stat : 25449 (java) R 25442 25444 21001 0 -1 64 716356 0 0 0 74884 307 0 0 25 0 12 0 239087264 840294400 174419 996147200 134512640 134550740 4294956032 18446744073709551615 106122633 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25450] ppid=25442 vsize=820600 CPUtime=0
/proc/25444/task/25450/stat : 25450 (java) S 25442 25444 21001 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 239087265 840294400 174419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25451] ppid=25442 vsize=820600 CPUtime=0
/proc/25444/task/25451/stat : 25451 (java) S 25442 25444 21001 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 239087265 840294400 174419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25452] ppid=25442 vsize=820600 CPUtime=0
/proc/25444/task/25452/stat : 25452 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 239087269 840294400 174419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25453] ppid=25442 vsize=820600 CPUtime=0.91
/proc/25444/task/25453/stat : 25453 (java) S 25442 25444 21001 0 -1 64 6665 0 0 0 89 2 0 0 16 0 12 0 239087269 840294400 174419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25454] ppid=25442 vsize=820600 CPUtime=1.2
/proc/25444/task/25454/stat : 25454 (java) S 25442 25444 21001 0 -1 64 5015 0 0 0 118 2 0 0 21 0 12 0 239087269 840294400 174419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25444/tid=25455] ppid=25442 vsize=820600 CPUtime=0
/proc/25444/task/25455/stat : 25455 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 239087269 840294400 174419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25444/tid=25456] ppid=25442 vsize=820600 CPUtime=0
/proc/25444/task/25456/stat : 25456 (java) S 25442 25444 21001 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 239087269 840294400 174419 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 865.83
Current children cumulated vsize (KiB) 820600

[startup+872.503 s]
/proc/loadavg: 1.98 2.00 2.02 3/86 25492
/proc/meminfo: memFree=1173784/2055920 swapFree=4180812/4192956
[pid=25444] ppid=25442 vsize=0 CPUtime=866.02
/proc/25444/stat : 25444 (java) Z 25442 25444 21001 0 -1 12 903391 0 1 0 86216 386 0 0 16 0 2 0 239087260 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25444/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 866.02
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 872.587
CPU time (s): 866.116
CPU user time (s): 862.169
CPU system time (s): 3.9474
CPU usage (%): 99.2584
Max. virtual memory (cumulated for all children) (KiB): 868284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 862.169
system time used= 3.9474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 903391
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= 19756
involuntary context switches= 36844

runsolver used 1.02684 second user time and 2.94755 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-03 02:48:54
IDJOB=1049684
IDBENCH=54842
IDSOLVER=344
FILE ID=node82/1049684-1215046134
PBS_JOBID= 7875014
Free space on /tmp= 66480 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/pseudo/routing/normalized-s3-3-3-4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1049684-1215046134/watcher-1049684-1215046134 -o /tmp/evaluation-result-1049684-1215046134/solver-1049684-1215046134 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1049684-1215046134.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c25bc2ed5a4fd79604373669bb556f6f
RANDOM SEED=1071763088

node82.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.239
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.239
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:       1717136 kB
Buffers:         14260 kB
Cached:         103136 kB
SwapCached:       5412 kB
Active:         267252 kB
Inactive:        16740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717136 kB
SwapTotal:     4192956 kB
SwapFree:      4180812 kB
Dirty:            1216 kB
Writeback:           0 kB
Mapped:         183192 kB
Slab:            39796 kB
Committed_AS:  1259660 kB
PageTables:       2084 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66484 MiB
End job on node82 at 2008-07-03 03:03:27