Trace number 2086717

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 2.1.1? 328.343 329.784

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-95-3.xml
MD5SUM5fb5bb86e517eac69d25de7ca9766c14
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 benchmark122.097
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1582
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.19/0.22	c c --- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.22	c Expensive reason simplification
0.19/0.22	c MiniSAT restarts strategy
0.19/0.22	c Memory based learned constraints deletion strategy
0.19/0.22	c timeout=2147483s
0.19/0.22	c DB Simplification allowed=false
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c solving HOME/instance-2086717-1247383780.xml
0.19/0.22	c reading problem ... 
0.39/0.45	c reading problem named null
0.39/0.45	c reading domains done.
0.59/0.69	c reading variables done.
2.19/1.93	c reading predicates  done.
2.38/2.18	c reading constraints
328.18/329.64	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
328.18/329.64		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
328.18/329.64		at org.mozilla.javascript.gen.c3.call(rhino.log)
328.18/329.64		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
328.18/329.64		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
328.18/329.64		at org.mozilla.javascript.gen.c3.call(rhino.log)
328.18/329.64		at org.mozilla.javascript.gen.c3.exec(rhino.log)
328.18/329.64		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
328.18/329.64		at org.sat4j.csp.Predicate.find(Unknown Source)
328.18/329.64		at org.sat4j.csp.Predicate.find(Unknown Source)
328.18/329.64		at org.sat4j.csp.Predicate.find(Unknown Source)
328.18/329.64		at org.sat4j.csp.Predicate.toClause(Unknown Source)
328.18/329.64		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
328.18/329.64		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
328.18/329.64		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
328.18/329.64		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
328.18/329.64		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
328.18/329.64		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
328.18/329.64		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
328.18/329.64		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
328.18/329.64		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
328.18/329.64		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
328.18/329.64		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
328.18/329.64		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
328.18/329.64		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
328.18/329.64		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
328.18/329.64		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
328.18/329.64		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
328.18/329.64		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
328.18/329.64		at org.sat4j.AbstractLauncher.run(Unknown Source)
328.18/329.64		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
328.18/329.64	c starts		: 0
328.18/329.64	c conflicts		: 0
328.18/329.64	c decisions		: 0
328.18/329.64	c propagations		: 0
328.18/329.64	c inspects		: 0
328.18/329.64	c learnt literals	: 0
328.18/329.64	c learnt binary clauses	: 0
328.18/329.64	c learnt ternary clauses	: 0
328.18/329.64	c learnt clauses	: 0
328.18/329.64	c ignored clauses	: 0
328.18/329.64	c root simplifications	: 0
328.18/329.64	c removed literals (reason simplification)	: 0
328.18/329.64	c reason swapping (by a shorter reason)	: 0
328.18/329.64	c Calls to reduceDB	: 0
328.18/329.64	c speed (assignments/second)	: 0.0
328.18/329.64	c non guided choices	0
328.18/329.64	c learnt constraints type 
328.18/329.64	c constraints type 
328.18/329.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 92709
328.18/329.64	c org.sat4j.minisat.constraints.card.AtLeast => 400
328.18/329.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
328.18/329.64	s UNKNOWN
328.18/329.64	c Total wall clock time (in seconds) : 329.421

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2086717-1247383780/watcher-2086717-1247383780 -o /tmp/evaluation-result-2086717-1247383780/solver-2086717-1247383780 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2086717-1247383780.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 26936
/proc/meminfo: memFree=1903320/2055920 swapFree=4191900/4192956
[pid=26936] ppid=26934 vsize=272 CPUtime=0
/proc/26936/stat : 26936 (java) R 26934 26936 25813 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 25444133 278528 37 996147200 134512640 134550932 4294956016 18446744073709551615 4129572 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/26936/statm: 68 37 28 9 0 6 0

[startup+0.027296 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 26936
/proc/meminfo: memFree=1903320/2055920 swapFree=4191900/4192956
[pid=26936] ppid=26934 vsize=800696 CPUtime=0.02
/proc/26936/stat : 26936 (java) S 26934 26936 25813 0 -1 0 2347 0 1 0 1 1 0 0 18 0 4 0 25444133 819912704 2094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/26936/statm: 200174 2095 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.1013 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 26936
/proc/meminfo: memFree=1903320/2055920 swapFree=4191900/4192956
[pid=26936] ppid=26934 vsize=804560 CPUtime=0.09
/proc/26936/stat : 26936 (java) S 26934 26936 25813 0 -1 0 3076 0 1 0 7 2 0 0 18 0 12 0 25444133 823869440 2819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26936/statm: 201140 2819 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301311 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 26936
/proc/meminfo: memFree=1903320/2055920 swapFree=4191900/4192956
[pid=26936] ppid=26934 vsize=806416 CPUtime=0.29
/proc/26936/stat : 26936 (java) S 26934 26936 25813 0 -1 0 4529 0 1 0 26 3 0 0 18 0 12 0 25444133 825769984 4233 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26936/statm: 201604 4233 1365 9 0 198931 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806416

[startup+0.701336 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 26936
/proc/meminfo: memFree=1903320/2055920 swapFree=4191900/4192956
[pid=26936] ppid=26934 vsize=808432 CPUtime=0.69
/proc/26936/stat : 26936 (java) S 26934 26936 25813 0 -1 0 6317 0 1 0 65 4 0 0 18 0 12 0 25444133 827834368 5281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26936/statm: 202108 5281 1389 9 0 199435 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808432

[startup+1.50239 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 26948
/proc/meminfo: memFree=1870200/2055920 swapFree=4191900/4192956
[pid=26936] ppid=26934 vsize=808432 CPUtime=1.5
/proc/26936/stat : 26936 (java) S 26934 26936 25813 0 -1 0 32194 0 1 0 136 14 0 0 18 0 12 0 25444133 827834368 30783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26936/statm: 202108 30783 1404 9 0 199435 0
[pid=26936/tid=26938] ppid=26934 vsize=808432 CPUtime=0.69
/proc/26936/task/26938/stat : 26938 (java) R 26934 26936 25813 0 -1 64 16885 0 1 0 61 8 0 0 25 0 12 0 25444133 827834368 30783 996147200 134512640 134550932 4294956016 18446744073709551615 4109490604 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26939] ppid=26934 vsize=808432 CPUtime=0.16
/proc/26936/task/26939/stat : 26939 (java) S 26934 26936 25813 0 -1 64 5614 0 0 0 14 2 0 0 18 0 12 0 25444134 827834368 30783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26940] ppid=26934 vsize=808432 CPUtime=0.17
/proc/26936/task/26940/stat : 26940 (java) S 26934 26936 25813 0 -1 64 6946 0 0 0 15 2 0 0 18 0 12 0 25444134 827834368 30783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26941] ppid=26934 vsize=808432 CPUtime=0
/proc/26936/task/26941/stat : 26941 (java) S 26934 26936 25813 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 25444136 827834368 30783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26942] ppid=26934 vsize=808432 CPUtime=0
/proc/26936/task/26942/stat : 26942 (java) S 26934 26936 25813 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25444136 827834368 30783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26943] ppid=26934 vsize=808432 CPUtime=0
/proc/26936/task/26943/stat : 26943 (java) S 26934 26936 25813 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25444136 827834368 30783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26944] ppid=26934 vsize=808432 CPUtime=0
/proc/26936/task/26944/stat : 26944 (java) S 26934 26936 25813 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25444141 827834368 30783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26945] ppid=26934 vsize=808432 CPUtime=0.04
/proc/26936/task/26945/stat : 26945 (java) S 26934 26936 25813 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 25444141 827834368 30783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26946] ppid=26934 vsize=808432 CPUtime=0.39
/proc/26936/task/26946/stat : 26946 (java) S 26934 26936 25813 0 -1 64 1744 0 0 0 39 0 0 0 17 0 12 0 25444141 827834368 30783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26947] ppid=26934 vsize=808432 CPUtime=0
/proc/26936/task/26947/stat : 26947 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25444141 827834368 30783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26948] ppid=26934 vsize=808432 CPUtime=0
/proc/26936/task/26948/stat : 26948 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25444141 827834368 30783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 808432

[startup+3.10249 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 26948
/proc/meminfo: memFree=1724536/2055920 swapFree=4191900/4192956
[pid=26936] ppid=26934 vsize=813588 CPUtime=3.4
/proc/26936/stat : 26936 (java) S 26934 26936 25813 0 -1 0 51154 0 1 0 318 22 0 0 18 0 12 0 25444133 833114112 46676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26936/statm: 203397 46676 1432 9 0 200724 0
[pid=26936/tid=26938] ppid=26934 vsize=813588 CPUtime=1.43
/proc/26936/task/26938/stat : 26938 (java) R 26934 26936 25813 0 -1 64 17208 0 1 0 134 9 0 0 25 0 12 0 25444133 833114112 46676 996147200 134512640 134550932 4294956016 18446744073709551615 4109630956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26939] ppid=26934 vsize=813588 CPUtime=0.46
/proc/26936/task/26939/stat : 26939 (java) S 26934 26936 25813 0 -1 64 11655 0 0 0 43 3 0 0 18 0 12 0 25444134 833114112 46676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26940] ppid=26934 vsize=813588 CPUtime=0.48
/proc/26936/task/26940/stat : 26940 (java) S 26934 26936 25813 0 -1 64 17783 0 0 0 42 6 0 0 18 0 12 0 25444134 833114112 46676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26941] ppid=26934 vsize=813588 CPUtime=0
/proc/26936/task/26941/stat : 26941 (java) S 26934 26936 25813 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 25444136 833114112 46676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26942] ppid=26934 vsize=813588 CPUtime=0
/proc/26936/task/26942/stat : 26942 (java) S 26934 26936 25813 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25444136 833114112 46676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26943] ppid=26934 vsize=813588 CPUtime=0
/proc/26936/task/26943/stat : 26943 (java) S 26934 26936 25813 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25444136 833114112 46676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26944] ppid=26934 vsize=813588 CPUtime=0
/proc/26936/task/26944/stat : 26944 (java) S 26934 26936 25813 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25444141 833114112 46676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26945] ppid=26934 vsize=813588 CPUtime=0.14
/proc/26936/task/26945/stat : 26945 (java) S 26934 26936 25813 0 -1 64 279 0 0 0 14 0 0 0 16 0 12 0 25444141 833114112 46676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26946] ppid=26934 vsize=813588 CPUtime=0.83
/proc/26936/task/26946/stat : 26946 (java) S 26934 26936 25813 0 -1 64 3481 0 0 0 82 1 0 0 19 0 12 0 25444141 833114112 46676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26947] ppid=26934 vsize=813588 CPUtime=0
/proc/26936/task/26947/stat : 26947 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25444141 833114112 46676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26948] ppid=26934 vsize=813588 CPUtime=0
/proc/26936/task/26948/stat : 26948 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25444141 833114112 46676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 813588

[startup+6.30268 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 26948
/proc/meminfo: memFree=1702392/2055920 swapFree=4191900/4192956
[pid=26936] ppid=26934 vsize=813076 CPUtime=6.61
/proc/26936/stat : 26936 (java) S 26934 26936 25813 0 -1 0 60068 0 1 0 634 27 0 0 18 0 12 0 25444133 832589824 54904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26936/statm: 203269 54904 1432 9 0 200596 0
[pid=26936/tid=26938] ppid=26934 vsize=813076 CPUtime=4.22
/proc/26936/task/26938/stat : 26938 (java) R 26934 26936 25813 0 -1 64 17215 0 1 0 413 9 0 0 25 0 12 0 25444133 832589824 54904 996147200 134512640 134550932 4294956016 18446744073709551615 4109606758 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26939] ppid=26934 vsize=813076 CPUtime=0.69
/proc/26936/task/26939/stat : 26939 (java) S 26934 26936 25813 0 -1 64 17223 0 0 0 63 6 0 0 16 0 12 0 25444134 832589824 54904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26940] ppid=26934 vsize=813076 CPUtime=0.66
/proc/26936/task/26940/stat : 26940 (java) S 26934 26936 25813 0 -1 64 21122 0 0 0 58 8 0 0 16 0 12 0 25444134 832589824 54904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26941] ppid=26934 vsize=813076 CPUtime=0
/proc/26936/task/26941/stat : 26941 (java) S 26934 26936 25813 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 25444136 832589824 54904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26942] ppid=26934 vsize=813076 CPUtime=0
/proc/26936/task/26942/stat : 26942 (java) S 26934 26936 25813 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25444136 832589824 54904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26943] ppid=26934 vsize=813076 CPUtime=0
/proc/26936/task/26943/stat : 26943 (java) S 26934 26936 25813 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25444136 832589824 54904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26944] ppid=26934 vsize=813076 CPUtime=0
/proc/26936/task/26944/stat : 26944 (java) S 26934 26936 25813 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25444141 832589824 54904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26945] ppid=26934 vsize=813076 CPUtime=0.15
/proc/26936/task/26945/stat : 26945 (java) S 26934 26936 25813 0 -1 64 279 0 0 0 15 0 0 0 17 0 12 0 25444141 832589824 54904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26946] ppid=26934 vsize=813076 CPUtime=0.83
/proc/26936/task/26946/stat : 26946 (java) S 26934 26936 25813 0 -1 64 3481 0 0 0 82 1 0 0 19 0 12 0 25444141 832589824 54904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26947] ppid=26934 vsize=813076 CPUtime=0
/proc/26936/task/26947/stat : 26947 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25444141 832589824 54904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26948] ppid=26934 vsize=813076 CPUtime=0
/proc/26936/task/26948/stat : 26948 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25444141 832589824 54904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 813076

[startup+12.7021 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 26948
/proc/meminfo: memFree=1660536/2055920 swapFree=4191900/4192956
[pid=26936] ppid=26934 vsize=812916 CPUtime=12.95
/proc/26936/stat : 26936 (java) S 26934 26936 25813 0 -1 0 68368 0 1 0 1265 30 0 0 18 0 12 0 25444133 832425984 63144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26936/statm: 203229 63144 1433 9 0 200556 0
[pid=26936/tid=26938] ppid=26934 vsize=812916 CPUtime=9.95
/proc/26936/task/26938/stat : 26938 (java) R 26934 26936 25813 0 -1 64 17239 0 1 0 986 9 0 0 25 0 12 0 25444133 832425984 63144 996147200 134512640 134550932 4294956016 18446744073709551615 4109630968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26939] ppid=26934 vsize=812916 CPUtime=0.93
/proc/26936/task/26939/stat : 26939 (java) S 26934 26936 25813 0 -1 64 20342 0 0 0 85 8 0 0 16 0 12 0 25444134 832425984 63144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26940] ppid=26934 vsize=812916 CPUtime=0.78
/proc/26936/task/26940/stat : 26940 (java) S 26934 26936 25813 0 -1 64 26253 0 0 0 68 10 0 0 16 0 12 0 25444134 832425984 63144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26941] ppid=26934 vsize=812916 CPUtime=0
/proc/26936/task/26941/stat : 26941 (java) S 26934 26936 25813 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 25444136 832425984 63144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26942] ppid=26934 vsize=812916 CPUtime=0
/proc/26936/task/26942/stat : 26942 (java) S 26934 26936 25813 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25444136 832425984 63144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26943] ppid=26934 vsize=812916 CPUtime=0
/proc/26936/task/26943/stat : 26943 (java) S 26934 26936 25813 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25444136 832425984 63144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26944] ppid=26934 vsize=812916 CPUtime=0
/proc/26936/task/26944/stat : 26944 (java) S 26934 26936 25813 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25444141 832425984 63144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26945] ppid=26934 vsize=812916 CPUtime=0.4
/proc/26936/task/26945/stat : 26945 (java) S 26934 26936 25813 0 -1 64 305 0 0 0 40 0 0 0 16 0 12 0 25444141 832425984 63144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26946] ppid=26934 vsize=812916 CPUtime=0.83
/proc/26936/task/26946/stat : 26946 (java) S 26934 26936 25813 0 -1 64 3481 0 0 0 82 1 0 0 19 0 12 0 25444141 832425984 63144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26947] ppid=26934 vsize=812916 CPUtime=0
/proc/26936/task/26947/stat : 26947 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25444141 832425984 63144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26948] ppid=26934 vsize=812916 CPUtime=0
/proc/26936/task/26948/stat : 26948 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25444141 832425984 63144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 812916

[startup+25.5019 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 26948
/proc/meminfo: memFree=1589624/2055920 swapFree=4191900/4192956
[pid=26936] ppid=26934 vsize=812916 CPUtime=25.63
/proc/26936/stat : 26936 (java) S 26934 26936 25813 0 -1 0 84726 0 1 0 2526 37 0 0 18 0 12 0 25444133 832425984 79477 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26936/statm: 203229 79477 1433 9 0 200556 0
[pid=26936/tid=26938] ppid=26934 vsize=812916 CPUtime=22.09
/proc/26936/task/26938/stat : 26938 (java) R 26934 26936 25813 0 -1 64 17264 0 1 0 2200 9 0 0 25 0 12 0 25444133 832425984 79477 996147200 134512640 134550932 4294956016 18446744073709551615 4109630956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26939] ppid=26934 vsize=812916 CPUtime=1.21
/proc/26936/task/26939/stat : 26939 (java) S 26934 26936 25813 0 -1 64 29559 0 0 0 110 11 0 0 16 0 12 0 25444134 832425984 79477 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26940] ppid=26934 vsize=812916 CPUtime=1
/proc/26936/task/26940/stat : 26940 (java) S 26934 26936 25813 0 -1 64 33369 0 0 0 87 13 0 0 16 0 12 0 25444134 832425984 79477 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26941] ppid=26934 vsize=812916 CPUtime=0.01
/proc/26936/task/26941/stat : 26941 (java) S 26934 26936 25813 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 25444136 832425984 79477 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26942] ppid=26934 vsize=812916 CPUtime=0
/proc/26936/task/26942/stat : 26942 (java) S 26934 26936 25813 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25444136 832425984 79477 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26943] ppid=26934 vsize=812916 CPUtime=0
/proc/26936/task/26943/stat : 26943 (java) S 26934 26936 25813 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25444136 832425984 79477 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26944] ppid=26934 vsize=812916 CPUtime=0
/proc/26936/task/26944/stat : 26944 (java) S 26934 26936 25813 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25444141 832425984 79477 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26945] ppid=26934 vsize=812916 CPUtime=0.42

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

[pid=26936/tid=26947] ppid=26934 vsize=820248 CPUtime=0
/proc/26936/task/26947/stat : 26947 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25444141 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26948] ppid=26934 vsize=820248 CPUtime=0
/proc/26936/task/26948/stat : 26948 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25444141 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 305.89
Current children cumulated vsize (KiB) 820248

[startup+319.902 s]
/proc/loadavg: 2.52 2.17 2.05 4/85 26948
/proc/meminfo: memFree=1207928/2055920 swapFree=4191900/4192956
[pid=26936] ppid=26934 vsize=812244 CPUtime=318.57
/proc/26936/stat : 26936 (java) S 26934 26936 25813 0 -1 0 542674 0 1 0 31620 237 0 0 18 0 12 0 25444133 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26936/statm: 203061 172565 1437 9 0 200388 0
[pid=26936/tid=26938] ppid=26934 vsize=812244 CPUtime=235.95
/proc/26936/task/26938/stat : 26938 (java) R 26934 26936 25813 0 -1 64 17749 0 1 0 23582 13 0 0 25 0 12 0 25444133 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4109808967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26939] ppid=26934 vsize=812244 CPUtime=4.61
/proc/26936/task/26939/stat : 26939 (java) S 26934 26936 25813 0 -1 64 77318 0 0 0 431 30 0 0 16 0 12 0 25444134 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26940] ppid=26934 vsize=812244 CPUtime=4.24
/proc/26936/task/26940/stat : 26940 (java) S 26934 26936 25813 0 -1 64 81010 0 0 0 393 31 0 0 15 0 12 0 25444134 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26941] ppid=26934 vsize=812244 CPUtime=72.43
/proc/26936/task/26941/stat : 26941 (java) S 26934 26936 25813 0 -1 64 362069 0 0 0 7084 159 0 0 17 0 12 0 25444136 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26942] ppid=26934 vsize=812244 CPUtime=0
/proc/26936/task/26942/stat : 26942 (java) S 26934 26936 25813 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25444136 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26943] ppid=26934 vsize=812244 CPUtime=0
/proc/26936/task/26943/stat : 26943 (java) S 26934 26936 25813 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25444136 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26944] ppid=26934 vsize=812244 CPUtime=0
/proc/26936/task/26944/stat : 26944 (java) S 26934 26936 25813 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25444141 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26945] ppid=26934 vsize=812244 CPUtime=0.45
/proc/26936/task/26945/stat : 26945 (java) S 26934 26936 25813 0 -1 64 307 0 0 0 45 0 0 0 17 0 12 0 25444141 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26946] ppid=26934 vsize=812244 CPUtime=0.83
/proc/26936/task/26946/stat : 26946 (java) S 26934 26936 25813 0 -1 64 3481 0 0 0 82 1 0 0 19 0 12 0 25444141 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26947] ppid=26934 vsize=812244 CPUtime=0
/proc/26936/task/26947/stat : 26947 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25444141 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26948] ppid=26934 vsize=812244 CPUtime=0
/proc/26936/task/26948/stat : 26948 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25444141 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 318.57
Current children cumulated vsize (KiB) 812244

[startup+326.303 s]
/proc/loadavg: 2.59 2.20 2.06 4/85 26948
/proc/meminfo: memFree=1207928/2055920 swapFree=4191900/4192956
[pid=26936] ppid=26934 vsize=820248 CPUtime=324.91
/proc/26936/stat : 26936 (java) S 26934 26936 25813 0 -1 0 574210 0 1 0 32240 251 0 0 18 0 12 0 25444133 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26936/statm: 205062 174566 1437 9 0 202389 0
[pid=26936/tid=26938] ppid=26934 vsize=820248 CPUtime=236.32
/proc/26936/task/26938/stat : 26938 (java) R 26934 26936 25813 0 -1 64 17758 0 1 0 23619 13 0 0 25 0 12 0 25444133 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26939] ppid=26934 vsize=820248 CPUtime=4.61
/proc/26936/task/26939/stat : 26939 (java) S 26934 26936 25813 0 -1 64 77318 0 0 0 431 30 0 0 16 0 12 0 25444134 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26940] ppid=26934 vsize=820248 CPUtime=4.24
/proc/26936/task/26940/stat : 26940 (java) S 26934 26936 25813 0 -1 64 81010 0 0 0 393 31 0 0 15 0 12 0 25444134 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26941] ppid=26934 vsize=820248 CPUtime=78.4
/proc/26936/task/26941/stat : 26941 (java) R 26934 26936 25813 0 -1 64 393596 0 0 0 7667 173 0 0 17 0 12 0 25444136 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 105778237 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26942] ppid=26934 vsize=820248 CPUtime=0
/proc/26936/task/26942/stat : 26942 (java) S 26934 26936 25813 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25444136 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26943] ppid=26934 vsize=820248 CPUtime=0
/proc/26936/task/26943/stat : 26943 (java) S 26934 26936 25813 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25444136 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26944] ppid=26934 vsize=820248 CPUtime=0
/proc/26936/task/26944/stat : 26944 (java) S 26934 26936 25813 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25444141 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26945] ppid=26934 vsize=820248 CPUtime=0.45
/proc/26936/task/26945/stat : 26945 (java) S 26934 26936 25813 0 -1 64 307 0 0 0 45 0 0 0 17 0 12 0 25444141 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26946] ppid=26934 vsize=820248 CPUtime=0.83
/proc/26936/task/26946/stat : 26946 (java) S 26934 26936 25813 0 -1 64 3481 0 0 0 82 1 0 0 19 0 12 0 25444141 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26947] ppid=26934 vsize=820248 CPUtime=0
/proc/26936/task/26947/stat : 26947 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25444141 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26948] ppid=26934 vsize=820248 CPUtime=0
/proc/26936/task/26948/stat : 26948 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25444141 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 324.91
Current children cumulated vsize (KiB) 820248

[startup+327.903 s]
/proc/loadavg: 2.59 2.20 2.06 4/85 26948
/proc/meminfo: memFree=1207928/2055920 swapFree=4191900/4192956
[pid=26936] ppid=26934 vsize=812244 CPUtime=326.49
/proc/26936/stat : 26936 (java) S 26934 26936 25813 0 -1 0 581219 0 1 0 32396 253 0 0 18 0 12 0 25444133 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26936/statm: 203061 172565 1437 9 0 200388 0
[pid=26936/tid=26938] ppid=26934 vsize=812244 CPUtime=236.44
/proc/26936/task/26938/stat : 26938 (java) R 26934 26936 25813 0 -1 64 17761 0 1 0 23631 13 0 0 25 0 12 0 25444133 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26939] ppid=26934 vsize=812244 CPUtime=4.61
/proc/26936/task/26939/stat : 26939 (java) S 26934 26936 25813 0 -1 64 77318 0 0 0 431 30 0 0 16 0 12 0 25444134 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26940] ppid=26934 vsize=812244 CPUtime=4.24
/proc/26936/task/26940/stat : 26940 (java) S 26934 26936 25813 0 -1 64 81010 0 0 0 393 31 0 0 15 0 12 0 25444134 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26941] ppid=26934 vsize=812244 CPUtime=79.86
/proc/26936/task/26941/stat : 26941 (java) R 26934 26936 25813 0 -1 64 400602 0 0 0 7811 175 0 0 16 0 12 0 25444136 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 103585150 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26942] ppid=26934 vsize=812244 CPUtime=0
/proc/26936/task/26942/stat : 26942 (java) S 26934 26936 25813 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25444136 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26943] ppid=26934 vsize=812244 CPUtime=0
/proc/26936/task/26943/stat : 26943 (java) S 26934 26936 25813 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25444136 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26944] ppid=26934 vsize=812244 CPUtime=0
/proc/26936/task/26944/stat : 26944 (java) S 26934 26936 25813 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25444141 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26945] ppid=26934 vsize=812244 CPUtime=0.45
/proc/26936/task/26945/stat : 26945 (java) S 26934 26936 25813 0 -1 64 307 0 0 0 45 0 0 0 17 0 12 0 25444141 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26946] ppid=26934 vsize=812244 CPUtime=0.83
/proc/26936/task/26946/stat : 26946 (java) S 26934 26936 25813 0 -1 64 3481 0 0 0 82 1 0 0 19 0 12 0 25444141 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26947] ppid=26934 vsize=812244 CPUtime=0
/proc/26936/task/26947/stat : 26947 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25444141 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26948] ppid=26934 vsize=812244 CPUtime=0
/proc/26936/task/26948/stat : 26948 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25444141 831737856 172565 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 326.49
Current children cumulated vsize (KiB) 812244

[startup+328.703 s]
/proc/loadavg: 2.59 2.20 2.06 4/85 26948
/proc/meminfo: memFree=1207928/2055920 swapFree=4191900/4192956
[pid=26936] ppid=26934 vsize=816248 CPUtime=327.29
/proc/26936/stat : 26936 (java) S 26934 26936 25813 0 -1 0 586227 0 1 0 32474 255 0 0 18 0 12 0 25444133 835837952 173566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26936/statm: 204062 173566 1436 9 0 201389 0
[pid=26936/tid=26938] ppid=26934 vsize=816248 CPUtime=236.47
/proc/26936/task/26938/stat : 26938 (java) R 26934 26936 25813 0 -1 64 17764 0 1 0 23634 13 0 0 25 0 12 0 25444133 835837952 173566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26939] ppid=26934 vsize=816248 CPUtime=4.61
/proc/26936/task/26939/stat : 26939 (java) S 26934 26936 25813 0 -1 64 77318 0 0 0 431 30 0 0 16 0 12 0 25444134 835837952 173566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26940] ppid=26934 vsize=816248 CPUtime=4.24
/proc/26936/task/26940/stat : 26940 (java) S 26934 26936 25813 0 -1 64 81010 0 0 0 393 31 0 0 15 0 12 0 25444134 835837952 173566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26941] ppid=26934 vsize=816248 CPUtime=80.62
/proc/26936/task/26941/stat : 26941 (java) R 26934 26936 25813 0 -1 64 405607 0 0 0 7885 177 0 0 16 0 12 0 25444136 835837952 173566 996147200 134512640 134550932 4294956016 18446744073709551615 105696636 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26942] ppid=26934 vsize=816248 CPUtime=0
/proc/26936/task/26942/stat : 26942 (java) S 26934 26936 25813 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25444136 835837952 173566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26943] ppid=26934 vsize=816248 CPUtime=0
/proc/26936/task/26943/stat : 26943 (java) S 26934 26936 25813 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25444136 835837952 173566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26944] ppid=26934 vsize=816248 CPUtime=0
/proc/26936/task/26944/stat : 26944 (java) S 26934 26936 25813 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25444141 835837952 173566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26945] ppid=26934 vsize=816248 CPUtime=0.45
/proc/26936/task/26945/stat : 26945 (java) S 26934 26936 25813 0 -1 64 307 0 0 0 45 0 0 0 17 0 12 0 25444141 835837952 173566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26946] ppid=26934 vsize=816248 CPUtime=0.83
/proc/26936/task/26946/stat : 26946 (java) S 26934 26936 25813 0 -1 64 3481 0 0 0 82 1 0 0 19 0 12 0 25444141 835837952 173566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26947] ppid=26934 vsize=816248 CPUtime=0
/proc/26936/task/26947/stat : 26947 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25444141 835837952 173566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26948] ppid=26934 vsize=816248 CPUtime=0
/proc/26936/task/26948/stat : 26948 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25444141 835837952 173566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 327.29
Current children cumulated vsize (KiB) 816248

[startup+329.503 s]
/proc/loadavg: 2.59 2.20 2.06 4/85 26948
/proc/meminfo: memFree=1207928/2055920 swapFree=4191900/4192956
[pid=26936] ppid=26934 vsize=820248 CPUtime=328.08
/proc/26936/stat : 26936 (java) S 26934 26936 25813 0 -1 0 588228 0 1 0 32552 256 0 0 18 0 12 0 25444133 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26936/statm: 205062 174566 1436 9 0 202389 0
[pid=26936/tid=26938] ppid=26934 vsize=820248 CPUtime=236.47
/proc/26936/task/26938/stat : 26938 (java) R 26934 26936 25813 0 -1 64 17764 0 1 0 23634 13 0 0 25 0 12 0 25444133 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26939] ppid=26934 vsize=820248 CPUtime=4.61
/proc/26936/task/26939/stat : 26939 (java) S 26934 26936 25813 0 -1 64 77318 0 0 0 431 30 0 0 16 0 12 0 25444134 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26940] ppid=26934 vsize=820248 CPUtime=4.24
/proc/26936/task/26940/stat : 26940 (java) S 26934 26936 25813 0 -1 64 81010 0 0 0 393 31 0 0 15 0 12 0 25444134 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26941] ppid=26934 vsize=820248 CPUtime=81.41
/proc/26936/task/26941/stat : 26941 (java) R 26934 26936 25813 0 -1 64 407608 0 0 0 7963 178 0 0 17 0 12 0 25444136 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26942] ppid=26934 vsize=820248 CPUtime=0
/proc/26936/task/26942/stat : 26942 (java) S 26934 26936 25813 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25444136 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26943] ppid=26934 vsize=820248 CPUtime=0
/proc/26936/task/26943/stat : 26943 (java) S 26934 26936 25813 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25444136 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26944] ppid=26934 vsize=820248 CPUtime=0
/proc/26936/task/26944/stat : 26944 (java) S 26934 26936 25813 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25444141 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26945] ppid=26934 vsize=820248 CPUtime=0.45
/proc/26936/task/26945/stat : 26945 (java) S 26934 26936 25813 0 -1 64 307 0 0 0 45 0 0 0 17 0 12 0 25444141 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26936/tid=26946] ppid=26934 vsize=820248 CPUtime=0.83
/proc/26936/task/26946/stat : 26946 (java) S 26934 26936 25813 0 -1 64 3481 0 0 0 82 1 0 0 19 0 12 0 25444141 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26947] ppid=26934 vsize=820248 CPUtime=0
/proc/26936/task/26947/stat : 26947 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25444141 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26936/tid=26948] ppid=26934 vsize=820248 CPUtime=0
/proc/26936/task/26948/stat : 26948 (java) S 26934 26936 25813 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25444141 839933952 174566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 328.08
Current children cumulated vsize (KiB) 820248

[startup+329.703 s]
/proc/loadavg: 2.59 2.20 2.06 4/85 26948
/proc/meminfo: memFree=1207928/2055920 swapFree=4191900/4192956
[pid=26936] ppid=26934 vsize=0 CPUtime=328.25
/proc/26936/stat : 26936 (java) Z 26934 26936 25813 0 -1 12 588243 0 1 0 32566 259 0 0 16 0 2 0 25444133 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26936/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 328.25
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 329.784
CPU time (s): 328.343
CPU user time (s): 325.668
CPU system time (s): 2.67559
CPU usage (%): 99.5632
Max. virtual memory (cumulated for all children) (KiB): 824252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 325.667
system time used= 2.67559
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 588243
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= 15435
involuntary context switches= 15202

runsolver used 0.419936 second user time and 1.11783 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 09:29:40
IDJOB=2086717
IDBENCH=58618
IDSOLVER=731
FILE ID=node29/2086717-1247383780
PBS_JOBID= 9507306
Free space on /tmp= 66380 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-95-3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2086717-1247383780/watcher-2086717-1247383780 -o /tmp/evaluation-result-2086717-1247383780/solver-2086717-1247383780 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2086717-1247383780.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5fb5bb86e517eac69d25de7ca9766c14
RANDOM SEED=535617414

node29.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.225
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.225
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:       1903800 kB
Buffers:         10236 kB
Cached:          68320 kB
SwapCached:        392 kB
Active:          78628 kB
Inactive:        23712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1903800 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2024 kB
Writeback:           0 kB
Mapped:          33800 kB
Slab:            35152 kB
Committed_AS:   270064 kB
PageTables:       1876 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= 66376 MiB
End job on node29 at 2009-07-12 09:35:10