Trace number 2082086

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? 204.671 200.437

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-9.xml
MD5SUM18b7059da0498c17376d1b6f8b9dd1af
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 benchmark2.89156
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints59900
Maximum constraint arity2
Maximum domain size200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension59900
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.13	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.09/0.19	c c --- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.19	c Expensive reason simplification
0.09/0.19	c MiniSAT restarts strategy
0.09/0.19	c Memory based learned constraints deletion strategy
0.09/0.19	c timeout=2147483s
0.09/0.19	c DB Simplification allowed=false
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving HOME/instance-2082086-1247374597.xml
0.09/0.19	c reading problem ... 
0.37/0.34	c reading problem named null
0.37/0.34	c reading domains done.
0.37/0.35	c reading variables done.
0.70/0.58	c reading predicates  done.
0.96/0.78	c reading constraints
204.46/200.30	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
204.46/200.30		at org.mozilla.javascript.optimizer.OptRuntime.wrapDouble(OptRuntime.java:191)
204.46/200.30		at org.mozilla.javascript.gen.c1._c4(predefinedfunctions.js:10)
204.46/200.30		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
204.46/200.30		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)
204.46/200.30		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
204.46/200.30		at org.mozilla.javascript.gen.c3.call(rhino.log)
204.46/200.30		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
204.46/200.30		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
204.46/200.30		at org.mozilla.javascript.gen.c3.call(rhino.log)
204.46/200.30		at org.mozilla.javascript.gen.c3.exec(rhino.log)
204.46/200.30		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
204.46/200.30		at org.sat4j.csp.Predicate.find(Unknown Source)
204.46/200.30		at org.sat4j.csp.Predicate.find(Unknown Source)
204.46/200.30		at org.sat4j.csp.Predicate.find(Unknown Source)
204.46/200.30		at org.sat4j.csp.Predicate.toClause(Unknown Source)
204.46/200.30		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
204.46/200.30		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
204.46/200.30		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
204.46/200.30		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
204.46/200.30		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
204.46/200.30		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
204.46/200.30		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
204.46/200.30		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
204.46/200.30		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
204.46/200.30		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
204.46/200.30		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
204.46/200.30		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
204.46/200.30		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
204.46/200.30		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
204.46/200.30		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
204.46/200.30		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
204.46/200.30		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
204.56/200.30	c starts		: 0
204.56/200.30	c conflicts		: 0
204.56/200.30	c decisions		: 0
204.56/200.30	c propagations		: 0
204.56/200.30	c inspects		: 0
204.56/200.30	c learnt literals	: 0
204.56/200.30	c learnt binary clauses	: 0
204.56/200.30	c learnt ternary clauses	: 0
204.56/200.30	c learnt clauses	: 0
204.56/200.30	c ignored clauses	: 0
204.56/200.30	c root simplifications	: 0
204.56/200.30	c removed literals (reason simplification)	: 0
204.56/200.30	c reason swapping (by a shorter reason)	: 0
204.56/200.30	c Calls to reduceDB	: 0
204.56/200.30	c speed (assignments/second)	: 0.0
204.56/200.30	c non guided choices	0
204.56/200.30	c learnt constraints type 
204.56/200.30	c constraints type 
204.56/200.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 718800
204.56/200.30	c org.sat4j.minisat.constraints.card.AtLeast => 400
204.56/200.30	s UNKNOWN
204.56/200.30	c Total wall clock time (in seconds) : 200.11

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-2082086-1247374597/watcher-2082086-1247374597 -o /tmp/evaluation-result-2082086-1247374597/solver-2082086-1247374597 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082086-1247374597.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.10 1.69 1.89 3/82 22670
/proc/meminfo: memFree=1317632/2055920 swapFree=4191904/4192956
[pid=22670] ppid=22668 vsize=1608 CPUtime=0
/proc/22670/stat : 22670 (java6) R 22668 22670 19057 0 -1 0 135 0 0 0 0 0 0 0 18 0 1 0 24522323 1646592 108 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22670/statm: 403 110 85 9 0 45 0

[startup+0.094685 s]
/proc/loadavg: 1.10 1.69 1.89 3/82 22670
/proc/meminfo: memFree=1317632/2055920 swapFree=4191904/4192956
[pid=22670] ppid=22668 vsize=805584 CPUtime=0.08
/proc/22670/stat : 22670 (java) S 22668 22670 19057 0 -1 0 3021 0 1 0 6 2 0 0 18 0 12 0 24522323 824918016 2764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22670/statm: 201396 2764 1082 9 0 198730 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 805584

[startup+0.101684 s]
/proc/loadavg: 1.10 1.69 1.89 3/82 22670
/proc/meminfo: memFree=1317632/2055920 swapFree=4191904/4192956
[pid=22670] ppid=22668 vsize=805584 CPUtime=0.09
/proc/22670/stat : 22670 (java) S 22668 22670 19057 0 -1 0 3069 0 1 0 7 2 0 0 18 0 12 0 24522323 824918016 2812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22670/statm: 201396 2812 1083 9 0 198730 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 805584

[startup+0.301708 s]
/proc/loadavg: 1.10 1.69 1.89 3/82 22670
/proc/meminfo: memFree=1317632/2055920 swapFree=4191904/4192956
[pid=22670] ppid=22668 vsize=808960 CPUtime=0.37
/proc/22670/stat : 22670 (java) S 22668 22670 19057 0 -1 0 5229 0 1 0 33 4 0 0 18 0 12 0 24522323 828375040 4781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22670/statm: 202240 4781 1382 9 0 199567 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 808960

[startup+0.701753 s]
/proc/loadavg: 1.10 1.69 1.89 3/82 22670
/proc/meminfo: memFree=1317632/2055920 swapFree=4191904/4192956
[pid=22670] ppid=22668 vsize=808548 CPUtime=0.96
/proc/22670/stat : 22670 (java) S 22668 22670 19057 0 -1 0 10741 0 1 0 89 7 0 0 18 0 12 0 24522323 827953152 9824 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22670/statm: 202137 9824 1390 9 0 199464 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 808548

[startup+1.50185 s]
/proc/loadavg: 1.17 1.70 1.89 4/94 22682
/proc/meminfo: memFree=1278688/2055920 swapFree=4191904/4192956
[pid=22670] ppid=22668 vsize=814652 CPUtime=2.37
/proc/22670/stat : 22670 (java) S 22668 22670 19057 0 -1 0 16442 0 1 0 227 10 0 0 18 0 12 0 24522323 834203648 13140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22670/statm: 203663 13140 1424 9 0 200990 0
[pid=22670/tid=22672] ppid=22668 vsize=814652 CPUtime=1.07
/proc/22670/task/22672/stat : 22672 (java) R 22668 22670 19057 0 -1 64 10328 0 1 0 100 7 0 0 25 0 12 0 24522324 834203648 13140 996147200 134512640 134550932 4294956016 18446744073709551615 106581192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22673] ppid=22668 vsize=814652 CPUtime=0
/proc/22670/task/22673/stat : 22673 (java) S 22668 22670 19057 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 24522325 834203648 13140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22674] ppid=22668 vsize=814652 CPUtime=0
/proc/22670/task/22674/stat : 22674 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24522325 834203648 13140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22675] ppid=22668 vsize=814652 CPUtime=0
/proc/22670/task/22675/stat : 22675 (java) S 22668 22670 19057 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 24522326 834203648 13141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22676] ppid=22668 vsize=814652 CPUtime=0
/proc/22670/task/22676/stat : 22676 (java) S 22668 22670 19057 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 24522327 834203648 13141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22677] ppid=22668 vsize=814652 CPUtime=0
/proc/22670/task/22677/stat : 22677 (java) S 22668 22670 19057 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24522327 834203648 13141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22678] ppid=22668 vsize=814652 CPUtime=0
/proc/22670/task/22678/stat : 22678 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24522331 834203648 13141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22679] ppid=22668 vsize=814652 CPUtime=0.64
/proc/22670/task/22679/stat : 22679 (java) S 22668 22670 19057 0 -1 64 2017 0 0 0 64 0 0 0 16 0 12 0 24522331 834203648 13141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22680] ppid=22668 vsize=814652 CPUtime=0.63
/proc/22670/task/22680/stat : 22680 (java) R 22668 22670 19057 0 -1 64 3351 0 0 0 62 1 0 0 18 0 12 0 24522331 834203648 13141 996147200 134512640 134550932 4294956016 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22681] ppid=22668 vsize=814652 CPUtime=0
/proc/22670/task/22681/stat : 22681 (java) S 22668 22670 19057 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 24522331 834203648 13141 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22682] ppid=22668 vsize=814652 CPUtime=0
/proc/22670/task/22682/stat : 22682 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24522331 834203648 13142 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 814652

[startup+3.10202 s]
/proc/loadavg: 1.17 1.70 1.89 2/94 22682
/proc/meminfo: memFree=1226208/2055920 swapFree=4191904/4192956
[pid=22670] ppid=22668 vsize=813592 CPUtime=4.19
/proc/22670/stat : 22670 (java) S 22668 22670 19057 0 -1 0 31278 0 1 0 403 16 0 0 18 0 12 0 24522323 833118208 27522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22670/statm: 203398 27522 1435 9 0 200725 0
[pid=22670/tid=22672] ppid=22668 vsize=813592 CPUtime=2.51
/proc/22670/task/22672/stat : 22672 (java) R 22668 22670 19057 0 -1 64 17449 0 1 0 241 10 0 0 25 0 12 0 24522324 833118208 27522 996147200 134512640 134550932 4294956016 18446744073709551615 4109739275 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22673] ppid=22668 vsize=813592 CPUtime=0.13
/proc/22670/task/22673/stat : 22673 (java) S 22668 22670 19057 0 -1 64 3724 0 0 0 12 1 0 0 16 0 12 0 24522325 833118208 27522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22674] ppid=22668 vsize=813592 CPUtime=0.14
/proc/22670/task/22674/stat : 22674 (java) S 22668 22670 19057 0 -1 64 3806 0 0 0 13 1 0 0 16 0 12 0 24522325 833118208 27522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22675] ppid=22668 vsize=813592 CPUtime=0
/proc/22670/task/22675/stat : 22675 (java) S 22668 22670 19057 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24522326 833118208 27522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22676] ppid=22668 vsize=813592 CPUtime=0
/proc/22670/task/22676/stat : 22676 (java) S 22668 22670 19057 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24522327 833118208 27522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22677] ppid=22668 vsize=813592 CPUtime=0
/proc/22670/task/22677/stat : 22677 (java) S 22668 22670 19057 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24522327 833118208 27522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22678] ppid=22668 vsize=813592 CPUtime=0
/proc/22670/task/22678/stat : 22678 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24522331 833118208 27522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22679] ppid=22668 vsize=813592 CPUtime=0.65
/proc/22670/task/22679/stat : 22679 (java) S 22668 22670 19057 0 -1 64 2017 0 0 0 65 0 0 0 16 0 12 0 24522331 833118208 27522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22680] ppid=22668 vsize=813592 CPUtime=0.73
/proc/22670/task/22680/stat : 22680 (java) S 22668 22670 19057 0 -1 64 3529 0 0 0 71 2 0 0 16 0 12 0 24522331 833118208 27522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22681] ppid=22668 vsize=813592 CPUtime=0
/proc/22670/task/22681/stat : 22681 (java) S 22668 22670 19057 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 24522331 833118208 27522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22682] ppid=22668 vsize=813592 CPUtime=0
/proc/22670/task/22682/stat : 22682 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24522331 833118208 27522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 813592

[startup+6.30238 s]
/proc/loadavg: 1.17 1.70 1.89 2/94 22682
/proc/meminfo: memFree=1201696/2055920 swapFree=4191904/4192956
[pid=22670] ppid=22668 vsize=812164 CPUtime=7.58
/proc/22670/stat : 22670 (java) S 22668 22670 19057 0 -1 0 37330 0 1 0 739 19 0 0 18 0 12 0 24522323 831655936 31909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22670/statm: 203041 31909 1435 9 0 200368 0
[pid=22670/tid=22672] ppid=22668 vsize=812164 CPUtime=5.57
/proc/22670/task/22672/stat : 22672 (java) R 22668 22670 19057 0 -1 64 17456 0 1 0 547 10 0 0 25 0 12 0 24522324 831655936 31909 996147200 134512640 134550932 4294956016 18446744073709551615 4109746576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22673] ppid=22668 vsize=812164 CPUtime=0.25
/proc/22670/task/22673/stat : 22673 (java) S 22668 22670 19057 0 -1 64 7156 0 0 0 22 3 0 0 15 0 12 0 24522325 831655936 31909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22674] ppid=22668 vsize=812164 CPUtime=0.25
/proc/22670/task/22674/stat : 22674 (java) S 22668 22670 19057 0 -1 64 6401 0 0 0 24 1 0 0 16 0 12 0 24522325 831655936 31909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22675] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22675/stat : 22675 (java) S 22668 22670 19057 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 24522326 831655936 31909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22676] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22676/stat : 22676 (java) S 22668 22670 19057 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24522327 831655936 31909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22677] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22677/stat : 22677 (java) S 22668 22670 19057 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24522327 831655936 31909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22678] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22678/stat : 22678 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24522331 831655936 31909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22679] ppid=22668 vsize=812164 CPUtime=0.69
/proc/22670/task/22679/stat : 22679 (java) S 22668 22670 19057 0 -1 64 2031 0 0 0 69 0 0 0 16 0 12 0 24522331 831655936 31909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22680] ppid=22668 vsize=812164 CPUtime=0.77
/proc/22670/task/22680/stat : 22680 (java) S 22668 22670 19057 0 -1 64 3532 0 0 0 75 2 0 0 16 0 12 0 24522331 831655936 31909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22681] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22681/stat : 22681 (java) S 22668 22670 19057 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 24522331 831655936 31909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22682] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22682/stat : 22682 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24522331 831655936 31909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 812164

[startup+12.7021 s]
/proc/loadavg: 1.15 1.68 1.88 2/94 22682
/proc/meminfo: memFree=1165024/2055920 swapFree=4191904/4192956
[pid=22670] ppid=22668 vsize=812164 CPUtime=14.12
/proc/22670/stat : 22670 (java) S 22668 22670 19057 0 -1 0 50728 0 1 0 1387 25 0 0 18 0 12 0 24522323 831655936 40417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22670/statm: 203041 40417 1437 9 0 200368 0
[pid=22670/tid=22672] ppid=22668 vsize=812164 CPUtime=11.83
/proc/22670/task/22672/stat : 22672 (java) R 22668 22670 19057 0 -1 64 17474 0 1 0 1173 10 0 0 18 0 12 0 24522324 831655936 40417 996147200 134512640 134550932 4294956016 18446744073709551615 4109716039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22673] ppid=22668 vsize=812164 CPUtime=0.37
/proc/22670/task/22673/stat : 22673 (java) S 22668 22670 19057 0 -1 64 13981 0 0 0 30 7 0 0 16 0 12 0 24522325 831655936 40417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22674] ppid=22668 vsize=812164 CPUtime=0.37
/proc/22670/task/22674/stat : 22674 (java) S 22668 22670 19057 0 -1 64 12952 0 0 0 33 4 0 0 15 0 12 0 24522325 831655936 40417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22675] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22675/stat : 22675 (java) S 22668 22670 19057 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24522326 831655936 40417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22676] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22676/stat : 22676 (java) S 22668 22670 19057 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24522327 831655936 40417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22677] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22677/stat : 22677 (java) S 22668 22670 19057 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24522327 831655936 40417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22678] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22678/stat : 22678 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24522331 831655936 40417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22679] ppid=22668 vsize=812164 CPUtime=0.72
/proc/22670/task/22679/stat : 22679 (java) S 22668 22670 19057 0 -1 64 2035 0 0 0 72 0 0 0 16 0 12 0 24522331 831655936 40417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22680] ppid=22668 vsize=812164 CPUtime=0.77
/proc/22670/task/22680/stat : 22680 (java) S 22668 22670 19057 0 -1 64 3532 0 0 0 75 2 0 0 16 0 12 0 24522331 831655936 40417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22681] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22681/stat : 22681 (java) S 22668 22670 19057 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 24522331 831655936 40417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22682] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22682/stat : 22682 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24522331 831655936 40417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.12
Current children cumulated vsize (KiB) 812164

[startup+25.5026 s]
/proc/loadavg: 1.12 1.65 1.87 2/94 22682
/proc/meminfo: memFree=1104864/2055920 swapFree=4191904/4192956
[pid=22670] ppid=22668 vsize=811140 CPUtime=27.15
/proc/22670/stat : 22670 (java) S 22668 22670 19057 0 -1 0 73934 0 1 0 2679 36 0 0 18 0 12 0 24522323 830607360 55139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22670/statm: 202785 55139 1437 9 0 200112 0
[pid=22670/tid=22672] ppid=22668 vsize=811140 CPUtime=24.38
/proc/22670/task/22672/stat : 22672 (java) R 22668 22670 19057 0 -1 64 17499 0 1 0 2428 10 0 0 18 0 12 0 24522324 830607360 55139 996147200 134512640 134550932 4294956016 18446744073709551615 4109841197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22673] ppid=22668 vsize=811140 CPUtime=0.59
/proc/22670/task/22673/stat : 22673 (java) S 22668 22670 19057 0 -1 64 25837 0 0 0 47 12 0 0 16 0 12 0 24522325 830607360 55139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22674] ppid=22668 vsize=811140 CPUtime=0.58
/proc/22670/task/22674/stat : 22674 (java) S 22668 22670 19057 0 -1 64 24277 0 0 0 49 9 0 0 16 0 12 0 24522325 830607360 55139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22675] ppid=22668 vsize=811140 CPUtime=0.01
/proc/22670/task/22675/stat : 22675 (java) S 22668 22670 19057 0 -1 64 12 0 0 0 1 0 0 0 16 0 12 0 24522326 830607360 55139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22676] ppid=22668 vsize=811140 CPUtime=0
/proc/22670/task/22676/stat : 22676 (java) S 22668 22670 19057 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24522327 830607360 55139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22677] ppid=22668 vsize=811140 CPUtime=0
/proc/22670/task/22677/stat : 22677 (java) S 22668 22670 19057 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24522327 830607360 55139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22678] ppid=22668 vsize=811140 CPUtime=0
/proc/22670/task/22678/stat : 22678 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24522331 830607360 55139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22679] ppid=22668 vsize=811140 CPUtime=0.76

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

[pid=22670/tid=22681] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22681/stat : 22681 (java) S 22668 22670 19057 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22682] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22682/stat : 22682 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 196.16
Current children cumulated vsize (KiB) 813168

[startup+195.103 s]
/proc/loadavg: 1.00 1.36 1.71 2/94 22682
/proc/meminfo: memFree=630176/2055920 swapFree=4191904/4192956
[pid=22670] ppid=22668 vsize=813168 CPUtime=199.36
/proc/22670/stat : 22670 (java) S 22668 22670 19057 0 -1 0 235783 0 1 0 19820 116 0 0 18 0 12 0 24522323 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22670/statm: 203292 172748 1443 9 0 200619 0
[pid=22670/tid=22672] ppid=22668 vsize=813168 CPUtime=157.76
/proc/22670/task/22672/stat : 22672 (java) S 22668 22670 19057 0 -1 64 17757 0 1 0 15765 11 0 0 17 0 12 0 24522324 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22673] ppid=22668 vsize=813168 CPUtime=3.54
/proc/22670/task/22673/stat : 22673 (java) S 22668 22670 19057 0 -1 64 97994 0 0 0 304 50 0 0 17 0 12 0 24522325 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22674] ppid=22668 vsize=813168 CPUtime=3.49
/proc/22670/task/22674/stat : 22674 (java) S 22668 22670 19057 0 -1 64 100514 0 0 0 306 43 0 0 16 0 12 0 24522325 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22675] ppid=22668 vsize=813168 CPUtime=32.53
/proc/22670/task/22675/stat : 22675 (java) R 22668 22670 19057 0 -1 64 12305 0 0 0 3246 7 0 0 16 0 12 0 24522326 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22676] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22676/stat : 22676 (java) S 22668 22670 19057 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24522327 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22677] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22677/stat : 22677 (java) S 22668 22670 19057 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24522327 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22678] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22678/stat : 22678 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22679] ppid=22668 vsize=813168 CPUtime=1.11
/proc/22670/task/22679/stat : 22679 (java) S 22668 22670 19057 0 -1 64 2310 0 0 0 111 0 0 0 17 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22680] ppid=22668 vsize=813168 CPUtime=0.88
/proc/22670/task/22680/stat : 22680 (java) S 22668 22670 19057 0 -1 64 4161 0 0 0 86 2 0 0 17 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22681] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22681/stat : 22681 (java) S 22668 22670 19057 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22682] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22682/stat : 22682 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 199.36
Current children cumulated vsize (KiB) 813168

[startup+198.301 s]
/proc/loadavg: 1.00 1.36 1.71 2/94 22682
/proc/meminfo: memFree=630176/2055920 swapFree=4191904/4192956
[pid=22670] ppid=22668 vsize=813168 CPUtime=202.56
/proc/22670/stat : 22670 (java) S 22668 22670 19057 0 -1 0 236539 0 1 0 20140 116 0 0 18 0 12 0 24522323 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22670/statm: 203292 172748 1443 9 0 200619 0
[pid=22670/tid=22672] ppid=22668 vsize=813168 CPUtime=157.95
/proc/22670/task/22672/stat : 22672 (java) S 22668 22670 19057 0 -1 64 17760 0 1 0 15784 11 0 0 17 0 12 0 24522324 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22673] ppid=22668 vsize=813168 CPUtime=3.54
/proc/22670/task/22673/stat : 22673 (java) S 22668 22670 19057 0 -1 64 97994 0 0 0 304 50 0 0 17 0 12 0 24522325 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22674] ppid=22668 vsize=813168 CPUtime=3.49
/proc/22670/task/22674/stat : 22674 (java) S 22668 22670 19057 0 -1 64 100514 0 0 0 306 43 0 0 16 0 12 0 24522325 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22675] ppid=22668 vsize=813168 CPUtime=35.54
/proc/22670/task/22675/stat : 22675 (java) R 22668 22670 19057 0 -1 64 13058 0 0 0 3547 7 0 0 16 0 12 0 24522326 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22676] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22676/stat : 22676 (java) S 22668 22670 19057 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24522327 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22677] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22677/stat : 22677 (java) S 22668 22670 19057 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24522327 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22678] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22678/stat : 22678 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22679] ppid=22668 vsize=813168 CPUtime=1.11
/proc/22670/task/22679/stat : 22679 (java) S 22668 22670 19057 0 -1 64 2310 0 0 0 111 0 0 0 17 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22680] ppid=22668 vsize=813168 CPUtime=0.88
/proc/22670/task/22680/stat : 22680 (java) S 22668 22670 19057 0 -1 64 4161 0 0 0 86 2 0 0 17 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22681] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22681/stat : 22681 (java) S 22668 22670 19057 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22682] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22682/stat : 22682 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.56
Current children cumulated vsize (KiB) 813168

[startup+199.106 s]
/proc/loadavg: 1.00 1.36 1.71 2/94 22682
/proc/meminfo: memFree=630176/2055920 swapFree=4191904/4192956
[pid=22670] ppid=22668 vsize=813168 CPUtime=203.36
/proc/22670/stat : 22670 (java) S 22668 22670 19057 0 -1 0 236791 0 1 0 20220 116 0 0 18 0 12 0 24522323 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22670/statm: 203292 172748 1443 9 0 200619 0
[pid=22670/tid=22672] ppid=22668 vsize=813168 CPUtime=158.02
/proc/22670/task/22672/stat : 22672 (java) S 22668 22670 19057 0 -1 64 17761 0 1 0 15791 11 0 0 17 0 12 0 24522324 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22673] ppid=22668 vsize=813168 CPUtime=3.54
/proc/22670/task/22673/stat : 22673 (java) S 22668 22670 19057 0 -1 64 97994 0 0 0 304 50 0 0 17 0 12 0 24522325 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22674] ppid=22668 vsize=813168 CPUtime=3.49
/proc/22670/task/22674/stat : 22674 (java) S 22668 22670 19057 0 -1 64 100514 0 0 0 306 43 0 0 16 0 12 0 24522325 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22675] ppid=22668 vsize=813168 CPUtime=36.28
/proc/22670/task/22675/stat : 22675 (java) R 22668 22670 19057 0 -1 64 13309 0 0 0 3621 7 0 0 17 0 12 0 24522326 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22676] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22676/stat : 22676 (java) S 22668 22670 19057 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24522327 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22677] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22677/stat : 22677 (java) S 22668 22670 19057 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24522327 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22678] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22678/stat : 22678 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22679] ppid=22668 vsize=813168 CPUtime=1.11
/proc/22670/task/22679/stat : 22679 (java) S 22668 22670 19057 0 -1 64 2310 0 0 0 111 0 0 0 17 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22680] ppid=22668 vsize=813168 CPUtime=0.88
/proc/22670/task/22680/stat : 22680 (java) S 22668 22670 19057 0 -1 64 4161 0 0 0 86 2 0 0 17 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22681] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22681/stat : 22681 (java) S 22668 22670 19057 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22682] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22682/stat : 22682 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.36
Current children cumulated vsize (KiB) 813168

[startup+199.903 s]
/proc/loadavg: 1.00 1.36 1.71 2/94 22682
/proc/meminfo: memFree=630176/2055920 swapFree=4191904/4192956
[pid=22670] ppid=22668 vsize=813168 CPUtime=204.16
/proc/22670/stat : 22670 (java) S 22668 22670 19057 0 -1 0 237046 0 1 0 20300 116 0 0 18 0 12 0 24522323 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22670/statm: 203292 172748 1442 9 0 200619 0
[pid=22670/tid=22672] ppid=22668 vsize=813168 CPUtime=158.08
/proc/22670/task/22672/stat : 22672 (java) S 22668 22670 19057 0 -1 64 17765 0 1 0 15797 11 0 0 17 0 12 0 24522324 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22673] ppid=22668 vsize=813168 CPUtime=3.54
/proc/22670/task/22673/stat : 22673 (java) S 22668 22670 19057 0 -1 64 97994 0 0 0 304 50 0 0 17 0 12 0 24522325 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22674] ppid=22668 vsize=813168 CPUtime=3.49
/proc/22670/task/22674/stat : 22674 (java) S 22668 22670 19057 0 -1 64 100514 0 0 0 306 43 0 0 16 0 12 0 24522325 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22675] ppid=22668 vsize=813168 CPUtime=37.01
/proc/22670/task/22675/stat : 22675 (java) R 22668 22670 19057 0 -1 64 13560 0 0 0 3694 7 0 0 16 0 12 0 24522326 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22676] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22676/stat : 22676 (java) S 22668 22670 19057 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24522327 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22677] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22677/stat : 22677 (java) S 22668 22670 19057 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24522327 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22678] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22678/stat : 22678 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22679] ppid=22668 vsize=813168 CPUtime=1.11
/proc/22670/task/22679/stat : 22679 (java) S 22668 22670 19057 0 -1 64 2310 0 0 0 111 0 0 0 17 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22680] ppid=22668 vsize=813168 CPUtime=0.88
/proc/22670/task/22680/stat : 22680 (java) S 22668 22670 19057 0 -1 64 4161 0 0 0 86 2 0 0 17 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22681] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22681/stat : 22681 (java) S 22668 22670 19057 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22682] ppid=22668 vsize=813168 CPUtime=0
/proc/22670/task/22682/stat : 22682 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24522331 832684032 172748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.16
Current children cumulated vsize (KiB) 813168

[startup+200.303 s]
/proc/loadavg: 1.00 1.36 1.71 2/94 22682
/proc/meminfo: memFree=630176/2055920 swapFree=4191904/4192956
[pid=22670] ppid=22668 vsize=812164 CPUtime=204.56
/proc/22670/stat : 22670 (java) S 22668 22670 19057 0 -1 0 237047 0 1 0 20340 116 0 0 18 0 12 0 24522323 831655936 172498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22670/statm: 203041 172498 1442 9 0 200368 0
[pid=22670/tid=22672] ppid=22668 vsize=812164 CPUtime=158.08
/proc/22670/task/22672/stat : 22672 (java) R 22668 22670 19057 0 -1 64 17766 0 1 0 15797 11 0 0 16 0 12 0 24522324 831655936 172498 996147200 134512640 134550932 4294956016 18446744073709551615 105480819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22673] ppid=22668 vsize=812164 CPUtime=3.54
/proc/22670/task/22673/stat : 22673 (java) S 22668 22670 19057 0 -1 64 97994 0 0 0 304 50 0 0 17 0 12 0 24522325 831655936 172498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22674] ppid=22668 vsize=812164 CPUtime=3.49
/proc/22670/task/22674/stat : 22674 (java) S 22668 22670 19057 0 -1 64 100514 0 0 0 306 43 0 0 16 0 12 0 24522325 831655936 172498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22675] ppid=22668 vsize=812164 CPUtime=37.41
/proc/22670/task/22675/stat : 22675 (java) S 22668 22670 19057 0 -1 64 13560 0 0 0 3734 7 0 0 16 0 12 0 24522326 831655936 172498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22676] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22676/stat : 22676 (java) S 22668 22670 19057 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24522327 831655936 172498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22677] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22677/stat : 22677 (java) S 22668 22670 19057 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24522327 831655936 172498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22678] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22678/stat : 22678 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24522331 831655936 172498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22679] ppid=22668 vsize=812164 CPUtime=1.11
/proc/22670/task/22679/stat : 22679 (java) S 22668 22670 19057 0 -1 64 2310 0 0 0 111 0 0 0 17 0 12 0 24522331 831655936 172498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22680] ppid=22668 vsize=812164 CPUtime=0.88
/proc/22670/task/22680/stat : 22680 (java) S 22668 22670 19057 0 -1 64 4161 0 0 0 86 2 0 0 17 0 12 0 24522331 831655936 172498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22670/tid=22681] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22681/stat : 22681 (java) S 22668 22670 19057 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 24522331 831655936 172498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22670/tid=22682] ppid=22668 vsize=812164 CPUtime=0
/proc/22670/task/22682/stat : 22682 (java) S 22668 22670 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24522331 831655936 172498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.56
Current children cumulated vsize (KiB) 812164

[startup+200.403 s]
/proc/loadavg: 1.00 1.36 1.71 2/94 22682
/proc/meminfo: memFree=630176/2055920 swapFree=4191904/4192956
[pid=22670] ppid=22668 vsize=0 CPUtime=204.63
/proc/22670/stat : 22670 (java) Z 22668 22670 19057 0 -1 12 237061 0 1 0 20340 123 0 0 16 0 2 0 24522323 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22670/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 204.63
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 200.437
CPU time (s): 204.671
CPU user time (s): 203.404
CPU system time (s): 1.26681
CPU usage (%): 102.113
Max. virtual memory (cumulated for all children) (KiB): 816168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 203.404
system time used= 1.26681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237061
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= 8047
involuntary context switches= 7133

runsolver used 0.276957 second user time and 0.6549 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-12 06:56:38
IDJOB=2082086
IDBENCH=57529
IDSOLVER=731
FILE ID=node63/2082086-1247374597
PBS_JOBID= 9507095
Free space on /tmp= 66200 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-9.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082086-1247374597/watcher-2082086-1247374597 -o /tmp/evaluation-result-2082086-1247374597/solver-2082086-1247374597 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082086-1247374597.xml

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

MD5SUM BENCH= 18b7059da0498c17376d1b6f8b9dd1af
RANDOM SEED=1085077119

node63.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.232
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.232
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:       1318112 kB
Buffers:         36896 kB
Cached:         182144 kB
SwapCached:        260 kB
Active:         588668 kB
Inactive:        94372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1318112 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            8916 kB
Writeback:           0 kB
Mapped:         483836 kB
Slab:            38996 kB
Committed_AS:   651992 kB
PageTables:       2808 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66200 MiB
End job on node63 at 2009-07-12 06:59:58