Trace number 1083308

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? 219.748 220.477

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-23.xml
MD5SUMf339edaeb02c3bbac8ad2c8469a1d500
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1413.42
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1495
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.31	c See www.sat4j.org for details.
0.29/0.31	c That software uses the Rhino library from the Mozilla project.
0.29/0.36	c version 9.9.9.token
0.29/0.36	c sun.arch.data.model	32
0.29/0.36	c java.version	1.6.0_06
0.29/0.36	c os.name	Linux
0.29/0.36	c os.version	2.6.9-22.EL.rootsmp
0.29/0.36	c os.arch	i386
0.29/0.36	c Free memory 669864272
0.29/0.36	c Max memory 672137216
0.29/0.36	c Total memory 672137216
0.29/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1083308-1215226799.xml
0.38/0.41	c reading problem ... 
0.59/0.69	c reading problem named null
0.59/0.69	c reading domains done.
0.68/0.72	c reading variables done.
3.68/3.49	c reading predicates  done.
3.88/3.67	c reading constraints
218.39/219.15	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
218.39/219.15		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
218.39/219.15		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
218.39/219.15		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
219.59/220.34		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
219.59/220.35		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
219.59/220.35		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
219.59/220.35		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:52)
219.59/220.35		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
219.59/220.35		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
219.59/220.35		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
219.59/220.35		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
219.59/220.35		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
219.59/220.35		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
219.59/220.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
219.59/220.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
219.59/220.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
219.59/220.35		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
219.59/220.35		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
219.59/220.35		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
219.59/220.35		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
219.59/220.35		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
219.59/220.35		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
219.59/220.35		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
219.59/220.35		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
219.59/220.35		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
219.59/220.35		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
219.59/220.35		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
219.59/220.35	c starts		: 0
219.59/220.35	c conflicts		: 0
219.59/220.35	c decisions		: 0
219.59/220.35	c propagations		: 0
219.59/220.35	c inspects		: 0
219.59/220.35	c learnt literals	: 0
219.59/220.35	c learnt binary clauses	: 0
219.59/220.35	c learnt ternary clauses	: 0
219.59/220.35	c learnt clauses	: 0
219.59/220.35	c ignored clauses	: 0
219.59/220.35	c root simplifications	: 0
219.59/220.35	c removed literals (reason simplification)	: 0
219.59/220.35	c reason swapping (by a shorter reason)	: 0
219.59/220.35	c Calls to reduceDB	: 0
219.59/220.35	c speed (assignments/second)	: 0.0
219.59/220.35	c non guided choices	0
219.59/220.35	s UNKNOWN
219.59/220.35	c Total wall clock time (in seconds) : 219.94

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-1083308-1215226799/watcher-1083308-1215226799 -o /tmp/evaluation-result-1083308-1215226799/solver-1083308-1215226799 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083308-1215226799.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: 1.91 1.97 1.99 3/74 679
/proc/meminfo: memFree=1157048/2055920 swapFree=4157888/4192956
[pid=679] ppid=677 vsize=1804 CPUtime=0
/proc/679/stat : 679 (java6) D 677 679 642 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 645603048 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/679/statm: 451 155 111 9 0 93 0

[startup+0.0912711 s]
/proc/loadavg: 1.91 1.97 1.99 3/74 679
/proc/meminfo: memFree=1157048/2055920 swapFree=4157888/4192956
[pid=679] ppid=677 vsize=803076 CPUtime=0.07
/proc/679/stat : 679 (java) S 677 679 642 0 -1 0 2906 0 1 0 5 2 0 0 18 0 9 0 645603048 822349824 2639 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/679/statm: 200769 2639 1025 9 0 198152 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 803076

[startup+0.101273 s]
/proc/loadavg: 1.91 1.97 1.99 3/74 679
/proc/meminfo: memFree=1157048/2055920 swapFree=4157888/4192956
[pid=679] ppid=677 vsize=804612 CPUtime=0.09
/proc/679/stat : 679 (java) S 677 679 642 0 -1 0 3001 0 1 0 6 3 0 0 18 0 12 0 645603048 823922688 2734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/679/statm: 201153 2734 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301293 s]
/proc/loadavg: 1.91 1.97 1.99 3/74 679
/proc/meminfo: memFree=1157048/2055920 swapFree=4157888/4192956
[pid=679] ppid=677 vsize=808276 CPUtime=0.29
/proc/679/stat : 679 (java) S 677 679 642 0 -1 0 4939 0 1 0 25 4 0 0 18 0 12 0 645603048 827674624 4266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/679/statm: 202069 4266 1297 9 0 199438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808276

[startup+0.701333 s]
/proc/loadavg: 1.91 1.97 1.99 3/74 679
/proc/meminfo: memFree=1157048/2055920 swapFree=4157888/4192956
[pid=679] ppid=677 vsize=808304 CPUtime=0.68
/proc/679/stat : 679 (java) S 677 679 642 0 -1 0 6356 0 1 0 62 6 0 0 18 0 12 0 645603048 827703296 5484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/679/statm: 202076 5484 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50241 s]
/proc/loadavg: 1.92 1.97 1.99 4/86 691
/proc/meminfo: memFree=1113432/2055920 swapFree=4157888/4192956
[pid=679] ppid=677 vsize=810232 CPUtime=1.48
/proc/679/stat : 679 (java) S 677 679 642 0 -1 0 33384 0 1 0 129 19 0 0 18 0 12 0 645603048 829677568 32077 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/679/statm: 202558 32079 1347 9 0 199920 0
[pid=679/tid=681] ppid=677 vsize=810232 CPUtime=0.74
/proc/679/task/681/stat : 681 (java) R 677 679 642 0 -1 64 16955 0 1 0 63 11 0 0 21 0 12 0 645603049 829677568 32080 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=682] ppid=677 vsize=810232 CPUtime=0.11
/proc/679/task/682/stat : 682 (java) R 677 679 642 0 -1 64 8278 0 0 0 8 3 0 0 18 0 12 0 645603050 829677568 32082 996147200 134512640 134550740 4294956016 18446744073709551615 106157971 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=683] ppid=677 vsize=810232 CPUtime=0.11
/proc/679/task/683/stat : 683 (java) R 677 679 642 0 -1 64 5566 0 0 0 9 2 0 0 17 0 12 0 645603050 829677568 32084 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=684] ppid=677 vsize=810232 CPUtime=0
/proc/679/task/684/stat : 684 (java) S 677 679 642 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 645603052 829677568 32085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=685] ppid=677 vsize=810232 CPUtime=0
/proc/679/task/685/stat : 685 (java) S 677 679 642 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 645603052 829677568 32087 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=686] ppid=677 vsize=810232 CPUtime=0
/proc/679/task/686/stat : 686 (java) S 677 679 642 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 645603052 829677568 32088 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=687] ppid=677 vsize=810232 CPUtime=0
/proc/679/task/687/stat : 687 (java) S 677 679 642 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 645603057 829677568 32090 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=688] ppid=677 vsize=810232 CPUtime=0.21
/proc/679/task/688/stat : 688 (java) S 677 679 642 0 -1 64 649 0 0 0 21 0 0 0 16 0 12 0 645603057 829677568 32092 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=689] ppid=677 vsize=810232 CPUtime=0.26
/proc/679/task/689/stat : 689 (java) S 677 679 642 0 -1 64 1179 0 0 0 26 0 0 0 16 0 12 0 645603057 829677568 32093 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=690] ppid=677 vsize=810232 CPUtime=0
/proc/679/task/690/stat : 690 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 645603057 829677568 32095 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=691] ppid=677 vsize=810232 CPUtime=0
/proc/679/task/691/stat : 691 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 645603057 829677568 32097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810232

[startup+3.10258 s]
/proc/loadavg: 1.92 1.97 1.99 5/86 691
/proc/meminfo: memFree=976664/2055920 swapFree=4157888/4192956
[pid=679] ppid=677 vsize=815992 CPUtime=3.39
/proc/679/stat : 679 (java) S 677 679 642 0 -1 0 69029 0 1 0 304 35 0 0 18 0 12 0 645603048 835575808 63875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/679/statm: 203998 63875 1348 9 0 201360 0
[pid=679/tid=681] ppid=677 vsize=815992 CPUtime=1.15
/proc/679/task/681/stat : 681 (java) S 677 679 642 0 -1 64 16959 0 1 0 104 11 0 0 17 0 12 0 645603049 835575808 63875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=682] ppid=677 vsize=815992 CPUtime=1.06
/proc/679/task/682/stat : 682 (java) R 677 679 642 0 -1 64 33038 0 0 0 92 14 0 0 20 0 12 0 645603050 835575808 63875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=683] ppid=677 vsize=815992 CPUtime=0.65
/proc/679/task/683/stat : 683 (java) R 677 679 642 0 -1 64 16414 0 0 0 59 6 0 0 17 0 12 0 645603050 835575808 63875 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=684] ppid=677 vsize=815992 CPUtime=0
/proc/679/task/684/stat : 684 (java) S 677 679 642 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 645603052 835575808 63875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=685] ppid=677 vsize=815992 CPUtime=0
/proc/679/task/685/stat : 685 (java) S 677 679 642 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 645603052 835575808 63875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=686] ppid=677 vsize=815992 CPUtime=0
/proc/679/task/686/stat : 686 (java) S 677 679 642 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 645603052 835575808 63875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=687] ppid=677 vsize=815992 CPUtime=0
/proc/679/task/687/stat : 687 (java) S 677 679 642 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 645603057 835575808 63875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=688] ppid=677 vsize=815992 CPUtime=0.21
/proc/679/task/688/stat : 688 (java) S 677 679 642 0 -1 64 649 0 0 0 21 0 0 0 16 0 12 0 645603057 835575808 63875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=689] ppid=677 vsize=815992 CPUtime=0.26
/proc/679/task/689/stat : 689 (java) S 677 679 642 0 -1 64 1179 0 0 0 26 0 0 0 16 0 12 0 645603057 835575808 63875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=690] ppid=677 vsize=815992 CPUtime=0
/proc/679/task/690/stat : 690 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 645603057 835575808 63875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=691] ppid=677 vsize=815992 CPUtime=0
/proc/679/task/691/stat : 691 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 645603057 835575808 63875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 815992

[startup+6.30188 s]
/proc/loadavg: 1.92 1.97 1.99 5/86 691
/proc/meminfo: memFree=849496/2055920 swapFree=4157888/4192956
[pid=679] ppid=677 vsize=818948 CPUtime=6.55
/proc/679/stat : 679 (java) S 677 679 642 0 -1 0 87503 0 1 0 613 42 0 0 18 0 12 0 645603048 838602752 81208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/679/statm: 204737 81208 1374 9 0 202099 0
[pid=679/tid=681] ppid=677 vsize=818948 CPUtime=3.17
/proc/679/task/681/stat : 681 (java) R 677 679 642 0 -1 64 17273 0 1 0 306 11 0 0 23 0 12 0 645603049 838602752 81208 996147200 134512640 134550740 4294956016 18446744073709551615 4109670183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=682] ppid=677 vsize=818948 CPUtime=1.27
/proc/679/task/682/stat : 682 (java) S 677 679 642 0 -1 64 35023 0 0 0 112 15 0 0 16 0 12 0 645603050 838602752 81208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=683] ppid=677 vsize=818948 CPUtime=1.21
/proc/679/task/683/stat : 683 (java) S 677 679 642 0 -1 64 30673 0 0 0 109 12 0 0 16 0 12 0 645603050 838602752 81208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=684] ppid=677 vsize=818948 CPUtime=0
/proc/679/task/684/stat : 684 (java) S 677 679 642 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 645603052 838602752 81208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=685] ppid=677 vsize=818948 CPUtime=0
/proc/679/task/685/stat : 685 (java) S 677 679 642 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 645603052 838602752 81208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=686] ppid=677 vsize=818948 CPUtime=0
/proc/679/task/686/stat : 686 (java) S 677 679 642 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 645603052 838602752 81208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=687] ppid=677 vsize=818948 CPUtime=0
/proc/679/task/687/stat : 687 (java) S 677 679 642 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 645603057 838602752 81208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=688] ppid=677 vsize=818948 CPUtime=0.32
/proc/679/task/688/stat : 688 (java) S 677 679 642 0 -1 64 704 0 0 0 32 0 0 0 16 0 12 0 645603057 838602752 81208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=689] ppid=677 vsize=818948 CPUtime=0.52
/proc/679/task/689/stat : 689 (java) S 677 679 642 0 -1 64 3040 0 0 0 51 1 0 0 16 0 12 0 645603057 838602752 81208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=690] ppid=677 vsize=818948 CPUtime=0
/proc/679/task/690/stat : 690 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 645603057 838602752 81208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=691] ppid=677 vsize=818948 CPUtime=0
/proc/679/task/691/stat : 691 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 645603057 838602752 81208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 818948

[startup+12.7015 s]
/proc/loadavg: 2.01 1.98 1.99 3/86 691
/proc/meminfo: memFree=782104/2055920 swapFree=4157888/4192956
[pid=679] ppid=677 vsize=826780 CPUtime=12.89
/proc/679/stat : 679 (java) S 677 679 642 0 -1 0 108001 0 1 0 1237 52 0 0 18 0 12 0 645603048 846622720 96710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/679/statm: 206695 96710 1386 9 0 204057 0
[pid=679/tid=681] ppid=677 vsize=826780 CPUtime=7.95
/proc/679/task/681/stat : 681 (java) R 677 679 642 0 -1 64 17296 0 1 0 783 12 0 0 25 0 12 0 645603049 846622720 96710 996147200 134512640 134550740 4294956016 18446744073709551615 4109816089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=682] ppid=677 vsize=826780 CPUtime=1.56
/proc/679/task/682/stat : 682 (java) S 677 679 642 0 -1 64 42334 0 0 0 137 19 0 0 16 0 12 0 645603050 846622720 96710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=683] ppid=677 vsize=826780 CPUtime=1.49
/proc/679/task/683/stat : 683 (java) S 677 679 642 0 -1 64 36942 0 0 0 135 14 0 0 16 0 12 0 645603050 846622720 96710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=684] ppid=677 vsize=826780 CPUtime=0.01
/proc/679/task/684/stat : 684 (java) S 677 679 642 0 -1 64 29 0 0 0 1 0 0 0 16 0 12 0 645603052 846622720 96710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=685] ppid=677 vsize=826780 CPUtime=0
/proc/679/task/685/stat : 685 (java) S 677 679 642 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 645603052 846622720 96710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=686] ppid=677 vsize=826780 CPUtime=0
/proc/679/task/686/stat : 686 (java) S 677 679 642 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 645603052 846622720 96710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=687] ppid=677 vsize=826780 CPUtime=0
/proc/679/task/687/stat : 687 (java) S 677 679 642 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 645603057 846622720 96710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=688] ppid=677 vsize=826780 CPUtime=1.07
/proc/679/task/688/stat : 688 (java) S 677 679 642 0 -1 64 6488 0 0 0 105 2 0 0 21 0 12 0 645603057 846622720 96710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=689] ppid=677 vsize=826780 CPUtime=0.74
/proc/679/task/689/stat : 689 (java) S 677 679 642 0 -1 64 4151 0 0 0 72 2 0 0 16 0 12 0 645603057 846622720 96710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=690] ppid=677 vsize=826780 CPUtime=0
/proc/679/task/690/stat : 690 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 645603057 846622720 96710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=691] ppid=677 vsize=826780 CPUtime=0
/proc/679/task/691/stat : 691 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 645603057 846622720 96710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 826780

[startup+25.5016 s]
/proc/loadavg: 2.23 2.03 2.01 4/86 691
/proc/meminfo: memFree=696472/2055920 swapFree=4157888/4192956
[pid=679] ppid=677 vsize=823048 CPUtime=25.58
/proc/679/stat : 679 (java) S 677 679 642 0 -1 0 128639 0 1 0 2498 60 0 0 18 0 12 0 645603048 842801152 116084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/679/statm: 205762 116084 1386 9 0 203124 0
[pid=679/tid=681] ppid=677 vsize=823048 CPUtime=19.39
/proc/679/task/681/stat : 681 (java) R 677 679 642 0 -1 64 17329 0 1 0 1927 12 0 0 25 0 12 0 645603049 842801152 116084 996147200 134512640 134550740 4294956016 18446744073709551615 4109767054 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=682] ppid=677 vsize=823048 CPUtime=2.06
/proc/679/task/682/stat : 682 (java) S 677 679 642 0 -1 64 53491 0 0 0 184 22 0 0 15 0 12 0 645603050 842801152 116084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=683] ppid=677 vsize=823048 CPUtime=2.02
/proc/679/task/683/stat : 683 (java) S 677 679 642 0 -1 64 46390 0 0 0 184 18 0 0 16 0 12 0 645603050 842801152 116084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=684] ppid=677 vsize=823048 CPUtime=0.02
/proc/679/task/684/stat : 684 (java) S 677 679 642 0 -1 64 29 0 0 0 2 0 0 0 15 0 12 0 645603052 842801152 116084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=685] ppid=677 vsize=823048 CPUtime=0
/proc/679/task/685/stat : 685 (java) S 677 679 642 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 645603052 842801152 116084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=686] ppid=677 vsize=823048 CPUtime=0
/proc/679/task/686/stat : 686 (java) S 677 679 642 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 645603052 842801152 116084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=687] ppid=677 vsize=823048 CPUtime=0
/proc/679/task/687/stat : 687 (java) S 677 679 642 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 645603057 842801152 116084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=679/tid=690] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/690/stat : 690 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 645603057 864440320 180638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=691] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/691/stat : 691 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 645603057 864440320 180638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 210.44
Current children cumulated vsize (KiB) 844180

[startup+214.302 s]
/proc/loadavg: 2.48 2.22 2.08 3/86 697
/proc/meminfo: memFree=436440/2055920 swapFree=4157888/4192956
[pid=679] ppid=677 vsize=831052 CPUtime=213.62
/proc/679/stat : 679 (java) S 677 679 642 0 -1 0 698973 0 1 0 21027 335 0 0 18 0 12 0 645603048 850997248 177356 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/679/statm: 207763 177356 1390 9 0 205125 0
[pid=679/tid=681] ppid=677 vsize=831052 CPUtime=127.79
/proc/679/task/681/stat : 681 (java) S 677 679 642 0 -1 64 17626 0 1 0 12766 13 0 0 17 0 12 0 645603049 850997248 177356 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=682] ppid=677 vsize=831052 CPUtime=5.04
/proc/679/task/682/stat : 682 (java) S 677 679 642 0 -1 64 85559 0 0 0 468 36 0 0 16 0 12 0 645603050 850997248 177356 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=683] ppid=677 vsize=831052 CPUtime=4.95
/proc/679/task/683/stat : 683 (java) S 677 679 642 0 -1 64 75158 0 0 0 465 30 0 0 16 0 12 0 645603050 850997248 177356 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=684] ppid=677 vsize=831052 CPUtime=73.73
/proc/679/task/684/stat : 684 (java) R 677 679 642 0 -1 64 509228 0 0 0 7125 248 0 0 25 0 12 0 645603052 850997248 177356 996147200 134512640 134550740 4294956016 18446744073709551615 104126420 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=685] ppid=677 vsize=831052 CPUtime=0
/proc/679/task/685/stat : 685 (java) S 677 679 642 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 645603052 850997248 177356 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=686] ppid=677 vsize=831052 CPUtime=0
/proc/679/task/686/stat : 686 (java) S 677 679 642 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 645603052 850997248 177356 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=687] ppid=677 vsize=831052 CPUtime=0
/proc/679/task/687/stat : 687 (java) S 677 679 642 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 645603057 850997248 177356 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=688] ppid=677 vsize=831052 CPUtime=1.19
/proc/679/task/688/stat : 688 (java) S 677 679 642 0 -1 64 6488 0 0 0 117 2 0 0 16 0 12 0 645603057 850997248 177356 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=689] ppid=677 vsize=831052 CPUtime=0.85
/proc/679/task/689/stat : 689 (java) S 677 679 642 0 -1 64 4151 0 0 0 83 2 0 0 16 0 12 0 645603057 850997248 177356 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=690] ppid=677 vsize=831052 CPUtime=0
/proc/679/task/690/stat : 690 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 645603057 850997248 177356 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=691] ppid=677 vsize=831052 CPUtime=0
/proc/679/task/691/stat : 691 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 645603057 850997248 177356 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 213.62
Current children cumulated vsize (KiB) 831052

[startup+217.502 s]
/proc/loadavg: 2.52 2.24 2.09 3/86 697
/proc/meminfo: memFree=457368/2055920 swapFree=4157888/4192956
[pid=679] ppid=677 vsize=844180 CPUtime=216.8
/proc/679/stat : 679 (java) S 677 679 642 0 -1 0 720828 0 1 0 21334 346 0 0 18 0 12 0 645603048 864440320 180638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/679/statm: 211045 180638 1390 9 0 208407 0
[pid=679/tid=681] ppid=677 vsize=844180 CPUtime=127.96
/proc/679/task/681/stat : 681 (java) S 677 679 642 0 -1 64 17628 0 1 0 12783 13 0 0 17 0 12 0 645603049 864440320 180638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=682] ppid=677 vsize=844180 CPUtime=5.04
/proc/679/task/682/stat : 682 (java) S 677 679 642 0 -1 64 85559 0 0 0 468 36 0 0 16 0 12 0 645603050 864440320 180638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=683] ppid=677 vsize=844180 CPUtime=4.95
/proc/679/task/683/stat : 683 (java) S 677 679 642 0 -1 64 75158 0 0 0 465 30 0 0 16 0 12 0 645603050 864440320 180638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=684] ppid=677 vsize=844180 CPUtime=76.74
/proc/679/task/684/stat : 684 (java) R 677 679 642 0 -1 64 531081 0 0 0 7415 259 0 0 25 0 12 0 645603052 864440320 180638 996147200 134512640 134550740 4294956016 18446744073709551615 105852548 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=685] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/685/stat : 685 (java) S 677 679 642 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 645603052 864440320 180638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=686] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/686/stat : 686 (java) S 677 679 642 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 645603052 864440320 180638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=687] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/687/stat : 687 (java) S 677 679 642 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 645603057 864440320 180638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=688] ppid=677 vsize=844180 CPUtime=1.19
/proc/679/task/688/stat : 688 (java) S 677 679 642 0 -1 64 6488 0 0 0 117 2 0 0 16 0 12 0 645603057 864440320 180638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=689] ppid=677 vsize=844180 CPUtime=0.85
/proc/679/task/689/stat : 689 (java) S 677 679 642 0 -1 64 4151 0 0 0 83 2 0 0 16 0 12 0 645603057 864440320 180638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=690] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/690/stat : 690 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 645603057 864440320 180638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=691] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/691/stat : 691 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 645603057 864440320 180638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 216.8
Current children cumulated vsize (KiB) 844180

[startup+219.103 s]
/proc/loadavg: 2.52 2.24 2.09 3/86 697
/proc/meminfo: memFree=436376/2055920 swapFree=4157888/4192956
[pid=679] ppid=677 vsize=823048 CPUtime=218.39
/proc/679/stat : 679 (java) S 677 679 642 0 -1 0 729115 0 1 0 21488 351 0 0 18 0 12 0 645603048 842801152 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/679/statm: 205762 175355 1390 9 0 203124 0
[pid=679/tid=681] ppid=677 vsize=823048 CPUtime=128.07
/proc/679/task/681/stat : 681 (java) R 677 679 642 0 -1 64 17630 0 1 0 12794 13 0 0 17 0 12 0 645603049 842801152 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4109741842 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=682] ppid=677 vsize=823048 CPUtime=5.04
/proc/679/task/682/stat : 682 (java) S 677 679 642 0 -1 64 85559 0 0 0 468 36 0 0 16 0 12 0 645603050 842801152 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=683] ppid=677 vsize=823048 CPUtime=4.95
/proc/679/task/683/stat : 683 (java) S 677 679 642 0 -1 64 75158 0 0 0 465 30 0 0 16 0 12 0 645603050 842801152 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=684] ppid=677 vsize=823048 CPUtime=78.21
/proc/679/task/684/stat : 684 (java) R 677 679 642 0 -1 64 539366 0 0 0 7558 263 0 0 25 0 12 0 645603052 842801152 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=685] ppid=677 vsize=823048 CPUtime=0
/proc/679/task/685/stat : 685 (java) S 677 679 642 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 645603052 842801152 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=686] ppid=677 vsize=823048 CPUtime=0
/proc/679/task/686/stat : 686 (java) S 677 679 642 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 645603052 842801152 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=687] ppid=677 vsize=823048 CPUtime=0
/proc/679/task/687/stat : 687 (java) S 677 679 642 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 645603057 842801152 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=688] ppid=677 vsize=823048 CPUtime=1.19
/proc/679/task/688/stat : 688 (java) S 677 679 642 0 -1 64 6488 0 0 0 117 2 0 0 16 0 12 0 645603057 842801152 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=689] ppid=677 vsize=823048 CPUtime=0.85
/proc/679/task/689/stat : 689 (java) S 677 679 642 0 -1 64 4151 0 0 0 83 2 0 0 16 0 12 0 645603057 842801152 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=690] ppid=677 vsize=823048 CPUtime=0
/proc/679/task/690/stat : 690 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 645603057 842801152 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=691] ppid=677 vsize=823048 CPUtime=0
/proc/679/task/691/stat : 691 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 645603057 842801152 175355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 218.39
Current children cumulated vsize (KiB) 823048

[startup+219.902 s]
/proc/loadavg: 2.52 2.24 2.09 3/86 697
/proc/meminfo: memFree=436376/2055920 swapFree=4157888/4192956
[pid=679] ppid=677 vsize=844180 CPUtime=219.19
/proc/679/stat : 679 (java) S 677 679 642 0 -1 0 737403 0 1 0 21564 355 0 0 18 0 12 0 645603048 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/679/statm: 211045 180640 1390 9 0 208407 0
[pid=679/tid=681] ppid=677 vsize=844180 CPUtime=128.12
/proc/679/task/681/stat : 681 (java) S 677 679 642 0 -1 64 17633 0 1 0 12799 13 0 0 17 0 12 0 645603049 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=682] ppid=677 vsize=844180 CPUtime=5.04
/proc/679/task/682/stat : 682 (java) S 677 679 642 0 -1 64 85559 0 0 0 468 36 0 0 16 0 12 0 645603050 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=683] ppid=677 vsize=844180 CPUtime=4.95
/proc/679/task/683/stat : 683 (java) S 677 679 642 0 -1 64 75158 0 0 0 465 30 0 0 16 0 12 0 645603050 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=684] ppid=677 vsize=844180 CPUtime=78.96
/proc/679/task/684/stat : 684 (java) R 677 679 642 0 -1 64 547651 0 0 0 7629 267 0 0 25 0 12 0 645603052 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=685] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/685/stat : 685 (java) S 677 679 642 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 645603052 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=686] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/686/stat : 686 (java) S 677 679 642 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 645603052 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=687] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/687/stat : 687 (java) S 677 679 642 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 645603057 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=688] ppid=677 vsize=844180 CPUtime=1.19
/proc/679/task/688/stat : 688 (java) S 677 679 642 0 -1 64 6488 0 0 0 117 2 0 0 16 0 12 0 645603057 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=689] ppid=677 vsize=844180 CPUtime=0.85
/proc/679/task/689/stat : 689 (java) S 677 679 642 0 -1 64 4151 0 0 0 83 2 0 0 16 0 12 0 645603057 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=690] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/690/stat : 690 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 645603057 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=691] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/691/stat : 691 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 645603057 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 219.19
Current children cumulated vsize (KiB) 844180

[startup+220.302 s]
/proc/loadavg: 2.52 2.24 2.09 3/86 697
/proc/meminfo: memFree=436376/2055920 swapFree=4157888/4192956
[pid=679] ppid=677 vsize=844180 CPUtime=219.59
/proc/679/stat : 679 (java) S 677 679 642 0 -1 0 737403 0 1 0 21604 355 0 0 18 0 12 0 645603048 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/679/statm: 211045 180640 1390 9 0 208407 0
[pid=679/tid=681] ppid=677 vsize=844180 CPUtime=128.12
/proc/679/task/681/stat : 681 (java) S 677 679 642 0 -1 64 17633 0 1 0 12799 13 0 0 17 0 12 0 645603049 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=682] ppid=677 vsize=844180 CPUtime=5.04
/proc/679/task/682/stat : 682 (java) S 677 679 642 0 -1 64 85559 0 0 0 468 36 0 0 16 0 12 0 645603050 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=683] ppid=677 vsize=844180 CPUtime=4.95
/proc/679/task/683/stat : 683 (java) S 677 679 642 0 -1 64 75158 0 0 0 465 30 0 0 16 0 12 0 645603050 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=684] ppid=677 vsize=844180 CPUtime=79.36
/proc/679/task/684/stat : 684 (java) R 677 679 642 0 -1 64 547651 0 0 0 7669 267 0 0 25 0 12 0 645603052 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 105678356 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=685] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/685/stat : 685 (java) S 677 679 642 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 645603052 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=679/tid=686] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/686/stat : 686 (java) S 677 679 642 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 645603052 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=687] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/687/stat : 687 (java) S 677 679 642 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 645603057 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=688] ppid=677 vsize=844180 CPUtime=1.19
/proc/679/task/688/stat : 688 (java) S 677 679 642 0 -1 64 6488 0 0 0 117 2 0 0 16 0 12 0 645603057 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=689] ppid=677 vsize=844180 CPUtime=0.85
/proc/679/task/689/stat : 689 (java) S 677 679 642 0 -1 64 4151 0 0 0 83 2 0 0 16 0 12 0 645603057 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=690] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/690/stat : 690 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 645603057 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=679/tid=691] ppid=677 vsize=844180 CPUtime=0
/proc/679/task/691/stat : 691 (java) S 677 679 642 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 645603057 864440320 180640 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 219.59
Current children cumulated vsize (KiB) 844180

[startup+220.402 s]
/proc/loadavg: 2.52 2.24 2.09 3/86 697
/proc/meminfo: memFree=436376/2055920 swapFree=4157888/4192956
[pid=679] ppid=677 vsize=0 CPUtime=219.66
/proc/679/stat : 679 (java) Z 677 679 642 0 -1 12 737416 0 1 0 21608 358 0 0 16 0 2 0 645603048 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/679/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 219.66
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 220.477
CPU time (s): 219.748
CPU user time (s): 216.089
CPU system time (s): 3.65844
CPU usage (%): 99.6691
Max. virtual memory (cumulated for all children) (KiB): 859540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.089
system time used= 3.65844
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 737416
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= 9222
involuntary context switches= 8933

runsolver used 0.312952 second user time and 0.708892 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-05 04:59:59
IDJOB=1083308
IDBENCH=57466
IDSOLVER=344
FILE ID=node60/1083308-1215226799
PBS_JOBID= 7881882
Free space on /tmp= 66308 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-23.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083308-1215226799/watcher-1083308-1215226799 -o /tmp/evaluation-result-1083308-1215226799/solver-1083308-1215226799 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083308-1215226799.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f339edaeb02c3bbac8ad2c8469a1d500
RANDOM SEED=396661850

node60.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.216
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.216
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:       1157528 kB
Buffers:         68724 kB
Cached:         440840 kB
SwapCached:      29268 kB
Active:         675572 kB
Inactive:       162012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1157528 kB
SwapTotal:     4192956 kB
SwapFree:      4157888 kB
Dirty:            2972 kB
Writeback:           0 kB
Mapped:         334604 kB
Slab:            45412 kB
Committed_AS:  1442708 kB
PageTables:       2588 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= 66304 MiB
End job on node60 at 2008-07-05 05:03:40