Trace number 1060093

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? 250.386 251.223

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-100-4.xml
MD5SUMb6b292050203805743cd5f448d135627
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 benchmark0.821874
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size992
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 4/84 17934
/proc/meminfo: memFree=1861968/2055920 swapFree=4179916/4192956
[pid=17934] ppid=17932 vsize=152 CPUtime=0
/proc/17934/stat : 17934 (java) R 17932 17934 15897 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1991552910 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 3167012 0 0 4096 0 0 0 0 17 0 0 0
/proc/17934/statm: 38 26 19 9 0 4 0

[startup+0.107236 s]
/proc/loadavg: 2.00 2.01 2.00 4/84 17934
/proc/meminfo: memFree=1861968/2055920 swapFree=4179916/4192956
[pid=17934] ppid=17932 vsize=802236 CPUtime=0.05
/proc/17934/stat : 17934 (java) S 17932 17934 15897 0 -1 0 2629 0 30 0 2 3 0 0 18 0 7 0 1991552910 821489664 2393 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17934/statm: 200559 2395 995 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.202247 s]
/proc/loadavg: 2.00 2.01 2.00 4/84 17934
/proc/meminfo: memFree=1861968/2055920 swapFree=4179916/4192956
[pid=17934] ppid=17932 vsize=807288 CPUtime=0.15
/proc/17934/stat : 17934 (java) S 17932 17934 15897 0 -1 0 4036 0 30 0 11 4 0 0 18 0 12 0 1991552910 826662912 3580 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17934/statm: 201822 3580 1285 9 0 199191 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 807288

[startup+0.302259 s]
/proc/loadavg: 2.00 2.01 2.00 4/84 17934
/proc/meminfo: memFree=1861968/2055920 swapFree=4179916/4192956
[pid=17934] ppid=17932 vsize=808244 CPUtime=0.25
/proc/17934/stat : 17934 (java) S 17932 17934 15897 0 -1 0 4732 0 30 0 20 5 0 0 18 0 12 0 1991552910 827641856 4088 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17934/statm: 202061 4088 1298 9 0 199430 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 808244

[startup+0.702299 s]
/proc/loadavg: 2.00 2.01 2.00 4/84 17934
/proc/meminfo: memFree=1861968/2055920 swapFree=4179916/4192956
[pid=17934] ppid=17932 vsize=808272 CPUtime=0.63
/proc/17934/stat : 17934 (java) S 17932 17934 15897 0 -1 0 6289 0 30 0 56 7 0 0 18 0 12 0 1991552910 827670528 5446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17934/statm: 202068 5446 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 808272

[startup+1.50139 s]
/proc/loadavg: 2.00 2.01 2.00 4/96 17946
/proc/meminfo: memFree=1831216/2055920 swapFree=4179916/4192956
[pid=17934] ppid=17932 vsize=808272 CPUtime=1.42
/proc/17934/stat : 17934 (java) S 17932 17934 15897 0 -1 0 18280 0 30 0 129 13 0 0 18 0 12 0 1991552910 827670528 16768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17934/statm: 202068 16768 1354 9 0 199430 0
[pid=17934/tid=17936] ppid=17932 vsize=808272 CPUtime=0.85
/proc/17934/task/17936/stat : 17936 (java) R 17932 17934 15897 0 -1 64 15063 0 1 0 76 9 0 0 25 0 12 0 1991552917 827670528 16768 996147200 134512640 134550740 4294956032 18446744073709551615 4109211904 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17937] ppid=17932 vsize=808272 CPUtime=0
/proc/17934/task/17937/stat : 17937 (java) S 17932 17934 15897 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1991552918 827670528 16768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17938] ppid=17932 vsize=808272 CPUtime=0
/proc/17934/task/17938/stat : 17938 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1991552918 827670528 16768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17939] ppid=17932 vsize=808272 CPUtime=0
/proc/17934/task/17939/stat : 17939 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1991552919 827670528 16768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17940] ppid=17932 vsize=808272 CPUtime=0
/proc/17934/task/17940/stat : 17940 (java) S 17932 17934 15897 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1991552920 827670528 16768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17941] ppid=17932 vsize=808272 CPUtime=0
/proc/17934/task/17941/stat : 17941 (java) S 17932 17934 15897 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1991552920 827670528 16768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17942] ppid=17932 vsize=808272 CPUtime=0
/proc/17934/task/17942/stat : 17942 (java) S 17932 17934 15897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991552924 827670528 16768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17943] ppid=17932 vsize=808272 CPUtime=0.17
/proc/17934/task/17943/stat : 17943 (java) S 17932 17934 15897 0 -1 64 428 0 0 0 17 0 0 0 16 0 12 0 1991552924 827670528 16768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17944] ppid=17932 vsize=808272 CPUtime=0.35
/proc/17934/task/17944/stat : 17944 (java) S 17932 17934 15897 0 -1 64 2052 0 0 0 35 0 0 0 16 0 12 0 1991552924 827670528 16768 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17945] ppid=17932 vsize=808272 CPUtime=0
/proc/17934/task/17945/stat : 17945 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991552924 827670528 16769 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17946] ppid=17932 vsize=808272 CPUtime=0
/proc/17934/task/17946/stat : 17946 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991552924 827670528 16769 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 808272

[startup+3.10156 s]
/proc/loadavg: 2.08 2.03 2.01 3/96 17946
/proc/meminfo: memFree=1778992/2055920 swapFree=4179916/4192956
[pid=17934] ppid=17932 vsize=819976 CPUtime=3.07
/proc/17934/stat : 17934 (java) S 17932 17934 15897 0 -1 0 35380 0 30 0 288 19 0 0 18 0 12 0 1991552910 839655424 31377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17934/statm: 204994 31377 1384 9 0 202356 0
[pid=17934/tid=17936] ppid=17932 vsize=819976 CPUtime=1.64
/proc/17934/task/17936/stat : 17936 (java) R 17932 17934 15897 0 -1 64 17266 0 1 0 154 10 0 0 25 0 12 0 1991552917 839655424 31377 996147200 134512640 134550740 4294956032 18446744073709551615 4109665508 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17937] ppid=17932 vsize=819976 CPUtime=0.18
/proc/17934/task/17937/stat : 17937 (java) S 17932 17934 15897 0 -1 64 6545 0 0 0 16 2 0 0 18 0 12 0 1991552918 839655424 31377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17938] ppid=17932 vsize=819976 CPUtime=0.14
/proc/17934/task/17938/stat : 17938 (java) S 17932 17934 15897 0 -1 64 4246 0 0 0 13 1 0 0 18 0 12 0 1991552918 839655424 31377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17939] ppid=17932 vsize=819976 CPUtime=0
/proc/17934/task/17939/stat : 17939 (java) S 17932 17934 15897 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1991552919 839655424 31377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17940] ppid=17932 vsize=819976 CPUtime=0
/proc/17934/task/17940/stat : 17940 (java) S 17932 17934 15897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991552920 839655424 31377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17941] ppid=17932 vsize=819976 CPUtime=0
/proc/17934/task/17941/stat : 17941 (java) S 17932 17934 15897 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1991552920 839655424 31377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17942] ppid=17932 vsize=819976 CPUtime=0
/proc/17934/task/17942/stat : 17942 (java) S 17932 17934 15897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991552924 839655424 31377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17943] ppid=17932 vsize=819976 CPUtime=0.25
/proc/17934/task/17943/stat : 17943 (java) S 17932 17934 15897 0 -1 64 743 0 0 0 25 0 0 0 16 0 12 0 1991552924 839655424 31377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17944] ppid=17932 vsize=819976 CPUtime=0.78
/proc/17934/task/17944/stat : 17944 (java) S 17932 17934 15897 0 -1 64 5815 0 0 0 76 2 0 0 17 0 12 0 1991552924 839655424 31377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17945] ppid=17932 vsize=819976 CPUtime=0
/proc/17934/task/17945/stat : 17945 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991552924 839655424 31377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17946] ppid=17932 vsize=819976 CPUtime=0
/proc/17934/task/17946/stat : 17946 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991552924 839655424 31377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 819976

[startup+6.30291 s]
/proc/loadavg: 2.08 2.03 2.01 3/96 17946
/proc/meminfo: memFree=1711088/2055920 swapFree=4179916/4192956
[pid=17934] ppid=17932 vsize=819176 CPUtime=6.29
/proc/17934/stat : 17934 (java) S 17932 17934 15897 0 -1 0 43667 0 30 0 607 22 0 0 18 0 12 0 1991552910 838836224 39450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17934/statm: 204794 39450 1385 9 0 202156 0
[pid=17934/tid=17936] ppid=17932 vsize=819176 CPUtime=4.56
/proc/17934/task/17936/stat : 17936 (java) R 17932 17934 15897 0 -1 64 17274 0 1 0 446 10 0 0 25 0 12 0 1991552917 838836224 39450 996147200 134512640 134550740 4294956032 18446744073709551615 4109663711 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17937] ppid=17932 vsize=819176 CPUtime=0.32
/proc/17934/task/17937/stat : 17937 (java) S 17932 17934 15897 0 -1 64 10927 0 0 0 28 4 0 0 16 0 12 0 1991552918 838836224 39450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17938] ppid=17932 vsize=819176 CPUtime=0.26
/proc/17934/task/17938/stat : 17938 (java) S 17932 17934 15897 0 -1 64 8135 0 0 0 23 3 0 0 16 0 12 0 1991552918 838836224 39450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17939] ppid=17932 vsize=819176 CPUtime=0
/proc/17934/task/17939/stat : 17939 (java) S 17932 17934 15897 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1991552919 838836224 39450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17940] ppid=17932 vsize=819176 CPUtime=0
/proc/17934/task/17940/stat : 17940 (java) S 17932 17934 15897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991552920 838836224 39450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17941] ppid=17932 vsize=819176 CPUtime=0
/proc/17934/task/17941/stat : 17941 (java) S 17932 17934 15897 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1991552920 838836224 39450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17942] ppid=17932 vsize=819176 CPUtime=0
/proc/17934/task/17942/stat : 17942 (java) S 17932 17934 15897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991552924 838836224 39450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17943] ppid=17932 vsize=819176 CPUtime=0.28
/proc/17934/task/17943/stat : 17943 (java) S 17932 17934 15897 0 -1 64 750 0 0 0 28 0 0 0 17 0 12 0 1991552924 838836224 39450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17944] ppid=17932 vsize=819176 CPUtime=0.8
/proc/17934/task/17944/stat : 17944 (java) S 17932 17934 15897 0 -1 64 5816 0 0 0 78 2 0 0 17 0 12 0 1991552924 838836224 39450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17945] ppid=17932 vsize=819176 CPUtime=0
/proc/17934/task/17945/stat : 17945 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991552924 838836224 39450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17946] ppid=17932 vsize=819176 CPUtime=0
/proc/17934/task/17946/stat : 17946 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991552924 838836224 39450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 819176

[startup+12.7016 s]
/proc/loadavg: 2.07 2.03 2.01 3/96 17946
/proc/meminfo: memFree=1648176/2055920 swapFree=4179916/4192956
[pid=17934] ppid=17932 vsize=819176 CPUtime=12.69
/proc/17934/stat : 17934 (java) S 17932 17934 15897 0 -1 0 57376 0 30 0 1241 28 0 0 18 0 12 0 1991552910 838836224 53138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17934/statm: 204794 53138 1385 9 0 202156 0
[pid=17934/tid=17936] ppid=17932 vsize=819176 CPUtime=10.74
/proc/17934/task/17936/stat : 17936 (java) R 17932 17934 15897 0 -1 64 17296 0 1 0 1064 10 0 0 25 0 12 0 1991552917 838836224 53138 996147200 134512640 134550740 4294956032 18446744073709551615 4109713436 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17937] ppid=17932 vsize=819176 CPUtime=0.43
/proc/17934/task/17937/stat : 17937 (java) S 17932 17934 15897 0 -1 64 17243 0 0 0 37 6 0 0 16 0 12 0 1991552918 838836224 53138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17938] ppid=17932 vsize=819176 CPUtime=0.36
/proc/17934/task/17938/stat : 17938 (java) S 17932 17934 15897 0 -1 64 15506 0 0 0 30 6 0 0 16 0 12 0 1991552918 838836224 53138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17939] ppid=17932 vsize=819176 CPUtime=0
/proc/17934/task/17939/stat : 17939 (java) S 17932 17934 15897 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1991552919 838836224 53138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17940] ppid=17932 vsize=819176 CPUtime=0
/proc/17934/task/17940/stat : 17940 (java) S 17932 17934 15897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991552920 838836224 53138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17941] ppid=17932 vsize=819176 CPUtime=0
/proc/17934/task/17941/stat : 17941 (java) S 17932 17934 15897 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1991552920 838836224 53138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17942] ppid=17932 vsize=819176 CPUtime=0
/proc/17934/task/17942/stat : 17942 (java) S 17932 17934 15897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991552924 838836224 53138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17943] ppid=17932 vsize=819176 CPUtime=0.29
/proc/17934/task/17943/stat : 17943 (java) S 17932 17934 15897 0 -1 64 750 0 0 0 29 0 0 0 16 0 12 0 1991552924 838836224 53138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17944] ppid=17932 vsize=819176 CPUtime=0.8
/proc/17934/task/17944/stat : 17944 (java) S 17932 17934 15897 0 -1 64 5816 0 0 0 78 2 0 0 17 0 12 0 1991552924 838836224 53138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17945] ppid=17932 vsize=819176 CPUtime=0
/proc/17934/task/17945/stat : 17945 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991552924 838836224 53138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17946] ppid=17932 vsize=819176 CPUtime=0
/proc/17934/task/17946/stat : 17946 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991552924 838836224 53138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 819176

[startup+25.503 s]
/proc/loadavg: 2.06 2.03 2.01 3/96 17946
/proc/meminfo: memFree=1538800/2055920 swapFree=4179916/4192956
[pid=17934] ppid=17932 vsize=819112 CPUtime=25.49
/proc/17934/stat : 17934 (java) S 17932 17934 15897 0 -1 0 84509 0 30 0 2511 38 0 0 18 0 12 0 1991552910 838770688 80189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17934/statm: 204778 80189 1385 9 0 202140 0
[pid=17934/tid=17936] ppid=17932 vsize=819112 CPUtime=23.03
/proc/17934/task/17936/stat : 17936 (java) R 17932 17934 15897 0 -1 64 17324 0 1 0 2293 10 0 0 25 0 12 0 1991552917 838770688 80189 996147200 134512640 134550740 4294956032 18446744073709551615 4109713177 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17937] ppid=17932 vsize=819112 CPUtime=0.62
/proc/17934/task/17937/stat : 17937 (java) S 17932 17934 15897 0 -1 64 30854 0 0 0 52 10 0 0 16 0 12 0 1991552918 838770688 80189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17938] ppid=17932 vsize=819112 CPUtime=0.59
/proc/17934/task/17938/stat : 17938 (java) S 17932 17934 15897 0 -1 64 28982 0 0 0 48 11 0 0 16 0 12 0 1991552918 838770688 80189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17939] ppid=17932 vsize=819112 CPUtime=0.01
/proc/17934/task/17939/stat : 17939 (java) S 17932 17934 15897 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1991552919 838770688 80189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17940] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17940/stat : 17940 (java) S 17932 17934 15897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991552920 838770688 80189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17941] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17941/stat : 17941 (java) S 17932 17934 15897 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1991552920 838770688 80189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17942] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17942/stat : 17942 (java) S 17932 17934 15897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991552924 838770688 80189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=17934/tid=17945] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17945/stat : 17945 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17946] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17946/stat : 17946 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 229.68
Current children cumulated vsize (KiB) 819112

[startup+243.207 s]
/proc/loadavg: 2.57 2.20 2.07 4/96 17946
/proc/meminfo: memFree=1161392/2055920 swapFree=4179916/4192956
[pid=17934] ppid=17932 vsize=819112 CPUtime=242.42
/proc/17934/stat : 17934 (java) S 17932 17934 15897 0 -1 0 179364 0 30 0 24166 76 0 0 18 0 12 0 1991552910 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17934/statm: 204778 174280 1389 9 0 202140 0
[pid=17934/tid=17936] ppid=17932 vsize=819112 CPUtime=206.29
/proc/17934/task/17936/stat : 17936 (java) R 17932 17934 15897 0 -1 64 17750 0 1 0 20617 12 0 0 25 0 12 0 1991552917 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4109725903 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17937] ppid=17932 vsize=819112 CPUtime=3.8
/proc/17934/task/17937/stat : 17937 (java) S 17932 17934 15897 0 -1 64 73847 0 0 0 355 25 0 0 16 0 12 0 1991552918 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17938] ppid=17932 vsize=819112 CPUtime=4.03
/proc/17934/task/17938/stat : 17938 (java) S 17932 17934 15897 0 -1 64 80140 0 0 0 374 29 0 0 15 0 12 0 1991552918 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17939] ppid=17932 vsize=819112 CPUtime=27.03
/proc/17934/task/17939/stat : 17939 (java) S 17932 17934 15897 0 -1 64 305 0 0 0 2700 3 0 0 16 0 12 0 1991552919 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17940] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17940/stat : 17940 (java) S 17932 17934 15897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991552920 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17941] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17941/stat : 17941 (java) S 17932 17934 15897 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1991552920 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17942] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17942/stat : 17942 (java) S 17932 17934 15897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17943] ppid=17932 vsize=819112 CPUtime=0.35
/proc/17934/task/17943/stat : 17943 (java) S 17932 17934 15897 0 -1 64 766 0 0 0 35 0 0 0 17 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17944] ppid=17932 vsize=819112 CPUtime=0.85
/proc/17934/task/17944/stat : 17944 (java) S 17932 17934 15897 0 -1 64 5821 0 0 0 83 2 0 0 17 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17945] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17945/stat : 17945 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17946] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17946/stat : 17946 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 242.42
Current children cumulated vsize (KiB) 819112

[startup+246.402 s]
/proc/loadavg: 2.57 2.20 2.07 4/96 17946
/proc/meminfo: memFree=1161392/2055920 swapFree=4179916/4192956
[pid=17934] ppid=17932 vsize=819112 CPUtime=245.61
/proc/17934/stat : 17934 (java) S 17932 17934 15897 0 -1 0 179372 0 30 0 24485 76 0 0 18 0 12 0 1991552910 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17934/statm: 204778 174280 1389 9 0 202140 0
[pid=17934/tid=17936] ppid=17932 vsize=819112 CPUtime=206.83
/proc/17934/task/17936/stat : 17936 (java) R 17932 17934 15897 0 -1 64 17758 0 1 0 20671 12 0 0 25 0 12 0 1991552917 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17937] ppid=17932 vsize=819112 CPUtime=3.8
/proc/17934/task/17937/stat : 17937 (java) S 17932 17934 15897 0 -1 64 73847 0 0 0 355 25 0 0 16 0 12 0 1991552918 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17938] ppid=17932 vsize=819112 CPUtime=4.03
/proc/17934/task/17938/stat : 17938 (java) S 17932 17934 15897 0 -1 64 80140 0 0 0 374 29 0 0 15 0 12 0 1991552918 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17939] ppid=17932 vsize=819112 CPUtime=29.67
/proc/17934/task/17939/stat : 17939 (java) R 17932 17934 15897 0 -1 64 305 0 0 0 2964 3 0 0 16 0 12 0 1991552919 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17940] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17940/stat : 17940 (java) S 17932 17934 15897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991552920 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17941] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17941/stat : 17941 (java) S 17932 17934 15897 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1991552920 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17942] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17942/stat : 17942 (java) S 17932 17934 15897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17943] ppid=17932 vsize=819112 CPUtime=0.35
/proc/17934/task/17943/stat : 17943 (java) S 17932 17934 15897 0 -1 64 766 0 0 0 35 0 0 0 17 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17944] ppid=17932 vsize=819112 CPUtime=0.85
/proc/17934/task/17944/stat : 17944 (java) S 17932 17934 15897 0 -1 64 5821 0 0 0 83 2 0 0 17 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17945] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17945/stat : 17945 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17946] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17946/stat : 17946 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 245.61
Current children cumulated vsize (KiB) 819112

[startup+249.601 s]
/proc/loadavg: 2.60 2.22 2.07 4/96 17946
/proc/meminfo: memFree=1161392/2055920 swapFree=4179916/4192956
[pid=17934] ppid=17932 vsize=819112 CPUtime=248.78
/proc/17934/stat : 17934 (java) S 17932 17934 15897 0 -1 0 179380 0 30 0 24802 76 0 0 18 0 12 0 1991552910 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17934/statm: 204778 174280 1389 9 0 202140 0
[pid=17934/tid=17936] ppid=17932 vsize=819112 CPUtime=207.21
/proc/17934/task/17936/stat : 17936 (java) R 17932 17934 15897 0 -1 64 17766 0 1 0 20709 12 0 0 25 0 12 0 1991552917 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17937] ppid=17932 vsize=819112 CPUtime=3.8
/proc/17934/task/17937/stat : 17937 (java) S 17932 17934 15897 0 -1 64 73847 0 0 0 355 25 0 0 16 0 12 0 1991552918 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17938] ppid=17932 vsize=819112 CPUtime=4.03
/proc/17934/task/17938/stat : 17938 (java) S 17932 17934 15897 0 -1 64 80140 0 0 0 374 29 0 0 15 0 12 0 1991552918 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17939] ppid=17932 vsize=819112 CPUtime=32.48
/proc/17934/task/17939/stat : 17939 (java) R 17932 17934 15897 0 -1 64 305 0 0 0 3244 4 0 0 16 0 12 0 1991552919 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 105677441 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17940] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17940/stat : 17940 (java) S 17932 17934 15897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991552920 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17941] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17941/stat : 17941 (java) S 17932 17934 15897 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1991552920 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17942] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17942/stat : 17942 (java) S 17932 17934 15897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17943] ppid=17932 vsize=819112 CPUtime=0.35
/proc/17934/task/17943/stat : 17943 (java) S 17932 17934 15897 0 -1 64 766 0 0 0 35 0 0 0 17 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17944] ppid=17932 vsize=819112 CPUtime=0.85
/proc/17934/task/17944/stat : 17944 (java) S 17932 17934 15897 0 -1 64 5821 0 0 0 83 2 0 0 17 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17945] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17945/stat : 17945 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17946] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17946/stat : 17946 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 248.78
Current children cumulated vsize (KiB) 819112

[startup+250.402 s]
/proc/loadavg: 2.60 2.22 2.07 4/96 17946
/proc/meminfo: memFree=1161392/2055920 swapFree=4179916/4192956
[pid=17934] ppid=17932 vsize=819112 CPUtime=249.58
/proc/17934/stat : 17934 (java) S 17932 17934 15897 0 -1 0 179382 0 30 0 24882 76 0 0 18 0 12 0 1991552910 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17934/statm: 204778 174280 1389 9 0 202140 0
[pid=17934/tid=17936] ppid=17932 vsize=819112 CPUtime=207.28
/proc/17934/task/17936/stat : 17936 (java) R 17932 17934 15897 0 -1 64 17768 0 1 0 20716 12 0 0 25 0 12 0 1991552917 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17937] ppid=17932 vsize=819112 CPUtime=3.8
/proc/17934/task/17937/stat : 17937 (java) S 17932 17934 15897 0 -1 64 73847 0 0 0 355 25 0 0 16 0 12 0 1991552918 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17938] ppid=17932 vsize=819112 CPUtime=4.03
/proc/17934/task/17938/stat : 17938 (java) S 17932 17934 15897 0 -1 64 80140 0 0 0 374 29 0 0 15 0 12 0 1991552918 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17939] ppid=17932 vsize=819112 CPUtime=33.2
/proc/17934/task/17939/stat : 17939 (java) R 17932 17934 15897 0 -1 64 305 0 0 0 3316 4 0 0 16 0 12 0 1991552919 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 104126456 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17940] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17940/stat : 17940 (java) S 17932 17934 15897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991552920 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17941] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17941/stat : 17941 (java) S 17932 17934 15897 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1991552920 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17942] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17942/stat : 17942 (java) S 17932 17934 15897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17943] ppid=17932 vsize=819112 CPUtime=0.35
/proc/17934/task/17943/stat : 17943 (java) S 17932 17934 15897 0 -1 64 766 0 0 0 35 0 0 0 17 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17944] ppid=17932 vsize=819112 CPUtime=0.85
/proc/17934/task/17944/stat : 17944 (java) S 17932 17934 15897 0 -1 64 5821 0 0 0 83 2 0 0 17 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17945] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17945/stat : 17945 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17946] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17946/stat : 17946 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 249.58
Current children cumulated vsize (KiB) 819112

[startup+250.802 s]
/proc/loadavg: 2.60 2.22 2.07 4/96 17946
/proc/meminfo: memFree=1161392/2055920 swapFree=4179916/4192956
[pid=17934] ppid=17932 vsize=819112 CPUtime=249.98
/proc/17934/stat : 17934 (java) S 17932 17934 15897 0 -1 0 179384 0 30 0 24922 76 0 0 18 0 12 0 1991552910 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17934/statm: 204778 174280 1389 9 0 202140 0
[pid=17934/tid=17936] ppid=17932 vsize=819112 CPUtime=207.33
/proc/17934/task/17936/stat : 17936 (java) R 17932 17934 15897 0 -1 64 17770 0 1 0 20721 12 0 0 25 0 12 0 1991552917 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17937] ppid=17932 vsize=819112 CPUtime=3.8
/proc/17934/task/17937/stat : 17937 (java) S 17932 17934 15897 0 -1 64 73847 0 0 0 355 25 0 0 16 0 12 0 1991552918 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17938] ppid=17932 vsize=819112 CPUtime=4.03
/proc/17934/task/17938/stat : 17938 (java) S 17932 17934 15897 0 -1 64 80140 0 0 0 374 29 0 0 15 0 12 0 1991552918 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17939] ppid=17932 vsize=819112 CPUtime=33.56
/proc/17934/task/17939/stat : 17939 (java) R 17932 17934 15897 0 -1 64 305 0 0 0 3352 4 0 0 16 0 12 0 1991552919 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 105847258 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17940] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17940/stat : 17940 (java) S 17932 17934 15897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991552920 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17941] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17941/stat : 17941 (java) S 17932 17934 15897 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1991552920 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17942] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17942/stat : 17942 (java) S 17932 17934 15897 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17943] ppid=17932 vsize=819112 CPUtime=0.35
/proc/17934/task/17943/stat : 17943 (java) S 17932 17934 15897 0 -1 64 766 0 0 0 35 0 0 0 17 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17944] ppid=17932 vsize=819112 CPUtime=0.85
/proc/17934/task/17944/stat : 17944 (java) S 17932 17934 15897 0 -1 64 5821 0 0 0 83 2 0 0 17 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17945] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17945/stat : 17945 (java) S 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17934/tid=17946] ppid=17932 vsize=819112 CPUtime=0
/proc/17934/task/17946/stat : 17946 (java) R 17932 17934 15897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1991552924 838770688 174280 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 249.98
Current children cumulated vsize (KiB) 819112

[startup+251.202 s]
/proc/loadavg: 2.60 2.22 2.07 4/96 17946
/proc/meminfo: memFree=1161392/2055920 swapFree=4179916/4192956
[pid=17934] ppid=17932 vsize=0 CPUtime=250.36
/proc/17934/stat : 17934 (java) Z 17932 17934 15897 0 -1 12 179398 0 30 0 24951 85 0 0 16 0 2 0 1991552910 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17934/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 250.36
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 251.223
CPU time (s): 250.386
CPU user time (s): 249.514
CPU system time (s): 0.871867
CPU usage (%): 99.6667
Max. virtual memory (cumulated for all children) (KiB): 819976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.514
system time used= 0.871867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179398
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11915
involuntary context switches= 11212

runsolver used 0.319951 second user time and 0.846871 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-04 00:56:37
IDJOB=1060093
IDBENCH=54406
IDSOLVER=344
FILE ID=node37/1060093-1215125796
PBS_JOBID= 7877129
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b6b292050203805743cd5f448d135627
RANDOM SEED=255904459

node37.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1862448 kB
Buffers:          4260 kB
Cached:          91660 kB
SwapCached:       6964 kB
Active:         125940 kB
Inactive:         9968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1862448 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:            2208 kB
Writeback:           0 kB
Mapped:          57264 kB
Slab:            42616 kB
Committed_AS:  3464600 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node37 at 2008-07-04 01:00:48