Trace number 1049726

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? 863.345 866.234

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s3-3-3-3.xml
MD5SUM453dfb6e349288d04561e6938325e862
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.176972
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints648
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension648
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1049726-1215046510/watcher-1049726-1215046510 -o /tmp/evaluation-result-1049726-1215046510/solver-1049726-1215046510 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1049726-1215046510.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.00 2.00 2.00 4/89 15773
/proc/meminfo: memFree=1413664/2055920 swapFree=4179460/4192956
[pid=15773] ppid=15771 vsize=18572 CPUtime=0
/proc/15773/stat : 15773 (runsolver) R 15771 15773 13197 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 1983618065 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 251601153319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15773/statm: 4643 292 257 25 0 2626 0

[startup+0.0984041 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 15773
/proc/meminfo: memFree=1413664/2055920 swapFree=4179460/4192956
[pid=15773] ppid=15771 vsize=804612 CPUtime=0.08
/proc/15773/stat : 15773 (java) S 15771 15773 13197 0 -1 0 3000 0 1 0 6 2 0 0 21 0 12 0 1983618065 823922688 2733 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15773/statm: 201153 2733 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.102397 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 15773
/proc/meminfo: memFree=1413664/2055920 swapFree=4179460/4192956
[pid=15773] ppid=15771 vsize=804612 CPUtime=0.08
/proc/15773/stat : 15773 (java) S 15771 15773 13197 0 -1 0 3008 0 1 0 6 2 0 0 21 0 12 0 1983618065 823922688 2741 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15773/statm: 201153 2741 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.30142 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 15773
/proc/meminfo: memFree=1413664/2055920 swapFree=4179460/4192956
[pid=15773] ppid=15771 vsize=807848 CPUtime=0.29
/proc/15773/stat : 15773 (java) S 15771 15773 13197 0 -1 0 4977 0 1 0 25 4 0 0 21 0 12 0 1983618065 827236352 4304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15773/statm: 201962 4304 1308 9 0 199331 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807848

[startup+0.701469 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 15773
/proc/meminfo: memFree=1413664/2055920 swapFree=4179460/4192956
[pid=15773] ppid=15771 vsize=807876 CPUtime=0.68
/proc/15773/stat : 15773 (java) S 15771 15773 13197 0 -1 0 6277 0 1 0 63 5 0 0 21 0 12 0 1983618065 827265024 5424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15773/statm: 201969 5424 1336 9 0 199331 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807876

[startup+1.50256 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 15785
/proc/meminfo: memFree=1393344/2055920 swapFree=4179460/4192956
[pid=15773] ppid=15771 vsize=817944 CPUtime=1.48
/proc/15773/stat : 15773 (java) S 15771 15773 13197 0 -1 0 11224 0 1 0 140 8 0 0 21 0 12 0 1983618065 837574656 8777 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15773/statm: 204486 8777 1360 9 0 201848 0
[pid=15773/tid=15775] ppid=15771 vsize=817944 CPUtime=0.88
/proc/15773/task/15775/stat : 15775 (java) R 15771 15773 13197 0 -1 64 5139 0 1 0 84 4 0 0 25 0 12 0 1983618067 837574656 8777 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15776] ppid=15771 vsize=817944 CPUtime=0
/proc/15773/task/15776/stat : 15776 (java) S 15771 15773 13197 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 1983618068 837574656 8777 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15777] ppid=15771 vsize=817944 CPUtime=0
/proc/15773/task/15777/stat : 15777 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1983618068 837574656 8777 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15778] ppid=15771 vsize=817944 CPUtime=0
/proc/15773/task/15778/stat : 15778 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1983618070 837574656 8777 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15779] ppid=15771 vsize=817944 CPUtime=0
/proc/15773/task/15779/stat : 15779 (java) S 15771 15773 13197 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 1983618070 837574656 8777 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15780] ppid=15771 vsize=817944 CPUtime=0
/proc/15773/task/15780/stat : 15780 (java) S 15771 15773 13197 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1983618070 837574656 8777 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15781] ppid=15771 vsize=817944 CPUtime=0
/proc/15773/task/15781/stat : 15781 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983618074 837574656 8777 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15782] ppid=15771 vsize=817944 CPUtime=0.19
/proc/15773/task/15782/stat : 15782 (java) S 15771 15773 13197 0 -1 64 506 0 0 0 19 0 0 0 16 0 12 0 1983618074 837574656 8777 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15783] ppid=15771 vsize=817944 CPUtime=0.38
/proc/15773/task/15783/stat : 15783 (java) R 15771 15773 13197 0 -1 64 4814 0 0 0 36 2 0 0 17 0 12 0 1983618074 837574656 8777 996147200 134512640 134550740 4294956032 18446744073709551615 105842396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15784] ppid=15771 vsize=817944 CPUtime=0
/proc/15773/task/15784/stat : 15784 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983618074 837574656 8777 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15785] ppid=15771 vsize=817944 CPUtime=0
/proc/15773/task/15785/stat : 15785 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983618074 837574656 8777 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 817944

[startup+3.10174 s]
/proc/loadavg: 2.00 2.00 2.00 4/101 15785
/proc/meminfo: memFree=1377984/2055920 swapFree=4179460/4192956
[pid=15773] ppid=15771 vsize=818596 CPUtime=3.21
/proc/15773/stat : 15773 (java) S 15771 15773 13197 0 -1 0 19294 0 1 0 308 13 0 0 21 0 12 0 1983618065 838242304 13857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15773/statm: 204649 13857 1383 9 0 202011 0
[pid=15773/tid=15775] ppid=15771 vsize=818596 CPUtime=1.67
/proc/15773/task/15775/stat : 15775 (java) R 15771 15773 13197 0 -1 64 9570 0 1 0 160 7 0 0 25 0 12 0 1983618067 838242304 13857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15776] ppid=15771 vsize=818596 CPUtime=0
/proc/15773/task/15776/stat : 15776 (java) S 15771 15773 13197 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 1983618068 838242304 13857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15777] ppid=15771 vsize=818596 CPUtime=0
/proc/15773/task/15777/stat : 15777 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1983618068 838242304 13857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15778] ppid=15771 vsize=818596 CPUtime=0
/proc/15773/task/15778/stat : 15778 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1983618070 838242304 13857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15779] ppid=15771 vsize=818596 CPUtime=0
/proc/15773/task/15779/stat : 15779 (java) S 15771 15773 13197 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 1983618070 838242304 13857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15780] ppid=15771 vsize=818596 CPUtime=0
/proc/15773/task/15780/stat : 15780 (java) S 15771 15773 13197 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1983618070 838242304 13857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15781] ppid=15771 vsize=818596 CPUtime=0
/proc/15773/task/15781/stat : 15781 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983618074 838242304 13857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15782] ppid=15771 vsize=818596 CPUtime=0.64
/proc/15773/task/15782/stat : 15782 (java) S 15771 15773 13197 0 -1 64 2185 0 0 0 64 0 0 0 16 0 12 0 1983618074 838242304 13857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15783] ppid=15771 vsize=818596 CPUtime=0.85
/proc/15773/task/15783/stat : 15783 (java) R 15771 15773 13197 0 -1 64 6774 0 0 0 82 3 0 0 16 0 12 0 1983618074 838242304 13857 996147200 134512640 134550740 4294956032 18446744073709551615 106084162 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15784] ppid=15771 vsize=818596 CPUtime=0
/proc/15773/task/15784/stat : 15784 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983618074 838242304 13857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15785] ppid=15771 vsize=818596 CPUtime=0
/proc/15773/task/15785/stat : 15785 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983618074 838242304 13857 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 818596

[startup+6.30209 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 15785
/proc/meminfo: memFree=1317632/2055920 swapFree=4179460/4192956
[pid=15773] ppid=15771 vsize=818132 CPUtime=6.39
/proc/15773/stat : 15773 (java) S 15771 15773 13197 0 -1 0 33786 0 2 0 620 19 0 0 21 0 12 0 1983618065 837767168 27121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15773/statm: 204533 27121 1388 9 0 201895 0
[pid=15773/tid=15775] ppid=15771 vsize=818132 CPUtime=4.08
/proc/15773/task/15775/stat : 15775 (java) R 15771 15773 13197 0 -1 64 17315 0 1 0 397 11 0 0 25 0 12 0 1983618067 837767168 27121 996147200 134512640 134550740 4294956032 18446744073709551615 4109618345 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15776] ppid=15771 vsize=818132 CPUtime=0.1
/proc/15773/task/15776/stat : 15776 (java) S 15771 15773 13197 0 -1 64 3669 0 0 0 9 1 0 0 16 0 12 0 1983618068 837767168 27121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15777] ppid=15771 vsize=818132 CPUtime=0.07
/proc/15773/task/15777/stat : 15777 (java) S 15771 15773 13197 0 -1 64 1871 0 0 0 7 0 0 0 16 0 12 0 1983618068 837767168 27121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15778] ppid=15771 vsize=818132 CPUtime=0
/proc/15773/task/15778/stat : 15778 (java) S 15771 15773 13197 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 1983618070 837767168 27121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15779] ppid=15771 vsize=818132 CPUtime=0
/proc/15773/task/15779/stat : 15779 (java) S 15771 15773 13197 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983618070 837767168 27121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15780] ppid=15771 vsize=818132 CPUtime=0
/proc/15773/task/15780/stat : 15780 (java) S 15771 15773 13197 0 -1 64 5 0 1 0 0 0 0 0 17 0 12 0 1983618070 837767168 27121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15781] ppid=15771 vsize=818132 CPUtime=0
/proc/15773/task/15781/stat : 15781 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983618074 837767168 27121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15782] ppid=15771 vsize=818132 CPUtime=1.22
/proc/15773/task/15782/stat : 15782 (java) S 15771 15773 13197 0 -1 64 3312 0 0 0 121 1 0 0 21 0 12 0 1983618074 837767168 27121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15783] ppid=15771 vsize=818132 CPUtime=0.86
/proc/15773/task/15783/stat : 15783 (java) S 15771 15773 13197 0 -1 64 6775 0 0 0 83 3 0 0 16 0 12 0 1983618074 837767168 27121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15784] ppid=15771 vsize=818132 CPUtime=0
/proc/15773/task/15784/stat : 15784 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983618074 837767168 27121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15785] ppid=15771 vsize=818132 CPUtime=0
/proc/15773/task/15785/stat : 15785 (java) R 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983618074 837767168 27121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 818132

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 15785
/proc/meminfo: memFree=1265672/2055920 swapFree=4179460/4192956
[pid=15773] ppid=15771 vsize=819092 CPUtime=12.86
/proc/15773/stat : 15773 (java) S 15771 15773 13197 0 -1 0 46591 0 2 0 1262 24 0 0 21 0 12 0 1983618065 838750208 39430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15773/statm: 204773 39430 1388 9 0 202135 0
[pid=15773/tid=15775] ppid=15771 vsize=819092 CPUtime=9.61
/proc/15773/task/15775/stat : 15775 (java) R 15771 15773 13197 0 -1 64 17328 0 1 0 950 11 0 0 25 0 12 0 1983618067 838750208 39430 996147200 134512640 134550740 4294956032 18446744073709551615 4109699806 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15776] ppid=15771 vsize=819092 CPUtime=0.57
/proc/15773/task/15776/stat : 15776 (java) S 15771 15773 13197 0 -1 64 10621 0 0 0 54 3 0 0 16 0 12 0 1983618068 838750208 39430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15777] ppid=15771 vsize=819092 CPUtime=0.53
/proc/15773/task/15777/stat : 15777 (java) S 15771 15773 13197 0 -1 64 7711 0 0 0 51 2 0 0 16 0 12 0 1983618068 838750208 39430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15778] ppid=15771 vsize=819092 CPUtime=0
/proc/15773/task/15778/stat : 15778 (java) S 15771 15773 13197 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 1983618070 838750208 39430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15779] ppid=15771 vsize=819092 CPUtime=0
/proc/15773/task/15779/stat : 15779 (java) S 15771 15773 13197 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983618070 838750208 39430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15780] ppid=15771 vsize=819092 CPUtime=0
/proc/15773/task/15780/stat : 15780 (java) S 15771 15773 13197 0 -1 64 5 0 1 0 0 0 0 0 17 0 12 0 1983618070 838750208 39430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15781] ppid=15771 vsize=819092 CPUtime=0
/proc/15773/task/15781/stat : 15781 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983618074 838750208 39430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15782] ppid=15771 vsize=819092 CPUtime=1.22
/proc/15773/task/15782/stat : 15782 (java) S 15771 15773 13197 0 -1 64 3312 0 0 0 121 1 0 0 21 0 12 0 1983618074 838750208 39430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15783] ppid=15771 vsize=819092 CPUtime=0.86
/proc/15773/task/15783/stat : 15783 (java) S 15771 15773 13197 0 -1 64 6775 0 0 0 83 3 0 0 16 0 12 0 1983618074 838750208 39430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15784] ppid=15771 vsize=819092 CPUtime=0
/proc/15773/task/15784/stat : 15784 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983618074 838750208 39430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15785] ppid=15771 vsize=819092 CPUtime=0
/proc/15773/task/15785/stat : 15785 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983618074 838750208 39430 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 819092

[startup+25.5022 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 15841
/proc/meminfo: memFree=1330512/2055920 swapFree=4179460/4192956
[pid=15773] ppid=15771 vsize=819092 CPUtime=25.87
/proc/15773/stat : 15773 (java) S 15771 15773 13197 0 -1 0 69823 0 2 0 2552 35 0 0 21 0 12 0 1983618065 838750208 61835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15773/statm: 204773 61835 1388 9 0 202135 0
[pid=15773/tid=15775] ppid=15771 vsize=819092 CPUtime=20.99
/proc/15773/task/15775/stat : 15775 (java) R 15771 15773 13197 0 -1 64 17349 0 1 0 2088 11 0 0 25 0 12 0 1983618067 838750208 61835 996147200 134512640 134550740 4294956032 18446744073709551615 4109735836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15773/tid=15776] ppid=15771 vsize=819092 CPUtime=1.35
/proc/15773/task/15776/stat : 15776 (java) S 15771 15773 13197 0 -1 64 19835 0 0 0 128 7 0 0 16 0 12 0 1983618068 838750208 61835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15777] ppid=15771 vsize=819092 CPUtime=1.37
/proc/15773/task/15777/stat : 15777 (java) S 15771 15773 13197 0 -1 64 21708 0 0 0 128 9 0 0 16 0 12 0 1983618068 838750208 61835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15773/tid=15778] ppid=15771 vsize=819092 CPUtime=0.01
/proc/15773/task/15778/stat : 15778 (java) S 15771 15773 13197 0 -1 64 83 0 0 0 1 0 0 0 16 0 12 0 1983618070 838750208 61835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15773/tid=15779] ppid=15771 vsize=819092 CPUtime=0
/proc/15773/task/15779/stat : 15779 (java) S 15771 15773 13197 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983618070 838750208 61835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15780] ppid=15771 vsize=819092 CPUtime=0
/proc/15773/task/15780/stat : 15780 (java) S 15771 15773 13197 0 -1 64 5 0 1 0 0 0 0 0 17 0 12 0 1983618070 838750208 61835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15781] ppid=15771 vsize=819092 CPUtime=0
/proc/15773/task/15781/stat : 15781 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983618074 838750208 61835 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 854.68
Current children cumulated vsize (KiB) 822380

[startup+860.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 15952
/proc/meminfo: memFree=188712/2055920 swapFree=4179460/4192956
[pid=15773] ppid=15771 vsize=824704 CPUtime=857.86
/proc/15773/stat : 15773 (java) S 15771 15773 13197 0 -1 0 901776 0 2 0 85371 415 0 0 21 0 13 0 1983618065 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15773/statm: 206176 175722 1392 9 0 203538 0
[pid=15773/tid=15775] ppid=15771 vsize=824704 CPUtime=96.46
/proc/15773/task/15775/stat : 15775 (java) S 15771 15773 13197 0 -1 64 17633 0 1 0 9633 13 0 0 18 0 13 0 1983618067 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15776] ppid=15771 vsize=824704 CPUtime=7.64
/proc/15773/task/15776/stat : 15776 (java) S 15771 15773 13197 0 -1 64 79892 0 0 0 733 31 0 0 16 0 13 0 1983618068 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15777] ppid=15771 vsize=824704 CPUtime=7.49
/proc/15773/task/15777/stat : 15777 (java) S 15771 15773 13197 0 -1 64 78176 0 0 0 716 33 0 0 15 0 13 0 1983618068 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15778] ppid=15771 vsize=824704 CPUtime=744.12
/proc/15773/task/15778/stat : 15778 (java) R 15771 15773 13197 0 -1 64 715223 0 0 0 74082 330 0 0 25 0 13 0 1983618070 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15779] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15779/stat : 15779 (java) S 15771 15773 13197 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1983618070 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15780] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15780/stat : 15780 (java) S 15771 15773 13197 0 -1 64 5 0 1 0 0 0 0 0 16 0 13 0 1983618070 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15781] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15781/stat : 15781 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1983618074 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15782] ppid=15771 vsize=824704 CPUtime=1.22
/proc/15773/task/15782/stat : 15782 (java) S 15771 15773 13197 0 -1 64 3312 0 0 0 121 1 0 0 21 0 13 0 1983618074 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15783] ppid=15771 vsize=824704 CPUtime=0.86
/proc/15773/task/15783/stat : 15783 (java) S 15771 15773 13197 0 -1 64 6775 0 0 0 83 3 0 0 16 0 13 0 1983618074 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15784] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15784/stat : 15784 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1983618074 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15785] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15785/stat : 15785 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1983618074 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 857.86
Current children cumulated vsize (KiB) 824704

[startup+863.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/103 15953
/proc/meminfo: memFree=188704/2055920 swapFree=4179460/4192956
[pid=15773] ppid=15771 vsize=824704 CPUtime=861.05
/proc/15773/stat : 15773 (java) S 15771 15773 13197 0 -1 0 903278 0 2 0 85689 416 0 0 21 0 13 0 1983618065 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15773/statm: 206176 175722 1392 9 0 203538 0
[pid=15773/tid=15775] ppid=15771 vsize=824704 CPUtime=96.46
/proc/15773/task/15775/stat : 15775 (java) S 15771 15773 13197 0 -1 64 17633 0 1 0 9633 13 0 0 18 0 13 0 1983618067 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15776] ppid=15771 vsize=824704 CPUtime=7.64
/proc/15773/task/15776/stat : 15776 (java) S 15771 15773 13197 0 -1 64 79892 0 0 0 733 31 0 0 16 0 13 0 1983618068 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15777] ppid=15771 vsize=824704 CPUtime=7.49
/proc/15773/task/15777/stat : 15777 (java) S 15771 15773 13197 0 -1 64 78176 0 0 0 716 33 0 0 15 0 13 0 1983618068 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15778] ppid=15771 vsize=824704 CPUtime=747.3
/proc/15773/task/15778/stat : 15778 (java) R 15771 15773 13197 0 -1 64 716725 0 0 0 74399 331 0 0 25 0 13 0 1983618070 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15779] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15779/stat : 15779 (java) S 15771 15773 13197 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1983618070 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15780] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15780/stat : 15780 (java) S 15771 15773 13197 0 -1 64 5 0 1 0 0 0 0 0 16 0 13 0 1983618070 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15781] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15781/stat : 15781 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1983618074 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15782] ppid=15771 vsize=824704 CPUtime=1.22
/proc/15773/task/15782/stat : 15782 (java) S 15771 15773 13197 0 -1 64 3312 0 0 0 121 1 0 0 21 0 13 0 1983618074 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15783] ppid=15771 vsize=824704 CPUtime=0.86
/proc/15773/task/15783/stat : 15783 (java) S 15771 15773 13197 0 -1 64 6775 0 0 0 83 3 0 0 16 0 13 0 1983618074 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15784] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15784/stat : 15784 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1983618074 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15785] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15785/stat : 15785 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1983618074 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15953] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15953/stat : 15953 (java) S 15771 15773 13197 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1983704111 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 861.05
Current children cumulated vsize (KiB) 824704

[startup+865.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/103 15953
/proc/meminfo: memFree=188768/2055920 swapFree=4179460/4192956
[pid=15773] ppid=15771 vsize=824704 CPUtime=862.64
/proc/15773/stat : 15773 (java) S 15771 15773 13197 0 -1 0 903278 0 2 0 85848 416 0 0 21 0 13 0 1983618065 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15773/statm: 206176 175722 1392 9 0 203538 0
[pid=15773/tid=15775] ppid=15771 vsize=824704 CPUtime=96.46
/proc/15773/task/15775/stat : 15775 (java) S 15771 15773 13197 0 -1 64 17633 0 1 0 9633 13 0 0 18 0 13 0 1983618067 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15776] ppid=15771 vsize=824704 CPUtime=7.64
/proc/15773/task/15776/stat : 15776 (java) S 15771 15773 13197 0 -1 64 79892 0 0 0 733 31 0 0 16 0 13 0 1983618068 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15777] ppid=15771 vsize=824704 CPUtime=7.49
/proc/15773/task/15777/stat : 15777 (java) S 15771 15773 13197 0 -1 64 78176 0 0 0 716 33 0 0 15 0 13 0 1983618068 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15778] ppid=15771 vsize=824704 CPUtime=748.9
/proc/15773/task/15778/stat : 15778 (java) R 15771 15773 13197 0 -1 64 716725 0 0 0 74559 331 0 0 25 0 13 0 1983618070 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 106123680 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15779] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15779/stat : 15779 (java) S 15771 15773 13197 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1983618070 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15780] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15780/stat : 15780 (java) S 15771 15773 13197 0 -1 64 5 0 1 0 0 0 0 0 16 0 13 0 1983618070 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15781] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15781/stat : 15781 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1983618074 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15782] ppid=15771 vsize=824704 CPUtime=1.22
/proc/15773/task/15782/stat : 15782 (java) S 15771 15773 13197 0 -1 64 3312 0 0 0 121 1 0 0 21 0 13 0 1983618074 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15783] ppid=15771 vsize=824704 CPUtime=0.86
/proc/15773/task/15783/stat : 15783 (java) S 15771 15773 13197 0 -1 64 6775 0 0 0 83 3 0 0 16 0 13 0 1983618074 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15784] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15784/stat : 15784 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1983618074 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15785] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15785/stat : 15785 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1983618074 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15953] ppid=15771 vsize=824704 CPUtime=0
/proc/15773/task/15953/stat : 15953 (java) S 15771 15773 13197 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1983704111 844496896 175722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 862.64
Current children cumulated vsize (KiB) 824704

[startup+865.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/103 15953
/proc/meminfo: memFree=188768/2055920 swapFree=4179460/4192956
[pid=15773] ppid=15771 vsize=820700 CPUtime=863.04
/proc/15773/stat : 15773 (java) S 15771 15773 13197 0 -1 0 903280 0 2 0 85888 416 0 0 21 0 12 0 1983618065 840396800 174722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15773/statm: 205175 174722 1393 9 0 202537 0
[pid=15773/tid=15775] ppid=15771 vsize=820700 CPUtime=96.46
/proc/15773/task/15775/stat : 15775 (java) S 15771 15773 13197 0 -1 64 17633 0 1 0 9633 13 0 0 16 0 12 0 1983618067 840396800 174722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15776] ppid=15771 vsize=820700 CPUtime=7.64
/proc/15773/task/15776/stat : 15776 (java) S 15771 15773 13197 0 -1 64 79892 0 0 0 733 31 0 0 16 0 12 0 1983618068 840396800 174722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15777] ppid=15771 vsize=820700 CPUtime=7.49
/proc/15773/task/15777/stat : 15777 (java) S 15771 15773 13197 0 -1 64 78176 0 0 0 716 33 0 0 15 0 12 0 1983618068 840396800 174722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15778] ppid=15771 vsize=820700 CPUtime=749.29
/proc/15773/task/15778/stat : 15778 (java) R 15771 15773 13197 0 -1 64 716725 0 0 0 74598 331 0 0 25 0 12 0 1983618070 840396800 174722 996147200 134512640 134550740 4294956032 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15779] ppid=15771 vsize=820700 CPUtime=0
/proc/15773/task/15779/stat : 15779 (java) S 15771 15773 13197 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983618070 840396800 174722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15780] ppid=15771 vsize=820700 CPUtime=0
/proc/15773/task/15780/stat : 15780 (java) S 15771 15773 13197 0 -1 64 5 0 1 0 0 0 0 0 16 0 12 0 1983618070 840396800 174722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15781] ppid=15771 vsize=820700 CPUtime=0
/proc/15773/task/15781/stat : 15781 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983618074 840396800 174722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15782] ppid=15771 vsize=820700 CPUtime=1.22
/proc/15773/task/15782/stat : 15782 (java) S 15771 15773 13197 0 -1 64 3312 0 0 0 121 1 0 0 21 0 12 0 1983618074 840396800 174722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15783] ppid=15771 vsize=820700 CPUtime=0.86
/proc/15773/task/15783/stat : 15783 (java) S 15771 15773 13197 0 -1 64 6775 0 0 0 83 3 0 0 16 0 12 0 1983618074 840396800 174722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15784] ppid=15771 vsize=820700 CPUtime=0
/proc/15773/task/15784/stat : 15784 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983618074 840396800 174722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15785] ppid=15771 vsize=820700 CPUtime=0
/proc/15773/task/15785/stat : 15785 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983618074 840396800 174722 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 863.04
Current children cumulated vsize (KiB) 820700

[startup+866.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/103 15953
/proc/meminfo: memFree=188768/2055920 swapFree=4179460/4192956
[pid=15773] ppid=15771 vsize=820700 CPUtime=863.24
/proc/15773/stat : 15773 (java) S 15771 15773 13197 0 -1 0 903282 0 2 0 85908 416 0 0 21 0 12 0 1983618065 840396800 174723 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15773/statm: 205175 174723 1393 9 0 202537 0
[pid=15773/tid=15775] ppid=15771 vsize=820700 CPUtime=96.46
/proc/15773/task/15775/stat : 15775 (java) S 15771 15773 13197 0 -1 64 17634 0 1 0 9633 13 0 0 15 0 12 0 1983618067 840396800 174723 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15776] ppid=15771 vsize=820700 CPUtime=7.64
/proc/15773/task/15776/stat : 15776 (java) S 15771 15773 13197 0 -1 64 79892 0 0 0 733 31 0 0 16 0 12 0 1983618068 840396800 174723 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15777] ppid=15771 vsize=820700 CPUtime=7.49
/proc/15773/task/15777/stat : 15777 (java) S 15771 15773 13197 0 -1 64 78176 0 0 0 716 33 0 0 15 0 12 0 1983618068 840396800 174723 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15778] ppid=15771 vsize=820700 CPUtime=749.49
/proc/15773/task/15778/stat : 15778 (java) R 15771 15773 13197 0 -1 64 716725 0 0 0 74618 331 0 0 25 0 12 0 1983618070 840396800 174723 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15779] ppid=15771 vsize=820700 CPUtime=0
/proc/15773/task/15779/stat : 15779 (java) S 15771 15773 13197 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1983618070 840396800 174723 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15780] ppid=15771 vsize=820700 CPUtime=0
/proc/15773/task/15780/stat : 15780 (java) R 15771 15773 13197 0 -1 64 6 0 1 0 0 0 0 0 16 0 12 0 1983618070 840396800 174723 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15781] ppid=15771 vsize=820700 CPUtime=0
/proc/15773/task/15781/stat : 15781 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983618074 840396800 174723 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15782] ppid=15771 vsize=820700 CPUtime=1.22
/proc/15773/task/15782/stat : 15782 (java) S 15771 15773 13197 0 -1 64 3312 0 0 0 121 1 0 0 21 0 12 0 1983618074 840396800 174723 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15783] ppid=15771 vsize=820700 CPUtime=0.86
/proc/15773/task/15783/stat : 15783 (java) S 15771 15773 13197 0 -1 64 6775 0 0 0 83 3 0 0 16 0 12 0 1983618074 840396800 174723 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15784] ppid=15771 vsize=820700 CPUtime=0
/proc/15773/task/15784/stat : 15784 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1983618074 840396800 174723 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15773/tid=15785] ppid=15771 vsize=820700 CPUtime=0
/proc/15773/task/15785/stat : 15785 (java) S 15771 15773 13197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983618074 840396800 174723 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 863.24
Current children cumulated vsize (KiB) 820700

[startup+866.203 s]
/proc/loadavg: 2.00 2.00 2.00 3/103 15953
/proc/meminfo: memFree=188768/2055920 swapFree=4179460/4192956
[pid=15773] ppid=15771 vsize=0 CPUtime=863.31
/proc/15773/stat : 15773 (java) Z 15771 15773 13197 0 -1 12 903285 0 2 0 85908 423 0 0 16 0 2 0 1983618065 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15773/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 863.31
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 866.234
CPU time (s): 863.345
CPU user time (s): 859.08
CPU system time (s): 4.26435
CPU usage (%): 99.6665
Max. virtual memory (cumulated for all children) (KiB): 868384

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

runsolver used 1.09783 second user time and 2.98455 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-03 02:55:10
IDJOB=1049726
IDBENCH=54844
IDSOLVER=344
FILE ID=node91/1049726-1215046510
PBS_JOBID= 7874996
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 453dfb6e349288d04561e6938325e862
RANDOM SEED=394952255

node91.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.231
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.231
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:       1414080 kB
Buffers:          9804 kB
Cached:         425660 kB
SwapCached:       7080 kB
Active:         260116 kB
Inactive:       345924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1414080 kB
SwapTotal:     4192956 kB
SwapFree:      4179460 kB
Dirty:            1296 kB
Writeback:           0 kB
Mapped:         188136 kB
Slab:            20028 kB
Committed_AS: 13026836 kB
PageTables:       2556 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= 66552 MiB
End job on node91 at 2008-07-03 03:09:36