Trace number 1092539

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? 264.221 266.214

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-95-1.xml
MD5SUM16d26ebde39cfc6f06fb89b940e09c21
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1545
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 (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.28 2.10 2.03 4/87 3931
/proc/meminfo: memFree=1498600/2055920 swapFree=4178892/4192956
[pid=3931] ppid=3929 vsize=18572 CPUtime=0
/proc/3931/stat : 3931 (runsolver) R 3929 3931 3240 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 683310891 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 240153849127 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3931/statm: 4643 292 257 25 0 2626 0

[startup+0.0488039 s]
/proc/loadavg: 2.28 2.10 2.03 4/87 3931
/proc/meminfo: memFree=1498600/2055920 swapFree=4178892/4192956
[pid=3931] ppid=3929 vsize=802080 CPUtime=0.03
/proc/3931/stat : 3931 (java) S 3929 3931 3240 0 -1 0 2532 0 1 0 2 1 0 0 18 0 7 0 683310891 821329920 2269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 200520 2269 962 9 0 197903 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802080

[startup+0.101813 s]
/proc/loadavg: 2.28 2.10 2.03 4/87 3931
/proc/meminfo: memFree=1498600/2055920 swapFree=4178892/4192956
[pid=3931] ppid=3929 vsize=804612 CPUtime=0.08
/proc/3931/stat : 3931 (java) S 3929 3931 3240 0 -1 0 3002 0 1 0 7 1 0 0 18 0 12 0 683310891 823922688 2735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 201153 2735 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301833 s]
/proc/loadavg: 2.28 2.10 2.03 4/87 3931
/proc/meminfo: memFree=1498600/2055920 swapFree=4178892/4192956
[pid=3931] ppid=3929 vsize=807760 CPUtime=0.27
/proc/3931/stat : 3931 (java) S 3929 3931 3240 0 -1 0 4933 0 1 0 25 2 0 0 18 0 12 0 683310891 827146240 4262 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 201940 4262 1308 9 0 199309 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 807760

[startup+0.701883 s]
/proc/loadavg: 2.28 2.10 2.03 4/87 3931
/proc/meminfo: memFree=1498600/2055920 swapFree=4178892/4192956
[pid=3931] ppid=3929 vsize=807788 CPUtime=0.67
/proc/3931/stat : 3931 (java) S 3929 3931 3240 0 -1 0 6292 0 1 0 63 4 0 0 18 0 12 0 683310891 827174912 5422 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 201947 5422 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807788

[startup+1.50297 s]
/proc/loadavg: 2.28 2.10 2.03 3/99 3943
/proc/meminfo: memFree=1467208/2055920 swapFree=4178892/4192956
[pid=3931] ppid=3929 vsize=812412 CPUtime=1.47
/proc/3931/stat : 3931 (java) S 3929 3931 3240 0 -1 0 28130 0 1 0 133 14 0 0 18 0 12 0 683310891 831909888 25920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 203103 25920 1347 9 0 200465 0
[pid=3931/tid=3933] ppid=3929 vsize=812412 CPUtime=0.74
/proc/3931/task/3933/stat : 3933 (java) R 3929 3931 3240 0 -1 64 16953 0 1 0 65 9 0 0 23 0 12 0 683310892 831909888 25920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3934] ppid=3929 vsize=812412 CPUtime=0.05
/proc/3931/task/3934/stat : 3934 (java) R 3929 3931 3240 0 -1 64 4275 0 0 0 4 1 0 0 17 0 12 0 683310893 831909888 25920 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3935] ppid=3929 vsize=812412 CPUtime=0.06
/proc/3931/task/3935/stat : 3935 (java) R 3929 3931 3240 0 -1 64 3700 0 0 0 5 1 0 0 17 0 12 0 683310893 831909888 25920 996147200 134512640 134550740 4294956016 18446744073709551615 105852873 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3936] ppid=3929 vsize=812412 CPUtime=0
/proc/3931/task/3936/stat : 3936 (java) S 3929 3931 3240 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 683310895 831909888 25920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3937] ppid=3929 vsize=812412 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3929 3931 3240 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 683310896 831909888 25920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3938] ppid=3929 vsize=812412 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3929 3931 3240 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 683310896 831909888 25920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3939] ppid=3929 vsize=812412 CPUtime=0
/proc/3931/task/3939/stat : 3939 (java) S 3929 3931 3240 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 683310900 831909888 25920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3940] ppid=3929 vsize=812412 CPUtime=0.23
/proc/3931/task/3940/stat : 3940 (java) S 3929 3931 3240 0 -1 64 437 0 0 0 23 0 0 0 16 0 12 0 683310900 831909888 25920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3941] ppid=3929 vsize=812412 CPUtime=0.34
/proc/3931/task/3941/stat : 3941 (java) S 3929 3931 3240 0 -1 64 2005 0 0 0 34 0 0 0 16 0 12 0 683310900 831909888 25920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3942] ppid=3929 vsize=812412 CPUtime=0
/proc/3931/task/3942/stat : 3942 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 683310900 831909888 25920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3943] ppid=3929 vsize=812412 CPUtime=0
/proc/3931/task/3943/stat : 3943 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 683310900 831909888 25920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812412

[startup+3.10215 s]
/proc/loadavg: 2.26 2.10 2.03 5/99 3943
/proc/meminfo: memFree=1339144/2055920 swapFree=4178892/4192956
[pid=3931] ppid=3929 vsize=821568 CPUtime=3.33
/proc/3931/stat : 3931 (java) S 3929 3931 3240 0 -1 0 54793 0 1 0 306 27 0 0 18 0 12 0 683310891 841285632 48647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 205392 48647 1363 9 0 202754 0
[pid=3931/tid=3933] ppid=3929 vsize=821568 CPUtime=1.16
/proc/3931/task/3933/stat : 3933 (java) R 3929 3931 3240 0 -1 64 17224 0 1 0 107 9 0 0 19 0 12 0 683310892 841285632 48647 996147200 134512640 134550740 4294956016 18446744073709551615 4109402880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3934] ppid=3929 vsize=821568 CPUtime=0.55
/proc/3931/task/3934/stat : 3934 (java) S 3929 3931 3240 0 -1 64 17327 0 0 0 47 8 0 0 19 0 12 0 683310893 841285632 48647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3935] ppid=3929 vsize=821568 CPUtime=0.52
/proc/3931/task/3935/stat : 3935 (java) S 3929 3931 3240 0 -1 64 13290 0 0 0 47 5 0 0 19 0 12 0 683310893 841285632 48647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3936] ppid=3929 vsize=821568 CPUtime=0
/proc/3931/task/3936/stat : 3936 (java) S 3929 3931 3240 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 683310895 841285632 48647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3937] ppid=3929 vsize=821568 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3929 3931 3240 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683310896 841285632 48647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3938] ppid=3929 vsize=821568 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3929 3931 3240 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 683310896 841285632 48647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3939] ppid=3929 vsize=821568 CPUtime=0
/proc/3931/task/3939/stat : 3939 (java) S 3929 3931 3240 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 683310900 841285632 48647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3940] ppid=3929 vsize=821568 CPUtime=0.6
/proc/3931/task/3940/stat : 3940 (java) R 3929 3931 3240 0 -1 64 4104 0 0 0 58 2 0 0 18 0 12 0 683310900 841285632 48647 996147200 134512640 134550740 4294956016 18446744073709551615 104112691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3941] ppid=3929 vsize=821568 CPUtime=0.44
/proc/3931/task/3941/stat : 3941 (java) S 3929 3931 3240 0 -1 64 2060 0 0 0 44 0 0 0 16 0 12 0 683310900 841285632 48647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3942] ppid=3929 vsize=821568 CPUtime=0
/proc/3931/task/3942/stat : 3942 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 683310900 841285632 48647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3943] ppid=3929 vsize=821568 CPUtime=0
/proc/3931/task/3943/stat : 3943 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 683310900 841285632 48647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 821568

[startup+6.30151 s]
/proc/loadavg: 2.26 2.10 2.03 3/99 3943
/proc/meminfo: memFree=1287496/2055920 swapFree=4178892/4192956
[pid=3931] ppid=3929 vsize=820600 CPUtime=6.64
/proc/3931/stat : 3931 (java) S 3929 3931 3240 0 -1 0 62093 0 1 0 634 30 0 0 18 0 12 0 683310891 840294400 54746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 205150 54746 1382 9 0 202512 0
[pid=3931/tid=3933] ppid=3929 vsize=820600 CPUtime=3.75
/proc/3931/task/3933/stat : 3933 (java) R 3929 3931 3240 0 -1 64 17235 0 1 0 366 9 0 0 25 0 12 0 683310892 840294400 54746 996147200 134512640 134550740 4294956016 18446744073709551615 4109633258 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3934] ppid=3929 vsize=820600 CPUtime=0.82
/proc/3931/task/3934/stat : 3934 (java) S 3929 3931 3240 0 -1 64 21117 0 0 0 73 9 0 0 16 0 12 0 683310893 840294400 54746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3935] ppid=3929 vsize=820600 CPUtime=0.8
/proc/3931/task/3935/stat : 3935 (java) S 3929 3931 3240 0 -1 64 16492 0 0 0 73 7 0 0 16 0 12 0 683310893 840294400 54746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3936] ppid=3929 vsize=820600 CPUtime=0
/proc/3931/task/3936/stat : 3936 (java) S 3929 3931 3240 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 683310895 840294400 54746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3937] ppid=3929 vsize=820600 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3929 3931 3240 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683310896 840294400 54746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3938] ppid=3929 vsize=820600 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3929 3931 3240 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 683310896 840294400 54746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3939] ppid=3929 vsize=820600 CPUtime=0
/proc/3931/task/3939/stat : 3939 (java) S 3929 3931 3240 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 683310900 840294400 54746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3940] ppid=3929 vsize=820600 CPUtime=0.69
/proc/3931/task/3940/stat : 3940 (java) S 3929 3931 3240 0 -1 64 4159 0 0 0 67 2 0 0 17 0 12 0 683310900 840294400 54746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3941] ppid=3929 vsize=820600 CPUtime=0.51
/proc/3931/task/3941/stat : 3941 (java) S 3929 3931 3240 0 -1 64 2301 0 0 0 51 0 0 0 16 0 12 0 683310900 840294400 54746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3942] ppid=3929 vsize=820600 CPUtime=0
/proc/3931/task/3942/stat : 3942 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 683310900 840294400 54746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3943] ppid=3929 vsize=820600 CPUtime=0
/proc/3931/task/3943/stat : 3943 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 683310900 840294400 54746 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 820600

[startup+12.7022 s]
/proc/loadavg: 2.29 2.11 2.03 3/99 3943
/proc/meminfo: memFree=1250504/2055920 swapFree=4178892/4192956
[pid=3931] ppid=3929 vsize=820600 CPUtime=12.97
/proc/3931/stat : 3931 (java) S 3929 3931 3240 0 -1 0 70615 0 1 0 1264 33 0 0 18 0 12 0 683310891 840294400 63247 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 205150 63247 1387 9 0 202512 0
[pid=3931/tid=3933] ppid=3929 vsize=820600 CPUtime=9.26
/proc/3931/task/3933/stat : 3933 (java) R 3929 3931 3240 0 -1 64 17259 0 1 0 917 9 0 0 25 0 12 0 683310892 840294400 63247 996147200 134512640 134550740 4294956016 18446744073709551615 4109712660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3934] ppid=3929 vsize=820600 CPUtime=1.01
/proc/3931/task/3934/stat : 3934 (java) S 3929 3931 3240 0 -1 64 25217 0 0 0 91 10 0 0 16 0 12 0 683310893 840294400 63247 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3935] ppid=3929 vsize=820600 CPUtime=0.98
/proc/3931/task/3935/stat : 3935 (java) S 3929 3931 3240 0 -1 64 20792 0 0 0 90 8 0 0 16 0 12 0 683310893 840294400 63247 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3936] ppid=3929 vsize=820600 CPUtime=0
/proc/3931/task/3936/stat : 3936 (java) S 3929 3931 3240 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 683310895 840294400 63247 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3937] ppid=3929 vsize=820600 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3929 3931 3240 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683310896 840294400 63247 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3938] ppid=3929 vsize=820600 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3929 3931 3240 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 683310896 840294400 63247 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3939] ppid=3929 vsize=820600 CPUtime=0
/proc/3931/task/3939/stat : 3939 (java) S 3929 3931 3240 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 683310900 840294400 63247 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3940] ppid=3929 vsize=820600 CPUtime=0.88
/proc/3931/task/3940/stat : 3940 (java) S 3929 3931 3240 0 -1 64 4179 0 0 0 86 2 0 0 16 0 12 0 683310900 840294400 63247 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3941] ppid=3929 vsize=820600 CPUtime=0.77
/proc/3931/task/3941/stat : 3941 (java) S 3929 3931 3240 0 -1 64 2379 0 0 0 77 0 0 0 16 0 12 0 683310900 840294400 63247 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3942] ppid=3929 vsize=820600 CPUtime=0
/proc/3931/task/3942/stat : 3942 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 683310900 840294400 63247 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3943] ppid=3929 vsize=820600 CPUtime=0
/proc/3931/task/3943/stat : 3943 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 683310900 840294400 63247 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 820600

[startup+25.5026 s]
/proc/loadavg: 2.25 2.11 2.03 3/99 3943
/proc/meminfo: memFree=1170824/2055920 swapFree=4178892/4192956
[pid=3931] ppid=3929 vsize=820600 CPUtime=25.64
/proc/3931/stat : 3931 (java) S 3929 3931 3240 0 -1 0 90558 0 1 0 2523 41 0 0 18 0 12 0 683310891 840294400 83160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 205150 83160 1387 9 0 202512 0
[pid=3931/tid=3933] ppid=3929 vsize=820600 CPUtime=21.28
/proc/3931/task/3933/stat : 3933 (java) R 3929 3931 3240 0 -1 64 17289 0 1 0 2119 9 0 0 25 0 12 0 683310892 840294400 83160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3934] ppid=3929 vsize=820600 CPUtime=1.3
/proc/3931/task/3934/stat : 3934 (java) S 3929 3931 3240 0 -1 64 35070 0 0 0 115 15 0 0 16 0 12 0 683310893 840294400 83160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3935] ppid=3929 vsize=820600 CPUtime=1.29
/proc/3931/task/3935/stat : 3935 (java) S 3929 3931 3240 0 -1 64 30852 0 0 0 117 12 0 0 16 0 12 0 683310893 840294400 83160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3936] ppid=3929 vsize=820600 CPUtime=0.01
/proc/3931/task/3936/stat : 3936 (java) S 3929 3931 3240 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 683310895 840294400 83160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3937] ppid=3929 vsize=820600 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3929 3931 3240 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683310896 840294400 83160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3938] ppid=3929 vsize=820600 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3929 3931 3240 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 683310896 840294400 83160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3939] ppid=3929 vsize=820600 CPUtime=0
/proc/3931/task/3939/stat : 3939 (java) S 3929 3931 3240 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 683310900 840294400 83160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=3931/tid=3942] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3942/stat : 3942 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3943] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3943/stat : 3943 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 254.02
Current children cumulated vsize (KiB) 828604

[startup+262.303 s]
/proc/loadavg: 2.41 2.17 2.06 4/99 3943
/proc/meminfo: memFree=794568/2055920 swapFree=4178892/4192956
[pid=3931] ppid=3929 vsize=828604 CPUtime=260.36
/proc/3931/stat : 3931 (java) S 3929 3931 3240 0 -1 0 413708 0 1 0 25844 192 0 0 18 0 12 0 683310891 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 207151 176749 1390 9 0 204513 0
[pid=3931/tid=3933] ppid=3929 vsize=828604 CPUtime=195.81
/proc/3931/task/3933/stat : 3933 (java) R 3929 3931 3240 0 -1 64 17697 0 1 0 19570 11 0 0 25 0 12 0 683310892 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3934] ppid=3929 vsize=828604 CPUtime=4.52
/proc/3931/task/3934/stat : 3934 (java) S 3929 3931 3240 0 -1 64 85303 0 0 0 419 33 0 0 16 0 12 0 683310893 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3935] ppid=3929 vsize=828604 CPUtime=4.49
/proc/3931/task/3935/stat : 3935 (java) S 3929 3931 3240 0 -1 64 72001 0 0 0 422 27 0 0 15 0 12 0 683310893 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3936] ppid=3929 vsize=828604 CPUtime=53.74
/proc/3931/task/3936/stat : 3936 (java) R 3929 3931 3240 0 -1 64 231389 0 0 0 5259 115 0 0 16 0 12 0 683310895 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3937] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3929 3931 3240 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683310896 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3938] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3929 3931 3240 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 683310896 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3939] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3939/stat : 3939 (java) S 3929 3931 3240 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3940] ppid=3929 vsize=828604 CPUtime=0.93
/proc/3931/task/3940/stat : 3940 (java) S 3929 3931 3240 0 -1 64 4179 0 0 0 91 2 0 0 16 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3941] ppid=3929 vsize=828604 CPUtime=0.81
/proc/3931/task/3941/stat : 3941 (java) S 3929 3931 3240 0 -1 64 2379 0 0 0 81 0 0 0 17 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3942] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3942/stat : 3942 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3943] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3943/stat : 3943 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 260.36
Current children cumulated vsize (KiB) 828604

[startup+263.901 s]
/proc/loadavg: 2.46 2.18 2.06 4/99 3943
/proc/meminfo: memFree=794568/2055920 swapFree=4178892/4192956
[pid=3931] ppid=3929 vsize=828604 CPUtime=261.95
/proc/3931/stat : 3931 (java) S 3929 3931 3240 0 -1 0 419714 0 1 0 26000 195 0 0 18 0 12 0 683310891 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 207151 176749 1390 9 0 204513 0
[pid=3931/tid=3933] ppid=3929 vsize=828604 CPUtime=195.89
/proc/3931/task/3933/stat : 3933 (java) R 3929 3931 3240 0 -1 64 17699 0 1 0 19578 11 0 0 25 0 12 0 683310892 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3934] ppid=3929 vsize=828604 CPUtime=4.52
/proc/3931/task/3934/stat : 3934 (java) S 3929 3931 3240 0 -1 64 85303 0 0 0 419 33 0 0 16 0 12 0 683310893 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3935] ppid=3929 vsize=828604 CPUtime=4.49
/proc/3931/task/3935/stat : 3935 (java) S 3929 3931 3240 0 -1 64 72001 0 0 0 422 27 0 0 15 0 12 0 683310893 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3936] ppid=3929 vsize=828604 CPUtime=55.24
/proc/3931/task/3936/stat : 3936 (java) R 3929 3931 3240 0 -1 64 237393 0 0 0 5406 118 0 0 17 0 12 0 683310895 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 104136424 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3937] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3929 3931 3240 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683310896 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3938] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3929 3931 3240 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 683310896 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3939] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3939/stat : 3939 (java) S 3929 3931 3240 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3940] ppid=3929 vsize=828604 CPUtime=0.93
/proc/3931/task/3940/stat : 3940 (java) S 3929 3931 3240 0 -1 64 4179 0 0 0 91 2 0 0 16 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3941] ppid=3929 vsize=828604 CPUtime=0.81
/proc/3931/task/3941/stat : 3941 (java) S 3929 3931 3240 0 -1 64 2379 0 0 0 81 0 0 0 17 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3942] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3942/stat : 3942 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3943] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3943/stat : 3943 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 261.95
Current children cumulated vsize (KiB) 828604

[startup+265.502 s]
/proc/loadavg: 2.46 2.18 2.06 4/99 3943
/proc/meminfo: memFree=794568/2055920 swapFree=4178892/4192956
[pid=3931] ppid=3929 vsize=824604 CPUtime=263.53
/proc/3931/stat : 3931 (java) S 3929 3931 3240 0 -1 0 426723 0 1 0 26155 198 0 0 18 0 12 0 683310891 844394496 175749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 206151 175749 1390 9 0 203513 0
[pid=3931/tid=3933] ppid=3929 vsize=824604 CPUtime=196.03
/proc/3931/task/3933/stat : 3933 (java) R 3929 3931 3240 0 -1 64 17703 0 1 0 19592 11 0 0 25 0 12 0 683310892 844394496 175749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3934] ppid=3929 vsize=824604 CPUtime=4.52
/proc/3931/task/3934/stat : 3934 (java) S 3929 3931 3240 0 -1 64 85303 0 0 0 419 33 0 0 16 0 12 0 683310893 844394496 175749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3935] ppid=3929 vsize=824604 CPUtime=4.49
/proc/3931/task/3935/stat : 3935 (java) S 3929 3931 3240 0 -1 64 72001 0 0 0 422 27 0 0 15 0 12 0 683310893 844394496 175749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3936] ppid=3929 vsize=824604 CPUtime=56.68
/proc/3931/task/3936/stat : 3936 (java) R 3929 3931 3240 0 -1 64 244398 0 0 0 5547 121 0 0 16 0 12 0 683310895 844394496 175749 996147200 134512640 134550740 4294956016 18446744073709551615 105677782 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3937] ppid=3929 vsize=824604 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3929 3931 3240 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683310896 844394496 175749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3938] ppid=3929 vsize=824604 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3929 3931 3240 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 683310896 844394496 175749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3939] ppid=3929 vsize=824604 CPUtime=0
/proc/3931/task/3939/stat : 3939 (java) S 3929 3931 3240 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 683310900 844394496 175749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3940] ppid=3929 vsize=824604 CPUtime=0.93
/proc/3931/task/3940/stat : 3940 (java) S 3929 3931 3240 0 -1 64 4179 0 0 0 91 2 0 0 16 0 12 0 683310900 844394496 175749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3941] ppid=3929 vsize=824604 CPUtime=0.81
/proc/3931/task/3941/stat : 3941 (java) S 3929 3931 3240 0 -1 64 2379 0 0 0 81 0 0 0 17 0 12 0 683310900 844394496 175749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3942] ppid=3929 vsize=824604 CPUtime=0
/proc/3931/task/3942/stat : 3942 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 683310900 844394496 175749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3943] ppid=3929 vsize=824604 CPUtime=0
/proc/3931/task/3943/stat : 3943 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 683310900 844394496 175749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 263.53
Current children cumulated vsize (KiB) 824604

[startup+265.902 s]
/proc/loadavg: 2.46 2.18 2.06 4/99 3943
/proc/meminfo: memFree=794568/2055920 swapFree=4178892/4192956
[pid=3931] ppid=3929 vsize=828604 CPUtime=263.93
/proc/3931/stat : 3931 (java) S 3929 3931 3240 0 -1 0 428724 0 1 0 26194 199 0 0 18 0 12 0 683310891 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 207151 176749 1390 9 0 204513 0
[pid=3931/tid=3933] ppid=3929 vsize=828604 CPUtime=196.03
/proc/3931/task/3933/stat : 3933 (java) R 3929 3931 3240 0 -1 64 17703 0 1 0 19592 11 0 0 25 0 12 0 683310892 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3934] ppid=3929 vsize=828604 CPUtime=4.52
/proc/3931/task/3934/stat : 3934 (java) S 3929 3931 3240 0 -1 64 85303 0 0 0 419 33 0 0 16 0 12 0 683310893 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3935] ppid=3929 vsize=828604 CPUtime=4.49
/proc/3931/task/3935/stat : 3935 (java) S 3929 3931 3240 0 -1 64 72001 0 0 0 422 27 0 0 15 0 12 0 683310893 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3936] ppid=3929 vsize=828604 CPUtime=57.08
/proc/3931/task/3936/stat : 3936 (java) R 3929 3931 3240 0 -1 64 246399 0 0 0 5586 122 0 0 16 0 12 0 683310895 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 105852537 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3937] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3929 3931 3240 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683310896 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3938] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3929 3931 3240 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 683310896 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3939] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3939/stat : 3939 (java) S 3929 3931 3240 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3940] ppid=3929 vsize=828604 CPUtime=0.93
/proc/3931/task/3940/stat : 3940 (java) S 3929 3931 3240 0 -1 64 4179 0 0 0 91 2 0 0 16 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3941] ppid=3929 vsize=828604 CPUtime=0.81
/proc/3931/task/3941/stat : 3941 (java) S 3929 3931 3240 0 -1 64 2379 0 0 0 81 0 0 0 17 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3942] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3942/stat : 3942 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3943] ppid=3929 vsize=828604 CPUtime=0
/proc/3931/task/3943/stat : 3943 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 683310900 848490496 176749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 263.93
Current children cumulated vsize (KiB) 828604

[startup+266.102 s]
/proc/loadavg: 2.46 2.18 2.06 2/99 3944
/proc/meminfo: memFree=802568/2055920 swapFree=4178892/4192956
[pid=3931] ppid=3929 vsize=820924 CPUtime=264.11
/proc/3931/stat : 3931 (java) S 3929 3931 3240 0 -1 0 428733 0 1 0 26212 199 0 0 18 0 12 0 683310891 840626176 174757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3931/statm: 205231 174757 1391 9 0 202593 0
[pid=3931/tid=3933] ppid=3929 vsize=820924 CPUtime=196.04
/proc/3931/task/3933/stat : 3933 (java) S 3929 3931 3240 0 -1 64 17707 0 1 0 19593 11 0 0 25 0 12 0 683310892 840626176 174757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3934] ppid=3929 vsize=820924 CPUtime=4.52
/proc/3931/task/3934/stat : 3934 (java) S 3929 3931 3240 0 -1 64 85303 0 0 0 419 33 0 0 16 0 12 0 683310893 840626176 174757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3935] ppid=3929 vsize=820924 CPUtime=4.49
/proc/3931/task/3935/stat : 3935 (java) S 3929 3931 3240 0 -1 64 72001 0 0 0 422 27 0 0 15 0 12 0 683310893 840626176 174757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3936] ppid=3929 vsize=820924 CPUtime=57.25
/proc/3931/task/3936/stat : 3936 (java) S 3929 3931 3240 0 -1 64 246399 0 0 0 5603 122 0 0 16 0 12 0 683310895 840626176 174757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3937] ppid=3929 vsize=820924 CPUtime=0
/proc/3931/task/3937/stat : 3937 (java) S 3929 3931 3240 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683310896 840626176 174757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3938] ppid=3929 vsize=820924 CPUtime=0
/proc/3931/task/3938/stat : 3938 (java) S 3929 3931 3240 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 683310896 840626176 174757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3931/tid=3939] ppid=3929 vsize=820924 CPUtime=0
/proc/3931/task/3939/stat : 3939 (java) S 3929 3931 3240 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 683310900 840626176 174757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3940] ppid=3929 vsize=820924 CPUtime=0.93
/proc/3931/task/3940/stat : 3940 (java) S 3929 3931 3240 0 -1 64 4179 0 0 0 91 2 0 0 16 0 12 0 683310900 840626176 174757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3941] ppid=3929 vsize=820924 CPUtime=0.81
/proc/3931/task/3941/stat : 3941 (java) S 3929 3931 3240 0 -1 64 2379 0 0 0 81 0 0 0 17 0 12 0 683310900 840626176 174757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3942] ppid=3929 vsize=820924 CPUtime=0
/proc/3931/task/3942/stat : 3942 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 683310900 840626176 174757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3931/tid=3943] ppid=3929 vsize=820924 CPUtime=0
/proc/3931/task/3943/stat : 3943 (java) S 3929 3931 3240 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 683310900 840626176 174757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 264.11
Current children cumulated vsize (KiB) 820924

[startup+266.208 s]
/proc/loadavg: 2.46 2.18 2.06 2/99 3944
/proc/meminfo: memFree=802568/2055920 swapFree=4178892/4192956
[pid=3931] ppid=3929 vsize=0 CPUtime=264.2
/proc/3931/stat : 3931 (java) Z 3929 3931 3240 0 -1 12 428736 0 1 0 26212 208 0 0 16 0 2 0 683310891 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3931/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 264.2
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 266.214
CPU time (s): 264.221
CPU user time (s): 262.125
CPU system time (s): 2.09568
CPU usage (%): 99.2512
Max. virtual memory (cumulated for all children) (KiB): 832608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.125
system time used= 2.09568
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 428736
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= 11772
involuntary context switches= 13207

runsolver used 0.352946 second user time and 0.905862 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-05 18:36:59
IDJOB=1092539
IDBENCH=58634
IDSOLVER=344
FILE ID=node86/1092539-1215275819
PBS_JOBID= 7882238
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 16d26ebde39cfc6f06fb89b940e09c21
RANDOM SEED=1645961973

node86.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1499080 kB
Buffers:         95424 kB
Cached:         277352 kB
SwapCached:       6392 kB
Active:         368940 kB
Inactive:       133684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1499080 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:         143548 kB
Slab:            38640 kB
Committed_AS:  2038128 kB
PageTables:       2568 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= 66556 MiB
End job on node86 at 2008-07-05 18:41:25