Trace number 1074763

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? 258.665 260.075

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-95-7.xml
MD5SUM27f4cc462e98447410df1b328f62effd
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 benchmark17.5233
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1206
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1074763-1215179640/watcher-1074763-1215179640 -o /tmp/evaluation-result-1074763-1215179640/solver-1074763-1215179640 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074763-1215179640.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.04 2.02 1.93 4/81 23924
/proc/meminfo: memFree=995152/2055920 swapFree=4110920/4192956
[pid=23924] ppid=23922 vsize=152 CPUtime=0
/proc/23924/stat : 23924 (java) R 23922 23924 23262 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1996932907 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 8413988 0 0 4096 0 0 0 0 17 0 0 0
/proc/23924/statm: 38 26 19 9 0 4 0

[startup+0.021269 s]
/proc/loadavg: 2.04 2.02 1.93 4/81 23924
/proc/meminfo: memFree=995152/2055920 swapFree=4110920/4192956
[pid=23924] ppid=23922 vsize=798812 CPUtime=0.01
/proc/23924/stat : 23924 (java) S 23922 23924 23262 0 -1 0 1800 0 1 0 0 1 0 0 18 0 4 0 1996932907 817983488 1539 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23924/statm: 199703 1549 484 9 0 197481 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798812

[startup+0.10128 s]
/proc/loadavg: 2.04 2.02 1.93 4/81 23924
/proc/meminfo: memFree=995152/2055920 swapFree=4110920/4192956
[pid=23924] ppid=23922 vsize=804756 CPUtime=0.09
/proc/23924/stat : 23924 (java) S 23922 23924 23262 0 -1 0 3251 0 1 0 8 1 0 0 18 0 12 0 1996932907 824070144 2983 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23924/statm: 201189 2985 1240 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301317 s]
/proc/loadavg: 2.04 2.02 1.93 4/81 23924
/proc/meminfo: memFree=995152/2055920 swapFree=4110920/4192956
[pid=23924] ppid=23922 vsize=808176 CPUtime=0.28
/proc/23924/stat : 23924 (java) S 23922 23924 23262 0 -1 0 5044 0 1 0 26 2 0 0 18 0 12 0 1996932907 827572224 4373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23924/statm: 202044 4373 1310 9 0 199413 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808176

[startup+0.701391 s]
/proc/loadavg: 2.04 2.02 1.93 4/81 23924
/proc/meminfo: memFree=995152/2055920 swapFree=4110920/4192956
[pid=23924] ppid=23922 vsize=808204 CPUtime=0.68
/proc/23924/stat : 23924 (java) S 23922 23924 23262 0 -1 0 6567 0 1 0 65 3 0 0 18 0 12 0 1996932907 827600896 5513 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23924/statm: 202051 5513 1335 9 0 199413 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808204

[startup+1.50254 s]
/proc/loadavg: 2.04 2.02 1.93 4/93 23936
/proc/meminfo: memFree=966896/2055920 swapFree=4110920/4192956
[pid=23924] ppid=23922 vsize=812052 CPUtime=1.59
/proc/23924/stat : 23924 (java) S 23922 23924 23262 0 -1 0 30534 0 1 0 146 13 0 0 18 0 12 0 1996932907 831541248 27213 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23924/statm: 203013 27216 1347 9 0 200375 0
[pid=23924/tid=23926] ppid=23922 vsize=812052 CPUtime=0.71
/proc/23924/task/23926/stat : 23926 (java) R 23922 23924 23262 0 -1 64 16970 0 1 0 63 8 0 0 25 0 12 0 1996932908 831541248 27217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23927] ppid=23922 vsize=812052 CPUtime=0.16
/proc/23924/task/23927/stat : 23927 (java) R 23922 23924 23262 0 -1 64 5807 0 0 0 14 2 0 0 18 0 12 0 1996932909 831541248 27219 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23928] ppid=23922 vsize=812052 CPUtime=0.14
/proc/23924/task/23928/stat : 23928 (java) R 23922 23924 23262 0 -1 64 4559 0 0 0 13 1 0 0 17 0 12 0 1996932909 831541248 27220 996147200 134512640 134550740 4294956016 18446744073709551615 104146064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23929] ppid=23922 vsize=812052 CPUtime=0
/proc/23924/task/23929/stat : 23929 (java) S 23922 23924 23262 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1996932910 831541248 27222 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23930] ppid=23922 vsize=812052 CPUtime=0
/proc/23924/task/23930/stat : 23930 (java) S 23922 23924 23262 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1996932911 831541248 27224 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23931] ppid=23922 vsize=812052 CPUtime=0
/proc/23924/task/23931/stat : 23931 (java) S 23922 23924 23262 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 1996932911 831541248 27225 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23932] ppid=23922 vsize=812052 CPUtime=0
/proc/23924/task/23932/stat : 23932 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 831541248 27227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23933] ppid=23922 vsize=812052 CPUtime=0.3
/proc/23924/task/23933/stat : 23933 (java) S 23922 23924 23262 0 -1 64 1399 0 0 0 30 0 0 0 16 0 12 0 1996932915 831541248 27228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23934] ppid=23922 vsize=812052 CPUtime=0.22
/proc/23924/task/23934/stat : 23934 (java) S 23922 23924 23262 0 -1 64 1044 0 0 0 22 0 0 0 16 0 12 0 1996932915 831541248 27230 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23935] ppid=23922 vsize=812052 CPUtime=0
/proc/23924/task/23935/stat : 23935 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 831541248 27232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23936] ppid=23922 vsize=812052 CPUtime=0
/proc/23924/task/23936/stat : 23936 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996932915 831541248 27233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 812052

[startup+3.10183 s]
/proc/loadavg: 2.03 2.02 1.93 4/93 23936
/proc/meminfo: memFree=869232/2055920 swapFree=4110920/4192956
[pid=23924] ppid=23922 vsize=819860 CPUtime=3.57
/proc/23924/stat : 23924 (java) S 23922 23924 23262 0 -1 0 53029 0 1 0 331 26 0 0 18 0 12 0 1996932907 839536640 44505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23924/statm: 204965 44505 1384 9 0 202327 0
[pid=23924/tid=23926] ppid=23922 vsize=819860 CPUtime=1.3
/proc/23924/task/23926/stat : 23926 (java) R 23922 23924 23262 0 -1 64 17285 0 1 0 121 9 0 0 24 0 12 0 1996932908 839536640 44505 996147200 134512640 134550740 4294956016 18446744073709551615 4109686034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23927] ppid=23922 vsize=819860 CPUtime=0.6
/proc/23924/task/23927/stat : 23927 (java) S 23922 23924 23262 0 -1 64 13571 0 0 0 53 7 0 0 19 0 12 0 1996932909 839536640 44505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23928] ppid=23922 vsize=819860 CPUtime=0.6
/proc/23924/task/23928/stat : 23928 (java) S 23922 23924 23262 0 -1 64 15356 0 0 0 54 6 0 0 19 0 12 0 1996932909 839536640 44505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23929] ppid=23922 vsize=819860 CPUtime=0
/proc/23924/task/23929/stat : 23929 (java) S 23922 23924 23262 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1996932910 839536640 44505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23930] ppid=23922 vsize=819860 CPUtime=0
/proc/23924/task/23930/stat : 23930 (java) S 23922 23924 23262 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996932911 839536640 44505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23931] ppid=23922 vsize=819860 CPUtime=0
/proc/23924/task/23931/stat : 23931 (java) S 23922 23924 23262 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996932911 839536640 44505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23932] ppid=23922 vsize=819860 CPUtime=0
/proc/23924/task/23932/stat : 23932 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 839536640 44505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23933] ppid=23922 vsize=819860 CPUtime=0.75
/proc/23924/task/23933/stat : 23933 (java) S 23922 23924 23262 0 -1 64 4965 0 0 0 74 1 0 0 16 0 12 0 1996932915 839536640 44505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23934] ppid=23922 vsize=819860 CPUtime=0.28
/proc/23924/task/23934/stat : 23934 (java) S 23922 23924 23262 0 -1 64 1060 0 0 0 28 0 0 0 16 0 12 0 1996932915 839536640 44505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23935] ppid=23922 vsize=819860 CPUtime=0
/proc/23924/task/23935/stat : 23935 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 839536640 44505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23936] ppid=23922 vsize=819860 CPUtime=0
/proc/23924/task/23936/stat : 23936 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996932915 839536640 44505 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 819860

[startup+6.30961 s]
/proc/loadavg: 2.03 2.02 1.93 3/93 23936
/proc/meminfo: memFree=813168/2055920 swapFree=4110920/4192956
[pid=23924] ppid=23922 vsize=819152 CPUtime=6.81
/proc/23924/stat : 23924 (java) S 23922 23924 23262 0 -1 0 57459 0 1 0 653 28 0 0 18 0 12 0 1996932907 838811648 48589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23924/statm: 204788 48589 1384 9 0 202150 0
[pid=23924/tid=23926] ppid=23922 vsize=819152 CPUtime=4.21
/proc/23924/task/23926/stat : 23926 (java) R 23922 23924 23262 0 -1 64 17292 0 1 0 412 9 0 0 25 0 12 0 1996932908 838811648 48589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23927] ppid=23922 vsize=819152 CPUtime=0.77
/proc/23924/task/23927/stat : 23927 (java) R 23922 23924 23262 0 -1 64 15877 0 0 0 69 8 0 0 15 0 12 0 1996932909 838811648 48589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23928] ppid=23922 vsize=819152 CPUtime=0.75
/proc/23924/task/23928/stat : 23928 (java) S 23922 23924 23262 0 -1 64 17472 0 0 0 68 7 0 0 15 0 12 0 1996932909 838811648 48589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23929] ppid=23922 vsize=819152 CPUtime=0
/proc/23924/task/23929/stat : 23929 (java) R 23922 23924 23262 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1996932910 838811648 48589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23930] ppid=23922 vsize=819152 CPUtime=0
/proc/23924/task/23930/stat : 23930 (java) S 23922 23924 23262 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996932911 838811648 48589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23931] ppid=23922 vsize=819152 CPUtime=0
/proc/23924/task/23931/stat : 23931 (java) S 23922 23924 23262 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996932911 838811648 48589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23932] ppid=23922 vsize=819152 CPUtime=0
/proc/23924/task/23932/stat : 23932 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 838811648 48589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23933] ppid=23922 vsize=819152 CPUtime=0.75
/proc/23924/task/23933/stat : 23933 (java) S 23922 23924 23262 0 -1 64 4965 0 0 0 74 1 0 0 16 0 12 0 1996932915 838811648 48589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23934] ppid=23922 vsize=819152 CPUtime=0.29
/proc/23924/task/23934/stat : 23934 (java) S 23922 23924 23262 0 -1 64 1061 0 0 0 29 0 0 0 16 0 12 0 1996932915 838811648 48589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23935] ppid=23922 vsize=819152 CPUtime=0
/proc/23924/task/23935/stat : 23935 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 838811648 48589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23936] ppid=23922 vsize=819152 CPUtime=0
/proc/23924/task/23936/stat : 23936 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996932915 838811648 48589 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 819152

[startup+12.7015 s]
/proc/loadavg: 2.03 2.02 1.93 3/93 23936
/proc/meminfo: memFree=757240/2055920 swapFree=4110920/4192956
[pid=23924] ppid=23922 vsize=819152 CPUtime=13.13
/proc/23924/stat : 23924 (java) S 23922 23924 23262 0 -1 0 70298 0 1 0 1280 33 0 0 18 0 12 0 1996932907 838811648 61408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23924/statm: 204788 61408 1385 9 0 202150 0
[pid=23924/tid=23926] ppid=23922 vsize=819152 CPUtime=10.21
/proc/23924/task/23926/stat : 23926 (java) R 23922 23924 23262 0 -1 64 17313 0 1 0 1012 9 0 0 25 0 12 0 1996932908 838811648 61408 996147200 134512640 134550740 4294956016 18446744073709551615 4109663817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23927] ppid=23922 vsize=819152 CPUtime=0.9
/proc/23924/task/23927/stat : 23927 (java) S 23922 23924 23262 0 -1 64 22517 0 0 0 79 11 0 0 16 0 12 0 1996932909 838811648 61408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23928] ppid=23922 vsize=819152 CPUtime=0.87
/proc/23924/task/23928/stat : 23928 (java) S 23922 23924 23262 0 -1 64 23630 0 0 0 78 9 0 0 16 0 12 0 1996932909 838811648 61408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23929] ppid=23922 vsize=819152 CPUtime=0
/proc/23924/task/23929/stat : 23929 (java) S 23922 23924 23262 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1996932910 838811648 61408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23930] ppid=23922 vsize=819152 CPUtime=0
/proc/23924/task/23930/stat : 23930 (java) S 23922 23924 23262 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996932911 838811648 61408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23931] ppid=23922 vsize=819152 CPUtime=0
/proc/23924/task/23931/stat : 23931 (java) S 23922 23924 23262 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996932911 838811648 61408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23932] ppid=23922 vsize=819152 CPUtime=0
/proc/23924/task/23932/stat : 23932 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 838811648 61408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23933] ppid=23922 vsize=819152 CPUtime=0.79
/proc/23924/task/23933/stat : 23933 (java) S 23922 23924 23262 0 -1 64 4983 0 0 0 77 2 0 0 17 0 12 0 1996932915 838811648 61408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23934] ppid=23922 vsize=819152 CPUtime=0.31
/proc/23924/task/23934/stat : 23934 (java) S 23922 23924 23262 0 -1 64 1063 0 0 0 31 0 0 0 17 0 12 0 1996932915 838811648 61408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23935] ppid=23922 vsize=819152 CPUtime=0
/proc/23924/task/23935/stat : 23935 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 838811648 61408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23936] ppid=23922 vsize=819152 CPUtime=0
/proc/23924/task/23936/stat : 23936 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1996932915 838811648 61408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.13
Current children cumulated vsize (KiB) 819152

[startup+25.5028 s]
/proc/loadavg: 2.02 2.02 1.93 3/93 23936
/proc/meminfo: memFree=673592/2055920 swapFree=4110920/4192956
[pid=23924] ppid=23922 vsize=820176 CPUtime=25.81
/proc/23924/stat : 23924 (java) S 23922 23924 23262 0 -1 0 91501 0 1 0 2540 41 0 0 18 0 12 0 1996932907 839860224 82584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23924/statm: 205044 82584 1385 9 0 202406 0
[pid=23924/tid=23926] ppid=23922 vsize=820176 CPUtime=22.39
/proc/23924/task/23926/stat : 23926 (java) R 23922 23924 23262 0 -1 64 17340 0 1 0 2230 9 0 0 25 0 12 0 1996932908 839860224 82584 996147200 134512640 134550740 4294956016 18446744073709551615 4109684505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23927] ppid=23922 vsize=820176 CPUtime=1.09
/proc/23924/task/23927/stat : 23927 (java) S 23922 23924 23262 0 -1 64 34537 0 0 0 95 14 0 0 15 0 12 0 1996932909 839860224 82584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23928] ppid=23922 vsize=820176 CPUtime=1.1
/proc/23924/task/23928/stat : 23928 (java) S 23922 23924 23262 0 -1 64 32781 0 0 0 97 13 0 0 16 0 12 0 1996932909 839860224 82584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23929] ppid=23922 vsize=820176 CPUtime=0.01
/proc/23924/task/23929/stat : 23929 (java) S 23922 23924 23262 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1996932910 839860224 82584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23930] ppid=23922 vsize=820176 CPUtime=0
/proc/23924/task/23930/stat : 23930 (java) S 23922 23924 23262 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996932911 839860224 82584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23931] ppid=23922 vsize=820176 CPUtime=0
/proc/23924/task/23931/stat : 23931 (java) S 23922 23924 23262 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996932911 839860224 82584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23932] ppid=23922 vsize=820176 CPUtime=0
/proc/23924/task/23932/stat : 23932 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 839860224 82584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=23924/tid=23935] ppid=23922 vsize=820176 CPUtime=0
/proc/23924/task/23935/stat : 23935 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 839860224 174334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23936] ppid=23922 vsize=820176 CPUtime=0
/proc/23924/task/23936/stat : 23936 (java) S 23922 23924 23262 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996932915 839860224 174334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 248.15
Current children cumulated vsize (KiB) 820176

[startup+255.901 s]
/proc/loadavg: 2.53 2.18 2.00 4/93 23936
/proc/meminfo: memFree=297144/2055920 swapFree=4110920/4192956
[pid=23924] ppid=23922 vsize=824180 CPUtime=254.51
/proc/23924/stat : 23924 (java) S 23922 23924 23262 0 -1 0 262049 0 1 0 25338 113 0 0 18 0 12 0 1996932907 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23924/statm: 206045 175335 1389 9 0 203407 0
[pid=23924/tid=23926] ppid=23922 vsize=824180 CPUtime=199.93
/proc/23924/task/23926/stat : 23926 (java) R 23922 23924 23262 0 -1 64 17752 0 1 0 19983 10 0 0 25 0 12 0 1996932908 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23927] ppid=23922 vsize=824180 CPUtime=4.05
/proc/23924/task/23927/stat : 23927 (java) S 23922 23924 23262 0 -1 64 77529 0 0 0 376 29 0 0 15 0 12 0 1996932909 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23928] ppid=23922 vsize=824180 CPUtime=4.14
/proc/23924/task/23928/stat : 23928 (java) S 23922 23924 23262 0 -1 64 81539 0 0 0 383 31 0 0 16 0 12 0 1996932909 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23929] ppid=23922 vsize=824180 CPUtime=45.12
/proc/23924/task/23929/stat : 23929 (java) R 23922 23924 23262 0 -1 64 78416 0 0 0 4474 38 0 0 16 0 12 0 1996932910 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 105852587 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23930] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23930/stat : 23930 (java) S 23922 23924 23262 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996932911 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23931] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23931/stat : 23931 (java) S 23922 23924 23262 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996932911 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23932] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23932/stat : 23932 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23933] ppid=23922 vsize=824180 CPUtime=0.83
/proc/23924/task/23933/stat : 23933 (java) S 23922 23924 23262 0 -1 64 4984 0 0 0 81 2 0 0 16 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23934] ppid=23922 vsize=824180 CPUtime=0.37
/proc/23924/task/23934/stat : 23934 (java) S 23922 23924 23262 0 -1 64 1066 0 0 0 37 0 0 0 17 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23935] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23935/stat : 23935 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23936] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23936/stat : 23936 (java) S 23922 23924 23262 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 254.51
Current children cumulated vsize (KiB) 824180

[startup+257.502 s]
/proc/loadavg: 2.49 2.18 2.00 3/93 23936
/proc/meminfo: memFree=300984/2055920 swapFree=4110920/4192956
[pid=23924] ppid=23922 vsize=824180 CPUtime=256.1
/proc/23924/stat : 23924 (java) S 23922 23924 23262 0 -1 0 265055 0 1 0 25496 114 0 0 18 0 12 0 1996932907 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23924/statm: 206045 175335 1389 9 0 203407 0
[pid=23924/tid=23926] ppid=23922 vsize=824180 CPUtime=200.07
/proc/23924/task/23926/stat : 23926 (java) R 23922 23924 23262 0 -1 64 17755 0 1 0 19997 10 0 0 25 0 12 0 1996932908 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23927] ppid=23922 vsize=824180 CPUtime=4.05
/proc/23924/task/23927/stat : 23927 (java) S 23922 23924 23262 0 -1 64 77529 0 0 0 376 29 0 0 15 0 12 0 1996932909 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23928] ppid=23922 vsize=824180 CPUtime=4.14
/proc/23924/task/23928/stat : 23928 (java) S 23922 23924 23262 0 -1 64 81539 0 0 0 383 31 0 0 16 0 12 0 1996932909 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23929] ppid=23922 vsize=824180 CPUtime=46.58
/proc/23924/task/23929/stat : 23929 (java) R 23922 23924 23262 0 -1 64 81419 0 0 0 4619 39 0 0 16 0 12 0 1996932910 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 105847286 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23930] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23930/stat : 23930 (java) S 23922 23924 23262 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996932911 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23931] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23931/stat : 23931 (java) S 23922 23924 23262 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996932911 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23932] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23932/stat : 23932 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23933] ppid=23922 vsize=824180 CPUtime=0.83
/proc/23924/task/23933/stat : 23933 (java) S 23922 23924 23262 0 -1 64 4984 0 0 0 81 2 0 0 16 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23934] ppid=23922 vsize=824180 CPUtime=0.37
/proc/23924/task/23934/stat : 23934 (java) S 23922 23924 23262 0 -1 64 1066 0 0 0 37 0 0 0 17 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23935] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23935/stat : 23935 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23936] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23936/stat : 23936 (java) S 23922 23924 23262 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 256.1
Current children cumulated vsize (KiB) 824180

[startup+259.103 s]
/proc/loadavg: 2.49 2.18 2.00 4/93 23936
/proc/meminfo: memFree=297144/2055920 swapFree=4110920/4192956
[pid=23924] ppid=23922 vsize=820176 CPUtime=257.69
/proc/23924/stat : 23924 (java) S 23922 23924 23262 0 -1 0 267061 0 1 0 25654 115 0 0 18 0 12 0 1996932907 839860224 174334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23924/statm: 205044 174334 1389 9 0 202406 0
[pid=23924/tid=23926] ppid=23922 vsize=820176 CPUtime=200.19
/proc/23924/task/23926/stat : 23926 (java) R 23922 23924 23262 0 -1 64 17759 0 1 0 20009 10 0 0 25 0 12 0 1996932908 839860224 174334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23927] ppid=23922 vsize=820176 CPUtime=4.05
/proc/23924/task/23927/stat : 23927 (java) S 23922 23924 23262 0 -1 64 77529 0 0 0 376 29 0 0 15 0 12 0 1996932909 839860224 174334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23928] ppid=23922 vsize=820176 CPUtime=4.14
/proc/23924/task/23928/stat : 23928 (java) S 23922 23924 23262 0 -1 64 81539 0 0 0 383 31 0 0 16 0 12 0 1996932909 839860224 174334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23929] ppid=23922 vsize=820176 CPUtime=48.05
/proc/23924/task/23929/stat : 23929 (java) R 23922 23924 23262 0 -1 64 83421 0 0 0 4765 40 0 0 16 0 12 0 1996932910 839860224 174334 996147200 134512640 134550740 4294956016 18446744073709551615 105677824 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23930] ppid=23922 vsize=820176 CPUtime=0
/proc/23924/task/23930/stat : 23930 (java) S 23922 23924 23262 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996932911 839860224 174334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23931] ppid=23922 vsize=820176 CPUtime=0
/proc/23924/task/23931/stat : 23931 (java) S 23922 23924 23262 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996932911 839860224 174334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23932] ppid=23922 vsize=820176 CPUtime=0
/proc/23924/task/23932/stat : 23932 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 839860224 174334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23933] ppid=23922 vsize=820176 CPUtime=0.83
/proc/23924/task/23933/stat : 23933 (java) S 23922 23924 23262 0 -1 64 4984 0 0 0 81 2 0 0 16 0 12 0 1996932915 839860224 174334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23934] ppid=23922 vsize=820176 CPUtime=0.37
/proc/23924/task/23934/stat : 23934 (java) S 23922 23924 23262 0 -1 64 1066 0 0 0 37 0 0 0 17 0 12 0 1996932915 839860224 174334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23935] ppid=23922 vsize=820176 CPUtime=0
/proc/23924/task/23935/stat : 23935 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 839860224 174334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23936] ppid=23922 vsize=820176 CPUtime=0
/proc/23924/task/23936/stat : 23936 (java) S 23922 23924 23262 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996932915 839860224 174334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 257.69
Current children cumulated vsize (KiB) 820176

[startup+259.503 s]
/proc/loadavg: 2.49 2.18 2.00 4/93 23936
/proc/meminfo: memFree=297144/2055920 swapFree=4110920/4192956
[pid=23924] ppid=23922 vsize=824180 CPUtime=258.1
/proc/23924/stat : 23924 (java) S 23922 23924 23262 0 -1 0 268062 0 1 0 25694 116 0 0 18 0 12 0 1996932907 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23924/statm: 206045 175335 1389 9 0 203407 0
[pid=23924/tid=23926] ppid=23922 vsize=824180 CPUtime=200.19
/proc/23924/task/23926/stat : 23926 (java) R 23922 23924 23262 0 -1 64 17759 0 1 0 20009 10 0 0 25 0 12 0 1996932908 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23927] ppid=23922 vsize=824180 CPUtime=4.05
/proc/23924/task/23927/stat : 23927 (java) S 23922 23924 23262 0 -1 64 77529 0 0 0 376 29 0 0 15 0 12 0 1996932909 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23928] ppid=23922 vsize=824180 CPUtime=4.14
/proc/23924/task/23928/stat : 23928 (java) S 23922 23924 23262 0 -1 64 81539 0 0 0 383 31 0 0 16 0 12 0 1996932909 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23929] ppid=23922 vsize=824180 CPUtime=48.45
/proc/23924/task/23929/stat : 23929 (java) R 23922 23924 23262 0 -1 64 84422 0 0 0 4805 40 0 0 16 0 12 0 1996932910 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 106123322 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23930] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23930/stat : 23930 (java) S 23922 23924 23262 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996932911 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23931] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23931/stat : 23931 (java) S 23922 23924 23262 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996932911 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23932] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23932/stat : 23932 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23933] ppid=23922 vsize=824180 CPUtime=0.83
/proc/23924/task/23933/stat : 23933 (java) S 23922 23924 23262 0 -1 64 4984 0 0 0 81 2 0 0 16 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23934] ppid=23922 vsize=824180 CPUtime=0.37
/proc/23924/task/23934/stat : 23934 (java) S 23922 23924 23262 0 -1 64 1066 0 0 0 37 0 0 0 17 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23935] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23935/stat : 23935 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23936] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23936/stat : 23936 (java) S 23922 23924 23262 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 258.1
Current children cumulated vsize (KiB) 824180

[startup+259.903 s]
/proc/loadavg: 2.49 2.18 2.00 4/93 23936
/proc/meminfo: memFree=297144/2055920 swapFree=4110920/4192956
[pid=23924] ppid=23922 vsize=824180 CPUtime=258.5
/proc/23924/stat : 23924 (java) S 23922 23924 23262 0 -1 0 268062 0 1 0 25734 116 0 0 18 0 12 0 1996932907 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23924/statm: 206045 175335 1389 9 0 203407 0
[pid=23924/tid=23926] ppid=23922 vsize=824180 CPUtime=200.19
/proc/23924/task/23926/stat : 23926 (java) R 23922 23924 23262 0 -1 64 17759 0 1 0 20009 10 0 0 25 0 12 0 1996932908 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23927] ppid=23922 vsize=824180 CPUtime=4.05
/proc/23924/task/23927/stat : 23927 (java) S 23922 23924 23262 0 -1 64 77529 0 0 0 376 29 0 0 15 0 12 0 1996932909 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23928] ppid=23922 vsize=824180 CPUtime=4.14
/proc/23924/task/23928/stat : 23928 (java) S 23922 23924 23262 0 -1 64 81539 0 0 0 383 31 0 0 16 0 12 0 1996932909 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23929] ppid=23922 vsize=824180 CPUtime=48.85
/proc/23924/task/23929/stat : 23929 (java) R 23922 23924 23262 0 -1 64 84422 0 0 0 4845 40 0 0 17 0 12 0 1996932910 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23930] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23930/stat : 23930 (java) S 23922 23924 23262 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996932911 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23931] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23931/stat : 23931 (java) S 23922 23924 23262 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996932911 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23932] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23932/stat : 23932 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23933] ppid=23922 vsize=824180 CPUtime=0.83
/proc/23924/task/23933/stat : 23933 (java) S 23922 23924 23262 0 -1 64 4984 0 0 0 81 2 0 0 16 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23924/tid=23934] ppid=23922 vsize=824180 CPUtime=0.37
/proc/23924/task/23934/stat : 23934 (java) S 23922 23924 23262 0 -1 64 1066 0 0 0 37 0 0 0 17 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23935] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23935/stat : 23935 (java) S 23922 23924 23262 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23924/tid=23936] ppid=23922 vsize=824180 CPUtime=0
/proc/23924/task/23936/stat : 23936 (java) S 23922 23924 23262 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996932915 843960320 175335 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 258.5
Current children cumulated vsize (KiB) 824180

[startup+260.003 s]
/proc/loadavg: 2.49 2.18 2.00 4/93 23936
/proc/meminfo: memFree=297144/2055920 swapFree=4110920/4192956
[pid=23924] ppid=23922 vsize=0 CPUtime=258.58
/proc/23924/stat : 23924 (java) Z 23922 23924 23262 0 -1 12 268075 0 1 0 25739 119 0 0 16 0 2 0 1996932907 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 258.58
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 260.075
CPU time (s): 258.665
CPU user time (s): 257.4
CPU system time (s): 1.26481
CPU usage (%): 99.4578
Max. virtual memory (cumulated for all children) (KiB): 824180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.4
system time used= 1.26481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268075
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= 11578
involuntary context switches= 13990

runsolver used 0.347947 second user time and 0.875866 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-04 15:54:00
IDJOB=1074763
IDBENCH=56439
IDSOLVER=344
FILE ID=node70/1074763-1215179640
PBS_JOBID= 7881544
Free space on /tmp= 66448 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 27f4cc462e98447410df1b328f62effd
RANDOM SEED=1110975441

node70.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.256
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.256
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:        995632 kB
Buffers:         45920 kB
Cached:         131120 kB
SwapCached:      76328 kB
Active:         942944 kB
Inactive:        59764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        995632 kB
SwapTotal:     4192956 kB
SwapFree:      4110920 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:         841288 kB
Slab:            41076 kB
Committed_AS:  4889280 kB
PageTables:       3516 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= 66444 MiB
End job on node70 at 2008-07-04 15:58:21