Trace number 2068325

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? 309.691 311.143

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.81072
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

0.11/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.20	c See www.sat4j.org for details.
0.11/0.20	c That software uses the Rhino library from the Mozilla project.
0.11/0.22	c version 2.1.1.v20090622
0.11/0.22	c sun.arch.data.model	32
0.11/0.22	c java.version	1.6.0_12
0.11/0.22	c os.name	Linux
0.11/0.22	c os.version	2.6.9-22.EL.rootsmp
0.11/0.22	c os.arch	i386
0.11/0.22	c Free memory 671000808
0.11/0.22	c Max memory 672137216
0.11/0.22	c Total memory 672137216
0.11/0.22	c Number of processors 2
0.21/0.30	c c --- Begin Solver configuration ---
0.21/0.30	c Stops conflict analysis at the first Unique Implication Point
0.21/0.30	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.21/0.30	c Learn all clauses as in MiniSAT
0.21/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.21/0.30	c Expensive reason simplification
0.21/0.30	c MiniSAT restarts strategy
0.21/0.30	c Memory based learned constraints deletion strategy
0.21/0.30	c timeout=2147483s
0.21/0.30	c DB Simplification allowed=false
0.21/0.30	c --- End Solver configuration ---
0.21/0.30	c solving HOME/instance-2068325-1247346924.xml
0.21/0.30	c reading problem ... 
0.40/0.54	c reading problem named null
0.40/0.54	c reading domains done.
0.40/0.55	c reading variables done.
0.51/0.66	c reading predicates  done.
0.70/0.88	c reading constraints
309.54/311.03	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
309.54/311.03		at org.mozilla.javascript.optimizer.OptRuntime.wrapDouble(OptRuntime.java:191)
309.54/311.03		at org.mozilla.javascript.gen.c1._c5(predefinedfunctions.js:12)
309.54/311.03		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
309.54/311.03		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)
309.54/311.03		at org.mozilla.javascript.gen.c10._c0(rhino.log:1)
309.54/311.03		at org.mozilla.javascript.gen.c10.call(rhino.log)
309.54/311.03		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
309.54/311.03		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
309.54/311.03		at org.mozilla.javascript.gen.c10.call(rhino.log)
309.54/311.03		at org.mozilla.javascript.gen.c10.exec(rhino.log)
309.54/311.03		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.find(Unknown Source)
309.54/311.03		at org.sat4j.csp.Predicate.toClause(Unknown Source)
309.54/311.03		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
309.54/311.03	c starts		: 0
309.54/311.03	c conflicts		: 0
309.54/311.03	c decisions		: 0
309.54/311.03	c propagations		: 0
309.54/311.03	c inspects		: 0
309.54/311.03	c learnt literals	: 0
309.54/311.03	c learnt binary clauses	: 0
309.54/311.03	c learnt ternary clauses	: 0
309.54/311.03	c learnt clauses	: 0
309.54/311.03	c ignored clauses	: 0
309.54/311.03	c root simplifications	: 0
309.54/311.03	c removed literals (reason simplification)	: 0
309.54/311.03	c reason swapping (by a shorter reason)	: 0
309.54/311.03	c Calls to reduceDB	: 0
309.54/311.03	c speed (assignments/second)	: 0.0
309.54/311.03	c non guided choices	0
309.54/311.03	c learnt constraints type 
309.54/311.03	c constraints type 
309.54/311.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5113647
309.54/311.03	c org.sat4j.minisat.constraints.card.AtLeast => 432
309.54/311.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1008
309.54/311.03	s UNKNOWN
309.54/311.03	c Total wall clock time (in seconds) : 310.729

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068325-1247346924/watcher-2068325-1247346924 -o /tmp/evaluation-result-2068325-1247346924/solver-2068325-1247346924 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068325-1247346924.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.32 2.29 2.14 4/84 16056
/proc/meminfo: memFree=673232/2055920 swapFree=4192948/4192956
[pid=16056] ppid=16054 vsize=18576 CPUtime=0
/proc/16056/stat : 16056 (runsolver) R 16054 16056 14690 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 21757482 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 269807578407 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16056/statm: 4644 284 249 26 0 2626 0

[startup+0.100078 s]
/proc/loadavg: 2.32 2.29 2.14 4/84 16056
/proc/meminfo: memFree=673232/2055920 swapFree=4192948/4192956
[pid=16056] ppid=16054 vsize=802164 CPUtime=0.06
/proc/16056/stat : 16056 (java) S 16054 16056 14690 0 -1 0 2814 0 1 0 5 1 0 0 20 0 7 0 21757482 821415936 2559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/16056/statm: 200541 2559 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.202087 s]
/proc/loadavg: 2.32 2.29 2.14 4/84 16056
/proc/meminfo: memFree=673232/2055920 swapFree=4192948/4192956
[pid=16056] ppid=16054 vsize=804672 CPUtime=0.11
/proc/16056/stat : 16056 (java) S 16054 16056 14690 0 -1 0 3224 0 1 0 9 2 0 0 20 0 12 0 21757482 823984128 2967 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16056/statm: 201168 2967 1094 9 0 198502 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 804672

[startup+0.302098 s]
/proc/loadavg: 2.32 2.29 2.14 4/84 16056
/proc/meminfo: memFree=673232/2055920 swapFree=4192948/4192956
[pid=16056] ppid=16054 vsize=805868 CPUtime=0.21
/proc/16056/stat : 16056 (java) S 16054 16056 14690 0 -1 0 4029 0 1 0 18 3 0 0 20 0 12 0 21757482 825208832 3766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16056/statm: 201467 3766 1349 9 0 198801 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 805868

[startup+0.702141 s]
/proc/loadavg: 2.32 2.29 2.14 4/84 16056
/proc/meminfo: memFree=673232/2055920 swapFree=4192948/4192956
[pid=16056] ppid=16054 vsize=807240 CPUtime=0.61
/proc/16056/stat : 16056 (java) S 16054 16056 14690 0 -1 0 5670 0 1 0 56 5 0 0 20 0 12 0 21757482 826613760 5161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16056/statm: 201810 5161 1386 9 0 199137 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 807240

[startup+1.50122 s]
/proc/loadavg: 2.32 2.29 2.14 4/96 16068
/proc/meminfo: memFree=651760/2055920 swapFree=4192948/4192956
[pid=16056] ppid=16054 vsize=809352 CPUtime=1.39
/proc/16056/stat : 16056 (java) S 16054 16056 14690 0 -1 0 8358 0 1 0 133 6 0 0 20 0 12 0 21757482 828776448 6949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16056/statm: 202338 6949 1408 9 0 199665 0
[pid=16056/tid=16058] ppid=16054 vsize=809352 CPUtime=0.89
/proc/16056/task/16058/stat : 16058 (java) R 16054 16056 14690 0 -1 64 5206 0 1 0 85 4 0 0 18 0 12 0 21757484 828776448 6949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16059] ppid=16054 vsize=809352 CPUtime=0
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 14690 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 21757485 828776448 6949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=809352 CPUtime=0
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 21757485 828776448 6949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=809352 CPUtime=0
/proc/16056/task/16061/stat : 16061 (java) S 16054 16056 14690 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21757486 828776448 6949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=809352 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 14690 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 21757487 828776448 6949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=809352 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 14690 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21757487 828776448 6949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=809352 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 14690 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21757498 828776448 6949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=809352 CPUtime=0.04
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 14690 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 21757498 828776448 6949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16066] ppid=16054 vsize=809352 CPUtime=0.44
/proc/16056/task/16066/stat : 16066 (java) R 16054 16056 14690 0 -1 64 2147 0 0 0 43 1 0 0 16 0 12 0 21757498 828776448 6949 996147200 134512640 134550932 4294956016 18446744073709551615 103143503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16067] ppid=16054 vsize=809352 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21757498 828776448 6949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=809352 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21757499 828776448 6949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 809352

[startup+3.10139 s]
/proc/loadavg: 2.32 2.29 2.14 5/96 16068
/proc/meminfo: memFree=642288/2055920 swapFree=4192948/4192956
[pid=16056] ppid=16054 vsize=812740 CPUtime=2.99
/proc/16056/stat : 16056 (java) S 16054 16056 14690 0 -1 0 13477 0 1 0 291 8 0 0 20 0 12 0 21757482 832245760 9423 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16056/statm: 203185 9423 1433 9 0 200512 0
[pid=16056/tid=16058] ppid=16054 vsize=812740 CPUtime=1.41
/proc/16056/task/16058/stat : 16058 (java) R 16054 16056 14690 0 -1 64 6697 0 1 0 137 4 0 0 17 0 12 0 21757484 832245760 9424 996147200 134512640 134550932 4294956016 18446744073709551615 105877635 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16059] ppid=16054 vsize=812740 CPUtime=0
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 14690 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 21757485 832245760 9424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=812740 CPUtime=0
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 21757485 832245760 9424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=812740 CPUtime=0
/proc/16056/task/16061/stat : 16061 (java) S 16054 16056 14690 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21757486 832245760 9424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=812740 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 14690 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 21757487 832245760 9424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16063] ppid=16054 vsize=812740 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 14690 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21757487 832245760 9425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16064] ppid=16054 vsize=812740 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 14690 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21757498 832245760 9425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=812740 CPUtime=0.27
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 14690 0 -1 64 1237 0 0 0 27 0 0 0 16 0 12 0 21757498 832245760 9425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16066] ppid=16054 vsize=812740 CPUtime=1.27
/proc/16056/task/16066/stat : 16066 (java) R 16054 16056 14690 0 -1 64 4803 0 0 0 125 2 0 0 18 0 12 0 21757498 832245760 9425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16067] ppid=16054 vsize=812740 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21757498 832245760 9425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=812740 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21757499 832245760 9425 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 812740

[startup+6.30275 s]
/proc/loadavg: 2.45 2.31 2.15 4/96 16068
/proc/meminfo: memFree=572784/2055920 swapFree=4192948/4192956
[pid=16056] ppid=16054 vsize=820004 CPUtime=6.4
/proc/16056/stat : 16056 (java) S 16054 16056 14690 0 -1 0 31980 0 1 0 620 20 0 0 20 0 12 0 21757482 839684096 24466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16056/statm: 205001 24466 1443 9 0 202328 0
[pid=16056/tid=16058] ppid=16054 vsize=820004 CPUtime=3.4
/proc/16056/task/16058/stat : 16058 (java) R 16054 16056 14690 0 -1 64 17420 0 1 0 328 12 0 0 25 0 12 0 21757484 839684096 24466 996147200 134512640 134550932 4294956016 18446744073709551615 4109939147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16059] ppid=16054 vsize=820004 CPUtime=0.04
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 14690 0 -1 64 1617 0 0 0 4 0 0 0 17 0 12 0 21757485 839684096 24466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16060] ppid=16054 vsize=820004 CPUtime=0.02
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 14690 0 -1 64 802 0 0 0 2 0 0 0 17 0 12 0 21757485 839684096 24466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16061] ppid=16054 vsize=820004 CPUtime=0
/proc/16056/task/16061/stat : 16061 (java) S 16054 16056 14690 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 21757486 839684096 24466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16062] ppid=16054 vsize=820004 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 14690 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21757487 839684096 24466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16063] ppid=16054 vsize=820004 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 14690 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21757487 839684096 24466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16064] ppid=16054 vsize=820004 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 14690 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21757498 839684096 24466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=820004 CPUtime=1.34
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 14690 0 -1 64 6415 0 0 0 131 3 0 0 23 0 12 0 21757498 839684096 24466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16066] ppid=16054 vsize=820004 CPUtime=1.55
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 14690 0 -1 64 4967 0 0 0 153 2 0 0 16 0 12 0 21757498 839684096 24466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16067] ppid=16054 vsize=820004 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21757498 839684096 24466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=820004 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21757499 839684096 24466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 820004

[startup+12.7014 s]
/proc/loadavg: 2.58 2.34 2.16 5/96 16068
/proc/meminfo: memFree=535216/2055920 swapFree=4192948/4192956
[pid=16056] ppid=16054 vsize=812988 CPUtime=12.78
/proc/16056/stat : 16056 (java) S 16054 16056 14690 0 -1 0 44520 0 1 0 1252 26 0 0 20 0 12 0 21757482 832499712 35264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16056/statm: 203247 35264 1443 9 0 200574 0
[pid=16056/tid=16058] ppid=16054 vsize=812988 CPUtime=9.05
/proc/16056/task/16058/stat : 16058 (java) R 16054 16056 14690 0 -1 64 17433 0 1 0 893 12 0 0 25 0 12 0 21757484 832499712 35264 996147200 134512640 134550932 4294956016 18446744073709551615 4109996975 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=812988 CPUtime=0.4
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 14690 0 -1 64 8400 0 0 0 37 3 0 0 16 0 12 0 21757485 832499712 35264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=812988 CPUtime=0.38
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 14690 0 -1 64 6544 0 0 0 35 3 0 0 16 0 12 0 21757485 832499712 35264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=812988 CPUtime=0
/proc/16056/task/16061/stat : 16061 (java) S 16054 16056 14690 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 21757486 832499712 35264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=812988 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 14690 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21757487 832499712 35264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16063] ppid=16054 vsize=812988 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 14690 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21757487 832499712 35264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16064] ppid=16054 vsize=812988 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 14690 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21757498 832499712 35264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=812988 CPUtime=1.34
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 14690 0 -1 64 6415 0 0 0 131 3 0 0 23 0 12 0 21757498 832499712 35264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16066] ppid=16054 vsize=812988 CPUtime=1.55
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 14690 0 -1 64 4967 0 0 0 153 2 0 0 16 0 12 0 21757498 832499712 35264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16067] ppid=16054 vsize=812988 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21757498 832499712 35264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=812988 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21757499 832499712 35264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 812988

[startup+25.5028 s]
/proc/loadavg: 2.92 2.42 2.19 5/96 16068
/proc/meminfo: memFree=456560/2055920 swapFree=4192948/4192956
[pid=16056] ppid=16054 vsize=812988 CPUtime=25.59
/proc/16056/stat : 16056 (java) S 16054 16056 14690 0 -1 0 64557 0 1 0 2526 33 0 0 20 0 12 0 21757482 832499712 54878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16056/statm: 203247 54878 1443 9 0 200574 0
[pid=16056/tid=16058] ppid=16054 vsize=812988 CPUtime=20.74
/proc/16056/task/16058/stat : 16058 (java) R 16054 16056 14690 0 -1 64 17456 0 1 0 2062 12 0 0 25 0 12 0 21757484 832499712 54878 996147200 134512640 134550932 4294956016 18446744073709551615 4110096596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16059] ppid=16054 vsize=812988 CPUtime=0.92
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 14690 0 -1 64 18214 0 0 0 86 6 0 0 16 0 12 0 21757485 832499712 54878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16060] ppid=16054 vsize=812988 CPUtime=0.97
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 14690 0 -1 64 16744 0 0 0 90 7 0 0 16 0 12 0 21757485 832499712 54878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16061] ppid=16054 vsize=812988 CPUtime=0.01
/proc/16056/task/16061/stat : 16061 (java) S 16054 16056 14690 0 -1 64 21 0 0 0 1 0 0 0 15 0 12 0 21757486 832499712 54878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16062] ppid=16054 vsize=812988 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 14690 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21757487 832499712 54878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16063] ppid=16054 vsize=812988 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 14690 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21757487 832499712 54878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16064] ppid=16054 vsize=812988 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 14690 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21757498 832499712 54878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=812988 CPUtime=1.34

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

[pid=16056/tid=16067] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21757499 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 299.44
Current children cumulated vsize (KiB) 813992

[startup+307.202 s]
/proc/loadavg: 2.07 2.33 2.22 3/96 16068
/proc/meminfo: memFree=62704/2055920 swapFree=4192948/4192956
[pid=16056] ppid=16054 vsize=813992 CPUtime=305.78
/proc/16056/stat : 16056 (java) S 16054 16056 14690 0 -1 0 227065 0 1 0 30460 118 0 0 20 0 12 0 21757482 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16056/statm: 203498 173122 1445 9 0 200825 0
[pid=16056/tid=16058] ppid=16054 vsize=813992 CPUtime=112.56
/proc/16056/task/16058/stat : 16058 (java) S 16054 16056 14690 0 -1 64 17626 0 1 0 11244 12 0 0 17 0 12 0 21757484 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=813992 CPUtime=7.23
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 14690 0 -1 64 72730 0 0 0 693 30 0 0 15 0 12 0 21757485 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=813992 CPUtime=7.28
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 14690 0 -1 64 80502 0 0 0 693 35 0 0 16 0 12 0 21757485 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=813992 CPUtime=175.75
/proc/16056/task/16061/stat : 16061 (java) R 16054 16056 14690 0 -1 64 44085 0 0 0 17543 32 0 0 25 0 12 0 21757486 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 106158897 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 14690 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21757487 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16063] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 14690 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21757487 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16064] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 14690 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=813992 CPUtime=1.34
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 14690 0 -1 64 6415 0 0 0 131 3 0 0 23 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16066] ppid=16054 vsize=813992 CPUtime=1.55
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 14690 0 -1 64 4967 0 0 0 153 2 0 0 16 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16067] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21757499 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 305.78
Current children cumulated vsize (KiB) 813992

[startup+308.802 s]
/proc/loadavg: 2.07 2.32 2.22 3/96 16068
/proc/meminfo: memFree=62704/2055920 swapFree=4192948/4192956
[pid=16056] ppid=16054 vsize=813992 CPUtime=307.36
/proc/16056/stat : 16056 (java) S 16054 16056 14690 0 -1 0 227319 0 1 0 30618 118 0 0 20 0 12 0 21757482 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16056/statm: 203498 173122 1444 9 0 200825 0
[pid=16056/tid=16058] ppid=16054 vsize=813992 CPUtime=112.63
/proc/16056/task/16058/stat : 16058 (java) S 16054 16056 14690 0 -1 64 17629 0 1 0 11251 12 0 0 17 0 12 0 21757484 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=813992 CPUtime=7.23
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 14690 0 -1 64 72730 0 0 0 693 30 0 0 15 0 12 0 21757485 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=813992 CPUtime=7.28
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 14690 0 -1 64 80502 0 0 0 693 35 0 0 16 0 12 0 21757485 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=813992 CPUtime=177.27
/proc/16056/task/16061/stat : 16061 (java) R 16054 16056 14690 0 -1 64 44336 0 0 0 17694 33 0 0 25 0 12 0 21757486 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 14690 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21757487 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16063] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 14690 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21757487 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16064] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 14690 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=813992 CPUtime=1.34
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 14690 0 -1 64 6415 0 0 0 131 3 0 0 23 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16066] ppid=16054 vsize=813992 CPUtime=1.55
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 14690 0 -1 64 4967 0 0 0 153 2 0 0 16 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16067] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21757499 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 307.36
Current children cumulated vsize (KiB) 813992

[startup+310.402 s]
/proc/loadavg: 2.07 2.32 2.22 3/96 16068
/proc/meminfo: memFree=62704/2055920 swapFree=4192948/4192956
[pid=16056] ppid=16054 vsize=813992 CPUtime=308.94
/proc/16056/stat : 16056 (java) S 16054 16056 14690 0 -1 0 227319 0 1 0 30776 118 0 0 20 0 12 0 21757482 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16056/statm: 203498 173122 1444 9 0 200825 0
[pid=16056/tid=16058] ppid=16054 vsize=813992 CPUtime=112.63
/proc/16056/task/16058/stat : 16058 (java) S 16054 16056 14690 0 -1 64 17629 0 1 0 11251 12 0 0 17 0 12 0 21757484 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=813992 CPUtime=7.23
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 14690 0 -1 64 72730 0 0 0 693 30 0 0 15 0 12 0 21757485 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=813992 CPUtime=7.28
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 14690 0 -1 64 80502 0 0 0 693 35 0 0 16 0 12 0 21757485 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=813992 CPUtime=178.86
/proc/16056/task/16061/stat : 16061 (java) R 16054 16056 14690 0 -1 64 44336 0 0 0 17853 33 0 0 25 0 12 0 21757486 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 14690 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21757487 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16063] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 14690 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21757487 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16064] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 14690 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=813992 CPUtime=1.34
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 14690 0 -1 64 6415 0 0 0 131 3 0 0 23 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16066] ppid=16054 vsize=813992 CPUtime=1.55
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 14690 0 -1 64 4967 0 0 0 153 2 0 0 16 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16067] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21757499 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 308.94
Current children cumulated vsize (KiB) 813992

[startup+310.802 s]
/proc/loadavg: 2.07 2.32 2.22 3/96 16068
/proc/meminfo: memFree=62704/2055920 swapFree=4192948/4192956
[pid=16056] ppid=16054 vsize=813992 CPUtime=309.34
/proc/16056/stat : 16056 (java) S 16054 16056 14690 0 -1 0 227319 0 1 0 30816 118 0 0 20 0 12 0 21757482 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16056/statm: 203498 173122 1444 9 0 200825 0
[pid=16056/tid=16058] ppid=16054 vsize=813992 CPUtime=112.63
/proc/16056/task/16058/stat : 16058 (java) S 16054 16056 14690 0 -1 64 17629 0 1 0 11251 12 0 0 17 0 12 0 21757484 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=813992 CPUtime=7.23
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 14690 0 -1 64 72730 0 0 0 693 30 0 0 15 0 12 0 21757485 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=813992 CPUtime=7.28
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 14690 0 -1 64 80502 0 0 0 693 35 0 0 16 0 12 0 21757485 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=813992 CPUtime=179.25
/proc/16056/task/16061/stat : 16061 (java) R 16054 16056 14690 0 -1 64 44336 0 0 0 17892 33 0 0 25 0 12 0 21757486 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 14690 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21757487 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16063] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 14690 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21757487 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16064] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 14690 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=813992 CPUtime=1.34
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 14690 0 -1 64 6415 0 0 0 131 3 0 0 23 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16066] ppid=16054 vsize=813992 CPUtime=1.55
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 14690 0 -1 64 4967 0 0 0 153 2 0 0 16 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16067] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21757499 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 309.34
Current children cumulated vsize (KiB) 813992

[startup+311.002 s]
/proc/loadavg: 2.07 2.32 2.22 3/96 16068
/proc/meminfo: memFree=62704/2055920 swapFree=4192948/4192956
[pid=16056] ppid=16054 vsize=813992 CPUtime=309.54
/proc/16056/stat : 16056 (java) S 16054 16056 14690 0 -1 0 227319 0 1 0 30836 118 0 0 20 0 12 0 21757482 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16056/statm: 203498 173122 1444 9 0 200825 0
[pid=16056/tid=16058] ppid=16054 vsize=813992 CPUtime=112.63
/proc/16056/task/16058/stat : 16058 (java) S 16054 16056 14690 0 -1 64 17629 0 1 0 11251 12 0 0 17 0 12 0 21757484 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16059] ppid=16054 vsize=813992 CPUtime=7.23
/proc/16056/task/16059/stat : 16059 (java) S 16054 16056 14690 0 -1 64 72730 0 0 0 693 30 0 0 15 0 12 0 21757485 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16060] ppid=16054 vsize=813992 CPUtime=7.28
/proc/16056/task/16060/stat : 16060 (java) S 16054 16056 14690 0 -1 64 80502 0 0 0 693 35 0 0 16 0 12 0 21757485 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16061] ppid=16054 vsize=813992 CPUtime=179.45
/proc/16056/task/16061/stat : 16061 (java) R 16054 16056 14690 0 -1 64 44336 0 0 0 17912 33 0 0 25 0 12 0 21757486 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16062] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16062/stat : 16062 (java) S 16054 16056 14690 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21757487 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16063] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16063/stat : 16063 (java) S 16054 16056 14690 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21757487 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16064] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16064/stat : 16064 (java) S 16054 16056 14690 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16065] ppid=16054 vsize=813992 CPUtime=1.34
/proc/16056/task/16065/stat : 16065 (java) S 16054 16056 14690 0 -1 64 6415 0 0 0 131 3 0 0 23 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16066] ppid=16054 vsize=813992 CPUtime=1.55
/proc/16056/task/16066/stat : 16066 (java) S 16054 16056 14690 0 -1 64 4967 0 0 0 153 2 0 0 16 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16056/tid=16067] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16067/stat : 16067 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21757498 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16056/tid=16068] ppid=16054 vsize=813992 CPUtime=0
/proc/16056/task/16068/stat : 16068 (java) S 16054 16056 14690 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21757499 833527808 173122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 309.54
Current children cumulated vsize (KiB) 813992

[startup+311.103 s]
/proc/loadavg: 2.07 2.32 2.22 3/96 16068
/proc/meminfo: memFree=62704/2055920 swapFree=4192948/4192956
[pid=16056] ppid=16054 vsize=0 CPUtime=309.65
/proc/16056/stat : 16056 (java) Z 16054 16056 14690 0 -1 12 227335 0 1 0 30840 125 0 0 16 0 2 0 21757482 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16056/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 309.65
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 311.143
CPU time (s): 309.691
CPU user time (s): 308.4
CPU system time (s): 1.2908
CPU usage (%): 99.5333
Max. virtual memory (cumulated for all children) (KiB): 860996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.4
system time used= 1.2908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227335
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= 9496
involuntary context switches= 14290

runsolver used 0.369943 second user time and 1.07284 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-11 23:15:24
IDJOB=2068325
IDBENCH=54851
IDSOLVER=731
FILE ID=node81/2068325-1247346924
PBS_JOBID= 9506735
Free space on /tmp= 126620 MiB

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

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

MD5SUM BENCH= 2420da35406c8ff7169bed36ee217571
RANDOM SEED=2084359724

node81.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.233
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.233
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:        673648 kB
Buffers:         57868 kB
Cached:         565072 kB
SwapCached:          8 kB
Active:         743444 kB
Inactive:       583712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        673648 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:         719828 kB
Slab:            38700 kB
Committed_AS:   867600 kB
PageTables:       3204 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126616 MiB
End job on node81 at 2009-07-11 23:20:35