Trace number 1074721

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? 271.95 271.623

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-105-9.xml
MD5SUMd07eba8b6417f2f1d02309d4c67c10fc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.51662
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1348
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	c That software uses the Rhino library from the Mozilla project.
0.29/0.33	c version 9.9.9.token
0.29/0.33	c sun.arch.data.model	32
0.29/0.33	c java.version	1.6.0_06
0.29/0.33	c os.name	Linux
0.29/0.33	c os.version	2.6.9-22.EL.rootsmp
0.29/0.33	c os.arch	i386
0.29/0.33	c Free memory 669864272
0.29/0.33	c Max memory 672137216
0.29/0.33	c Total memory 672137216
0.29/0.33	c Number of processors 2
0.29/0.38	c c --- Begin Solver configuration ---
0.29/0.38	c Stops conflict analysis at the first Unique Implication Point
0.29/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.38	c Learn all clauses as in MiniSAT
0.29/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.38	c Expensive reason simplification
0.29/0.38	c MiniSAT restarts strategy
0.29/0.38	c timeout=2147483s
0.29/0.38	c DB Simplification allowed=false
0.29/0.38	c --- End Solver configuration ---
0.29/0.38	c solving HOME/instance-1074721-1215179515.xml
0.29/0.38	c reading problem ... 
0.59/0.63	c reading problem named null
0.59/0.64	c reading domains done.
0.79/0.88	c reading variables done.
2.01/1.82	c reading predicates  done.
2.21/2.04	c reading constraints
271.75/271.48	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
271.75/271.48		at org.mozilla.javascript.ScriptRuntime.wrapNumber(ScriptRuntime.java:223)
271.75/271.48		at org.mozilla.javascript.ScriptRuntime.add(ScriptRuntime.java:2268)
271.75/271.48		at org.mozilla.javascript.gen.c1._c3(predefinedfunctions.js:8)
271.75/271.48		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
271.75/271.48		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:95)
271.75/271.48		at org.mozilla.javascript.gen.c2._c0(rhino.log:1)
271.75/271.48		at org.mozilla.javascript.gen.c2.call(rhino.log)
271.75/271.48		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
271.75/271.48		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
271.75/271.48		at org.mozilla.javascript.gen.c2.call(rhino.log)
271.75/271.48		at org.mozilla.javascript.gen.c2.exec(rhino.log)
271.75/271.48		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
271.75/271.48		at org.sat4j.csp.Predicate.find(Predicate.java:129)
271.75/271.48		at org.sat4j.csp.Predicate.find(Predicate.java:139)
271.75/271.48		at org.sat4j.csp.Predicate.find(Predicate.java:139)
271.75/271.48		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
271.75/271.48		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
271.75/271.48		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
271.75/271.48		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
271.75/271.48		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
271.75/271.48		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
271.75/271.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
271.75/271.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
271.75/271.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
271.75/271.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
271.75/271.48		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
271.75/271.48		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
271.75/271.48		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
271.75/271.48		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
271.75/271.48		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
271.75/271.48		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
271.75/271.48		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
271.75/271.48	c starts		: 0
271.75/271.48	c conflicts		: 0
271.75/271.48	c decisions		: 0
271.75/271.48	c propagations		: 0
271.75/271.48	c inspects		: 0
271.75/271.48	c learnt literals	: 0
271.75/271.48	c learnt binary clauses	: 0
271.75/271.48	c learnt ternary clauses	: 0
271.75/271.48	c learnt clauses	: 0
271.75/271.48	c ignored clauses	: 0
271.75/271.48	c root simplifications	: 0
271.75/271.48	c removed literals (reason simplification)	: 0
271.75/271.48	c reason swapping (by a shorter reason)	: 0
271.75/271.48	c Calls to reduceDB	: 0
271.75/271.48	c speed (assignments/second)	: 0.0
271.75/271.48	c non guided choices	0
271.75/271.48	s UNKNOWN
271.75/271.48	c Total wall clock time (in seconds) : 271.104

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 10547
/proc/meminfo: memFree=1809576/2055920 swapFree=4180472/4192956
[pid=10547] ppid=10545 vsize=152 CPUtime=0
/proc/10547/stat : 10547 (java) R 10545 10547 9349 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1996926937 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 10924331 0 0 4096 0 0 0 0 17 0 0 0
/proc/10547/statm: 38 26 19 9 0 4 0

[startup+0.0412191 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 10547
/proc/meminfo: memFree=1809576/2055920 swapFree=4180472/4192956
[pid=10547] ppid=10545 vsize=802080 CPUtime=0.03
/proc/10547/stat : 10547 (java) S 10545 10547 9349 0 -1 0 2531 0 1 0 1 2 0 0 18 0 7 0 1996926937 821329920 2268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/10547/statm: 200520 2268 962 9 0 197903 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802080

[startup+0.101223 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 10547
/proc/meminfo: memFree=1809576/2055920 swapFree=4180472/4192956
[pid=10547] ppid=10545 vsize=804756 CPUtime=0.09
/proc/10547/stat : 10547 (java) S 10545 10547 9349 0 -1 0 3164 0 1 0 7 2 0 0 18 0 12 0 1996926937 824070144 2895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10547/statm: 201189 2895 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.30124 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 10547
/proc/meminfo: memFree=1809576/2055920 swapFree=4180472/4192956
[pid=10547] ppid=10545 vsize=808208 CPUtime=0.29
/proc/10547/stat : 10547 (java) S 10545 10547 9349 0 -1 0 5044 0 1 0 26 3 0 0 18 0 12 0 1996926937 827604992 4373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10547/statm: 202052 4373 1308 9 0 199421 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808208

[startup+0.701273 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 10547
/proc/meminfo: memFree=1809576/2055920 swapFree=4180472/4192956
[pid=10547] ppid=10545 vsize=808236 CPUtime=0.69
/proc/10547/stat : 10547 (java) S 10545 10547 9349 0 -1 0 6364 0 1 0 65 4 0 0 18 0 12 0 1996926937 827633664 5513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10547/statm: 202059 5513 1335 9 0 199421 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808236

[startup+1.50234 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 10559
/proc/meminfo: memFree=1780232/2055920 swapFree=4180472/4192956
[pid=10547] ppid=10545 vsize=812084 CPUtime=1.61
/proc/10547/stat : 10547 (java) S 10545 10547 9349 0 -1 0 28470 0 1 0 147 14 0 0 18 0 12 0 1996926937 831574016 25671 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10547/statm: 203021 25674 1347 9 0 200383 0
[pid=10547/tid=10549] ppid=10545 vsize=812084 CPUtime=0.74
/proc/10547/task/10549/stat : 10549 (java) S 10545 10547 9349 0 -1 64 16977 0 1 0 66 8 0 0 25 0 12 0 1996926938 831574016 25675 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10550] ppid=10545 vsize=812084 CPUtime=0.13
/proc/10547/task/10550/stat : 10550 (java) R 10545 10547 9349 0 -1 64 4536 0 0 0 11 2 0 0 17 0 12 0 1996926939 831574016 25677 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10551] ppid=10545 vsize=812084 CPUtime=0.11
/proc/10547/task/10551/stat : 10551 (java) R 10545 10547 9349 0 -1 64 3625 0 0 0 10 1 0 0 17 0 12 0 1996926939 831574016 25679 996147200 134512640 134550740 4294956016 18446744073709551615 106157947 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=812084 CPUtime=0
/proc/10547/task/10552/stat : 10552 (java) S 10545 10547 9349 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1996926941 831574016 25680 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10553] ppid=10545 vsize=812084 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 9349 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1996926941 831574016 25682 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10554] ppid=10545 vsize=812084 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 9349 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1996926941 831574016 25683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10555] ppid=10545 vsize=812084 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 9349 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996926945 831574016 25685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10556] ppid=10545 vsize=812084 CPUtime=0.29
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 9349 0 -1 64 1394 0 0 0 29 0 0 0 16 0 12 0 1996926945 831574016 25687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10557] ppid=10545 vsize=812084 CPUtime=0.28
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 9349 0 -1 64 1184 0 0 0 28 0 0 0 16 0 12 0 1996926945 831574016 25688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10558] ppid=10545 vsize=812084 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 9349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1996926945 831574016 25690 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10559] ppid=10545 vsize=812084 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 9349 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1996926945 831574016 25692 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 812084

[startup+3.10247 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 10559
/proc/meminfo: memFree=1683208/2055920 swapFree=4180472/4192956
[pid=10547] ppid=10545 vsize=822172 CPUtime=3.47
/proc/10547/stat : 10547 (java) S 10545 10547 9349 0 -1 0 50799 0 1 0 323 24 0 0 18 0 12 0 1996926937 841904128 43467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10547/statm: 205543 43469 1383 9 0 202905 0
[pid=10547/tid=10549] ppid=10545 vsize=822172 CPUtime=1.26
/proc/10547/task/10549/stat : 10549 (java) R 10545 10547 9349 0 -1 64 17290 0 1 0 117 9 0 0 21 0 12 0 1996926938 841904128 43470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10550] ppid=10545 vsize=822172 CPUtime=0.53
/proc/10547/task/10550/stat : 10550 (java) R 10545 10547 9349 0 -1 64 13774 0 0 0 48 5 0 0 18 0 12 0 1996926939 841904128 43471 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10551] ppid=10545 vsize=822172 CPUtime=0.47
/proc/10547/task/10551/stat : 10551 (java) R 10545 10547 9349 0 -1 64 12492 0 0 0 41 6 0 0 18 0 12 0 1996926939 841904128 43473 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=822172 CPUtime=0
/proc/10547/task/10552/stat : 10552 (java) S 10545 10547 9349 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1996926941 841904128 43474 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10553] ppid=10545 vsize=822172 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 9349 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996926941 841904128 43475 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10554] ppid=10545 vsize=822172 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 9349 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1996926941 841904128 43476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10555] ppid=10545 vsize=822172 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 9349 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996926945 841904128 43478 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10556] ppid=10545 vsize=822172 CPUtime=0.77
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 9349 0 -1 64 4840 0 0 0 76 1 0 0 17 0 12 0 1996926945 841904128 43479 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=822172 CPUtime=0.39
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 9349 0 -1 64 1618 0 0 0 39 0 0 0 16 0 12 0 1996926945 841904128 43480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=822172 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 9349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1996926945 841904128 43481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10559] ppid=10545 vsize=822172 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996926945 841904128 43483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 822172

[startup+6.31473 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 10559
/proc/meminfo: memFree=1616776/2055920 swapFree=4180472/4192956
[pid=10547] ppid=10545 vsize=821304 CPUtime=6.8
/proc/10547/stat : 10547 (java) S 10545 10547 9349 0 -1 0 58538 0 1 0 653 27 0 0 18 0 12 0 1996926937 841015296 50291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10547/statm: 205326 50291 1384 9 0 202688 0
[pid=10547/tid=10549] ppid=10545 vsize=821304 CPUtime=3.99
/proc/10547/task/10549/stat : 10549 (java) R 10545 10547 9349 0 -1 64 17296 0 1 0 390 9 0 0 25 0 12 0 1996926938 841015296 50291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10550] ppid=10545 vsize=821304 CPUtime=0.77
/proc/10547/task/10550/stat : 10550 (java) R 10545 10547 9349 0 -1 64 17112 0 0 0 71 6 0 0 16 0 12 0 1996926939 841015296 50291 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=821304 CPUtime=0.8
/proc/10547/task/10551/stat : 10551 (java) R 10545 10547 9349 0 -1 64 16881 0 0 0 72 8 0 0 16 0 12 0 1996926939 841015296 50291 996147200 134512640 134550740 4294956016 18446744073709551615 106158547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=821304 CPUtime=0
/proc/10547/task/10552/stat : 10552 (java) R 10545 10547 9349 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1996926941 841015296 50291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10553] ppid=10545 vsize=821304 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 9349 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996926941 841015296 50291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10554] ppid=10545 vsize=821304 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 9349 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996926941 841015296 50291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10555] ppid=10545 vsize=821304 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 9349 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996926945 841015296 50291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10556] ppid=10545 vsize=821304 CPUtime=0.77
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 9349 0 -1 64 4840 0 0 0 76 1 0 0 17 0 12 0 1996926945 841015296 50291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=821304 CPUtime=0.4
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 9349 0 -1 64 1618 0 0 0 40 0 0 0 16 0 12 0 1996926945 841015296 50291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=821304 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 9349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1996926945 841015296 50291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10559] ppid=10545 vsize=821304 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996926945 841015296 50291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 821304

[startup+12.7021 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 10559
/proc/meminfo: memFree=1564488/2055920 swapFree=4180472/4192956
[pid=10547] ppid=10545 vsize=821304 CPUtime=13.15
/proc/10547/stat : 10547 (java) S 10545 10547 9349 0 -1 0 70908 0 1 0 1282 33 0 0 18 0 12 0 1996926937 841015296 62640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10547/statm: 205326 62640 1385 9 0 202688 0
[pid=10547/tid=10549] ppid=10545 vsize=821304 CPUtime=10
/proc/10547/task/10549/stat : 10549 (java) R 10545 10547 9349 0 -1 64 17318 0 1 0 991 9 0 0 25 0 12 0 1996926938 841015296 62640 996147200 134512640 134550740 4294956016 18446744073709551615 4109710827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10550] ppid=10545 vsize=821304 CPUtime=0.92
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 9349 0 -1 64 23548 0 0 0 83 9 0 0 16 0 12 0 1996926939 841015296 62640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=821304 CPUtime=0.94
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 9349 0 -1 64 22774 0 0 0 83 11 0 0 16 0 12 0 1996926939 841015296 62640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=821304 CPUtime=0
/proc/10547/task/10552/stat : 10552 (java) S 10545 10547 9349 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1996926941 841015296 62640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10553] ppid=10545 vsize=821304 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 9349 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996926941 841015296 62640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10554] ppid=10545 vsize=821304 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 9349 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996926941 841015296 62640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10555] ppid=10545 vsize=821304 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 9349 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996926945 841015296 62640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10556] ppid=10545 vsize=821304 CPUtime=0.81
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 9349 0 -1 64 4858 0 0 0 80 1 0 0 17 0 12 0 1996926945 841015296 62640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=821304 CPUtime=0.42
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 9349 0 -1 64 1619 0 0 0 42 0 0 0 17 0 12 0 1996926945 841015296 62640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=821304 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 9349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1996926945 841015296 62640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10559] ppid=10545 vsize=821304 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996926945 841015296 62640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 821304

[startup+25.5011 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 10559
/proc/meminfo: memFree=1482120/2055920 swapFree=4180472/4192956
[pid=10547] ppid=10545 vsize=821304 CPUtime=25.89
/proc/10547/stat : 10547 (java) S 10545 10547 9349 0 -1 0 92102 0 1 0 2547 42 0 0 18 0 12 0 1996926937 841015296 83761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10547/statm: 205326 83761 1385 9 0 202688 0
[pid=10547/tid=10549] ppid=10545 vsize=821304 CPUtime=22.23
/proc/10547/task/10549/stat : 10549 (java) R 10545 10547 9349 0 -1 64 17346 0 1 0 2214 9 0 0 25 0 12 0 1996926938 841015296 83761 996147200 134512640 134550740 4294956016 18446744073709551615 4109748436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10550] ppid=10545 vsize=821304 CPUtime=1.16
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 9349 0 -1 64 33260 0 0 0 103 13 0 0 16 0 12 0 1996926939 841015296 83761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=821304 CPUtime=1.15
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 9349 0 -1 64 34224 0 0 0 99 16 0 0 16 0 12 0 1996926939 841015296 83761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=821304 CPUtime=0.01
/proc/10547/task/10552/stat : 10552 (java) S 10545 10547 9349 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1996926941 841015296 83761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10553] ppid=10545 vsize=821304 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 9349 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996926941 841015296 83761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10554] ppid=10545 vsize=821304 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 9349 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996926941 841015296 83761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10555] ppid=10545 vsize=821304 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 9349 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996926945 841015296 83761 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=10547/tid=10558] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 9349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1996926945 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10559] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996926945 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 262.65
Current children cumulated vsize (KiB) 829308

[startup+265.502 s]
/proc/loadavg: 2.52 2.17 2.05 5/84 10559
/proc/meminfo: memFree=1110280/2055920 swapFree=4180472/4192956
[pid=10547] ppid=10545 vsize=829308 CPUtime=265.84
/proc/10547/stat : 10547 (java) S 10545 10547 9349 0 -1 0 417594 0 1 0 26393 191 0 0 18 0 12 0 1996926937 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10547/statm: 207327 176624 1389 9 0 204689 0
[pid=10547/tid=10549] ppid=10545 vsize=829308 CPUtime=202.22
/proc/10547/task/10549/stat : 10549 (java) R 10545 10547 9349 0 -1 64 17760 0 1 0 20210 12 0 0 25 0 12 0 1996926938 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10550] ppid=10545 vsize=829308 CPUtime=4.19
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 9349 0 -1 64 75362 0 0 0 392 27 0 0 16 0 12 0 1996926939 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=829308 CPUtime=4.38
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 9349 0 -1 64 82962 0 0 0 404 34 0 0 15 0 12 0 1996926939 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=829308 CPUtime=53.68
/proc/10547/task/10552/stat : 10552 (java) R 10545 10547 9349 0 -1 64 234267 0 0 0 5254 114 0 0 16 0 12 0 1996926941 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10553] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 9349 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996926941 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10554] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 9349 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996926941 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10555] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 9349 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996926945 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10556] ppid=10545 vsize=829308 CPUtime=0.84
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 9349 0 -1 64 4860 0 0 0 83 1 0 0 16 0 12 0 1996926945 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=829308 CPUtime=0.47
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 9349 0 -1 64 1622 0 0 0 47 0 0 0 17 0 12 0 1996926945 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 9349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1996926945 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10559] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996926945 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 265.84
Current children cumulated vsize (KiB) 829308

[startup+268.702 s]
/proc/loadavg: 2.56 2.19 2.06 4/84 10559
/proc/meminfo: memFree=1110280/2055920 swapFree=4180472/4192956
[pid=10547] ppid=10545 vsize=829308 CPUtime=269.04
/proc/10547/stat : 10547 (java) S 10545 10547 9349 0 -1 0 432609 0 1 0 26707 197 0 0 18 0 12 0 1996926937 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10547/statm: 207327 176624 1389 9 0 204689 0
[pid=10547/tid=10549] ppid=10545 vsize=829308 CPUtime=202.38
/proc/10547/task/10549/stat : 10549 (java) R 10545 10547 9349 0 -1 64 17765 0 1 0 20226 12 0 0 25 0 12 0 1996926938 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10550] ppid=10545 vsize=829308 CPUtime=4.19
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 9349 0 -1 64 75362 0 0 0 392 27 0 0 16 0 12 0 1996926939 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=829308 CPUtime=4.38
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 9349 0 -1 64 82962 0 0 0 404 34 0 0 15 0 12 0 1996926939 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=829308 CPUtime=56.72
/proc/10547/task/10552/stat : 10552 (java) R 10545 10547 9349 0 -1 64 249277 0 0 0 5552 120 0 0 17 0 12 0 1996926941 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10553] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 9349 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996926941 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10554] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 9349 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996926941 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10555] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 9349 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996926945 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10556] ppid=10545 vsize=829308 CPUtime=0.84
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 9349 0 -1 64 4860 0 0 0 83 1 0 0 16 0 12 0 1996926945 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=829308 CPUtime=0.47
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 9349 0 -1 64 1622 0 0 0 47 0 0 0 17 0 12 0 1996926945 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 9349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1996926945 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10559] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996926945 849211392 176624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 269.04
Current children cumulated vsize (KiB) 829308

[startup+270.302 s]
/proc/loadavg: 2.56 2.19 2.06 3/84 10559
/proc/meminfo: memFree=1106056/2055920 swapFree=4180472/4192956
[pid=10547] ppid=10545 vsize=825308 CPUtime=270.65
/proc/10547/stat : 10547 (java) S 10545 10547 9349 0 -1 0 439617 0 1 0 26864 201 0 0 18 0 12 0 1996926937 845115392 175624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10547/statm: 206327 175624 1389 9 0 203689 0
[pid=10547/tid=10549] ppid=10545 vsize=825308 CPUtime=202.45
/proc/10547/task/10549/stat : 10549 (java) R 10545 10547 9349 0 -1 64 17768 0 1 0 20233 12 0 0 24 0 12 0 1996926938 845115392 175624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10550] ppid=10545 vsize=825308 CPUtime=4.19
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 9349 0 -1 64 75362 0 0 0 392 27 0 0 16 0 12 0 1996926939 845115392 175624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=825308 CPUtime=4.38
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 9349 0 -1 64 82962 0 0 0 404 34 0 0 15 0 12 0 1996926939 845115392 175624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=825308 CPUtime=58.24
/proc/10547/task/10552/stat : 10552 (java) R 10545 10547 9349 0 -1 64 256282 0 0 0 5701 123 0 0 17 0 12 0 1996926941 845115392 175624 996147200 134512640 134550740 4294956016 18446744073709551615 105677264 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10553] ppid=10545 vsize=825308 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 9349 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996926941 845115392 175624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10554] ppid=10545 vsize=825308 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 9349 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996926941 845115392 175624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10555] ppid=10545 vsize=825308 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 9349 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996926945 845115392 175624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10556] ppid=10545 vsize=825308 CPUtime=0.84
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 9349 0 -1 64 4860 0 0 0 83 1 0 0 16 0 12 0 1996926945 845115392 175624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=825308 CPUtime=0.47
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 9349 0 -1 64 1622 0 0 0 47 0 0 0 17 0 12 0 1996926945 845115392 175624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=825308 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 9349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1996926945 845115392 175624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10559] ppid=10545 vsize=825308 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996926945 845115392 175624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 270.65
Current children cumulated vsize (KiB) 825308

[startup+271.102 s]
/proc/loadavg: 2.56 2.19 2.06 4/84 10559
/proc/meminfo: memFree=1106056/2055920 swapFree=4180472/4192956
[pid=10547] ppid=10545 vsize=829308 CPUtime=271.45
/proc/10547/stat : 10547 (java) S 10545 10547 9349 0 -1 0 444623 0 1 0 26942 203 0 0 18 0 12 0 1996926937 849211392 176625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10547/statm: 207327 176625 1390 9 0 204689 0
[pid=10547/tid=10549] ppid=10545 vsize=829308 CPUtime=202.47
/proc/10547/task/10549/stat : 10549 (java) R 10545 10547 9349 0 -1 64 17771 0 1 0 20235 12 0 0 25 0 12 0 1996926938 849211392 176625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10550] ppid=10545 vsize=829308 CPUtime=4.19
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 9349 0 -1 64 75362 0 0 0 392 27 0 0 16 0 12 0 1996926939 849211392 176625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=829308 CPUtime=4.38
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 9349 0 -1 64 82962 0 0 0 404 34 0 0 15 0 12 0 1996926939 849211392 176625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=829308 CPUtime=59.02
/proc/10547/task/10552/stat : 10552 (java) R 10545 10547 9349 0 -1 64 261285 0 0 0 5777 125 0 0 18 0 12 0 1996926941 849211392 176625 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10553] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 9349 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996926941 849211392 176625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10554] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 9349 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996926941 849211392 176625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10555] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 9349 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996926945 849211392 176625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10556] ppid=10545 vsize=829308 CPUtime=0.84
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 9349 0 -1 64 4860 0 0 0 83 1 0 0 16 0 12 0 1996926945 849211392 176625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=829308 CPUtime=0.47
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 9349 0 -1 64 1622 0 0 0 47 0 0 0 17 0 12 0 1996926945 849211392 176625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 9349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1996926945 849211392 176625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10559] ppid=10545 vsize=829308 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996926945 849211392 176625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 271.45
Current children cumulated vsize (KiB) 829308

[startup+271.502 s]
/proc/loadavg: 2.56 2.19 2.06 4/84 10559
/proc/meminfo: memFree=1106056/2055920 swapFree=4180472/4192956
[pid=10547] ppid=10545 vsize=821628 CPUtime=271.83
/proc/10547/stat : 10547 (java) S 10545 10547 9349 0 -1 0 444632 0 1 0 26980 203 0 0 18 0 12 0 1996926937 841347072 174633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10547/statm: 205407 174633 1391 9 0 202769 0
[pid=10547/tid=10549] ppid=10545 vsize=821628 CPUtime=202.48
/proc/10547/task/10549/stat : 10549 (java) S 10545 10547 9349 0 -1 64 17775 0 1 0 20236 12 0 0 25 0 12 0 1996926938 841347072 174633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10550] ppid=10545 vsize=821628 CPUtime=4.19
/proc/10547/task/10550/stat : 10550 (java) S 10545 10547 9349 0 -1 64 75362 0 0 0 392 27 0 0 16 0 12 0 1996926939 841347072 174633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10551] ppid=10545 vsize=821628 CPUtime=4.38
/proc/10547/task/10551/stat : 10551 (java) S 10545 10547 9349 0 -1 64 82962 0 0 0 404 34 0 0 15 0 12 0 1996926939 841347072 174633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10552] ppid=10545 vsize=821628 CPUtime=59.4
/proc/10547/task/10552/stat : 10552 (java) S 10545 10547 9349 0 -1 64 261285 0 0 0 5815 125 0 0 18 0 12 0 1996926941 841347072 174633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10553] ppid=10545 vsize=821628 CPUtime=0
/proc/10547/task/10553/stat : 10553 (java) S 10545 10547 9349 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1996926941 841347072 174633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10554] ppid=10545 vsize=821628 CPUtime=0
/proc/10547/task/10554/stat : 10554 (java) S 10545 10547 9349 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996926941 841347072 174633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10555] ppid=10545 vsize=821628 CPUtime=0
/proc/10547/task/10555/stat : 10555 (java) S 10545 10547 9349 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1996926945 841347072 174633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10556] ppid=10545 vsize=821628 CPUtime=0.84
/proc/10547/task/10556/stat : 10556 (java) S 10545 10547 9349 0 -1 64 4860 0 0 0 83 1 0 0 16 0 12 0 1996926945 841347072 174633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10557] ppid=10545 vsize=821628 CPUtime=0.47
/proc/10547/task/10557/stat : 10557 (java) S 10545 10547 9349 0 -1 64 1622 0 0 0 47 0 0 0 17 0 12 0 1996926945 841347072 174633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10547/tid=10558] ppid=10545 vsize=821628 CPUtime=0
/proc/10547/task/10558/stat : 10558 (java) S 10545 10547 9349 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1996926945 841347072 174633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10547/tid=10559] ppid=10545 vsize=821628 CPUtime=0
/proc/10547/task/10559/stat : 10559 (java) S 10545 10547 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996926945 841347072 174633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 271.83
Current children cumulated vsize (KiB) 821628

[startup+271.602 s]
/proc/loadavg: 2.56 2.19 2.06 3/74 10560
/proc/meminfo: memFree=1684616/2055920 swapFree=4180472/4192956
[pid=10547] ppid=10545 vsize=0 CPUtime=271.92
/proc/10547/stat : 10547 (java) Z 10545 10547 9349 0 -1 12 444635 0 1 0 26980 212 0 0 16 0 2 0 1996926937 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10547/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 271.92
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 271.623
CPU time (s): 271.95
CPU user time (s): 269.806
CPU system time (s): 2.14367
CPU usage (%): 100.12
Max. virtual memory (cumulated for all children) (KiB): 833312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 269.806
system time used= 2.14367
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 444635
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= 11847
involuntary context switches= 7470

runsolver used 0.32795 second user time and 0.932858 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-04 15:51:55
IDJOB=1074721
IDBENCH=56433
IDSOLVER=344
FILE ID=node3/1074721-1215179515
PBS_JOBID= 7881527
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-105-9.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-1074721-1215179515/watcher-1074721-1215179515 -o /tmp/evaluation-result-1074721-1215179515/solver-1074721-1215179515 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074721-1215179515.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d07eba8b6417f2f1d02309d4c67c10fc
RANDOM SEED=2048328466

node3.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.232
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.232
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:       1810056 kB
Buffers:         35432 kB
Cached:         113500 kB
SwapCached:       6516 kB
Active:         143336 kB
Inactive:        46716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810056 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            2264 kB
Writeback:           0 kB
Mapped:          48704 kB
Slab:            41028 kB
Committed_AS:  3401252 kB
PageTables:       1820 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= 66556 MiB
End job on node3 at 2008-07-04 15:56:27