Trace number 1080493

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? 714.92 691.237

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-23.xml
MD5SUMec489d9d056d809d56946fa2f462704a
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.036994
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity14
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.30	c See www.sat4j.org for details.
0.29/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.39	c c --- Begin Solver configuration ---
0.29/0.39	c Stops conflict analysis at the first Unique Implication Point
0.29/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.39	c Learn all clauses as in MiniSAT
0.29/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.39	c Expensive reason simplification
0.29/0.39	c MiniSAT restarts strategy
0.29/0.39	c timeout=2147483s
0.29/0.39	c DB Simplification allowed=false
0.29/0.39	c --- End Solver configuration ---
0.29/0.39	c solving HOME/instance-1080493-1215213059.xml
0.29/0.39	c reading problem ... 
0.58/0.65	c reading problem named null
0.58/0.65	c reading domains done.
0.58/0.65	c reading variables done.
0.68/0.70	c reading predicates  done.
0.98/1.10	c reading constraints
714.71/691.09	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
714.71/691.09		at org.mozilla.javascript.ScriptRuntime.wrapNumber(ScriptRuntime.java:223)
714.71/691.09		at org.mozilla.javascript.ScriptRuntime.add(ScriptRuntime.java:2268)
714.71/691.09		at org.mozilla.javascript.gen.c1._c3(predefinedfunctions.js:8)
714.71/691.09		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
714.71/691.09		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:95)
714.71/691.09		at org.mozilla.javascript.gen.c45._c0(rhino.log:1)
714.71/691.09		at org.mozilla.javascript.gen.c45.call(rhino.log)
714.71/691.09		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
714.71/691.09		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
714.71/691.09		at org.mozilla.javascript.gen.c45.call(rhino.log)
714.71/691.09		at org.mozilla.javascript.gen.c45.exec(rhino.log)
714.71/691.09		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
714.71/691.09		at org.sat4j.csp.Predicate.find(Predicate.java:129)
714.71/691.09		at org.sat4j.csp.Predicate.find(Predicate.java:139)
714.71/691.09		at org.sat4j.csp.Predicate.find(Predicate.java:139)
714.71/691.09		at org.sat4j.csp.Predicate.find(Predicate.java:139)
714.71/691.09		at org.sat4j.csp.Predicate.find(Predicate.java:139)
714.71/691.09		at org.sat4j.csp.Predicate.find(Predicate.java:139)
714.71/691.09		at org.sat4j.csp.Predicate.find(Predicate.java:139)
714.71/691.09		at org.sat4j.csp.Predicate.find(Predicate.java:139)
714.71/691.09		at org.sat4j.csp.Predicate.find(Predicate.java:139)
714.71/691.09		at org.sat4j.csp.Predicate.find(Predicate.java:139)
714.71/691.09		at org.sat4j.csp.Predicate.find(Predicate.java:139)
714.71/691.09		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
714.71/691.09		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
714.71/691.09		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
714.71/691.09		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
714.71/691.09		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
714.71/691.09		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
714.71/691.09		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
714.71/691.09		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
714.71/691.09		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
714.71/691.10	c starts		: 0
714.71/691.10	c conflicts		: 0
714.71/691.10	c decisions		: 0
714.71/691.10	c propagations		: 0
714.71/691.10	c inspects		: 0
714.71/691.10	c learnt literals	: 0
714.71/691.10	c learnt binary clauses	: 0
714.71/691.10	c learnt ternary clauses	: 0
714.71/691.10	c learnt clauses	: 0
714.71/691.10	c ignored clauses	: 0
714.71/691.10	c root simplifications	: 0
714.71/691.10	c removed literals (reason simplification)	: 0
714.71/691.10	c reason swapping (by a shorter reason)	: 0
714.71/691.10	c Calls to reduceDB	: 0
714.71/691.10	c speed (assignments/second)	: 0.0
714.71/691.10	c non guided choices	0
714.71/691.10	s UNKNOWN
714.71/691.10	c Total wall clock time (in seconds) : 690.706

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-1080493-1215213059/watcher-1080493-1215213059 -o /tmp/evaluation-result-1080493-1215213059/solver-1080493-1215213059 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1080493-1215213059.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.18 2.19 2.07 4/84 16299
/proc/meminfo: memFree=1415720/2055920 swapFree=4117780/4192956
[pid=16299] ppid=16297 vsize=152 CPUtime=0
/proc/16299/stat : 16299 (java) R 16297 16299 15442 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 2000278210 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 10519332 0 0 4096 0 0 0 0 17 0 0 0
/proc/16299/statm: 38 26 19 9 0 4 0

[startup+0.040531 s]
/proc/loadavg: 2.18 2.19 2.07 4/84 16299
/proc/meminfo: memFree=1415720/2055920 swapFree=4117780/4192956
[pid=16299] ppid=16297 vsize=801432 CPUtime=0.02
/proc/16299/stat : 16299 (java) S 16297 16299 15442 0 -1 0 2504 0 1 0 1 1 0 0 18 0 5 0 2000278210 820666368 2241 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 200358 2241 954 9 0 197741 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801432

[startup+0.102499 s]
/proc/loadavg: 2.18 2.19 2.07 4/84 16299
/proc/meminfo: memFree=1415720/2055920 swapFree=4117780/4192956
[pid=16299] ppid=16297 vsize=804756 CPUtime=0.09
/proc/16299/stat : 16299 (java) S 16297 16299 15442 0 -1 0 3164 0 1 0 7 2 0 0 18 0 12 0 2000278210 824070144 2895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 201189 2895 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301525 s]
/proc/loadavg: 2.18 2.19 2.07 4/84 16299
/proc/meminfo: memFree=1415720/2055920 swapFree=4117780/4192956
[pid=16299] ppid=16297 vsize=808392 CPUtime=0.29
/proc/16299/stat : 16299 (java) S 16297 16299 15442 0 -1 0 5029 0 1 0 25 4 0 0 18 0 12 0 2000278210 827793408 4357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 202098 4357 1306 9 0 199467 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808392

[startup+0.701599 s]
/proc/loadavg: 2.18 2.19 2.07 4/84 16299
/proc/meminfo: memFree=1415720/2055920 swapFree=4117780/4192956
[pid=16299] ppid=16297 vsize=808420 CPUtime=0.68
/proc/16299/stat : 16299 (java) S 16297 16299 15442 0 -1 0 6358 0 1 0 63 5 0 0 18 0 12 0 2000278210 827822080 5539 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 202105 5539 1335 9 0 199467 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808420

[startup+1.50175 s]
/proc/loadavg: 2.18 2.19 2.07 4/96 16311
/proc/meminfo: memFree=1395144/2055920 swapFree=4117780/4192956
[pid=16299] ppid=16297 vsize=814532 CPUtime=1.47
/proc/16299/stat : 16299 (java) S 16297 16299 15442 0 -1 0 10093 0 1 0 140 7 0 0 18 0 12 0 2000278210 834080768 8065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 203633 8065 1368 9 0 200995 0
[pid=16299/tid=16301] ppid=16297 vsize=814532 CPUtime=0.79
/proc/16299/task/16301/stat : 16301 (java) R 16297 16299 15442 0 -1 64 5014 0 1 0 75 4 0 0 25 0 12 0 2000278211 834080768 8065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16302] ppid=16297 vsize=814532 CPUtime=0
/proc/16299/task/16302/stat : 16302 (java) S 16297 16299 15442 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 2000278212 834080768 8065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16303] ppid=16297 vsize=814532 CPUtime=0
/proc/16299/task/16303/stat : 16303 (java) S 16297 16299 15442 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 2000278212 834080768 8065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16304] ppid=16297 vsize=814532 CPUtime=0
/proc/16299/task/16304/stat : 16304 (java) S 16297 16299 15442 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 2000278214 834080768 8065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16305] ppid=16297 vsize=814532 CPUtime=0
/proc/16299/task/16305/stat : 16305 (java) S 16297 16299 15442 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 2000278214 834080768 8065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16306] ppid=16297 vsize=814532 CPUtime=0
/proc/16299/task/16306/stat : 16306 (java) S 16297 16299 15442 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2000278214 834080768 8065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16307] ppid=16297 vsize=814532 CPUtime=0
/proc/16299/task/16307/stat : 16307 (java) S 16297 16299 15442 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000278218 834080768 8065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16308] ppid=16297 vsize=814532 CPUtime=0.42
/proc/16299/task/16308/stat : 16308 (java) R 16297 16299 15442 0 -1 64 3149 0 0 0 42 0 0 0 17 0 12 0 2000278218 834080768 8065 996147200 134512640 134550740 4294956016 18446744073709551615 103937376 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16309] ppid=16297 vsize=814532 CPUtime=0.22
/proc/16299/task/16309/stat : 16309 (java) S 16297 16299 15442 0 -1 64 1168 0 0 0 22 0 0 0 16 0 12 0 2000278218 834080768 8065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16310] ppid=16297 vsize=814532 CPUtime=0
/proc/16299/task/16310/stat : 16310 (java) S 16297 16299 15442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000278218 834080768 8065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16311] ppid=16297 vsize=814532 CPUtime=0
/proc/16299/task/16311/stat : 16311 (java) S 16297 16299 15442 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000278218 834080768 8065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 814532

[startup+3.10205 s]
/proc/loadavg: 2.18 2.19 2.07 4/96 16311
/proc/meminfo: memFree=1385608/2055920 swapFree=4117780/4192956
[pid=16299] ppid=16297 vsize=815428 CPUtime=3.06
/proc/16299/stat : 16299 (java) S 16297 16299 15442 0 -1 0 16879 0 1 0 296 10 0 0 18 0 12 0 2000278210 834998272 13338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 203857 13338 1381 9 0 201219 0
[pid=16299/tid=16301] ppid=16297 vsize=815428 CPUtime=1.67
/proc/16299/task/16301/stat : 16301 (java) R 16297 16299 15442 0 -1 64 9813 0 1 0 160 7 0 0 25 0 12 0 2000278211 834998272 13339 996147200 134512640 134550740 4294956016 18446744073709551615 104119558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16302] ppid=16297 vsize=815428 CPUtime=0
/proc/16299/task/16302/stat : 16302 (java) S 16297 16299 15442 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 2000278212 834998272 13339 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16303] ppid=16297 vsize=815428 CPUtime=0
/proc/16299/task/16303/stat : 16303 (java) S 16297 16299 15442 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 2000278212 834998272 13339 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16304] ppid=16297 vsize=815428 CPUtime=0
/proc/16299/task/16304/stat : 16304 (java) S 16297 16299 15442 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 2000278214 834998272 13340 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16305] ppid=16297 vsize=815428 CPUtime=0
/proc/16299/task/16305/stat : 16305 (java) S 16297 16299 15442 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 2000278214 834998272 13340 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16306] ppid=16297 vsize=815428 CPUtime=0
/proc/16299/task/16306/stat : 16306 (java) S 16297 16299 15442 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2000278214 834998272 13340 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16307] ppid=16297 vsize=815428 CPUtime=0
/proc/16299/task/16307/stat : 16307 (java) S 16297 16299 15442 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000278218 834998272 13341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16308] ppid=16297 vsize=815428 CPUtime=0.85
/proc/16299/task/16308/stat : 16308 (java) S 16297 16299 15442 0 -1 64 4591 0 0 0 84 1 0 0 16 0 12 0 2000278218 834998272 13341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16309] ppid=16297 vsize=815428 CPUtime=0.52
/proc/16299/task/16309/stat : 16309 (java) S 16297 16299 15442 0 -1 64 1714 0 0 0 51 1 0 0 16 0 12 0 2000278218 834998272 13341 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16310] ppid=16297 vsize=815428 CPUtime=0
/proc/16299/task/16310/stat : 16310 (java) S 16297 16299 15442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000278218 834998272 13342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16311] ppid=16297 vsize=815428 CPUtime=0
/proc/16299/task/16311/stat : 16311 (java) S 16297 16299 15442 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000278218 834998272 13342 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 815428

[startup+6.30165 s]
/proc/loadavg: 2.32 2.22 2.08 4/96 16311
/proc/meminfo: memFree=1330960/2055920 swapFree=4117780/4192956
[pid=16299] ppid=16297 vsize=815012 CPUtime=6.25
/proc/16299/stat : 16299 (java) S 16297 16299 15442 0 -1 0 28625 0 1 0 608 17 0 0 18 0 12 0 2000278210 834572288 22250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 203753 22250 1387 9 0 201115 0
[pid=16299/tid=16301] ppid=16297 vsize=815012 CPUtime=3.1
/proc/16299/task/16301/stat : 16301 (java) R 16297 16299 15442 0 -1 64 17351 0 1 0 299 11 0 0 25 0 12 0 2000278211 834572288 22250 996147200 134512640 134550740 4294956016 18446744073709551615 104121028 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16302] ppid=16297 vsize=815012 CPUtime=0.03
/proc/16299/task/16302/stat : 16302 (java) S 16297 16299 15442 0 -1 64 769 0 0 0 3 0 0 0 16 0 12 0 2000278212 834572288 22250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16299/tid=16303] ppid=16297 vsize=815012 CPUtime=0.02
/proc/16299/task/16303/stat : 16303 (java) S 16297 16299 15442 0 -1 64 506 0 0 0 2 0 0 0 17 0 12 0 2000278212 834572288 22250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16304] ppid=16297 vsize=815012 CPUtime=0
/proc/16299/task/16304/stat : 16304 (java) S 16297 16299 15442 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2000278214 834572288 22250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16305] ppid=16297 vsize=815012 CPUtime=0
/proc/16299/task/16305/stat : 16305 (java) S 16297 16299 15442 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000278214 834572288 22250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16306] ppid=16297 vsize=815012 CPUtime=0
/proc/16299/task/16306/stat : 16306 (java) S 16297 16299 15442 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2000278214 834572288 22250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16307] ppid=16297 vsize=815012 CPUtime=0
/proc/16299/task/16307/stat : 16307 (java) S 16297 16299 15442 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000278218 834572288 22250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16308] ppid=16297 vsize=815012 CPUtime=1.86
/proc/16299/task/16308/stat : 16308 (java) S 16297 16299 15442 0 -1 64 6465 0 0 0 184 2 0 0 16 0 12 0 2000278218 834572288 22250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16309] ppid=16297 vsize=815012 CPUtime=1.19
/proc/16299/task/16309/stat : 16309 (java) S 16297 16299 15442 0 -1 64 2743 0 0 0 118 1 0 0 16 0 12 0 2000278218 834572288 22250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16310] ppid=16297 vsize=815012 CPUtime=0
/proc/16299/task/16310/stat : 16310 (java) S 16297 16299 15442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000278218 834572288 22250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16311] ppid=16297 vsize=815012 CPUtime=0
/proc/16299/task/16311/stat : 16311 (java) S 16297 16299 15442 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000278218 834572288 22250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 815012

[startup+12.7029 s]
/proc/loadavg: 2.38 2.24 2.08 3/96 16311
/proc/meminfo: memFree=1303632/2055920 swapFree=4117780/4192956
[pid=16299] ppid=16297 vsize=820192 CPUtime=12.71
/proc/16299/stat : 16299 (java) S 16297 16299 15442 0 -1 0 41002 0 1 0 1248 23 0 0 18 0 12 0 2000278210 839876608 29352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 205048 29352 1387 9 0 202410 0
[pid=16299/tid=16301] ppid=16297 vsize=820192 CPUtime=6.39
/proc/16299/task/16301/stat : 16301 (java) R 16297 16299 15442 0 -1 64 17369 0 1 0 628 11 0 0 25 0 12 0 2000278211 839876608 29352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16302] ppid=16297 vsize=820192 CPUtime=0.19
/proc/16299/task/16302/stat : 16302 (java) S 16297 16299 15442 0 -1 64 3177 0 0 0 18 1 0 0 17 0 12 0 2000278212 839876608 29352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16303] ppid=16297 vsize=820192 CPUtime=0.23
/proc/16299/task/16303/stat : 16303 (java) S 16297 16299 15442 0 -1 64 4234 0 0 0 22 1 0 0 17 0 12 0 2000278212 839876608 29352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16304] ppid=16297 vsize=820192 CPUtime=0.01
/proc/16299/task/16304/stat : 16304 (java) S 16297 16299 15442 0 -1 64 57 0 0 0 1 0 0 0 16 0 12 0 2000278214 839876608 29352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16305] ppid=16297 vsize=820192 CPUtime=0
/proc/16299/task/16305/stat : 16305 (java) S 16297 16299 15442 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000278214 839876608 29352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16306] ppid=16297 vsize=820192 CPUtime=0
/proc/16299/task/16306/stat : 16306 (java) S 16297 16299 15442 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2000278214 839876608 29352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16307] ppid=16297 vsize=820192 CPUtime=0
/proc/16299/task/16307/stat : 16307 (java) S 16297 16299 15442 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000278218 839876608 29352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16308] ppid=16297 vsize=820192 CPUtime=3.9
/proc/16299/task/16308/stat : 16308 (java) R 16297 16299 15442 0 -1 64 11244 0 0 0 386 4 0 0 16 0 12 0 2000278218 839876608 29352 996147200 134512640 134550740 4294956016 18446744073709551615 105839980 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16309] ppid=16297 vsize=820192 CPUtime=1.92
/proc/16299/task/16309/stat : 16309 (java) S 16297 16299 15442 0 -1 64 4160 0 0 0 190 2 0 0 16 0 12 0 2000278218 839876608 29352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16310] ppid=16297 vsize=820192 CPUtime=0
/proc/16299/task/16310/stat : 16310 (java) S 16297 16299 15442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000278218 839876608 29352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16311] ppid=16297 vsize=820192 CPUtime=0
/proc/16299/task/16311/stat : 16311 (java) S 16297 16299 15442 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000278218 839876608 29352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 820192

[startup+25.5023 s]
/proc/loadavg: 2.36 2.24 2.08 3/96 16311
/proc/meminfo: memFree=1243536/2055920 swapFree=4117780/4192956
[pid=16299] ppid=16297 vsize=822280 CPUtime=25.65
/proc/16299/stat : 16299 (java) S 16297 16299 15442 0 -1 0 62273 0 1 0 2533 32 0 0 18 0 12 0 2000278210 842014720 44187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 205570 44187 1387 9 0 202932 0
[pid=16299/tid=16301] ppid=16297 vsize=822280 CPUtime=15.34
/proc/16299/task/16301/stat : 16301 (java) R 16297 16299 15442 0 -1 64 17396 0 1 0 1523 11 0 0 25 0 12 0 2000278211 842014720 44187 996147200 134512640 134550740 4294956016 18446744073709551615 4109650495 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16302] ppid=16297 vsize=822280 CPUtime=0.9
/proc/16299/task/16302/stat : 16302 (java) S 16297 16299 15442 0 -1 64 10656 0 0 0 85 5 0 0 16 0 12 0 2000278212 842014720 44187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16303] ppid=16297 vsize=822280 CPUtime=0.91
/proc/16299/task/16303/stat : 16303 (java) S 16297 16299 15442 0 -1 64 12122 0 0 0 87 4 0 0 16 0 12 0 2000278212 842014720 44187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16304] ppid=16297 vsize=822280 CPUtime=0.04
/proc/16299/task/16304/stat : 16304 (java) S 16297 16299 15442 0 -1 64 57 0 0 0 4 0 0 0 16 0 12 0 2000278214 842014720 44187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16305] ppid=16297 vsize=822280 CPUtime=0
/proc/16299/task/16305/stat : 16305 (java) S 16297 16299 15442 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000278214 842014720 44187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16306] ppid=16297 vsize=822280 CPUtime=0
/proc/16299/task/16306/stat : 16306 (java) S 16297 16299 15442 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2000278214 842014720 44187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16307] ppid=16297 vsize=822280 CPUtime=0
/proc/16299/task/16307/stat : 16307 (java) S 16297 16299 15442 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000278218 842014720 44187 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=16299/tid=16310] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16310/stat : 16310 (java) S 16297 16299 15442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000278218 842035200 175950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16311] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16311/stat : 16311 (java) S 16297 16299 15442 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2000278218 842035200 175950 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 708.43
Current children cumulated vsize (KiB) 822300

[startup+687.903 s]
/proc/loadavg: 2.24 2.28 2.17 3/85 16387
/proc/meminfo: memFree=926184/2055920 swapFree=4117780/4192956
[pid=16299] ppid=16297 vsize=820296 CPUtime=711.63
/proc/16299/stat : 16299 (java) S 16297 16299 15442 0 -1 0 305678 0 1 0 71003 160 0 0 18 0 12 0 2000278210 839983104 175450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 205074 175450 1390 9 0 202436 0
[pid=16299/tid=16301] ppid=16297 vsize=820296 CPUtime=113.67
/proc/16299/task/16301/stat : 16301 (java) S 16297 16299 15442 0 -1 64 17715 0 1 0 11354 13 0 0 17 0 12 0 2000278211 839983104 175450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16302] ppid=16297 vsize=820296 CPUtime=53.13
/proc/16299/task/16302/stat : 16302 (java) S 16297 16299 15442 0 -1 64 81611 0 0 0 5276 37 0 0 16 0 12 0 2000278212 839983104 175450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16303] ppid=16297 vsize=820296 CPUtime=54.03
/proc/16299/task/16303/stat : 16303 (java) S 16297 16299 15442 0 -1 64 74560 0 0 0 5369 34 0 0 17 0 12 0 2000278212 839983104 175450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16304] ppid=16297 vsize=820296 CPUtime=477.23
/proc/16299/task/16304/stat : 16304 (java) R 16297 16299 15442 0 -1 64 94728 0 0 0 47667 56 0 0 25 0 12 0 2000278214 839983104 175450 996147200 134512640 134550740 4294956016 18446744073709551615 105677359 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16305] ppid=16297 vsize=820296 CPUtime=0
/proc/16299/task/16305/stat : 16305 (java) S 16297 16299 15442 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000278214 839983104 175450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16299/tid=16306] ppid=16297 vsize=820296 CPUtime=0
/proc/16299/task/16306/stat : 16306 (java) S 16297 16299 15442 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2000278214 839983104 175450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16307] ppid=16297 vsize=820296 CPUtime=0
/proc/16299/task/16307/stat : 16307 (java) S 16297 16299 15442 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000278218 839983104 175450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16308] ppid=16297 vsize=820296 CPUtime=5.84
/proc/16299/task/16308/stat : 16308 (java) S 16297 16299 15442 0 -1 64 15866 0 0 0 578 6 0 0 17 0 12 0 2000278218 839983104 175450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16309] ppid=16297 vsize=820296 CPUtime=7.64
/proc/16299/task/16309/stat : 16309 (java) S 16297 16299 15442 0 -1 64 20436 0 0 0 754 10 0 0 16 0 12 0 2000278218 839983104 175450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16310] ppid=16297 vsize=820296 CPUtime=0
/proc/16299/task/16310/stat : 16310 (java) S 16297 16299 15442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000278218 839983104 175450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16311] ppid=16297 vsize=820296 CPUtime=0
/proc/16299/task/16311/stat : 16311 (java) S 16297 16299 15442 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2000278218 839983104 175450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 711.63
Current children cumulated vsize (KiB) 820296

[startup+689.502 s]
/proc/loadavg: 2.24 2.28 2.17 3/85 16387
/proc/meminfo: memFree=926120/2055920 swapFree=4117780/4192956
[pid=16299] ppid=16297 vsize=822300 CPUtime=713.21
/proc/16299/stat : 16299 (java) S 16297 16299 15442 0 -1 0 306179 0 1 0 71161 160 0 0 18 0 12 0 2000278210 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 205575 175951 1390 9 0 202937 0
[pid=16299/tid=16301] ppid=16297 vsize=822300 CPUtime=113.67
/proc/16299/task/16301/stat : 16301 (java) S 16297 16299 15442 0 -1 64 17715 0 1 0 11354 13 0 0 17 0 12 0 2000278211 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16302] ppid=16297 vsize=822300 CPUtime=53.13
/proc/16299/task/16302/stat : 16302 (java) S 16297 16299 15442 0 -1 64 81611 0 0 0 5276 37 0 0 16 0 12 0 2000278212 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16303] ppid=16297 vsize=822300 CPUtime=54.03
/proc/16299/task/16303/stat : 16303 (java) S 16297 16299 15442 0 -1 64 74560 0 0 0 5369 34 0 0 17 0 12 0 2000278212 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16304] ppid=16297 vsize=822300 CPUtime=478.82
/proc/16299/task/16304/stat : 16304 (java) R 16297 16299 15442 0 -1 64 95229 0 0 0 47826 56 0 0 25 0 12 0 2000278214 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16305] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16305/stat : 16305 (java) S 16297 16299 15442 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000278214 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16299/tid=16306] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16306/stat : 16306 (java) S 16297 16299 15442 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2000278214 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16307] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16307/stat : 16307 (java) S 16297 16299 15442 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000278218 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16308] ppid=16297 vsize=822300 CPUtime=5.84
/proc/16299/task/16308/stat : 16308 (java) S 16297 16299 15442 0 -1 64 15866 0 0 0 578 6 0 0 17 0 12 0 2000278218 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16309] ppid=16297 vsize=822300 CPUtime=7.64
/proc/16299/task/16309/stat : 16309 (java) S 16297 16299 15442 0 -1 64 20436 0 0 0 754 10 0 0 16 0 12 0 2000278218 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16310] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16310/stat : 16310 (java) S 16297 16299 15442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000278218 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16311] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16311/stat : 16311 (java) S 16297 16299 15442 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2000278218 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 713.21
Current children cumulated vsize (KiB) 822300

[startup+690.302 s]
/proc/loadavg: 2.24 2.28 2.17 3/85 16387
/proc/meminfo: memFree=926120/2055920 swapFree=4117780/4192956
[pid=16299] ppid=16297 vsize=822300 CPUtime=714.01
/proc/16299/stat : 16299 (java) S 16297 16299 15442 0 -1 0 306179 0 1 0 71241 160 0 0 18 0 12 0 2000278210 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 205575 175951 1390 9 0 202937 0
[pid=16299/tid=16301] ppid=16297 vsize=822300 CPUtime=113.67
/proc/16299/task/16301/stat : 16301 (java) S 16297 16299 15442 0 -1 64 17715 0 1 0 11354 13 0 0 17 0 12 0 2000278211 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16302] ppid=16297 vsize=822300 CPUtime=53.13
/proc/16299/task/16302/stat : 16302 (java) S 16297 16299 15442 0 -1 64 81611 0 0 0 5276 37 0 0 16 0 12 0 2000278212 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16303] ppid=16297 vsize=822300 CPUtime=54.03
/proc/16299/task/16303/stat : 16303 (java) S 16297 16299 15442 0 -1 64 74560 0 0 0 5369 34 0 0 17 0 12 0 2000278212 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16304] ppid=16297 vsize=822300 CPUtime=479.62
/proc/16299/task/16304/stat : 16304 (java) R 16297 16299 15442 0 -1 64 95229 0 0 0 47906 56 0 0 25 0 12 0 2000278214 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 105852546 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16305] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16305/stat : 16305 (java) S 16297 16299 15442 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000278214 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16299/tid=16306] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16306/stat : 16306 (java) S 16297 16299 15442 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2000278214 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16307] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16307/stat : 16307 (java) S 16297 16299 15442 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000278218 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16308] ppid=16297 vsize=822300 CPUtime=5.84
/proc/16299/task/16308/stat : 16308 (java) S 16297 16299 15442 0 -1 64 15866 0 0 0 578 6 0 0 17 0 12 0 2000278218 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16309] ppid=16297 vsize=822300 CPUtime=7.64
/proc/16299/task/16309/stat : 16309 (java) S 16297 16299 15442 0 -1 64 20436 0 0 0 754 10 0 0 16 0 12 0 2000278218 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16310] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16310/stat : 16310 (java) S 16297 16299 15442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000278218 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16311] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16311/stat : 16311 (java) S 16297 16299 15442 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2000278218 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 714.01
Current children cumulated vsize (KiB) 822300

[startup+690.702 s]
/proc/loadavg: 2.24 2.28 2.17 3/85 16387
/proc/meminfo: memFree=926120/2055920 swapFree=4117780/4192956
[pid=16299] ppid=16297 vsize=822300 CPUtime=714.41
/proc/16299/stat : 16299 (java) S 16297 16299 15442 0 -1 0 306179 0 1 0 71281 160 0 0 18 0 12 0 2000278210 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 205575 175951 1390 9 0 202937 0
[pid=16299/tid=16301] ppid=16297 vsize=822300 CPUtime=113.67
/proc/16299/task/16301/stat : 16301 (java) S 16297 16299 15442 0 -1 64 17715 0 1 0 11354 13 0 0 17 0 12 0 2000278211 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16302] ppid=16297 vsize=822300 CPUtime=53.13
/proc/16299/task/16302/stat : 16302 (java) S 16297 16299 15442 0 -1 64 81611 0 0 0 5276 37 0 0 16 0 12 0 2000278212 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16303] ppid=16297 vsize=822300 CPUtime=54.03
/proc/16299/task/16303/stat : 16303 (java) S 16297 16299 15442 0 -1 64 74560 0 0 0 5369 34 0 0 17 0 12 0 2000278212 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16304] ppid=16297 vsize=822300 CPUtime=480.02
/proc/16299/task/16304/stat : 16304 (java) R 16297 16299 15442 0 -1 64 95229 0 0 0 47946 56 0 0 25 0 12 0 2000278214 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 106123777 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16305] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16305/stat : 16305 (java) S 16297 16299 15442 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000278214 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16299/tid=16306] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16306/stat : 16306 (java) S 16297 16299 15442 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2000278214 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16307] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16307/stat : 16307 (java) S 16297 16299 15442 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000278218 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16308] ppid=16297 vsize=822300 CPUtime=5.84
/proc/16299/task/16308/stat : 16308 (java) S 16297 16299 15442 0 -1 64 15866 0 0 0 578 6 0 0 17 0 12 0 2000278218 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16309] ppid=16297 vsize=822300 CPUtime=7.64
/proc/16299/task/16309/stat : 16309 (java) S 16297 16299 15442 0 -1 64 20436 0 0 0 754 10 0 0 16 0 12 0 2000278218 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16310] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16310/stat : 16310 (java) S 16297 16299 15442 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000278218 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16311] ppid=16297 vsize=822300 CPUtime=0
/proc/16299/task/16311/stat : 16311 (java) S 16297 16299 15442 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 2000278218 842035200 175951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 714.41
Current children cumulated vsize (KiB) 822300

[startup+691.101 s]
/proc/loadavg: 2.24 2.28 2.17 3/85 16387
/proc/meminfo: memFree=926120/2055920 swapFree=4117780/4192956
[pid=16299] ppid=16297 vsize=820620 CPUtime=714.8
/proc/16299/stat : 16299 (java) S 16297 16299 15442 0 -1 0 306188 0 1 0 71320 160 0 0 18 0 13 0 2000278210 840314880 175458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 205155 175458 1390 9 0 202517 0
[pid=16299/tid=16301] ppid=16297 vsize=820620 CPUtime=113.67
/proc/16299/task/16301/stat : 16301 (java) S 16297 16299 15442 0 -1 64 17719 0 1 0 11354 13 0 0 18 0 13 0 2000278211 840314880 175458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16302] ppid=16297 vsize=820620 CPUtime=53.13
/proc/16299/task/16302/stat : 16302 (java) S 16297 16299 15442 0 -1 64 81611 0 0 0 5276 37 0 0 16 0 13 0 2000278212 840314880 175458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16303] ppid=16297 vsize=820620 CPUtime=54.03
/proc/16299/task/16303/stat : 16303 (java) S 16297 16299 15442 0 -1 64 74560 0 0 0 5369 34 0 0 17 0 13 0 2000278212 840314880 175458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16304] ppid=16297 vsize=820620 CPUtime=480.42
/proc/16299/task/16304/stat : 16304 (java) R 16297 16299 15442 0 -1 64 95229 0 0 0 47985 57 0 0 25 0 13 0 2000278214 840314880 175458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16305] ppid=16297 vsize=820620 CPUtime=0
/proc/16299/task/16305/stat : 16305 (java) S 16297 16299 15442 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2000278214 840314880 175458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16306] ppid=16297 vsize=820620 CPUtime=0
/proc/16299/task/16306/stat : 16306 (java) S 16297 16299 15442 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2000278214 840314880 175458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16307] ppid=16297 vsize=820620 CPUtime=0
/proc/16299/task/16307/stat : 16307 (java) S 16297 16299 15442 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2000278218 840314880 175458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16308] ppid=16297 vsize=820620 CPUtime=5.84
/proc/16299/task/16308/stat : 16308 (java) S 16297 16299 15442 0 -1 64 15866 0 0 0 578 6 0 0 17 0 13 0 2000278218 840314880 175458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16309] ppid=16297 vsize=820620 CPUtime=7.64
/proc/16299/task/16309/stat : 16309 (java) S 16297 16299 15442 0 -1 64 20436 0 0 0 754 10 0 0 16 0 13 0 2000278218 840314880 175458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16310] ppid=16297 vsize=820620 CPUtime=0
/proc/16299/task/16310/stat : 16310 (java) S 16297 16299 15442 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2000278218 840314880 175458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16299/tid=16311] ppid=16297 vsize=820620 CPUtime=0
/proc/16299/task/16311/stat : 16311 (java) S 16297 16299 15442 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 2000278218 840314880 175458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 714.8
Current children cumulated vsize (KiB) 820620

[startup+691.201 s]
/proc/loadavg: 2.24 2.28 2.17 3/85 16387
/proc/meminfo: memFree=926120/2055920 swapFree=4117780/4192956
[pid=16299] ppid=16297 vsize=0 CPUtime=714.87
/proc/16299/stat : 16299 (java) Z 16297 16299 15442 0 -1 12 306193 0 1 0 71320 167 0 0 16 0 2 0 2000278210 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16299/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 714.87
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 691.237
CPU time (s): 714.92
CPU user time (s): 713.21
CPU system time (s): 1.71074
CPU usage (%): 103.426
Max. virtual memory (cumulated for all children) (KiB): 824984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 713.21
system time used= 1.71074
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306193
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= 17650
involuntary context switches= 28475

runsolver used 0.903862 second user time and 2.33564 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-05 01:10:59
IDJOB=1080493
IDBENCH=56987
IDSOLVER=344
FILE ID=node47/1080493-1215213059
PBS_JOBID= 7881744
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ec489d9d056d809d56946fa2f462704a
RANDOM SEED=579272116

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1416200 kB
Buffers:         45080 kB
Cached:         193012 kB
SwapCached:      68996 kB
Active:         488260 kB
Inactive:        95188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1416200 kB
SwapTotal:     4192956 kB
SwapFree:      4117780 kB
Dirty:            1464 kB
Writeback:           0 kB
Mapped:         356740 kB
Slab:            40908 kB
Committed_AS:  4788052 kB
PageTables:       2512 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= 66480 MiB
End job on node47 at 2008-07-05 01:22:31