Trace number 1087030

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? 366.45 368.925

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-4.xml
MD5SUMfc409cb8b4f9cf04e2dbeb29fe62b8ed
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 benchmark28.9386
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1087030-1215242384/watcher-1087030-1215242384 -o /tmp/evaluation-result-1087030-1215242384/solver-1087030-1215242384 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1087030-1215242384.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.01 2.05 2.11 4/80 17680
/proc/meminfo: memFree=1208696/2055920 swapFree=4180500/4192956
[pid=17680] ppid=17678 vsize=152 CPUtime=0
/proc/17680/stat : 17680 (java) D 17678 17680 16912 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 2003209839 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 9286436 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/17680/statm: 38 26 19 9 0 4 0

[startup+0.105033 s]
/proc/loadavg: 2.01 2.05 2.11 4/80 17680
/proc/meminfo: memFree=1208696/2055920 swapFree=4180500/4192956
[pid=17680] ppid=17678 vsize=13012 CPUtime=0.02
/proc/17680/stat : 17680 (java) R 17678 17680 16912 0 -1 0 553 0 26 0 0 2 0 0 18 0 1 0 2003209839 13324288 380 996147200 134512640 134550740 4294956016 18446744073709551615 9255800 0 0 4096 0 0 0 0 17 0 0 0
/proc/17680/statm: 3253 384 139 9 0 1151 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13012

[startup+0.202053 s]
/proc/loadavg: 2.01 2.05 2.11 4/80 17680
/proc/meminfo: memFree=1208696/2055920 swapFree=4180500/4192956
[pid=17680] ppid=17678 vsize=802228 CPUtime=0.08
/proc/17680/stat : 17680 (java) S 17678 17680 16912 0 -1 0 2790 0 28 0 4 4 0 0 18 0 7 0 2003209839 821481472 2552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/17680/statm: 200557 2552 1010 9 0 197940 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802228

[startup+0.302068 s]
/proc/loadavg: 2.01 2.05 2.11 4/80 17680
/proc/meminfo: memFree=1208696/2055920 swapFree=4180500/4192956
[pid=17680] ppid=17678 vsize=808520 CPUtime=0.17
/proc/17680/stat : 17680 (java) S 17678 17680 16912 0 -1 0 4348 0 28 0 12 5 0 0 18 0 12 0 2003209839 827924480 3779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17680/statm: 202130 3779 1282 9 0 199499 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 808520

[startup+0.702149 s]
/proc/loadavg: 2.01 2.05 2.11 4/80 17680
/proc/meminfo: memFree=1208696/2055920 swapFree=4180500/4192956
[pid=17680] ppid=17678 vsize=808448 CPUtime=0.52
/proc/17680/stat : 17680 (java) S 17678 17680 16912 0 -1 0 5902 0 28 0 45 7 0 0 18 0 12 0 2003209839 827850752 5078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17680/statm: 202112 5078 1321 9 0 199474 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 808448

[startup+1.5013 s]
/proc/loadavg: 2.01 2.05 2.11 3/92 17692
/proc/meminfo: memFree=1182232/2055920 swapFree=4180500/4192956
[pid=17680] ppid=17678 vsize=808272 CPUtime=1.28
/proc/17680/stat : 17680 (java) S 17678 17680 16912 0 -1 0 7257 0 28 0 120 8 0 0 18 0 12 0 2003209839 827670528 5751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17680/statm: 202068 5751 1343 9 0 199430 0
[pid=17680/tid=17682] ppid=17678 vsize=808272 CPUtime=0.66
/proc/17680/task/17682/stat : 17682 (java) R 17678 17680 16912 0 -1 64 4003 0 1 0 61 5 0 0 19 0 12 0 2003209850 827670528 5751 996147200 134512640 134550740 4294956016 18446744073709551615 4109181891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17683] ppid=17678 vsize=808272 CPUtime=0
/proc/17680/task/17683/stat : 17683 (java) S 17678 17680 16912 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 2003209851 827670528 5751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17684] ppid=17678 vsize=808272 CPUtime=0
/proc/17680/task/17684/stat : 17684 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 2003209851 827670528 5751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17685] ppid=17678 vsize=808272 CPUtime=0
/proc/17680/task/17685/stat : 17685 (java) S 17678 17680 16912 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2003209853 827670528 5751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17686] ppid=17678 vsize=808272 CPUtime=0
/proc/17680/task/17686/stat : 17686 (java) S 17678 17680 16912 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2003209854 827670528 5751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17687] ppid=17678 vsize=808272 CPUtime=0
/proc/17680/task/17687/stat : 17687 (java) S 17678 17680 16912 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 2003209854 827670528 5751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17688] ppid=17678 vsize=808272 CPUtime=0
/proc/17680/task/17688/stat : 17688 (java) S 17678 17680 16912 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 2003209861 827670528 5751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17689] ppid=17678 vsize=808272 CPUtime=0.18
/proc/17680/task/17689/stat : 17689 (java) S 17678 17680 16912 0 -1 64 407 0 0 0 18 0 0 0 16 0 12 0 2003209861 827670528 5751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17690] ppid=17678 vsize=808272 CPUtime=0.4
/proc/17680/task/17690/stat : 17690 (java) S 17678 17680 16912 0 -1 64 2111 0 0 0 40 0 0 0 16 0 12 0 2003209861 827670528 5751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17691] ppid=17678 vsize=808272 CPUtime=0
/proc/17680/task/17691/stat : 17691 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 2003209861 827670528 5751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17692] ppid=17678 vsize=808272 CPUtime=0
/proc/17680/task/17692/stat : 17692 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003209861 827670528 5751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 808272

[startup+3.10261 s]
/proc/loadavg: 2.01 2.05 2.11 4/92 17692
/proc/meminfo: memFree=1118168/2055920 swapFree=4180500/4192956
[pid=17680] ppid=17678 vsize=815960 CPUtime=3.08
/proc/17680/stat : 17680 (java) S 17678 17680 16912 0 -1 0 53315 0 28 0 280 28 0 0 18 0 12 0 2003209839 835543040 46434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17680/statm: 203990 46434 1358 9 0 201352 0
[pid=17680/tid=17682] ppid=17678 vsize=815960 CPUtime=1.2
/proc/17680/task/17682/stat : 17682 (java) R 17678 17680 16912 0 -1 64 17099 0 1 0 109 11 0 0 16 0 12 0 2003209850 835543040 46434 996147200 134512640 134550740 4294956016 18446744073709551615 102530449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17683] ppid=17678 vsize=815960 CPUtime=0.31
/proc/17680/task/17683/stat : 17683 (java) S 17678 17680 16912 0 -1 64 11256 0 0 0 27 4 0 0 17 0 12 0 2003209851 835543040 46434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17684] ppid=17678 vsize=815960 CPUtime=0.62
/proc/17680/task/17684/stat : 17684 (java) S 17678 17680 16912 0 -1 64 21049 0 0 0 53 9 0 0 19 0 12 0 2003209851 835543040 46434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17685] ppid=17678 vsize=815960 CPUtime=0
/proc/17680/task/17685/stat : 17685 (java) S 17678 17680 16912 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2003209853 835543040 46434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17686] ppid=17678 vsize=815960 CPUtime=0
/proc/17680/task/17686/stat : 17686 (java) S 17678 17680 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003209854 835543040 46434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17687] ppid=17678 vsize=815960 CPUtime=0
/proc/17680/task/17687/stat : 17687 (java) S 17678 17680 16912 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 2003209854 835543040 46434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17688] ppid=17678 vsize=815960 CPUtime=0
/proc/17680/task/17688/stat : 17688 (java) S 17678 17680 16912 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 2003209861 835543040 46434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17689] ppid=17678 vsize=815960 CPUtime=0.28
/proc/17680/task/17689/stat : 17689 (java) S 17678 17680 16912 0 -1 64 413 0 0 0 28 0 0 0 16 0 12 0 2003209861 835543040 46434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17690] ppid=17678 vsize=815960 CPUtime=0.61
/proc/17680/task/17690/stat : 17690 (java) S 17678 17680 16912 0 -1 64 2735 0 0 0 61 0 0 0 15 0 12 0 2003209861 835543040 46434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17691] ppid=17678 vsize=815960 CPUtime=0
/proc/17680/task/17691/stat : 17691 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 2003209861 835543040 46434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17692] ppid=17678 vsize=815960 CPUtime=0
/proc/17680/task/17692/stat : 17692 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003209861 835543040 46434 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 815960

[startup+6.30121 s]
/proc/loadavg: 2.09 2.07 2.12 4/92 17692
/proc/meminfo: memFree=994840/2055920 swapFree=4180500/4192956
[pid=17680] ppid=17678 vsize=822932 CPUtime=6.24
/proc/17680/stat : 17680 (java) S 17678 17680 16912 0 -1 0 61986 0 28 0 591 33 0 0 18 0 12 0 2003209839 842682368 52875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17680/statm: 205733 52875 1389 9 0 203095 0
[pid=17680/tid=17682] ppid=17678 vsize=822932 CPUtime=3.05
/proc/17680/task/17682/stat : 17682 (java) R 17678 17680 16912 0 -1 64 17339 0 1 0 293 12 0 0 25 0 12 0 2003209850 842682368 52875 996147200 134512640 134550740 4294956016 18446744073709551615 4109933095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17683] ppid=17678 vsize=822932 CPUtime=0.32
/proc/17680/task/17683/stat : 17683 (java) S 17678 17680 16912 0 -1 64 11643 0 0 0 28 4 0 0 17 0 12 0 2003209851 842682368 52875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17684] ppid=17678 vsize=822932 CPUtime=0.78
/proc/17680/task/17684/stat : 17684 (java) S 17678 17680 16912 0 -1 64 25071 0 0 0 68 10 0 0 17 0 12 0 2003209851 842682368 52875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17685] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17685/stat : 17685 (java) S 17678 17680 16912 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 2003209853 842682368 52875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17686] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17686/stat : 17686 (java) S 17678 17680 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003209854 842682368 52875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17687] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17687/stat : 17687 (java) S 17678 17680 16912 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 2003209854 842682368 52875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17688] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17688/stat : 17688 (java) S 17678 17680 16912 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 2003209861 842682368 52875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17689] ppid=17678 vsize=822932 CPUtime=0.66
/proc/17680/task/17689/stat : 17689 (java) S 17678 17680 16912 0 -1 64 785 0 0 0 66 0 0 0 16 0 12 0 2003209861 842682368 52875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17690] ppid=17678 vsize=822932 CPUtime=1.37
/proc/17680/task/17690/stat : 17690 (java) S 17678 17680 16912 0 -1 64 6384 0 0 0 134 3 0 0 16 0 12 0 2003209861 842682368 52875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17691] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17691/stat : 17691 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 2003209861 842682368 52875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17692] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17692/stat : 17692 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003209861 842682368 52875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 822932

[startup+12.7014 s]
/proc/loadavg: 2.08 2.06 2.12 3/92 17692
/proc/meminfo: memFree=971928/2055920 swapFree=4180500/4192956
[pid=17680] ppid=17678 vsize=822932 CPUtime=12.57
/proc/17680/stat : 17680 (java) S 17678 17680 16912 0 -1 0 67564 0 28 0 1222 35 0 0 18 0 12 0 2003209839 842682368 58304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17680/statm: 205733 58304 1389 9 0 203095 0
[pid=17680/tid=17682] ppid=17678 vsize=822932 CPUtime=9.02
/proc/17680/task/17682/stat : 17682 (java) R 17678 17680 16912 0 -1 64 17360 0 1 0 890 12 0 0 25 0 12 0 2003209850 842682368 58304 996147200 134512640 134550740 4294956016 18446744073709551615 4109774908 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17683] ppid=17678 vsize=822932 CPUtime=0.41
/proc/17680/task/17683/stat : 17683 (java) S 17678 17680 16912 0 -1 64 14654 0 0 0 36 5 0 0 16 0 12 0 2003209851 842682368 58304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17684] ppid=17678 vsize=822932 CPUtime=0.88
/proc/17680/task/17684/stat : 17684 (java) S 17678 17680 16912 0 -1 64 27603 0 0 0 77 11 0 0 16 0 12 0 2003209851 842682368 58304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17685] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17685/stat : 17685 (java) S 17678 17680 16912 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2003209853 842682368 58304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17686] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17686/stat : 17686 (java) S 17678 17680 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003209854 842682368 58304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17687] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17687/stat : 17687 (java) S 17678 17680 16912 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 2003209854 842682368 58304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17688] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17688/stat : 17688 (java) S 17678 17680 16912 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 2003209861 842682368 58304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17689] ppid=17678 vsize=822932 CPUtime=0.72
/proc/17680/task/17689/stat : 17689 (java) S 17678 17680 16912 0 -1 64 789 0 0 0 72 0 0 0 15 0 12 0 2003209861 842682368 58304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17690] ppid=17678 vsize=822932 CPUtime=1.46
/proc/17680/task/17690/stat : 17690 (java) S 17678 17680 16912 0 -1 64 6393 0 0 0 143 3 0 0 16 0 12 0 2003209861 842682368 58304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17691] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17691/stat : 17691 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 2003209861 842682368 58304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17692] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17692/stat : 17692 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003209861 842682368 58304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 822932

[startup+25.5029 s]
/proc/loadavg: 2.06 2.06 2.11 3/92 17692
/proc/meminfo: memFree=944472/2055920 swapFree=4180500/4192956
[pid=17680] ppid=17678 vsize=822932 CPUtime=25.26
/proc/17680/stat : 17680 (java) S 17678 17680 16912 0 -1 0 74338 0 28 0 2487 39 0 0 18 0 12 0 2003209839 842682368 65053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17680/statm: 205733 65053 1396 9 0 203095 0
[pid=17680/tid=17682] ppid=17678 vsize=822932 CPUtime=21.41
/proc/17680/task/17682/stat : 17682 (java) R 17678 17680 16912 0 -1 64 17385 0 1 0 2129 12 0 0 25 0 12 0 2003209850 842682368 65053 996147200 134512640 134550740 4294956016 18446744073709551615 4109805502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17683] ppid=17678 vsize=822932 CPUtime=0.5
/proc/17680/task/17683/stat : 17683 (java) S 17678 17680 16912 0 -1 64 17411 0 0 0 44 6 0 0 15 0 12 0 2003209851 842682368 65053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17684] ppid=17678 vsize=822932 CPUtime=0.96
/proc/17680/task/17684/stat : 17684 (java) S 17678 17680 16912 0 -1 64 31585 0 0 0 84 12 0 0 16 0 12 0 2003209851 842682368 65053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17685] ppid=17678 vsize=822932 CPUtime=0.01
/proc/17680/task/17685/stat : 17685 (java) S 17678 17680 16912 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 2003209853 842682368 65053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17686] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17686/stat : 17686 (java) S 17678 17680 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003209854 842682368 65053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17687] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17687/stat : 17687 (java) S 17678 17680 16912 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 2003209854 842682368 65053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17688] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17688/stat : 17688 (java) S 17678 17680 16912 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 2003209861 842682368 65053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=17680/tid=17691] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17691/stat : 17691 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17692] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17692/stat : 17692 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 355.94
Current children cumulated vsize (KiB) 830936

[startup+364.803 s]
/proc/loadavg: 2.60 2.21 2.14 4/92 17692
/proc/meminfo: memFree=479768/2055920 swapFree=4180500/4192956
[pid=17680] ppid=17678 vsize=830936 CPUtime=362.33
/proc/17680/stat : 17680 (java) S 17678 17680 16912 0 -1 0 410520 0 28 0 36049 184 0 0 18 0 12 0 2003209839 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17680/statm: 207734 177431 1402 9 0 205096 0
[pid=17680/tid=17682] ppid=17678 vsize=830936 CPUtime=287.63
/proc/17680/task/17682/stat : 17682 (java) R 17678 17680 16912 0 -1 64 17771 0 1 0 28749 14 0 0 25 0 12 0 2003209850 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17683] ppid=17678 vsize=830936 CPUtime=3.44
/proc/17680/task/17683/stat : 17683 (java) S 17678 17680 16912 0 -1 64 76426 0 0 0 314 30 0 0 15 0 12 0 2003209851 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17684] ppid=17678 vsize=830936 CPUtime=3.63
/proc/17680/task/17684/stat : 17684 (java) S 17678 17680 16912 0 -1 64 83019 0 0 0 330 33 0 0 16 0 12 0 2003209851 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17685] ppid=17678 vsize=830936 CPUtime=64.99
/proc/17680/task/17685/stat : 17685 (java) R 17678 17680 16912 0 -1 64 225374 0 0 0 6400 99 0 0 17 0 12 0 2003209853 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17686] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17686/stat : 17686 (java) S 17678 17680 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003209854 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17687] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17687/stat : 17687 (java) S 17678 17680 16912 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 2003209854 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17688] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17688/stat : 17688 (java) S 17678 17680 16912 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17689] ppid=17678 vsize=830936 CPUtime=0.88
/proc/17680/task/17689/stat : 17689 (java) S 17678 17680 16912 0 -1 64 798 0 0 0 88 0 0 0 16 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17690] ppid=17678 vsize=830936 CPUtime=1.68
/proc/17680/task/17690/stat : 17690 (java) S 17678 17680 16912 0 -1 64 6396 0 0 0 165 3 0 0 16 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17691] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17691/stat : 17691 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17692] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17692/stat : 17692 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 362.33
Current children cumulated vsize (KiB) 830936

[startup+366.408 s]
/proc/loadavg: 2.60 2.21 2.14 4/92 17692
/proc/meminfo: memFree=479768/2055920 swapFree=4180500/4192956
[pid=17680] ppid=17678 vsize=830936 CPUtime=363.93
/proc/17680/stat : 17680 (java) S 17678 17680 16912 0 -1 0 417528 0 28 0 36206 187 0 0 18 0 12 0 2003209839 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17680/statm: 207734 177431 1402 9 0 205096 0
[pid=17680/tid=17682] ppid=17678 vsize=830936 CPUtime=287.79
/proc/17680/task/17682/stat : 17682 (java) R 17678 17680 16912 0 -1 64 17773 0 1 0 28765 14 0 0 24 0 12 0 2003209850 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17683] ppid=17678 vsize=830936 CPUtime=3.44
/proc/17680/task/17683/stat : 17683 (java) S 17678 17680 16912 0 -1 64 76426 0 0 0 314 30 0 0 15 0 12 0 2003209851 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17684] ppid=17678 vsize=830936 CPUtime=3.63
/proc/17680/task/17684/stat : 17684 (java) S 17678 17680 16912 0 -1 64 83019 0 0 0 330 33 0 0 16 0 12 0 2003209851 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17685] ppid=17678 vsize=830936 CPUtime=66.43
/proc/17680/task/17685/stat : 17685 (java) R 17678 17680 16912 0 -1 64 232380 0 0 0 6541 102 0 0 16 0 12 0 2003209853 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 104126450 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17686] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17686/stat : 17686 (java) S 17678 17680 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003209854 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17687] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17687/stat : 17687 (java) S 17678 17680 16912 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 2003209854 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17688] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17688/stat : 17688 (java) S 17678 17680 16912 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17689] ppid=17678 vsize=830936 CPUtime=0.88
/proc/17680/task/17689/stat : 17689 (java) S 17678 17680 16912 0 -1 64 798 0 0 0 88 0 0 0 16 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17690] ppid=17678 vsize=830936 CPUtime=1.68
/proc/17680/task/17690/stat : 17690 (java) S 17678 17680 16912 0 -1 64 6396 0 0 0 165 3 0 0 16 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17691] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17691/stat : 17691 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17692] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17692/stat : 17692 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 363.93
Current children cumulated vsize (KiB) 830936

[startup+368.001 s]
/proc/loadavg: 2.60 2.21 2.14 4/92 17692
/proc/meminfo: memFree=479768/2055920 swapFree=4180500/4192956
[pid=17680] ppid=17678 vsize=830936 CPUtime=365.53
/proc/17680/stat : 17680 (java) S 17678 17680 16912 0 -1 0 421033 0 28 0 36364 189 0 0 18 0 12 0 2003209839 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17680/statm: 207734 177431 1402 9 0 205096 0
[pid=17680/tid=17682] ppid=17678 vsize=830936 CPUtime=287.87
/proc/17680/task/17682/stat : 17682 (java) R 17678 17680 16912 0 -1 64 17775 0 1 0 28773 14 0 0 25 0 12 0 2003209850 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17683] ppid=17678 vsize=830936 CPUtime=3.44
/proc/17680/task/17683/stat : 17683 (java) S 17678 17680 16912 0 -1 64 76426 0 0 0 314 30 0 0 15 0 12 0 2003209851 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17684] ppid=17678 vsize=830936 CPUtime=3.63
/proc/17680/task/17684/stat : 17684 (java) S 17678 17680 16912 0 -1 64 83019 0 0 0 330 33 0 0 16 0 12 0 2003209851 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17685] ppid=17678 vsize=830936 CPUtime=67.94
/proc/17680/task/17685/stat : 17685 (java) R 17678 17680 16912 0 -1 64 235883 0 0 0 6691 103 0 0 16 0 12 0 2003209853 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17686] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17686/stat : 17686 (java) S 17678 17680 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003209854 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17687] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17687/stat : 17687 (java) S 17678 17680 16912 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 2003209854 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17688] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17688/stat : 17688 (java) S 17678 17680 16912 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17689] ppid=17678 vsize=830936 CPUtime=0.88
/proc/17680/task/17689/stat : 17689 (java) S 17678 17680 16912 0 -1 64 798 0 0 0 88 0 0 0 16 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17690] ppid=17678 vsize=830936 CPUtime=1.68
/proc/17680/task/17690/stat : 17690 (java) S 17678 17680 16912 0 -1 64 6396 0 0 0 165 3 0 0 16 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17691] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17691/stat : 17691 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17692] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17692/stat : 17692 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 365.53
Current children cumulated vsize (KiB) 830936

[startup+368.401 s]
/proc/loadavg: 2.60 2.21 2.14 4/92 17692
/proc/meminfo: memFree=479768/2055920 swapFree=4180500/4192956
[pid=17680] ppid=17678 vsize=830936 CPUtime=365.93
/proc/17680/stat : 17680 (java) S 17678 17680 16912 0 -1 0 421033 0 28 0 36404 189 0 0 18 0 12 0 2003209839 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17680/statm: 207734 177431 1402 9 0 205096 0
[pid=17680/tid=17682] ppid=17678 vsize=830936 CPUtime=287.87
/proc/17680/task/17682/stat : 17682 (java) R 17678 17680 16912 0 -1 64 17775 0 1 0 28773 14 0 0 25 0 12 0 2003209850 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17683] ppid=17678 vsize=830936 CPUtime=3.44
/proc/17680/task/17683/stat : 17683 (java) S 17678 17680 16912 0 -1 64 76426 0 0 0 314 30 0 0 15 0 12 0 2003209851 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17684] ppid=17678 vsize=830936 CPUtime=3.63
/proc/17680/task/17684/stat : 17684 (java) S 17678 17680 16912 0 -1 64 83019 0 0 0 330 33 0 0 16 0 12 0 2003209851 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17685] ppid=17678 vsize=830936 CPUtime=68.34
/proc/17680/task/17685/stat : 17685 (java) R 17678 17680 16912 0 -1 64 235883 0 0 0 6731 103 0 0 16 0 12 0 2003209853 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 105678194 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17686] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17686/stat : 17686 (java) S 17678 17680 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003209854 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17687] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17687/stat : 17687 (java) S 17678 17680 16912 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 2003209854 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17688] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17688/stat : 17688 (java) S 17678 17680 16912 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17689] ppid=17678 vsize=830936 CPUtime=0.88
/proc/17680/task/17689/stat : 17689 (java) S 17678 17680 16912 0 -1 64 798 0 0 0 88 0 0 0 16 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17690] ppid=17678 vsize=830936 CPUtime=1.68
/proc/17680/task/17690/stat : 17690 (java) S 17678 17680 16912 0 -1 64 6396 0 0 0 165 3 0 0 16 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17691] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17691/stat : 17691 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17692] ppid=17678 vsize=830936 CPUtime=0
/proc/17680/task/17692/stat : 17692 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003209861 850878464 177431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 365.93
Current children cumulated vsize (KiB) 830936

[startup+368.802 s]
/proc/loadavg: 2.60 2.21 2.14 4/92 17692
/proc/meminfo: memFree=479768/2055920 swapFree=4180500/4192956
[pid=17680] ppid=17678 vsize=822932 CPUtime=366.33
/proc/17680/stat : 17680 (java) S 17678 17680 16912 0 -1 0 421033 0 28 0 36444 189 0 0 18 0 12 0 2003209839 842682368 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17680/statm: 205733 175430 1402 9 0 203095 0
[pid=17680/tid=17682] ppid=17678 vsize=822932 CPUtime=287.87
/proc/17680/task/17682/stat : 17682 (java) R 17678 17680 16912 0 -1 64 17775 0 1 0 28773 14 0 0 25 0 12 0 2003209850 842682368 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17683] ppid=17678 vsize=822932 CPUtime=3.44
/proc/17680/task/17683/stat : 17683 (java) S 17678 17680 16912 0 -1 64 76426 0 0 0 314 30 0 0 15 0 12 0 2003209851 842682368 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17684] ppid=17678 vsize=822932 CPUtime=3.63
/proc/17680/task/17684/stat : 17684 (java) S 17678 17680 16912 0 -1 64 83019 0 0 0 330 33 0 0 16 0 12 0 2003209851 842682368 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17685] ppid=17678 vsize=822932 CPUtime=68.75
/proc/17680/task/17685/stat : 17685 (java) R 17678 17680 16912 0 -1 64 235883 0 0 0 6771 104 0 0 17 0 12 0 2003209853 842682368 175430 996147200 134512640 134550740 4294956016 18446744073709551615 103082195 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17686] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17686/stat : 17686 (java) S 17678 17680 16912 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2003209854 842682368 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17687] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17687/stat : 17687 (java) S 17678 17680 16912 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 2003209854 842682368 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17688] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17688/stat : 17688 (java) S 17678 17680 16912 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 2003209861 842682368 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17689] ppid=17678 vsize=822932 CPUtime=0.88
/proc/17680/task/17689/stat : 17689 (java) S 17678 17680 16912 0 -1 64 798 0 0 0 88 0 0 0 16 0 12 0 2003209861 842682368 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17690] ppid=17678 vsize=822932 CPUtime=1.68
/proc/17680/task/17690/stat : 17690 (java) S 17678 17680 16912 0 -1 64 6396 0 0 0 165 3 0 0 16 0 12 0 2003209861 842682368 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17680/tid=17691] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17691/stat : 17691 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 2003209861 842682368 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17680/tid=17692] ppid=17678 vsize=822932 CPUtime=0
/proc/17680/task/17692/stat : 17692 (java) S 17678 17680 16912 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2003209861 842682368 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 366.33
Current children cumulated vsize (KiB) 822932

[startup+368.902 s]
/proc/loadavg: 2.60 2.21 2.14 4/92 17692
/proc/meminfo: memFree=479768/2055920 swapFree=4180500/4192956
[pid=17680] ppid=17678 vsize=0 CPUtime=366.42
/proc/17680/stat : 17680 (java) Z 17678 17680 16912 0 -1 12 421046 0 28 0 36445 197 0 0 16 0 2 0 2003209839 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17680/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 366.42
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 368.925
CPU time (s): 366.45
CPU user time (s): 364.452
CPU system time (s): 1.9987
CPU usage (%): 99.3292
Max. virtual memory (cumulated for all children) (KiB): 851424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 364.452
system time used= 1.9987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 421046
page faults= 28
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14286
involuntary context switches= 18407

runsolver used 0.492925 second user time and 1.22981 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 09:19:45
IDJOB=1087030
IDBENCH=57918
IDSOLVER=344
FILE ID=node59/1087030-1215242384
PBS_JOBID= 7881968
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fc409cb8b4f9cf04e2dbeb29fe62b8ed
RANDOM SEED=1375558685

node59.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.261
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.261
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:       1209240 kB
Buffers:          4076 kB
Cached:          76516 kB
SwapCached:       5360 kB
Active:         742996 kB
Inactive:        50052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1209240 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            3944 kB
Writeback:           0 kB
Mapped:         727152 kB
Slab:            37456 kB
Committed_AS:  4884268 kB
PageTables:       3248 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= 66492 MiB
End job on node59 at 2008-07-05 09:25:54