Trace number 1082744

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? 223.609 223.627

General information on the benchmark

Namecsp/super-os/super-os-taillard-7/
normalized-super-os-taillard-7-19.xml
MD5SUMec3686c98e80feac9f42eba66295a509
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.26266
Satisfiable
(Un)Satisfiability was proved
Number of variables98
Number of constraints931
Maximum constraint arity2
Maximum domain size476
Number of constraints which are defined in extension0
Number of constraints which are defined in intension931
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1082744-1215224168/watcher-1082744-1215224168 -o /tmp/evaluation-result-1082744-1215224168/solver-1082744-1215224168 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1082744-1215224168.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.01 2.00 4/80 27343
/proc/meminfo: memFree=1704808/2055920 swapFree=4180056/4192956
[pid=27343] ppid=27341 vsize=18572 CPUtime=0
/proc/27343/stat : 27343 (runsolver) R 27341 27343 23867 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 2001391936 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27343/statm: 4643 292 257 25 0 2626 0

[startup+0.0958889 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 27343
/proc/meminfo: memFree=1704808/2055920 swapFree=4180056/4192956
[pid=27343] ppid=27341 vsize=804432 CPUtime=0.08
/proc/27343/stat : 27343 (java) S 27341 27343 23867 0 -1 0 2924 0 1 0 6 2 0 0 18 0 12 0 2001391936 823738368 2657 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27343/statm: 201108 2657 1027 9 0 198491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804432

[startup+0.102887 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 27343
/proc/meminfo: memFree=1704808/2055920 swapFree=4180056/4192956
[pid=27343] ppid=27341 vsize=804612 CPUtime=0.08
/proc/27343/stat : 27343 (java) S 27341 27343 23867 0 -1 0 2999 0 1 0 6 2 0 0 18 0 12 0 2001391936 823922688 2732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27343/statm: 201153 2732 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302911 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 27343
/proc/meminfo: memFree=1704808/2055920 swapFree=4180056/4192956
[pid=27343] ppid=27341 vsize=808244 CPUtime=0.28
/proc/27343/stat : 27343 (java) S 27341 27343 23867 0 -1 0 4932 0 1 0 25 3 0 0 18 0 12 0 2001391936 827641856 4259 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27343/statm: 202061 4259 1297 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.702951 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 27343
/proc/meminfo: memFree=1704808/2055920 swapFree=4180056/4192956
[pid=27343] ppid=27341 vsize=808272 CPUtime=0.68
/proc/27343/stat : 27343 (java) S 27341 27343 23867 0 -1 0 6360 0 1 0 63 5 0 0 18 0 12 0 2001391936 827670528 5488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27343/statm: 202068 5488 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50104 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 27355
/proc/meminfo: memFree=1678024/2055920 swapFree=4180056/4192956
[pid=27343] ppid=27341 vsize=811260 CPUtime=1.46
/proc/27343/stat : 27343 (java) S 27341 27343 23867 0 -1 0 10996 0 1 0 139 7 0 0 18 0 12 0 2001391936 830730240 9209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27343/statm: 202815 9209 1351 9 0 200177 0
[pid=27343/tid=27345] ppid=27341 vsize=811260 CPUtime=0.78
/proc/27343/task/27345/stat : 27345 (java) R 27341 27343 23867 0 -1 64 6747 0 1 0 73 5 0 0 19 0 12 0 2001391937 830730240 9209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27346] ppid=27341 vsize=811260 CPUtime=0
/proc/27343/task/27346/stat : 27346 (java) S 27341 27343 23867 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2001391939 830730240 9209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27347] ppid=27341 vsize=811260 CPUtime=0
/proc/27343/task/27347/stat : 27347 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2001391939 830730240 9209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27348] ppid=27341 vsize=811260 CPUtime=0
/proc/27343/task/27348/stat : 27348 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2001391940 830730240 9209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27349] ppid=27341 vsize=811260 CPUtime=0
/proc/27343/task/27349/stat : 27349 (java) S 27341 27343 23867 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 2001391941 830730240 9209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27350] ppid=27341 vsize=811260 CPUtime=0
/proc/27343/task/27350/stat : 27350 (java) S 27341 27343 23867 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 2001391941 830730240 9209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27351] ppid=27341 vsize=811260 CPUtime=0
/proc/27343/task/27351/stat : 27351 (java) S 27341 27343 23867 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001391945 830730240 9209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27352] ppid=27341 vsize=811260 CPUtime=0.42
/proc/27343/task/27352/stat : 27352 (java) S 27341 27343 23867 0 -1 64 2315 0 0 0 42 0 0 0 17 0 12 0 2001391945 830730240 9209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27353] ppid=27341 vsize=811260 CPUtime=0.23
/proc/27343/task/27353/stat : 27353 (java) R 27341 27343 23867 0 -1 64 1168 0 0 0 23 0 0 0 16 0 12 0 2001391945 830730240 9209 996147200 134512640 134550740 4294956016 18446744073709551615 106095481 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27354] ppid=27341 vsize=811260 CPUtime=0
/proc/27343/task/27354/stat : 27354 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001391945 830730240 9209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27355] ppid=27341 vsize=811260 CPUtime=0
/proc/27343/task/27355/stat : 27355 (java) R 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001391945 830730240 9209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 811260

[startup+3.10121 s]
/proc/loadavg: 2.00 2.01 2.00 4/92 27355
/proc/meminfo: memFree=1650952/2055920 swapFree=4180056/4192956
[pid=27343] ppid=27341 vsize=825792 CPUtime=3.06
/proc/27343/stat : 27343 (java) S 27341 27343 23867 0 -1 0 24225 0 1 0 293 13 0 0 18 0 12 0 2001391936 845611008 18068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27343/statm: 206448 18068 1378 9 0 203810 0
[pid=27343/tid=27345] ppid=27341 vsize=825792 CPUtime=1.36
/proc/27343/task/27345/stat : 27345 (java) R 27341 27343 23867 0 -1 64 12178 0 1 0 129 7 0 0 25 0 12 0 2001391937 845611008 18068 996147200 134512640 134550740 4294956016 18446744073709551615 4109726755 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27346] ppid=27341 vsize=825792 CPUtime=0
/proc/27343/task/27346/stat : 27346 (java) S 27341 27343 23867 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2001391939 845611008 18068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27347] ppid=27341 vsize=825792 CPUtime=0
/proc/27343/task/27347/stat : 27347 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2001391939 845611008 18068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27348] ppid=27341 vsize=825792 CPUtime=0
/proc/27343/task/27348/stat : 27348 (java) R 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2001391940 845611008 18068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27349] ppid=27341 vsize=825792 CPUtime=0
/proc/27343/task/27349/stat : 27349 (java) S 27341 27343 23867 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 2001391941 845611008 18068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27350] ppid=27341 vsize=825792 CPUtime=0
/proc/27343/task/27350/stat : 27350 (java) S 27341 27343 23867 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 2001391941 845611008 18068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27351] ppid=27341 vsize=825792 CPUtime=0
/proc/27343/task/27351/stat : 27351 (java) S 27341 27343 23867 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001391945 845611008 18068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27352] ppid=27341 vsize=825792 CPUtime=0.73
/proc/27343/task/27352/stat : 27352 (java) S 27341 27343 23867 0 -1 64 3534 0 0 0 72 1 0 0 16 0 12 0 2001391945 845611008 18068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27353] ppid=27341 vsize=825792 CPUtime=0.92
/proc/27343/task/27353/stat : 27353 (java) R 27341 27343 23867 0 -1 64 7747 0 0 0 90 2 0 0 21 0 12 0 2001391945 845611008 18068 996147200 134512640 134550740 4294956016 18446744073709551615 106214535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27354] ppid=27341 vsize=825792 CPUtime=0
/proc/27343/task/27354/stat : 27354 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001391945 845611008 18068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27355] ppid=27341 vsize=825792 CPUtime=0
/proc/27343/task/27355/stat : 27355 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001391945 845611008 18068 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 825792

[startup+6.30254 s]
/proc/loadavg: 2.08 2.03 2.01 3/92 27355
/proc/meminfo: memFree=1593160/2055920 swapFree=4180056/4192956
[pid=27343] ppid=27341 vsize=822376 CPUtime=6.34
/proc/27343/stat : 27343 (java) S 27341 27343 23867 0 -1 0 37567 0 1 0 615 19 0 0 18 0 12 0 2001391936 842113024 29711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27343/statm: 205594 29711 1383 9 0 202956 0
[pid=27343/tid=27345] ppid=27341 vsize=822376 CPUtime=4.18
/proc/27343/task/27345/stat : 27345 (java) R 27341 27343 23867 0 -1 64 17272 0 1 0 409 9 0 0 25 0 12 0 2001391937 842113024 29711 996147200 134512640 134550740 4294956016 18446744073709551615 4109582094 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27346] ppid=27341 vsize=822376 CPUtime=0.14
/proc/27343/task/27346/stat : 27346 (java) S 27341 27343 23867 0 -1 64 4433 0 0 0 12 2 0 0 16 0 12 0 2001391939 842113024 29711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27347] ppid=27341 vsize=822376 CPUtime=0.12
/proc/27343/task/27347/stat : 27347 (java) S 27341 27343 23867 0 -1 64 2929 0 0 0 11 1 0 0 16 0 12 0 2001391939 842113024 29711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27348] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27348/stat : 27348 (java) S 27341 27343 23867 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 2001391940 842113024 29711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27349] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27349/stat : 27349 (java) S 27341 27343 23867 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001391941 842113024 29711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27350] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27350/stat : 27350 (java) S 27341 27343 23867 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001391941 842113024 29711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27351] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27351/stat : 27351 (java) S 27341 27343 23867 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001391945 842113024 29711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27352] ppid=27341 vsize=822376 CPUtime=0.75
/proc/27343/task/27352/stat : 27352 (java) S 27341 27343 23867 0 -1 64 3534 0 0 0 74 1 0 0 17 0 12 0 2001391945 842113024 29711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27353] ppid=27341 vsize=822376 CPUtime=1.08
/proc/27343/task/27353/stat : 27353 (java) S 27341 27343 23867 0 -1 64 8603 0 0 0 105 3 0 0 17 0 12 0 2001391945 842113024 29711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27354] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27354/stat : 27354 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001391945 842113024 29711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27355] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27355/stat : 27355 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001391945 842113024 29711 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 822376

[startup+12.7022 s]
/proc/loadavg: 2.07 2.03 2.00 3/92 27355
/proc/meminfo: memFree=1557576/2055920 swapFree=4180056/4192956
[pid=27343] ppid=27341 vsize=822376 CPUtime=12.74
/proc/27343/stat : 27343 (java) S 27341 27343 23867 0 -1 0 46177 0 1 0 1250 24 0 0 18 0 12 0 2001391936 842113024 38308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27343/statm: 205594 38308 1383 9 0 202956 0
[pid=27343/tid=27345] ppid=27341 vsize=822376 CPUtime=10.33
/proc/27343/task/27345/stat : 27345 (java) R 27341 27343 23867 0 -1 64 17285 0 1 0 1023 10 0 0 25 0 12 0 2001391937 842113024 38308 996147200 134512640 134550740 4294956016 18446744073709551615 4109871194 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27346] ppid=27341 vsize=822376 CPUtime=0.23
/proc/27343/task/27346/stat : 27346 (java) S 27341 27343 23867 0 -1 64 9130 0 0 0 19 4 0 0 16 0 12 0 2001391939 842113024 38308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27347] ppid=27341 vsize=822376 CPUtime=0.21
/proc/27343/task/27347/stat : 27347 (java) S 27341 27343 23867 0 -1 64 6829 0 0 0 18 3 0 0 16 0 12 0 2001391939 842113024 38308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27348] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27348/stat : 27348 (java) S 27341 27343 23867 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 2001391940 842113024 38308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27349] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27349/stat : 27349 (java) S 27341 27343 23867 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001391941 842113024 38308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27350] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27350/stat : 27350 (java) S 27341 27343 23867 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001391941 842113024 38308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27351] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27351/stat : 27351 (java) S 27341 27343 23867 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001391945 842113024 38308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27352] ppid=27341 vsize=822376 CPUtime=0.79
/proc/27343/task/27352/stat : 27352 (java) S 27341 27343 23867 0 -1 64 3534 0 0 0 78 1 0 0 16 0 12 0 2001391945 842113024 38308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27353] ppid=27341 vsize=822376 CPUtime=1.12
/proc/27343/task/27353/stat : 27353 (java) S 27341 27343 23867 0 -1 64 8603 0 0 0 109 3 0 0 16 0 12 0 2001391945 842113024 38308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27354] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27354/stat : 27354 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001391945 842113024 38308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27355] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27355/stat : 27355 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001391945 842113024 38308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 822376

[startup+25.5026 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 27355
/proc/meminfo: memFree=1507848/2055920 swapFree=4180056/4192956
[pid=27343] ppid=27341 vsize=822376 CPUtime=25.53
/proc/27343/stat : 27343 (java) S 27341 27343 23867 0 -1 0 58209 0 1 0 2524 29 0 0 18 0 12 0 2001391936 842113024 50317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27343/statm: 205594 50317 1384 9 0 202956 0
[pid=27343/tid=27345] ppid=27341 vsize=822376 CPUtime=22.87
/proc/27343/task/27345/stat : 27345 (java) R 27341 27343 23867 0 -1 64 17308 0 1 0 2277 10 0 0 25 0 12 0 2001391937 842113024 50317 996147200 134512640 134550740 4294956016 18446744073709551615 4109726064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27346] ppid=27341 vsize=822376 CPUtime=0.34
/proc/27343/task/27346/stat : 27346 (java) S 27341 27343 23867 0 -1 64 14698 0 0 0 28 6 0 0 16 0 12 0 2001391939 842113024 50317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27347] ppid=27341 vsize=822376 CPUtime=0.33
/proc/27343/task/27347/stat : 27347 (java) S 27341 27343 23867 0 -1 64 13269 0 0 0 28 5 0 0 16 0 12 0 2001391939 842113024 50317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27348] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27348/stat : 27348 (java) S 27341 27343 23867 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 2001391940 842113024 50317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27349] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27349/stat : 27349 (java) S 27341 27343 23867 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001391941 842113024 50317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27350] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27350/stat : 27350 (java) S 27341 27343 23867 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001391941 842113024 50317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27351] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27351/stat : 27351 (java) S 27341 27343 23867 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001391945 842113024 50317 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=27343/tid=27355] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27355/stat : 27355 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001391945 842113024 73817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 822376

[startup+102.308 s]
/proc/loadavg: 2.01 2.02 2.00 3/92 27355
/proc/meminfo: memFree=1207240/2055920 swapFree=4180056/4192956
[pid=27343] ppid=27341 vsize=822376 CPUtime=102.34
/proc/27343/stat : 27343 (java) S 27341 27343 23867 0 -1 0 133302 0 1 0 10176 58 0 0 18 0 12 0 2001391936 842113024 125291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27343/statm: 205594 125291 1385 9 0 202956 0
[pid=27343/tid=27345] ppid=27341 vsize=822376 CPUtime=97.41
/proc/27343/task/27345/stat : 27345 (java) R 27341 27343 23867 0 -1 64 17431 0 1 0 9730 11 0 0 25 0 12 0 2001391937 842113024 125291 996147200 134512640 134550740 4294956016 18446744073709551615 4109700675 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27346] ppid=27341 vsize=822376 CPUtime=1.24
/proc/27343/task/27346/stat : 27346 (java) S 27341 27343 23867 0 -1 64 52726 0 0 0 105 19 0 0 15 0 12 0 2001391939 842113024 125291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27347] ppid=27341 vsize=822376 CPUtime=1.16
/proc/27343/task/27347/stat : 27347 (java) S 27341 27343 23867 0 -1 64 50144 0 0 0 96 20 0 0 16 0 12 0 2001391939 842113024 125291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27348] ppid=27341 vsize=822376 CPUtime=0.04
/proc/27343/task/27348/stat : 27348 (java) S 27341 27343 23867 0 -1 64 33 0 0 0 3 1 0 0 15 0 12 0 2001391940 842113024 125291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27349] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27349/stat : 27349 (java) S 27341 27343 23867 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001391941 842113024 125291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27350] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27350/stat : 27350 (java) S 27341 27343 23867 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001391941 842113024 125291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27351] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27351/stat : 27351 (java) S 27341 27343 23867 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001391945 842113024 125291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27352] ppid=27341 vsize=822376 CPUtime=1.19
/proc/27343/task/27352/stat : 27352 (java) S 27341 27343 23867 0 -1 64 3594 0 0 0 118 1 0 0 17 0 12 0 2001391945 842113024 125291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27353] ppid=27341 vsize=822376 CPUtime=1.24
/proc/27343/task/27353/stat : 27353 (java) S 27341 27343 23867 0 -1 64 8611 0 0 0 121 3 0 0 17 0 12 0 2001391945 842113024 125291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27354] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27354/stat : 27354 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001391945 842113024 125291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27355] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27355/stat : 27355 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001391945 842113024 125291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 822376

[startup+162.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 27355
/proc/meminfo: memFree=1011016/2055920 swapFree=4180056/4192956
[pid=27343] ppid=27341 vsize=822376 CPUtime=162.32
/proc/27343/stat : 27343 (java) S 27341 27343 23867 0 -1 0 182453 0 1 0 16153 79 0 0 18 0 12 0 2001391936 842113024 174215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27343/statm: 205594 174215 1390 9 0 202956 0
[pid=27343/tid=27345] ppid=27341 vsize=822376 CPUtime=154.75
/proc/27343/task/27345/stat : 27345 (java) R 27341 27343 23867 0 -1 64 17525 0 1 0 15464 11 0 0 25 0 12 0 2001391937 842113024 174215 996147200 134512640 134550740 4294956016 18446744073709551615 4109804436 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27346] ppid=27341 vsize=822376 CPUtime=2.1
/proc/27343/task/27346/stat : 27346 (java) S 27341 27343 23867 0 -1 64 78163 0 0 0 181 29 0 0 16 0 12 0 2001391939 842113024 174215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27347] ppid=27341 vsize=822376 CPUtime=2.06
/proc/27343/task/27347/stat : 27347 (java) S 27341 27343 23867 0 -1 64 73759 0 0 0 176 30 0 0 16 0 12 0 2001391939 842113024 174215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27348] ppid=27341 vsize=822376 CPUtime=0.91
/proc/27343/task/27348/stat : 27348 (java) S 27341 27343 23867 0 -1 64 36 0 0 0 89 2 0 0 15 0 12 0 2001391940 842113024 174215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27349] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27349/stat : 27349 (java) S 27341 27343 23867 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001391941 842113024 174215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27350] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27350/stat : 27350 (java) S 27341 27343 23867 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001391941 842113024 174215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27351] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27351/stat : 27351 (java) S 27341 27343 23867 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001391945 842113024 174215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27352] ppid=27341 vsize=822376 CPUtime=1.19
/proc/27343/task/27352/stat : 27352 (java) S 27341 27343 23867 0 -1 64 3596 0 0 0 118 1 0 0 17 0 12 0 2001391945 842113024 174215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27353] ppid=27341 vsize=822376 CPUtime=1.26
/proc/27343/task/27353/stat : 27353 (java) S 27341 27343 23867 0 -1 64 8611 0 0 0 123 3 0 0 17 0 12 0 2001391945 842113024 174215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27354] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27354/stat : 27354 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001391945 842113024 174215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27355] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27355/stat : 27355 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001391945 842113024 174215 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 822376

[startup+222.302 s]
/proc/loadavg: 2.39 2.10 2.03 4/92 27355
/proc/meminfo: memFree=1006856/2055920 swapFree=4180056/4192956
[pid=27343] ppid=27341 vsize=822376 CPUtime=222.31
/proc/27343/stat : 27343 (java) S 27341 27343 23867 0 -1 0 184539 0 1 0 22151 80 0 0 18 0 12 0 2001391936 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27343/statm: 205594 175209 1390 9 0 202956 0
[pid=27343/tid=27345] ppid=27341 vsize=822376 CPUtime=184.08
/proc/27343/task/27345/stat : 27345 (java) R 27341 27343 23867 0 -1 64 17615 0 1 0 18397 11 0 0 25 0 12 0 2001391937 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27346] ppid=27341 vsize=822376 CPUtime=2.62
/proc/27343/task/27346/stat : 27346 (java) S 27341 27343 23867 0 -1 64 78190 0 0 0 233 29 0 0 16 0 12 0 2001391939 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27347] ppid=27341 vsize=822376 CPUtime=2.46
/proc/27343/task/27347/stat : 27347 (java) S 27341 27343 23867 0 -1 64 73910 0 0 0 216 30 0 0 15 0 12 0 2001391939 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27348] ppid=27341 vsize=822376 CPUtime=30.62
/proc/27343/task/27348/stat : 27348 (java) R 27341 27343 23867 0 -1 64 1854 0 0 0 3059 3 0 0 16 0 12 0 2001391940 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27349] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27349/stat : 27349 (java) S 27341 27343 23867 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001391941 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27350] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27350/stat : 27350 (java) S 27341 27343 23867 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001391941 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27351] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27351/stat : 27351 (java) S 27341 27343 23867 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001391945 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27352] ppid=27341 vsize=822376 CPUtime=1.19
/proc/27343/task/27352/stat : 27352 (java) S 27341 27343 23867 0 -1 64 3596 0 0 0 118 1 0 0 17 0 12 0 2001391945 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27353] ppid=27341 vsize=822376 CPUtime=1.28
/proc/27343/task/27353/stat : 27353 (java) S 27341 27343 23867 0 -1 64 8611 0 0 0 125 3 0 0 17 0 12 0 2001391945 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27354] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27354/stat : 27354 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001391945 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27355] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27355/stat : 27355 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001391945 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 822376

Solver just ended. Dumping a history of the last processes samples

[startup+223.102 s]
/proc/loadavg: 2.39 2.10 2.03 4/92 27355
/proc/meminfo: memFree=1006856/2055920 swapFree=4180056/4192956
[pid=27343] ppid=27341 vsize=822376 CPUtime=223.11
/proc/27343/stat : 27343 (java) S 27341 27343 23867 0 -1 0 184542 0 1 0 22231 80 0 0 18 0 12 0 2001391936 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27343/statm: 205594 175209 1390 9 0 202956 0
[pid=27343/tid=27345] ppid=27341 vsize=822376 CPUtime=184.19
/proc/27343/task/27345/stat : 27345 (java) R 27341 27343 23867 0 -1 64 17618 0 1 0 18408 11 0 0 25 0 12 0 2001391937 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27346] ppid=27341 vsize=822376 CPUtime=2.62
/proc/27343/task/27346/stat : 27346 (java) S 27341 27343 23867 0 -1 64 78190 0 0 0 233 29 0 0 16 0 12 0 2001391939 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27347] ppid=27341 vsize=822376 CPUtime=2.46
/proc/27343/task/27347/stat : 27347 (java) S 27341 27343 23867 0 -1 64 73910 0 0 0 216 30 0 0 15 0 12 0 2001391939 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27348] ppid=27341 vsize=822376 CPUtime=31.31
/proc/27343/task/27348/stat : 27348 (java) R 27341 27343 23867 0 -1 64 1854 0 0 0 3128 3 0 0 16 0 12 0 2001391940 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27349] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27349/stat : 27349 (java) S 27341 27343 23867 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001391941 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27350] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27350/stat : 27350 (java) S 27341 27343 23867 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001391941 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27351] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27351/stat : 27351 (java) S 27341 27343 23867 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001391945 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27352] ppid=27341 vsize=822376 CPUtime=1.19
/proc/27343/task/27352/stat : 27352 (java) S 27341 27343 23867 0 -1 64 3596 0 0 0 118 1 0 0 17 0 12 0 2001391945 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27353] ppid=27341 vsize=822376 CPUtime=1.28
/proc/27343/task/27353/stat : 27353 (java) S 27341 27343 23867 0 -1 64 8611 0 0 0 125 3 0 0 17 0 12 0 2001391945 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27354] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27354/stat : 27354 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001391945 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27355] ppid=27341 vsize=822376 CPUtime=0
/proc/27343/task/27355/stat : 27355 (java) R 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001391945 842113024 175209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 223.11
Current children cumulated vsize (KiB) 822376

[startup+223.501 s]
/proc/loadavg: 2.44 2.12 2.03 4/92 27355
/proc/meminfo: memFree=1006856/2055920 swapFree=4180056/4192956
[pid=27343] ppid=27341 vsize=822700 CPUtime=223.49
/proc/27343/stat : 27343 (java) S 27341 27343 23867 0 -1 0 184552 0 1 0 22269 80 0 0 18 0 12 0 2001391936 842444800 175219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27343/statm: 205675 175219 1391 9 0 203037 0
[pid=27343/tid=27345] ppid=27341 vsize=822700 CPUtime=184.19
/proc/27343/task/27345/stat : 27345 (java) S 27341 27343 23867 0 -1 64 17623 0 1 0 18408 11 0 0 25 0 12 0 2001391937 842444800 175219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27346] ppid=27341 vsize=822700 CPUtime=2.62
/proc/27343/task/27346/stat : 27346 (java) S 27341 27343 23867 0 -1 64 78190 0 0 0 233 29 0 0 16 0 12 0 2001391939 842444800 175219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27347] ppid=27341 vsize=822700 CPUtime=2.46
/proc/27343/task/27347/stat : 27347 (java) S 27341 27343 23867 0 -1 64 73910 0 0 0 216 30 0 0 15 0 12 0 2001391939 842444800 175219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27348] ppid=27341 vsize=822700 CPUtime=31.69
/proc/27343/task/27348/stat : 27348 (java) S 27341 27343 23867 0 -1 64 1854 0 0 0 3166 3 0 0 16 0 12 0 2001391940 842444800 175219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27349] ppid=27341 vsize=822700 CPUtime=0
/proc/27343/task/27349/stat : 27349 (java) S 27341 27343 23867 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001391941 842444800 175219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27350] ppid=27341 vsize=822700 CPUtime=0
/proc/27343/task/27350/stat : 27350 (java) S 27341 27343 23867 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001391941 842444800 175219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27351] ppid=27341 vsize=822700 CPUtime=0
/proc/27343/task/27351/stat : 27351 (java) S 27341 27343 23867 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001391945 842444800 175219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27352] ppid=27341 vsize=822700 CPUtime=1.19
/proc/27343/task/27352/stat : 27352 (java) S 27341 27343 23867 0 -1 64 3596 0 0 0 118 1 0 0 17 0 12 0 2001391945 842444800 175219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27353] ppid=27341 vsize=822700 CPUtime=1.28
/proc/27343/task/27353/stat : 27353 (java) S 27341 27343 23867 0 -1 64 8611 0 0 0 125 3 0 0 17 0 12 0 2001391945 842444800 175219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27343/tid=27354] ppid=27341 vsize=822700 CPUtime=0
/proc/27343/task/27354/stat : 27354 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001391945 842444800 175219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27343/tid=27355] ppid=27341 vsize=822700 CPUtime=0
/proc/27343/task/27355/stat : 27355 (java) S 27341 27343 23867 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001391945 842444800 175219 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 223.49
Current children cumulated vsize (KiB) 822700

[startup+223.601 s]
/proc/loadavg: 2.44 2.12 2.03 4/92 27355
/proc/meminfo: memFree=1006856/2055920 swapFree=4180056/4192956
[pid=27343] ppid=27341 vsize=0 CPUtime=223.57
/proc/27343/stat : 27343 (java) Z 27341 27343 23867 0 -1 12 184555 0 1 0 22269 88 0 0 16 0 2 0 2001391936 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27343/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 223.57
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 223.627
CPU time (s): 223.609
CPU user time (s): 222.697
CPU system time (s): 0.911861
CPU usage (%): 99.9921
Max. virtual memory (cumulated for all children) (KiB): 825816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.697
system time used= 0.911861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184555
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= 9341
involuntary context switches= 5801

runsolver used 0.290955 second user time and 0.747886 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 04:16:08
IDJOB=1082744
IDBENCH=57346
IDSOLVER=344
FILE ID=node7/1082744-1215224168
PBS_JOBID= 7881694
Free space on /tmp= 66520 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ec3686c98e80feac9f42eba66295a509
RANDOM SEED=281223611

node7.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.236
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.236
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:       1705288 kB
Buffers:         33248 kB
Cached:         176152 kB
SwapCached:       7384 kB
Active:         223768 kB
Inactive:        73968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705288 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:            1216 kB
Writeback:           0 kB
Mapped:         101648 kB
Slab:            37900 kB
Committed_AS:  4275200 kB
PageTables:       2012 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= 66516 MiB
End job on node7 at 2008-07-05 04:19:51