Trace number 1081060

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? 334.319 336.305

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-95-2.xml
MD5SUM82e30b1cc0425fc71c427eb8ae1415f1
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.06762
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1171
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.97 1.98 1.95 4/80 26239
/proc/meminfo: memFree=1413424/2055920 swapFree=4122156/4192956
[pid=26239] ppid=26237 vsize=18572 CPUtime=0
/proc/26239/stat : 26239 (runsolver) R 26237 26239 23843 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1309773001 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 273952599335 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/26239/statm: 4643 292 257 25 0 2626 0

[startup+0.0805249 s]
/proc/loadavg: 1.97 1.98 1.95 4/80 26239
/proc/meminfo: memFree=1413424/2055920 swapFree=4122156/4192956
[pid=26239] ppid=26237 vsize=802236 CPUtime=0.06
/proc/26239/stat : 26239 (java) S 26237 26239 23843 0 -1 0 2795 0 1 0 4 2 0 0 18 0 7 0 1309773001 821489664 2530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/26239/statm: 200559 2530 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101528 s]
/proc/loadavg: 1.97 1.98 1.95 4/80 26239
/proc/meminfo: memFree=1413424/2055920 swapFree=4122156/4192956
[pid=26239] ppid=26237 vsize=804612 CPUtime=0.08
/proc/26239/stat : 26239 (java) S 26237 26239 23843 0 -1 0 2993 0 1 0 6 2 0 0 18 0 12 0 1309773001 823922688 2726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26239/statm: 201153 2726 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301567 s]
/proc/loadavg: 1.97 1.98 1.95 4/80 26239
/proc/meminfo: memFree=1413424/2055920 swapFree=4122156/4192956
[pid=26239] ppid=26237 vsize=808244 CPUtime=0.28
/proc/26239/stat : 26239 (java) S 26237 26239 23843 0 -1 0 4918 0 1 0 25 3 0 0 18 0 12 0 1309773001 827641856 4245 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26239/statm: 202061 4245 1297 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701646 s]
/proc/loadavg: 1.97 1.98 1.95 4/80 26239
/proc/meminfo: memFree=1413424/2055920 swapFree=4122156/4192956
[pid=26239] ppid=26237 vsize=808272 CPUtime=0.68
/proc/26239/stat : 26239 (java) S 26237 26239 23843 0 -1 0 6353 0 1 0 64 4 0 0 18 0 12 0 1309773001 827670528 5481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26239/statm: 202068 5481 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.5028 s]
/proc/loadavg: 1.97 1.98 1.95 4/92 26251
/proc/meminfo: memFree=1390096/2055920 swapFree=4122156/4192956
[pid=26239] ppid=26237 vsize=808272 CPUtime=1.47
/proc/26239/stat : 26239 (java) S 26237 26239 23843 0 -1 0 20240 0 1 0 136 11 0 0 18 0 12 0 1309773001 827670528 18699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26239/statm: 202068 18699 1351 9 0 199430 0
[pid=26239/tid=26241] ppid=26237 vsize=808272 CPUtime=0.89
/proc/26239/task/26241/stat : 26241 (java) R 26237 26239 23843 0 -1 64 16997 0 1 0 80 9 0 0 23 0 12 0 1309773003 827670528 18699 996147200 134512640 134550740 4294956016 18446744073709551615 4109172096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26242] ppid=26237 vsize=808272 CPUtime=0
/proc/26239/task/26242/stat : 26242 (java) S 26237 26239 23843 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1309773004 827670528 18699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26243] ppid=26237 vsize=808272 CPUtime=0
/proc/26239/task/26243/stat : 26243 (java) S 26237 26239 23843 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1309773004 827670528 18699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26244] ppid=26237 vsize=808272 CPUtime=0
/proc/26239/task/26244/stat : 26244 (java) S 26237 26239 23843 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1309773006 827670528 18699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26245] ppid=26237 vsize=808272 CPUtime=0
/proc/26239/task/26245/stat : 26245 (java) S 26237 26239 23843 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1309773006 827670528 18699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26246] ppid=26237 vsize=808272 CPUtime=0
/proc/26239/task/26246/stat : 26246 (java) S 26237 26239 23843 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1309773007 827670528 18699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26247] ppid=26237 vsize=808272 CPUtime=0
/proc/26239/task/26247/stat : 26247 (java) S 26237 26239 23843 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1309773011 827670528 18699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26248] ppid=26237 vsize=808272 CPUtime=0.31
/proc/26239/task/26248/stat : 26248 (java) S 26237 26239 23843 0 -1 64 1301 0 0 0 31 0 0 0 16 0 12 0 1309773011 827670528 18699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26249] ppid=26237 vsize=808272 CPUtime=0.23
/proc/26239/task/26249/stat : 26249 (java) S 26237 26239 23843 0 -1 64 1176 0 0 0 23 0 0 0 16 0 12 0 1309773011 827670528 18699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26250] ppid=26237 vsize=808272 CPUtime=0
/proc/26239/task/26250/stat : 26250 (java) S 26237 26239 23843 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1309773011 827670528 18699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26251] ppid=26237 vsize=808272 CPUtime=0
/proc/26239/task/26251/stat : 26251 (java) S 26237 26239 23843 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1309773011 827670528 18699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808272

[startup+3.11112 s]
/proc/loadavg: 1.97 1.98 1.95 3/92 26251
/proc/meminfo: memFree=1336080/2055920 swapFree=4122156/4192956
[pid=26239] ppid=26237 vsize=819308 CPUtime=3.06
/proc/26239/stat : 26239 (java) S 26237 26239 23843 0 -1 0 36944 0 1 0 288 18 0 0 18 0 12 0 1309773001 838971392 32934 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26239/statm: 204827 32934 1381 9 0 202189 0
[pid=26239/tid=26241] ppid=26237 vsize=819308 CPUtime=1.57
/proc/26239/task/26241/stat : 26241 (java) R 26237 26239 23843 0 -1 64 17265 0 1 0 148 9 0 0 21 0 12 0 1309773003 838971392 32934 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26242] ppid=26237 vsize=819308 CPUtime=0.21
/proc/26239/task/26242/stat : 26242 (java) R 26237 26239 23843 0 -1 64 7505 0 0 0 18 3 0 0 15 0 12 0 1309773004 838971392 32934 996147200 134512640 134550740 4294956016 18446744073709551615 104145995 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26243] ppid=26237 vsize=819308 CPUtime=0.13
/proc/26239/task/26243/stat : 26243 (java) R 26237 26239 23843 0 -1 64 5005 0 0 0 12 1 0 0 15 0 12 0 1309773004 838971392 32934 996147200 134512640 134550740 4294956016 18446744073709551615 105852873 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26244] ppid=26237 vsize=819308 CPUtime=0
/proc/26239/task/26244/stat : 26244 (java) R 26237 26239 23843 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1309773006 838971392 32934 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26245] ppid=26237 vsize=819308 CPUtime=0
/proc/26239/task/26245/stat : 26245 (java) S 26237 26239 23843 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1309773006 838971392 32934 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26246] ppid=26237 vsize=819308 CPUtime=0
/proc/26239/task/26246/stat : 26246 (java) S 26237 26239 23843 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1309773007 838971392 32934 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26247] ppid=26237 vsize=819308 CPUtime=0
/proc/26239/task/26247/stat : 26247 (java) S 26237 26239 23843 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1309773011 838971392 32934 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26248] ppid=26237 vsize=819308 CPUtime=0.4
/proc/26239/task/26248/stat : 26248 (java) S 26237 26239 23843 0 -1 64 1323 0 0 0 40 0 0 0 16 0 12 0 1309773011 838971392 32934 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26249] ppid=26237 vsize=819308 CPUtime=0.7
/proc/26239/task/26249/stat : 26249 (java) S 26237 26239 23843 0 -1 64 5052 0 0 0 68 2 0 0 16 0 12 0 1309773011 838971392 32934 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26250] ppid=26237 vsize=819308 CPUtime=0
/proc/26239/task/26250/stat : 26250 (java) S 26237 26239 23843 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1309773011 838971392 32934 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26251] ppid=26237 vsize=819308 CPUtime=0
/proc/26239/task/26251/stat : 26251 (java) R 26237 26239 23843 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1309773011 838971392 32934 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 819308

[startup+6.30275 s]
/proc/loadavg: 1.97 1.98 1.95 3/92 26251
/proc/meminfo: memFree=1271696/2055920 swapFree=4122156/4192956
[pid=26239] ppid=26237 vsize=816820 CPUtime=6.24
/proc/26239/stat : 26239 (java) S 26237 26239 23843 0 -1 0 42735 0 1 0 603 21 0 0 18 0 12 0 1309773001 836423680 38022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26239/statm: 204205 38022 1387 9 0 201567 0
[pid=26239/tid=26241] ppid=26237 vsize=816820 CPUtime=4.08
/proc/26239/task/26241/stat : 26241 (java) R 26237 26239 23843 0 -1 64 17273 0 1 0 399 9 0 0 25 0 12 0 1309773003 836423680 38022 996147200 134512640 134550740 4294956016 18446744073709551615 4109841365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26242] ppid=26237 vsize=816820 CPUtime=0.33
/proc/26239/task/26242/stat : 26242 (java) S 26237 26239 23843 0 -1 64 10115 0 0 0 29 4 0 0 16 0 12 0 1309773004 836423680 38022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26243] ppid=26237 vsize=816820 CPUtime=0.27
/proc/26239/task/26243/stat : 26243 (java) S 26237 26239 23843 0 -1 64 7976 0 0 0 24 3 0 0 16 0 12 0 1309773004 836423680 38022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26244] ppid=26237 vsize=816820 CPUtime=0
/proc/26239/task/26244/stat : 26244 (java) S 26237 26239 23843 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1309773006 836423680 38022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26245] ppid=26237 vsize=816820 CPUtime=0
/proc/26239/task/26245/stat : 26245 (java) S 26237 26239 23843 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1309773006 836423680 38022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26246] ppid=26237 vsize=816820 CPUtime=0
/proc/26239/task/26246/stat : 26246 (java) S 26237 26239 23843 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1309773007 836423680 38022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26247] ppid=26237 vsize=816820 CPUtime=0
/proc/26239/task/26247/stat : 26247 (java) S 26237 26239 23843 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1309773011 836423680 38022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26248] ppid=26237 vsize=816820 CPUtime=0.72
/proc/26239/task/26248/stat : 26248 (java) S 26237 26239 23843 0 -1 64 1515 0 0 0 72 0 0 0 16 0 12 0 1309773011 836423680 38022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26249] ppid=26237 vsize=816820 CPUtime=0.79
/proc/26239/task/26249/stat : 26249 (java) S 26237 26239 23843 0 -1 64 5061 0 0 0 77 2 0 0 16 0 12 0 1309773011 836423680 38022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26250] ppid=26237 vsize=816820 CPUtime=0
/proc/26239/task/26250/stat : 26250 (java) S 26237 26239 23843 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1309773011 836423680 38022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26251] ppid=26237 vsize=816820 CPUtime=0
/proc/26239/task/26251/stat : 26251 (java) S 26237 26239 23843 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1309773011 836423680 38022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 816820

[startup+12.703 s]
/proc/loadavg: 1.97 1.98 1.95 3/92 26251
/proc/meminfo: memFree=1221528/2055920 swapFree=4122156/4192956
[pid=26239] ppid=26237 vsize=816820 CPUtime=12.57
/proc/26239/stat : 26239 (java) S 26237 26239 23843 0 -1 0 55948 0 1 0 1231 26 0 0 18 0 12 0 1309773001 836423680 51214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26239/statm: 204205 51214 1387 9 0 201567 0
[pid=26239/tid=26241] ppid=26237 vsize=816820 CPUtime=10.17
/proc/26239/task/26241/stat : 26241 (java) R 26237 26239 23843 0 -1 64 17295 0 1 0 1008 9 0 0 25 0 12 0 1309773003 836423680 51214 996147200 134512640 134550740 4294956016 18446744073709551615 4109798793 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26242] ppid=26237 vsize=816820 CPUtime=0.44
/proc/26239/task/26242/stat : 26242 (java) S 26237 26239 23843 0 -1 64 16609 0 0 0 38 6 0 0 16 0 12 0 1309773004 836423680 51214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26243] ppid=26237 vsize=816820 CPUtime=0.38
/proc/26239/task/26243/stat : 26243 (java) S 26237 26239 23843 0 -1 64 14673 0 0 0 32 6 0 0 16 0 12 0 1309773004 836423680 51214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26244] ppid=26237 vsize=816820 CPUtime=0
/proc/26239/task/26244/stat : 26244 (java) S 26237 26239 23843 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1309773006 836423680 51214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26245] ppid=26237 vsize=816820 CPUtime=0
/proc/26239/task/26245/stat : 26245 (java) S 26237 26239 23843 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1309773006 836423680 51214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26246] ppid=26237 vsize=816820 CPUtime=0
/proc/26239/task/26246/stat : 26246 (java) S 26237 26239 23843 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1309773007 836423680 51214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26247] ppid=26237 vsize=816820 CPUtime=0
/proc/26239/task/26247/stat : 26247 (java) S 26237 26239 23843 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1309773011 836423680 51214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26248] ppid=26237 vsize=816820 CPUtime=0.72
/proc/26239/task/26248/stat : 26248 (java) S 26237 26239 23843 0 -1 64 1515 0 0 0 72 0 0 0 16 0 12 0 1309773011 836423680 51214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26249] ppid=26237 vsize=816820 CPUtime=0.79
/proc/26239/task/26249/stat : 26249 (java) S 26237 26239 23843 0 -1 64 5061 0 0 0 77 2 0 0 16 0 12 0 1309773011 836423680 51214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26250] ppid=26237 vsize=816820 CPUtime=0
/proc/26239/task/26250/stat : 26250 (java) S 26237 26239 23843 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1309773011 836423680 51214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26251] ppid=26237 vsize=816820 CPUtime=0
/proc/26239/task/26251/stat : 26251 (java) S 26237 26239 23843 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1309773011 836423680 51214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 816820

[startup+25.5025 s]
/proc/loadavg: 1.98 1.98 1.95 4/92 26251
/proc/meminfo: memFree=1130136/2055920 swapFree=4122156/4192956
[pid=26239] ppid=26237 vsize=816820 CPUtime=25.23
/proc/26239/stat : 26239 (java) S 26237 26239 23843 0 -1 0 76643 0 1 0 2489 34 0 0 18 0 12 0 1309773001 836423680 71884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26239/statm: 204205 71884 1387 9 0 201567 0
[pid=26239/tid=26241] ppid=26237 vsize=816820 CPUtime=22.46
/proc/26239/task/26241/stat : 26241 (java) R 26237 26239 23843 0 -1 64 17320 0 1 0 2237 9 0 0 25 0 12 0 1309773003 836423680 71884 996147200 134512640 134550740 4294956016 18446744073709551615 4109676835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26242] ppid=26237 vsize=816820 CPUtime=0.59
/proc/26239/task/26242/stat : 26242 (java) S 26237 26239 23843 0 -1 64 26632 0 0 0 49 10 0 0 16 0 12 0 1309773004 836423680 71884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26243] ppid=26237 vsize=816820 CPUtime=0.57
/proc/26239/task/26243/stat : 26243 (java) S 26237 26239 23843 0 -1 64 25320 0 0 0 47 10 0 0 16 0 12 0 1309773004 836423680 71884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26244] ppid=26237 vsize=816820 CPUtime=0.01
/proc/26239/task/26244/stat : 26244 (java) S 26237 26239 23843 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 1309773006 836423680 71884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26245] ppid=26237 vsize=816820 CPUtime=0
/proc/26239/task/26245/stat : 26245 (java) S 26237 26239 23843 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1309773006 836423680 71884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26246] ppid=26237 vsize=816820 CPUtime=0
/proc/26239/task/26246/stat : 26246 (java) S 26237 26239 23843 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1309773007 836423680 71884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26247] ppid=26237 vsize=816820 CPUtime=0
/proc/26239/task/26247/stat : 26247 (java) S 26237 26239 23843 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1309773011 836423680 71884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=26239/tid=26250] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26250/stat : 26250 (java) S 26237 26239 23843 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26251] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26251/stat : 26251 (java) S 26237 26239 23843 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 317.92
Current children cumulated vsize (KiB) 819848

[startup+326.302 s]
/proc/loadavg: 2.41 2.09 1.99 4/92 26251
/proc/meminfo: memFree=721184/2055920 swapFree=4122156/4192956
[pid=26239] ppid=26237 vsize=819848 CPUtime=324.32
/proc/26239/stat : 26239 (java) S 26237 26239 23843 0 -1 0 225667 0 1 0 32329 103 0 0 18 0 12 0 1309773001 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26239/statm: 204962 174290 1390 9 0 202324 0
[pid=26239/tid=26241] ppid=26237 vsize=819848 CPUtime=271.7
/proc/26239/task/26241/stat : 26241 (java) R 26237 26239 23843 0 -1 64 17846 0 1 0 27158 12 0 0 25 0 12 0 1309773003 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26242] ppid=26237 vsize=819848 CPUtime=4.57
/proc/26239/task/26242/stat : 26242 (java) S 26237 26239 23843 0 -1 64 82904 0 0 0 426 31 0 0 16 0 12 0 1309773004 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26243] ppid=26237 vsize=819848 CPUtime=4.33
/proc/26239/task/26243/stat : 26243 (java) S 26237 26239 23843 0 -1 64 70632 0 0 0 406 27 0 0 15 0 12 0 1309773004 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26244] ppid=26237 vsize=819848 CPUtime=42.08
/proc/26239/task/26244/stat : 26244 (java) R 26237 26239 23843 0 -1 64 46944 0 0 0 4181 27 0 0 16 0 12 0 1309773006 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 105852584 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26245] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26245/stat : 26245 (java) S 26237 26239 23843 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1309773006 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26246] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26246/stat : 26246 (java) S 26237 26239 23843 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1309773007 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26247] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26247/stat : 26247 (java) S 26237 26239 23843 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26248] ppid=26237 vsize=819848 CPUtime=0.75
/proc/26239/task/26248/stat : 26248 (java) S 26237 26239 23843 0 -1 64 1515 0 0 0 75 0 0 0 17 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26249] ppid=26237 vsize=819848 CPUtime=0.83
/proc/26239/task/26249/stat : 26249 (java) S 26237 26239 23843 0 -1 64 5061 0 0 0 81 2 0 0 17 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26250] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26250/stat : 26250 (java) S 26237 26239 23843 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26251] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26251/stat : 26251 (java) S 26237 26239 23843 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 324.32
Current children cumulated vsize (KiB) 819848

[startup+332.703 s]
/proc/loadavg: 2.46 2.11 2.00 4/92 26251
/proc/meminfo: memFree=719392/2055920 swapFree=4122156/4192956
[pid=26239] ppid=26237 vsize=817844 CPUtime=330.72
/proc/26239/stat : 26239 (java) S 26237 26239 23843 0 -1 0 232193 0 1 0 32966 106 0 0 18 0 12 0 1309773001 837472256 173789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26239/statm: 204461 173789 1390 9 0 201823 0
[pid=26239/tid=26241] ppid=26237 vsize=817844 CPUtime=272.68
/proc/26239/task/26241/stat : 26241 (java) R 26237 26239 23843 0 -1 64 17859 0 1 0 27256 12 0 0 25 0 12 0 1309773003 837472256 173789 996147200 134512640 134550740 4294956016 18446744073709551615 4109798793 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26242] ppid=26237 vsize=817844 CPUtime=4.57
/proc/26239/task/26242/stat : 26242 (java) S 26237 26239 23843 0 -1 64 82904 0 0 0 426 31 0 0 16 0 12 0 1309773004 837472256 173789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26243] ppid=26237 vsize=817844 CPUtime=4.33
/proc/26239/task/26243/stat : 26243 (java) S 26237 26239 23843 0 -1 64 70632 0 0 0 406 27 0 0 15 0 12 0 1309773004 837472256 173789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26244] ppid=26237 vsize=817844 CPUtime=47.49
/proc/26239/task/26244/stat : 26244 (java) S 26237 26239 23843 0 -1 64 53457 0 0 0 4719 30 0 0 16 0 12 0 1309773006 837472256 173789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26245] ppid=26237 vsize=817844 CPUtime=0
/proc/26239/task/26245/stat : 26245 (java) S 26237 26239 23843 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1309773006 837472256 173789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26246] ppid=26237 vsize=817844 CPUtime=0
/proc/26239/task/26246/stat : 26246 (java) S 26237 26239 23843 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1309773007 837472256 173789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26247] ppid=26237 vsize=817844 CPUtime=0
/proc/26239/task/26247/stat : 26247 (java) S 26237 26239 23843 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1309773011 837472256 173789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26248] ppid=26237 vsize=817844 CPUtime=0.75
/proc/26239/task/26248/stat : 26248 (java) S 26237 26239 23843 0 -1 64 1515 0 0 0 75 0 0 0 17 0 12 0 1309773011 837472256 173789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26249] ppid=26237 vsize=817844 CPUtime=0.83
/proc/26239/task/26249/stat : 26249 (java) S 26237 26239 23843 0 -1 64 5061 0 0 0 81 2 0 0 17 0 12 0 1309773011 837472256 173789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26250] ppid=26237 vsize=817844 CPUtime=0
/proc/26239/task/26250/stat : 26250 (java) S 26237 26239 23843 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1309773011 837472256 173789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26251] ppid=26237 vsize=817844 CPUtime=0
/proc/26239/task/26251/stat : 26251 (java) S 26237 26239 23843 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1309773011 837472256 173789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 330.72
Current children cumulated vsize (KiB) 817844

[startup+334.301 s]
/proc/loadavg: 2.50 2.12 2.00 4/92 26251
/proc/meminfo: memFree=719392/2055920 swapFree=4122156/4192956
[pid=26239] ppid=26237 vsize=819848 CPUtime=332.32
/proc/26239/stat : 26239 (java) S 26237 26239 23843 0 -1 0 234201 0 1 0 33125 107 0 0 18 0 12 0 1309773001 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26239/statm: 204962 174290 1390 9 0 202324 0
[pid=26239/tid=26241] ppid=26237 vsize=819848 CPUtime=272.78
/proc/26239/task/26241/stat : 26241 (java) R 26237 26239 23843 0 -1 64 17863 0 1 0 27266 12 0 0 25 0 12 0 1309773003 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26242] ppid=26237 vsize=819848 CPUtime=4.57
/proc/26239/task/26242/stat : 26242 (java) S 26237 26239 23843 0 -1 64 82904 0 0 0 426 31 0 0 16 0 12 0 1309773004 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26243] ppid=26237 vsize=819848 CPUtime=4.33
/proc/26239/task/26243/stat : 26243 (java) S 26237 26239 23843 0 -1 64 70632 0 0 0 406 27 0 0 15 0 12 0 1309773004 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26244] ppid=26237 vsize=819848 CPUtime=48.99
/proc/26239/task/26244/stat : 26244 (java) R 26237 26239 23843 0 -1 64 55461 0 0 0 4868 31 0 0 16 0 12 0 1309773006 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 104136424 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26245] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26245/stat : 26245 (java) S 26237 26239 23843 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1309773006 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26246] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26246/stat : 26246 (java) S 26237 26239 23843 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1309773007 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26247] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26247/stat : 26247 (java) S 26237 26239 23843 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26248] ppid=26237 vsize=819848 CPUtime=0.75
/proc/26239/task/26248/stat : 26248 (java) S 26237 26239 23843 0 -1 64 1515 0 0 0 75 0 0 0 17 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26249] ppid=26237 vsize=819848 CPUtime=0.83
/proc/26239/task/26249/stat : 26249 (java) S 26237 26239 23843 0 -1 64 5061 0 0 0 81 2 0 0 17 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26250] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26250/stat : 26250 (java) S 26237 26239 23843 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26251] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26251/stat : 26251 (java) S 26237 26239 23843 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 332.32
Current children cumulated vsize (KiB) 819848

[startup+335.101 s]
/proc/loadavg: 2.50 2.12 2.00 4/92 26251
/proc/meminfo: memFree=719392/2055920 swapFree=4122156/4192956
[pid=26239] ppid=26237 vsize=819848 CPUtime=333.11
/proc/26239/stat : 26239 (java) S 26237 26239 23843 0 -1 0 235205 0 1 0 33204 107 0 0 18 0 12 0 1309773001 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26239/statm: 204962 174290 1390 9 0 202324 0
[pid=26239/tid=26241] ppid=26237 vsize=819848 CPUtime=272.84
/proc/26239/task/26241/stat : 26241 (java) R 26237 26239 23843 0 -1 64 17865 0 1 0 27272 12 0 0 25 0 12 0 1309773003 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26242] ppid=26237 vsize=819848 CPUtime=4.57
/proc/26239/task/26242/stat : 26242 (java) S 26237 26239 23843 0 -1 64 82904 0 0 0 426 31 0 0 16 0 12 0 1309773004 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26243] ppid=26237 vsize=819848 CPUtime=4.33
/proc/26239/task/26243/stat : 26243 (java) S 26237 26239 23843 0 -1 64 70632 0 0 0 406 27 0 0 15 0 12 0 1309773004 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26244] ppid=26237 vsize=819848 CPUtime=49.74
/proc/26239/task/26244/stat : 26244 (java) R 26237 26239 23843 0 -1 64 56463 0 0 0 4942 32 0 0 16 0 12 0 1309773006 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 106122246 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26245] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26245/stat : 26245 (java) S 26237 26239 23843 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1309773006 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26246] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26246/stat : 26246 (java) S 26237 26239 23843 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1309773007 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26247] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26247/stat : 26247 (java) S 26237 26239 23843 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26248] ppid=26237 vsize=819848 CPUtime=0.75
/proc/26239/task/26248/stat : 26248 (java) S 26237 26239 23843 0 -1 64 1515 0 0 0 75 0 0 0 17 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26249] ppid=26237 vsize=819848 CPUtime=0.83
/proc/26239/task/26249/stat : 26249 (java) S 26237 26239 23843 0 -1 64 5061 0 0 0 81 2 0 0 17 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26250] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26250/stat : 26250 (java) S 26237 26239 23843 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26251] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26251/stat : 26251 (java) S 26237 26239 23843 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 333.11
Current children cumulated vsize (KiB) 819848

[startup+335.902 s]
/proc/loadavg: 2.50 2.12 2.00 4/92 26251
/proc/meminfo: memFree=721184/2055920 swapFree=4122156/4192956
[pid=26239] ppid=26237 vsize=819848 CPUtime=333.92
/proc/26239/stat : 26239 (java) S 26237 26239 23843 0 -1 0 236210 0 1 0 33284 108 0 0 18 0 12 0 1309773001 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26239/statm: 204962 174290 1390 9 0 202324 0
[pid=26239/tid=26241] ppid=26237 vsize=819848 CPUtime=272.9
/proc/26239/task/26241/stat : 26241 (java) R 26237 26239 23843 0 -1 64 17868 0 1 0 27278 12 0 0 24 0 12 0 1309773003 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26242] ppid=26237 vsize=819848 CPUtime=4.57
/proc/26239/task/26242/stat : 26242 (java) S 26237 26239 23843 0 -1 64 82904 0 0 0 426 31 0 0 16 0 12 0 1309773004 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26243] ppid=26237 vsize=819848 CPUtime=4.33
/proc/26239/task/26243/stat : 26243 (java) S 26237 26239 23843 0 -1 64 70632 0 0 0 406 27 0 0 15 0 12 0 1309773004 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26244] ppid=26237 vsize=819848 CPUtime=50.47
/proc/26239/task/26244/stat : 26244 (java) R 26237 26239 23843 0 -1 64 57465 0 0 0 5015 32 0 0 16 0 12 0 1309773006 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 104126456 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26245] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26245/stat : 26245 (java) S 26237 26239 23843 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1309773006 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26246] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26246/stat : 26246 (java) S 26237 26239 23843 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1309773007 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26247] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26247/stat : 26247 (java) S 26237 26239 23843 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26248] ppid=26237 vsize=819848 CPUtime=0.75
/proc/26239/task/26248/stat : 26248 (java) S 26237 26239 23843 0 -1 64 1515 0 0 0 75 0 0 0 17 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26249] ppid=26237 vsize=819848 CPUtime=0.83
/proc/26239/task/26249/stat : 26249 (java) S 26237 26239 23843 0 -1 64 5061 0 0 0 81 2 0 0 17 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26250] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26250/stat : 26250 (java) S 26237 26239 23843 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26239/tid=26251] ppid=26237 vsize=819848 CPUtime=0
/proc/26239/task/26251/stat : 26251 (java) S 26237 26239 23843 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1309773011 839524352 174290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 333.92
Current children cumulated vsize (KiB) 819848

[startup+336.301 s]
/proc/loadavg: 2.50 2.12 2.00 4/92 26251
/proc/meminfo: memFree=721184/2055920 swapFree=4122156/4192956
[pid=26239] ppid=26237 vsize=0 CPUtime=334.3
/proc/26239/stat : 26239 (java) Z 26237 26239 23843 0 -1 12 236224 0 1 0 33312 118 0 0 16 0 2 0 1309773001 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26239/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 334.3
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 336.305
CPU time (s): 334.319
CPU user time (s): 333.128
CPU system time (s): 1.19082
CPU usage (%): 99.4096
Max. virtual memory (cumulated for all children) (KiB): 819848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 333.128
system time used= 1.19082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236224
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= 14636
involuntary context switches= 12838

runsolver used 0.428934 second user time and 1.16382 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-05 01:47:51
IDJOB=1081060
IDBENCH=57062
IDSOLVER=344
FILE ID=node20/1081060-1215215271
PBS_JOBID= 7881681
Free space on /tmp= 66500 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 82e30b1cc0425fc71c427eb8ae1415f1
RANDOM SEED=391791376

node20.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.263
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.263
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:       1413968 kB
Buffers:         87524 kB
Cached:         282704 kB
SwapCached:      64700 kB
Active:         382460 kB
Inactive:       182864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413968 kB
SwapTotal:     4192956 kB
SwapFree:      4122156 kB
Dirty:            1432 kB
Writeback:           0 kB
Mapped:         211292 kB
Slab:            61524 kB
Committed_AS:  3496144 kB
PageTables:       2180 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= 66500 MiB
End job on node20 at 2008-07-05 01:53:27