Trace number 1049873

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.223 873.716

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s4-4-3-8.xml
MD5SUM2420da35406c8ff7169bed36ee217571
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 benchmark1.89771
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of constraints1304
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1304
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.23 2.19 2.03 4/73 15588
/proc/meminfo: memFree=1807936/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=1836 CPUtime=0
/proc/15588/stat : 15588 (java6) R 15586 15588 13857 0 -1 0 183 0 0 0 0 0 0 0 19 0 1 0 660442573 1880064 156 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/15588/statm: 451 155 111 9 0 93 0

[startup+0.071349 s]
/proc/loadavg: 2.23 2.19 2.03 4/73 15588
/proc/meminfo: memFree=1807936/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=802236 CPUtime=0.06
/proc/15588/stat : 15588 (java) S 15586 15588 13857 0 -1 0 2794 0 1 0 4 2 0 0 18 0 7 0 660442573 821489664 2529 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 200559 2529 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102101 s]
/proc/loadavg: 2.23 2.19 2.03 4/73 15588
/proc/meminfo: memFree=1807936/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=804756 CPUtime=0.09
/proc/15588/stat : 15588 (java) S 15586 15588 13857 0 -1 0 3160 0 1 0 7 2 0 0 18 0 12 0 660442573 824070144 2891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 201189 2891 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301132 s]
/proc/loadavg: 2.23 2.19 2.03 4/73 15588
/proc/meminfo: memFree=1807936/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=808276 CPUtime=0.28
/proc/15588/stat : 15588 (java) S 15586 15588 13857 0 -1 0 5061 0 1 0 25 3 0 0 18 0 12 0 660442573 827674624 4388 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 202069 4388 1307 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+1.45835 s]
/proc/loadavg: 2.23 2.19 2.03 4/73 15588
/proc/meminfo: memFree=1807936/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=808304 CPUtime=0.68
/proc/15588/stat : 15588 (java) S 15586 15588 13857 0 -1 0 6375 0 1 0 63 5 0 0 18 0 12 0 660442573 827703296 5502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 202076 5502 1336 9 0 199438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50136 s]
/proc/loadavg: 2.23 2.19 2.03 4/73 15588
/proc/meminfo: memFree=1807936/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=808304 CPUtime=0.72
/proc/15588/stat : 15588 (java) S 15586 15588 13857 0 -1 0 6397 0 1 0 67 5 0 0 18 0 12 0 660442573 827703296 5524 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 202076 5524 1337 9 0 199438 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 808304

[startup+3.10266 s]
/proc/loadavg: 2.23 2.19 2.03 3/85 15600
/proc/meminfo: memFree=1772768/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=819568 CPUtime=2.31
/proc/15588/stat : 15588 (java) S 15586 15588 13857 0 -1 0 14707 0 1 0 221 10 0 0 18 0 12 0 660442573 839237632 9931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 204892 9931 1375 9 0 202254 0
[pid=15588/tid=15590] ppid=15586 vsize=819568 CPUtime=1.06
/proc/15588/task/15590/stat : 15590 (java) R 15586 15588 13857 0 -1 64 5440 0 1 0 101 5 0 0 23 0 12 0 660442574 839237632 9931 996147200 134512640 134550740 4294956032 18446744073709551615 103574141 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15591] ppid=15586 vsize=819568 CPUtime=0
/proc/15588/task/15591/stat : 15591 (java) S 15586 15588 13857 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 660442575 839237632 9931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15592] ppid=15586 vsize=819568 CPUtime=0
/proc/15588/task/15592/stat : 15592 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 660442575 839237632 9931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15593] ppid=15586 vsize=819568 CPUtime=0
/proc/15588/task/15593/stat : 15593 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 660442577 839237632 9931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15594] ppid=15586 vsize=819568 CPUtime=0
/proc/15588/task/15594/stat : 15594 (java) S 15586 15588 13857 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 660442577 839237632 9931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15595] ppid=15586 vsize=819568 CPUtime=0
/proc/15588/task/15595/stat : 15595 (java) S 15586 15588 13857 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 660442577 839237632 9931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15596] ppid=15586 vsize=819568 CPUtime=0
/proc/15588/task/15596/stat : 15596 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 660442581 839237632 9931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15597] ppid=15586 vsize=819568 CPUtime=0.76
/proc/15588/task/15597/stat : 15597 (java) S 15586 15588 13857 0 -1 64 5882 0 0 0 74 2 0 0 20 0 12 0 660442581 839237632 9931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15598] ppid=15586 vsize=819568 CPUtime=0.43
/proc/15588/task/15598/stat : 15598 (java) S 15586 15588 13857 0 -1 64 2621 0 0 0 43 0 0 0 16 0 12 0 660442581 839237632 9931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15599] ppid=15586 vsize=819568 CPUtime=0
/proc/15588/task/15599/stat : 15599 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 660442581 839237632 9931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15600] ppid=15586 vsize=819568 CPUtime=0
/proc/15588/task/15600/stat : 15600 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 660442581 839237632 9931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 819568

[startup+6.30224 s]
/proc/loadavg: 2.29 2.21 2.04 4/85 15600
/proc/meminfo: memFree=1749856/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=819568 CPUtime=5.48
/proc/15588/stat : 15588 (java) S 15586 15588 13857 0 -1 0 29260 0 1 0 531 17 0 0 18 0 12 0 660442573 839237632 23219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 204892 23219 1391 9 0 202254 0
[pid=15588/tid=15590] ppid=15586 vsize=819568 CPUtime=2.73
/proc/15588/task/15590/stat : 15590 (java) R 15586 15588 13857 0 -1 64 17294 0 1 0 262 11 0 0 25 0 12 0 660442574 839237632 23219 996147200 134512640 134550740 4294956032 18446744073709551615 4109841942 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15591] ppid=15586 vsize=819568 CPUtime=0.01
/proc/15588/task/15591/stat : 15591 (java) S 15586 15588 13857 0 -1 64 519 0 0 0 1 0 0 0 17 0 12 0 660442575 839237632 23219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15592] ppid=15586 vsize=819568 CPUtime=0.02
/proc/15588/task/15592/stat : 15592 (java) S 15586 15588 13857 0 -1 64 673 0 0 0 2 0 0 0 17 0 12 0 660442575 839237632 23219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15593] ppid=15586 vsize=819568 CPUtime=0
/proc/15588/task/15593/stat : 15593 (java) S 15586 15588 13857 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 660442577 839237632 23219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15594] ppid=15586 vsize=819568 CPUtime=0
/proc/15588/task/15594/stat : 15594 (java) S 15586 15588 13857 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 660442577 839237632 23219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15595] ppid=15586 vsize=819568 CPUtime=0
/proc/15588/task/15595/stat : 15595 (java) S 15586 15588 13857 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 660442577 839237632 23219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15596] ppid=15586 vsize=819568 CPUtime=0
/proc/15588/task/15596/stat : 15596 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 660442581 839237632 23219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15597] ppid=15586 vsize=819568 CPUtime=1.3
/proc/15588/task/15597/stat : 15597 (java) S 15586 15588 13857 0 -1 64 6098 0 0 0 127 3 0 0 16 0 12 0 660442581 839237632 23219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15598] ppid=15586 vsize=819568 CPUtime=1.37
/proc/15588/task/15598/stat : 15598 (java) S 15586 15588 13857 0 -1 64 3883 0 0 0 136 1 0 0 20 0 12 0 660442581 839237632 23219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15599] ppid=15586 vsize=819568 CPUtime=0
/proc/15588/task/15599/stat : 15599 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 660442581 839237632 23219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15600] ppid=15586 vsize=819568 CPUtime=0
/proc/15588/task/15600/stat : 15600 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 660442581 839237632 23219 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 819568

[startup+12.7014 s]
/proc/loadavg: 2.27 2.20 2.04 3/85 15600
/proc/meminfo: memFree=1668008/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=822040 CPUtime=11.82
/proc/15588/stat : 15588 (java) S 15586 15588 13857 0 -1 0 43591 0 1 0 1160 22 0 0 18 0 12 0 660442573 841768960 37355 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 205510 37355 1391 9 0 202872 0
[pid=15588/tid=15590] ppid=15586 vsize=822040 CPUtime=8.2
/proc/15588/task/15590/stat : 15590 (java) R 15586 15588 13857 0 -1 64 17304 0 1 0 809 11 0 0 25 0 12 0 660442574 841768960 37355 996147200 134512640 134550740 4294956032 18446744073709551615 4109623330 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15591] ppid=15586 vsize=822040 CPUtime=0.44
/proc/15588/task/15591/stat : 15591 (java) S 15586 15588 13857 0 -1 64 7473 0 0 0 42 2 0 0 16 0 12 0 660442575 841768960 37355 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15592] ppid=15586 vsize=822040 CPUtime=0.44
/proc/15588/task/15592/stat : 15592 (java) S 15586 15588 13857 0 -1 64 7986 0 0 0 42 2 0 0 16 0 12 0 660442575 841768960 37355 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15593] ppid=15586 vsize=822040 CPUtime=0.01
/proc/15588/task/15593/stat : 15593 (java) S 15586 15588 13857 0 -1 64 84 0 0 0 1 0 0 0 16 0 12 0 660442577 841768960 37355 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15594] ppid=15586 vsize=822040 CPUtime=0
/proc/15588/task/15594/stat : 15594 (java) S 15586 15588 13857 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 660442577 841768960 37355 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15595] ppid=15586 vsize=822040 CPUtime=0
/proc/15588/task/15595/stat : 15595 (java) S 15586 15588 13857 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 660442577 841768960 37355 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15596] ppid=15586 vsize=822040 CPUtime=0
/proc/15588/task/15596/stat : 15596 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 660442581 841768960 37355 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15597] ppid=15586 vsize=822040 CPUtime=1.3
/proc/15588/task/15597/stat : 15597 (java) S 15586 15588 13857 0 -1 64 6098 0 0 0 127 3 0 0 16 0 12 0 660442581 841768960 37355 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15598] ppid=15586 vsize=822040 CPUtime=1.37
/proc/15588/task/15598/stat : 15598 (java) S 15586 15588 13857 0 -1 64 3883 0 0 0 136 1 0 0 20 0 12 0 660442581 841768960 37355 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15599] ppid=15586 vsize=822040 CPUtime=0
/proc/15588/task/15599/stat : 15599 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 660442581 841768960 37355 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15600] ppid=15586 vsize=822040 CPUtime=0
/proc/15588/task/15600/stat : 15600 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 660442581 841768960 37355 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 822040

[startup+25.5028 s]
/proc/loadavg: 2.21 2.19 2.04 3/94 15639
/proc/meminfo: memFree=1543960/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=822040 CPUtime=24.68
/proc/15588/stat : 15588 (java) S 15586 15588 13857 0 -1 0 66239 0 1 0 2435 33 0 0 18 0 12 0 660442573 841768960 59293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 205510 59293 1391 9 0 202872 0
[pid=15588/tid=15590] ppid=15586 vsize=822040 CPUtime=19.62
/proc/15588/task/15590/stat : 15590 (java) R 15586 15588 13857 0 -1 64 17326 0 1 0 1951 11 0 0 25 0 12 0 660442574 841768960 59293 996147200 134512640 134550740 4294956032 18446744073709551615 4109714954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15591] ppid=15586 vsize=822040 CPUtime=1.15
/proc/15588/task/15591/stat : 15591 (java) S 15586 15588 13857 0 -1 64 19026 0 0 0 108 7 0 0 16 0 12 0 660442575 841768960 59293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15592] ppid=15586 vsize=822040 CPUtime=1.16
/proc/15588/task/15592/stat : 15592 (java) S 15586 15588 13857 0 -1 64 19059 0 0 0 109 7 0 0 16 0 12 0 660442575 841768960 59293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15593] ppid=15586 vsize=822040 CPUtime=0.01
/proc/15588/task/15593/stat : 15593 (java) S 15586 15588 13857 0 -1 64 84 0 0 0 1 0 0 0 15 0 12 0 660442577 841768960 59293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15594] ppid=15586 vsize=822040 CPUtime=0
/proc/15588/task/15594/stat : 15594 (java) S 15586 15588 13857 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 660442577 841768960 59293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15595] ppid=15586 vsize=822040 CPUtime=0
/proc/15588/task/15595/stat : 15595 (java) S 15586 15588 13857 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 660442577 841768960 59293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15596] ppid=15586 vsize=822040 CPUtime=0
/proc/15588/task/15596/stat : 15596 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 660442581 841768960 59293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15597] ppid=15586 vsize=822040 CPUtime=1.3
/proc/15588/task/15597/stat : 15597 (java) S 15586 15588 13857 0 -1 64 6098 0 0 0 127 3 0 0 16 0 12 0 660442581 841768960 59293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15598] ppid=15586 vsize=822040 CPUtime=1.37
/proc/15588/task/15598/stat : 15598 (java) S 15586 15588 13857 0 -1 64 3883 0 0 0 136 1 0 0 20 0 12 0 660442581 841768960 59293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15599] ppid=15586 vsize=822040 CPUtime=0
/proc/15588/task/15599/stat : 15599 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 660442581 841768960 59293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15600] ppid=15586 vsize=822040 CPUtime=0
/proc/15588/task/15600/stat : 15600 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 660442581 841768960 59293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 822040

[startup+51.1024 s]
/proc/loadavg: 2.13 2.18 2.03 3/94 15639
/proc/meminfo: memFree=1376600/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=822040 CPUtime=50.39
/proc/15588/stat : 15588 (java) S 15586 15588 13857 0 -1 0 109673 0 1 0 4990 49 0 0 18 0 12 0 660442573 841768960 102234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 205510 102234 1391 9 0 202872 0
[pid=15588/tid=15590] ppid=15586 vsize=822040 CPUtime=42.28
/proc/15588/task/15590/stat : 15590 (java) R 15586 15588 13857 0 -1 64 17359 0 1 0 4217 11 0 0 25 0 12 0 660442574 841768960 102234 996147200 134512640 134550740 4294956032 18446744073709551615 4110060498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15591] ppid=15586 vsize=822040 CPUtime=2.64
/proc/15588/task/15591/stat : 15591 (java) S 15586 15588 13857 0 -1 64 42217 0 0 0 248 16 0 0 16 0 12 0 660442575 841768960 102234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15592] ppid=15586 vsize=822040 CPUtime=2.71

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

/proc/loadavg: 2.00 2.02 2.02 3/94 15639
/proc/meminfo: memFree=1078040/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=822040 CPUtime=857.51
/proc/15588/stat : 15588 (java) S 15586 15588 13857 0 -1 0 438959 0 1 0 85560 191 0 0 18 0 12 0 660442573 841768960 175188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 205510 175188 1394 9 0 202872 0
[pid=15588/tid=15590] ppid=15586 vsize=822040 CPUtime=96.42
/proc/15588/task/15590/stat : 15590 (java) S 15586 15588 13857 0 -1 64 17686 0 1 0 9630 12 0 0 16 0 12 0 660442574 841768960 175188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15591] ppid=15586 vsize=822040 CPUtime=6.26
/proc/15588/task/15591/stat : 15591 (java) S 15586 15588 13857 0 -1 64 77874 0 0 0 597 29 0 0 15 0 12 0 660442575 841768960 175188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15592] ppid=15586 vsize=822040 CPUtime=6.38
/proc/15588/task/15592/stat : 15592 (java) S 15586 15588 13857 0 -1 64 76271 0 0 0 610 28 0 0 16 0 12 0 660442575 841768960 175188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15593] ppid=15586 vsize=822040 CPUtime=745.72
/proc/15588/task/15593/stat : 15593 (java) R 15586 15588 13857 0 -1 64 256384 0 0 0 74458 114 0 0 25 0 12 0 660442577 841768960 175188 996147200 134512640 134550740 4294956032 18446744073709551615 106736488 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15594] ppid=15586 vsize=822040 CPUtime=0
/proc/15588/task/15594/stat : 15594 (java) S 15586 15588 13857 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 660442577 841768960 175188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15595] ppid=15586 vsize=822040 CPUtime=0
/proc/15588/task/15595/stat : 15595 (java) S 15586 15588 13857 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 660442577 841768960 175188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15596] ppid=15586 vsize=822040 CPUtime=0
/proc/15588/task/15596/stat : 15596 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 660442581 841768960 175188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15597] ppid=15586 vsize=822040 CPUtime=1.3
/proc/15588/task/15597/stat : 15597 (java) S 15586 15588 13857 0 -1 64 6098 0 0 0 127 3 0 0 16 0 12 0 660442581 841768960 175188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15598] ppid=15586 vsize=822040 CPUtime=1.37
/proc/15588/task/15598/stat : 15598 (java) S 15586 15588 13857 0 -1 64 3883 0 0 0 136 1 0 0 20 0 12 0 660442581 841768960 175188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15599] ppid=15586 vsize=822040 CPUtime=0
/proc/15588/task/15599/stat : 15599 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 660442581 841768960 175188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15600] ppid=15586 vsize=822040 CPUtime=0
/proc/15588/task/15600/stat : 15600 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 660442581 841768960 175188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 857.51
Current children cumulated vsize (KiB) 822040

[startup+868.103 s]
/proc/loadavg: 2.00 2.02 2.02 3/95 15640
/proc/meminfo: memFree=1078032/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=822364 CPUtime=860.67
/proc/15588/stat : 15588 (java) S 15586 15588 13857 0 -1 0 438966 0 1 0 85876 191 0 0 18 0 13 0 660442573 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 205591 175194 1394 9 0 202953 0
[pid=15588/tid=15590] ppid=15586 vsize=822364 CPUtime=96.42
/proc/15588/task/15590/stat : 15590 (java) S 15586 15588 13857 0 -1 64 17689 0 1 0 9630 12 0 0 16 0 13 0 660442574 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15591] ppid=15586 vsize=822364 CPUtime=6.26
/proc/15588/task/15591/stat : 15591 (java) S 15586 15588 13857 0 -1 64 77874 0 0 0 597 29 0 0 15 0 13 0 660442575 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15592] ppid=15586 vsize=822364 CPUtime=6.38
/proc/15588/task/15592/stat : 15592 (java) S 15586 15588 13857 0 -1 64 76271 0 0 0 610 28 0 0 16 0 13 0 660442575 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15593] ppid=15586 vsize=822364 CPUtime=748.88
/proc/15588/task/15593/stat : 15593 (java) R 15586 15588 13857 0 -1 64 256384 0 0 0 74774 114 0 0 25 0 13 0 660442577 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15594] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15594/stat : 15594 (java) S 15586 15588 13857 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 660442577 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15595] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15595/stat : 15595 (java) S 15586 15588 13857 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 660442577 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15596] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15596/stat : 15596 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15597] ppid=15586 vsize=822364 CPUtime=1.3
/proc/15588/task/15597/stat : 15597 (java) S 15586 15588 13857 0 -1 64 6098 0 0 0 127 3 0 0 16 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15598] ppid=15586 vsize=822364 CPUtime=1.37
/proc/15588/task/15598/stat : 15598 (java) S 15586 15588 13857 0 -1 64 3883 0 0 0 136 1 0 0 20 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15599] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15599/stat : 15599 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15600] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15600/stat : 15600 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15640] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15640/stat : 15640 (java) S 15586 15588 13857 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 660529197 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 860.67
Current children cumulated vsize (KiB) 822364

[startup+871.302 s]
/proc/loadavg: 2.00 2.02 2.02 3/95 15640
/proc/meminfo: memFree=1078032/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=822364 CPUtime=863.84
/proc/15588/stat : 15588 (java) S 15586 15588 13857 0 -1 0 438967 0 1 0 86193 191 0 0 18 0 13 0 660442573 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 205591 175194 1394 9 0 202953 0
[pid=15588/tid=15590] ppid=15586 vsize=822364 CPUtime=96.42
/proc/15588/task/15590/stat : 15590 (java) S 15586 15588 13857 0 -1 64 17689 0 1 0 9630 12 0 0 16 0 13 0 660442574 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15591] ppid=15586 vsize=822364 CPUtime=6.26
/proc/15588/task/15591/stat : 15591 (java) S 15586 15588 13857 0 -1 64 77874 0 0 0 597 29 0 0 15 0 13 0 660442575 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15592] ppid=15586 vsize=822364 CPUtime=6.38
/proc/15588/task/15592/stat : 15592 (java) S 15586 15588 13857 0 -1 64 76271 0 0 0 610 28 0 0 16 0 13 0 660442575 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15593] ppid=15586 vsize=822364 CPUtime=752.05
/proc/15588/task/15593/stat : 15593 (java) R 15586 15588 13857 0 -1 64 256384 0 0 0 75091 114 0 0 25 0 13 0 660442577 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 105677185 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15594] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15594/stat : 15594 (java) S 15586 15588 13857 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 660442577 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15595] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15595/stat : 15595 (java) S 15586 15588 13857 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 660442577 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15596] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15596/stat : 15596 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15597] ppid=15586 vsize=822364 CPUtime=1.3
/proc/15588/task/15597/stat : 15597 (java) S 15586 15588 13857 0 -1 64 6098 0 0 0 127 3 0 0 16 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15598] ppid=15586 vsize=822364 CPUtime=1.37
/proc/15588/task/15598/stat : 15598 (java) S 15586 15588 13857 0 -1 64 3883 0 0 0 136 1 0 0 20 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15599] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15599/stat : 15599 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15600] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15600/stat : 15600 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15640] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15640/stat : 15640 (java) S 15586 15588 13857 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 660529197 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 863.84
Current children cumulated vsize (KiB) 822364

[startup+872.903 s]
/proc/loadavg: 2.00 2.02 2.02 3/95 15640
/proc/meminfo: memFree=1078032/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=822364 CPUtime=865.43
/proc/15588/stat : 15588 (java) S 15586 15588 13857 0 -1 0 438967 0 1 0 86352 191 0 0 18 0 13 0 660442573 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 205591 175194 1394 9 0 202953 0
[pid=15588/tid=15590] ppid=15586 vsize=822364 CPUtime=96.42
/proc/15588/task/15590/stat : 15590 (java) S 15586 15588 13857 0 -1 64 17689 0 1 0 9630 12 0 0 16 0 13 0 660442574 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15591] ppid=15586 vsize=822364 CPUtime=6.26
/proc/15588/task/15591/stat : 15591 (java) S 15586 15588 13857 0 -1 64 77874 0 0 0 597 29 0 0 15 0 13 0 660442575 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15592] ppid=15586 vsize=822364 CPUtime=6.38
/proc/15588/task/15592/stat : 15592 (java) S 15586 15588 13857 0 -1 64 76271 0 0 0 610 28 0 0 16 0 13 0 660442575 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15593] ppid=15586 vsize=822364 CPUtime=753.63
/proc/15588/task/15593/stat : 15593 (java) R 15586 15588 13857 0 -1 64 256384 0 0 0 75249 114 0 0 25 0 13 0 660442577 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 106123536 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15594] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15594/stat : 15594 (java) S 15586 15588 13857 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 660442577 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15595] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15595/stat : 15595 (java) S 15586 15588 13857 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 660442577 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15596] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15596/stat : 15596 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15597] ppid=15586 vsize=822364 CPUtime=1.3
/proc/15588/task/15597/stat : 15597 (java) S 15586 15588 13857 0 -1 64 6098 0 0 0 127 3 0 0 16 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15598] ppid=15586 vsize=822364 CPUtime=1.37
/proc/15588/task/15598/stat : 15598 (java) S 15586 15588 13857 0 -1 64 3883 0 0 0 136 1 0 0 20 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15599] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15599/stat : 15599 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15600] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15600/stat : 15600 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15640] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15640/stat : 15640 (java) S 15586 15588 13857 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 660529197 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 865.43
Current children cumulated vsize (KiB) 822364

[startup+873.307 s]
/proc/loadavg: 2.00 2.02 2.02 3/95 15640
/proc/meminfo: memFree=1078032/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=822364 CPUtime=865.83
/proc/15588/stat : 15588 (java) S 15586 15588 13857 0 -1 0 438967 0 1 0 86392 191 0 0 18 0 13 0 660442573 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 205591 175194 1394 9 0 202953 0
[pid=15588/tid=15590] ppid=15586 vsize=822364 CPUtime=96.42
/proc/15588/task/15590/stat : 15590 (java) S 15586 15588 13857 0 -1 64 17689 0 1 0 9630 12 0 0 16 0 13 0 660442574 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15591] ppid=15586 vsize=822364 CPUtime=6.26
/proc/15588/task/15591/stat : 15591 (java) S 15586 15588 13857 0 -1 64 77874 0 0 0 597 29 0 0 15 0 13 0 660442575 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15592] ppid=15586 vsize=822364 CPUtime=6.38
/proc/15588/task/15592/stat : 15592 (java) S 15586 15588 13857 0 -1 64 76271 0 0 0 610 28 0 0 16 0 13 0 660442575 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15593] ppid=15586 vsize=822364 CPUtime=754.03
/proc/15588/task/15593/stat : 15593 (java) R 15586 15588 13857 0 -1 64 256384 0 0 0 75289 114 0 0 25 0 13 0 660442577 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15594] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15594/stat : 15594 (java) S 15586 15588 13857 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 660442577 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15595] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15595/stat : 15595 (java) S 15586 15588 13857 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 660442577 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15596] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15596/stat : 15596 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15597] ppid=15586 vsize=822364 CPUtime=1.3
/proc/15588/task/15597/stat : 15597 (java) S 15586 15588 13857 0 -1 64 6098 0 0 0 127 3 0 0 16 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15598] ppid=15586 vsize=822364 CPUtime=1.37
/proc/15588/task/15598/stat : 15598 (java) S 15586 15588 13857 0 -1 64 3883 0 0 0 136 1 0 0 20 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15599] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15599/stat : 15599 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15600] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15600/stat : 15600 (java) S 15586 15588 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 660442581 842100736 175194 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15640] ppid=15586 vsize=822364 CPUtime=0
/proc/15588/task/15640/stat : 15640 (java) S 15586 15588 13857 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 660529197 842100736 175194 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) 822364

[startup+873.703 s]
/proc/loadavg: 2.00 2.02 2.02 3/95 15640
/proc/meminfo: memFree=1078032/2055924 swapFree=4177432/4192956
[pid=15588] ppid=15586 vsize=0 CPUtime=866.2
/proc/15588/stat : 15588 (java) Z 15586 15588 13857 0 -1 12 438974 0 1 0 86420 200 0 0 16 0 2 0 660442573 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15588/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 866.2
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 873.716
CPU time (s): 866.223
CPU user time (s): 864.209
CPU system time (s): 2.01469
CPU usage (%): 99.1424
Max. virtual memory (cumulated for all children) (KiB): 870048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 864.209
system time used= 2.01469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 438974
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= 19914
involuntary context switches= 23984

runsolver used 1.20882 second user time and 2.78058 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-03 03:05:30
IDJOB=1049873
IDBENCH=54851
IDSOLVER=344
FILE ID=node83/1049873-1215047130
PBS_JOBID= 7875012
Free space on /tmp= 65496 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2420da35406c8ff7169bed36ee217571
RANDOM SEED=789969244

node83.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.263
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.263
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:      2055924 kB
MemFree:       1808352 kB
Buffers:         38044 kB
Cached:         133020 kB
SwapCached:       9340 kB
Active:         135072 kB
Inactive:        54504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1808352 kB
SwapTotal:     4192956 kB
SwapFree:      4177432 kB
Dirty:            2416 kB
Writeback:           0 kB
Mapped:          26204 kB
Slab:            43364 kB
Committed_AS:   955152 kB
PageTables:       1732 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= 65496 MiB
End job on node83 at 2008-07-03 03:20:04