Trace number 1040838

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? 208.941 205.066

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-38-38.xml
MD5SUMceccab7dc200f4f23e5f2834014db6dd
Bench CategoryGLOBAL (global constraints)
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 variables2888
Number of constraints3518
Maximum constraint arity38
Maximum domain size138
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2813
Global constraints used (with number of constraints)cumulative(2),weightedsum(703)

Solver Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.68 4/80 11834
/proc/meminfo: memFree=1614760/2055920 swapFree=4180076/4192956
[pid=11834] ppid=11832 vsize=1804 CPUtime=0
/proc/11834/stat : 11834 (java6) D 11832 11834 11367 0 -1 0 172 0 0 0 0 0 0 0 18 0 1 0 1978866973 1847296 145 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/11834/statm: 451 145 101 9 0 93 0

[startup+0.0472749 s]
/proc/loadavg: 1.99 1.97 1.68 4/80 11834
/proc/meminfo: memFree=1614760/2055920 swapFree=4180076/4192956
[pid=11834] ppid=11832 vsize=801432 CPUtime=0.03
/proc/11834/stat : 11834 (java) S 11832 11834 11367 0 -1 0 2498 0 1 0 2 1 0 0 18 0 5 0 1978866973 820666368 2235 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11834/statm: 200358 2235 949 9 0 197741 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.101279 s]
/proc/loadavg: 1.99 1.97 1.68 4/80 11834
/proc/meminfo: memFree=1614760/2055920 swapFree=4180076/4192956
[pid=11834] ppid=11832 vsize=804612 CPUtime=0.08
/proc/11834/stat : 11834 (java) S 11832 11834 11367 0 -1 0 2995 0 1 0 6 2 0 0 18 0 12 0 1978866973 823922688 2728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11834/statm: 201153 2728 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301302 s]
/proc/loadavg: 1.99 1.97 1.68 4/80 11834
/proc/meminfo: memFree=1614760/2055920 swapFree=4180076/4192956
[pid=11834] ppid=11832 vsize=808276 CPUtime=0.28
/proc/11834/stat : 11834 (java) S 11832 11834 11367 0 -1 0 4932 0 1 0 25 3 0 0 18 0 12 0 1978866973 827674624 4259 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11834/statm: 202069 4259 1297 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701346 s]
/proc/loadavg: 1.99 1.97 1.68 4/80 11834
/proc/meminfo: memFree=1614760/2055920 swapFree=4180076/4192956
[pid=11834] ppid=11832 vsize=808304 CPUtime=0.67
/proc/11834/stat : 11834 (java) S 11832 11834 11367 0 -1 0 6354 0 1 0 63 4 0 0 18 0 12 0 1978866973 827703296 5482 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11834/statm: 202076 5482 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808304

[startup+1.50244 s]
/proc/loadavg: 1.99 1.97 1.68 4/92 11846
/proc/meminfo: memFree=1597576/2055920 swapFree=4180076/4192956
[pid=11834] ppid=11832 vsize=809848 CPUtime=1.47
/proc/11834/stat : 11834 (java) S 11832 11834 11367 0 -1 0 7783 0 1 0 142 5 0 0 18 0 12 0 1978866973 829284352 6274 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11834/statm: 202462 6274 1349 9 0 199824 0
[pid=11834/tid=11836] ppid=11832 vsize=809848 CPUtime=0.8
/proc/11834/task/11836/stat : 11836 (java) R 11832 11834 11367 0 -1 64 4213 0 1 0 77 3 0 0 24 0 12 0 1978866974 829284352 6274 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11837] ppid=11832 vsize=809848 CPUtime=0
/proc/11834/task/11837/stat : 11837 (java) S 11832 11834 11367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978866976 829284352 6274 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11838] ppid=11832 vsize=809848 CPUtime=0
/proc/11834/task/11838/stat : 11838 (java) S 11832 11834 11367 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1978866976 829284352 6274 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11839] ppid=11832 vsize=809848 CPUtime=0
/proc/11834/task/11839/stat : 11839 (java) S 11832 11834 11367 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1978866977 829284352 6274 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11840] ppid=11832 vsize=809848 CPUtime=0
/proc/11834/task/11840/stat : 11840 (java) S 11832 11834 11367 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1978866978 829284352 6274 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11841] ppid=11832 vsize=809848 CPUtime=0
/proc/11834/task/11841/stat : 11841 (java) S 11832 11834 11367 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1978866978 829284352 6274 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11842] ppid=11832 vsize=809848 CPUtime=0
/proc/11834/task/11842/stat : 11842 (java) S 11832 11834 11367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978866982 829284352 6274 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11843] ppid=11832 vsize=809848 CPUtime=0.24
/proc/11834/task/11843/stat : 11843 (java) R 11832 11834 11367 0 -1 64 746 0 0 0 24 0 0 0 16 0 12 0 1978866982 829284352 6274 996147200 134512640 134550740 4294956032 18446744073709551615 104088899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11844] ppid=11832 vsize=809848 CPUtime=0.4
/proc/11834/task/11844/stat : 11844 (java) S 11832 11834 11367 0 -1 64 2062 0 0 0 39 1 0 0 16 0 12 0 1978866982 829284352 6274 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11845] ppid=11832 vsize=809848 CPUtime=0
/proc/11834/task/11845/stat : 11845 (java) S 11832 11834 11367 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978866982 829284352 6274 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11846] ppid=11832 vsize=809848 CPUtime=0
/proc/11834/task/11846/stat : 11846 (java) S 11832 11834 11367 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978866982 829284352 6274 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 809848

[startup+3.10261 s]
/proc/loadavg: 1.99 1.97 1.68 3/92 11846
/proc/meminfo: memFree=1588680/2055920 swapFree=4180076/4192956
[pid=11834] ppid=11832 vsize=820076 CPUtime=3.05
/proc/11834/stat : 11834 (java) S 11832 11834 11367 0 -1 0 16720 0 1 0 296 9 0 0 18 0 12 0 1978866973 839757824 10573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11834/statm: 205019 10573 1382 9 0 202381 0
[pid=11834/tid=11836] ppid=11832 vsize=820076 CPUtime=1.31
/proc/11834/task/11836/stat : 11836 (java) R 11832 11834 11367 0 -1 64 5906 0 1 0 127 4 0 0 20 0 12 0 1978866974 839757824 10573 996147200 134512640 134550740 4294956032 18446744073709551615 106292613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11837] ppid=11832 vsize=820076 CPUtime=0
/proc/11834/task/11837/stat : 11837 (java) S 11832 11834 11367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978866976 839757824 10573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11838] ppid=11832 vsize=820076 CPUtime=0
/proc/11834/task/11838/stat : 11838 (java) S 11832 11834 11367 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1978866976 839757824 10573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11839] ppid=11832 vsize=820076 CPUtime=0
/proc/11834/task/11839/stat : 11839 (java) S 11832 11834 11367 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1978866977 839757824 10573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11840] ppid=11832 vsize=820076 CPUtime=0
/proc/11834/task/11840/stat : 11840 (java) S 11832 11834 11367 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1978866978 839757824 10573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11841] ppid=11832 vsize=820076 CPUtime=0
/proc/11834/task/11841/stat : 11841 (java) S 11832 11834 11367 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1978866978 839757824 10573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11842] ppid=11832 vsize=820076 CPUtime=0
/proc/11834/task/11842/stat : 11842 (java) S 11832 11834 11367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978866982 839757824 10573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11843] ppid=11832 vsize=820076 CPUtime=0.7
/proc/11834/task/11843/stat : 11843 (java) S 11832 11834 11367 0 -1 64 3249 0 0 0 70 0 0 0 16 0 12 0 1978866982 839757824 10573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11844] ppid=11832 vsize=820076 CPUtime=1.02
/proc/11834/task/11844/stat : 11844 (java) R 11832 11834 11367 0 -1 64 6803 0 0 0 99 3 0 0 20 0 12 0 1978866982 839757824 10573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11845] ppid=11832 vsize=820076 CPUtime=0
/proc/11834/task/11845/stat : 11845 (java) S 11832 11834 11367 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978866982 839757824 10573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11846] ppid=11832 vsize=820076 CPUtime=0
/proc/11834/task/11846/stat : 11846 (java) S 11832 11834 11367 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978866982 839757824 10573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 820076

[startup+6.30196 s]
/proc/loadavg: 2.07 1.99 1.68 3/92 11846
/proc/meminfo: memFree=1519816/2055920 swapFree=4180076/4192956
[pid=11834] ppid=11832 vsize=819244 CPUtime=6.23
/proc/11834/stat : 11834 (java) S 11832 11834 11367 0 -1 0 36443 0 1 0 605 18 0 0 18 0 12 0 1978866973 838905856 30091 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11834/statm: 204811 30091 1393 9 0 202173 0
[pid=11834/tid=11836] ppid=11832 vsize=819244 CPUtime=3.9
/proc/11834/task/11836/stat : 11836 (java) R 11832 11834 11367 0 -1 64 17242 0 1 0 381 9 0 0 25 0 12 0 1978866974 838905856 30091 996147200 134512640 134550740 4294956032 18446744073709551615 4109852129 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11837] ppid=11832 vsize=819244 CPUtime=0.19
/proc/11834/task/11837/stat : 11837 (java) S 11832 11834 11367 0 -1 64 3961 0 0 0 18 1 0 0 17 0 12 0 1978866976 838905856 30091 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11838] ppid=11832 vsize=819244 CPUtime=0.2
/proc/11834/task/11838/stat : 11838 (java) S 11832 11834 11367 0 -1 64 4338 0 0 0 19 1 0 0 17 0 12 0 1978866976 838905856 30091 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11839] ppid=11832 vsize=819244 CPUtime=0
/proc/11834/task/11839/stat : 11839 (java) S 11832 11834 11367 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1978866977 838905856 30091 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11840] ppid=11832 vsize=819244 CPUtime=0
/proc/11834/task/11840/stat : 11840 (java) S 11832 11834 11367 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978866978 838905856 30091 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11841] ppid=11832 vsize=819244 CPUtime=0
/proc/11834/task/11841/stat : 11841 (java) S 11832 11834 11367 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1978866978 838905856 30091 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11842] ppid=11832 vsize=819244 CPUtime=0
/proc/11834/task/11842/stat : 11842 (java) S 11832 11834 11367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978866982 838905856 30091 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11843] ppid=11832 vsize=819244 CPUtime=0.73
/proc/11834/task/11843/stat : 11843 (java) S 11832 11834 11367 0 -1 64 3251 0 0 0 73 0 0 0 16 0 12 0 1978866982 838905856 30091 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11844] ppid=11832 vsize=819244 CPUtime=1.15
/proc/11834/task/11844/stat : 11844 (java) S 11832 11834 11367 0 -1 64 6859 0 0 0 112 3 0 0 16 0 12 0 1978866982 838905856 30091 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11845] ppid=11832 vsize=819244 CPUtime=0
/proc/11834/task/11845/stat : 11845 (java) S 11832 11834 11367 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978866982 838905856 30091 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11846] ppid=11832 vsize=819244 CPUtime=0
/proc/11834/task/11846/stat : 11846 (java) S 11832 11834 11367 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978866982 838905856 30091 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 819244

[startup+12.7027 s]
/proc/loadavg: 2.07 1.99 1.68 3/92 11846
/proc/meminfo: memFree=1438664/2055920 swapFree=4180076/4192956
[pid=11834] ppid=11832 vsize=825576 CPUtime=13.34
/proc/11834/stat : 11834 (java) S 11832 11834 11367 0 -1 0 53257 0 1 0 1308 26 0 0 18 0 12 0 1978866973 845389824 46115 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11834/statm: 206394 46115 1393 9 0 203756 0
[pid=11834/tid=11836] ppid=11832 vsize=825576 CPUtime=7.91
/proc/11834/task/11836/stat : 11836 (java) R 11832 11834 11367 0 -1 64 17250 0 1 0 782 9 0 0 23 0 12 0 1978866974 845389824 46115 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11837] ppid=11832 vsize=825576 CPUtime=1.73
/proc/11834/task/11837/stat : 11837 (java) R 11832 11834 11367 0 -1 64 13327 0 0 0 167 6 0 0 16 0 12 0 1978866976 845389824 46115 996147200 134512640 134550740 4294956032 18446744073709551615 106160199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11838] ppid=11832 vsize=825576 CPUtime=1.59
/proc/11834/task/11838/stat : 11838 (java) R 11832 11834 11367 0 -1 64 11757 0 0 0 155 4 0 0 16 0 12 0 1978866976 845389824 46115 996147200 134512640 134550740 4294956032 18446744073709551615 106157896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11839] ppid=11832 vsize=825576 CPUtime=0
/proc/11834/task/11839/stat : 11839 (java) S 11832 11834 11367 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1978866977 845389824 46115 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11840] ppid=11832 vsize=825576 CPUtime=0
/proc/11834/task/11840/stat : 11840 (java) S 11832 11834 11367 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978866978 845389824 46115 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11841] ppid=11832 vsize=825576 CPUtime=0
/proc/11834/task/11841/stat : 11841 (java) S 11832 11834 11367 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1978866978 845389824 46115 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11842] ppid=11832 vsize=825576 CPUtime=0
/proc/11834/task/11842/stat : 11842 (java) S 11832 11834 11367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978866982 845389824 46115 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11843] ppid=11832 vsize=825576 CPUtime=0.73
/proc/11834/task/11843/stat : 11843 (java) S 11832 11834 11367 0 -1 64 3251 0 0 0 73 0 0 0 16 0 12 0 1978866982 845389824 46115 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11844] ppid=11832 vsize=825576 CPUtime=1.31
/proc/11834/task/11844/stat : 11844 (java) S 11832 11834 11367 0 -1 64 6880 0 0 0 128 3 0 0 18 0 12 0 1978866982 845389824 46115 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11845] ppid=11832 vsize=825576 CPUtime=0
/proc/11834/task/11845/stat : 11845 (java) S 11832 11834 11367 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978866982 845389824 46115 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11846] ppid=11832 vsize=825576 CPUtime=0
/proc/11834/task/11846/stat : 11846 (java) S 11832 11834 11367 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978866982 845389824 46115 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.34
Current children cumulated vsize (KiB) 825576

[startup+25.5021 s]
/proc/loadavg: 2.05 1.99 1.69 4/92 11846
/proc/meminfo: memFree=1294920/2055920 swapFree=4180076/4192956
[pid=11834] ppid=11832 vsize=823352 CPUtime=26.61
/proc/11834/stat : 11834 (java) S 11832 11834 11367 0 -1 0 90954 0 1 0 2619 42 0 0 18 0 12 0 1978866973 843112448 82965 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11834/statm: 205838 82965 1393 9 0 203200 0
[pid=11834/tid=11836] ppid=11832 vsize=823352 CPUtime=16.92
/proc/11834/task/11836/stat : 11836 (java) R 11832 11834 11367 0 -1 64 17275 0 1 0 1683 9 0 0 25 0 12 0 1978866974 843112448 82965 996147200 134512640 134550740 4294956032 18446744073709551615 4109728647 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11837] ppid=11832 vsize=823352 CPUtime=3.77
/proc/11834/task/11837/stat : 11837 (java) S 11832 11834 11367 0 -1 64 30520 0 0 0 364 13 0 0 17 0 12 0 1978866976 843112448 82965 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11838] ppid=11832 vsize=823352 CPUtime=3.75
/proc/11834/task/11838/stat : 11838 (java) S 11832 11834 11367 0 -1 64 32236 0 0 0 362 13 0 0 17 0 12 0 1978866976 843112448 82965 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11839] ppid=11832 vsize=823352 CPUtime=0.01
/proc/11834/task/11839/stat : 11839 (java) S 11832 11834 11367 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1978866977 843112448 82965 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11840] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11840/stat : 11840 (java) S 11832 11834 11367 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978866978 843112448 82965 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11841] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11841/stat : 11841 (java) S 11832 11834 11367 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1978866978 843112448 82965 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11842] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11842/stat : 11842 (java) S 11832 11834 11367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978866982 843112448 82965 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=11834/tid=11845] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11845/stat : 11845 (java) S 11832 11834 11367 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11846] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11846/stat : 11846 (java) S 11832 11834 11367 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.24
Current children cumulated vsize (KiB) 823352

[startup+201.502 s]
/proc/loadavg: 2.09 2.08 1.78 3/92 11846
/proc/meminfo: memFree=915720/2055920 swapFree=4180076/4192956
[pid=11834] ppid=11832 vsize=823352 CPUtime=205.42
/proc/11834/stat : 11834 (java) S 11832 11834 11367 0 -1 0 246745 0 1 0 20433 109 0 0 18 0 12 0 1978866973 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11834/statm: 205838 175466 1398 9 0 203200 0
[pid=11834/tid=11836] ppid=11832 vsize=823352 CPUtime=52.62
/proc/11834/task/11836/stat : 11836 (java) S 11832 11834 11367 0 -1 64 35783 0 1 0 5245 17 0 0 17 0 12 0 1978866974 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11837] ppid=11832 vsize=823352 CPUtime=11.49
/proc/11834/task/11837/stat : 11837 (java) S 11832 11834 11367 0 -1 64 64830 0 0 0 1121 28 0 0 16 0 12 0 1978866976 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11838] ppid=11832 vsize=823352 CPUtime=11.82
/proc/11834/task/11838/stat : 11838 (java) S 11832 11834 11367 0 -1 64 67292 0 0 0 1153 29 0 0 16 0 12 0 1978866976 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11839] ppid=11832 vsize=823352 CPUtime=127.12
/proc/11834/task/11839/stat : 11839 (java) R 11832 11834 11367 0 -1 64 67945 0 0 0 12684 28 0 0 25 0 12 0 1978866977 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 104126450 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11840] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11840/stat : 11840 (java) S 11832 11834 11367 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978866978 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11841] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11841/stat : 11841 (java) S 11832 11834 11367 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1978866978 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11842] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11842/stat : 11842 (java) S 11832 11834 11367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11843] ppid=11832 vsize=823352 CPUtime=0.85
/proc/11834/task/11843/stat : 11843 (java) S 11832 11834 11367 0 -1 64 3251 0 0 0 85 0 0 0 16 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11844] ppid=11832 vsize=823352 CPUtime=1.45
/proc/11834/task/11844/stat : 11844 (java) S 11832 11834 11367 0 -1 64 6882 0 0 0 142 3 0 0 16 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11845] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11845/stat : 11845 (java) S 11832 11834 11367 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11846] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11846/stat : 11846 (java) S 11832 11834 11367 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 205.42
Current children cumulated vsize (KiB) 823352

[startup+203.102 s]
/proc/loadavg: 2.09 2.08 1.78 3/92 11846
/proc/meminfo: memFree=915720/2055920 swapFree=4180076/4192956
[pid=11834] ppid=11832 vsize=823352 CPUtime=207.01
/proc/11834/stat : 11834 (java) S 11832 11834 11367 0 -1 0 246745 0 1 0 20592 109 0 0 18 0 12 0 1978866973 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11834/statm: 205838 175466 1398 9 0 203200 0
[pid=11834/tid=11836] ppid=11832 vsize=823352 CPUtime=52.62
/proc/11834/task/11836/stat : 11836 (java) S 11832 11834 11367 0 -1 64 35783 0 1 0 5245 17 0 0 17 0 12 0 1978866974 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11837] ppid=11832 vsize=823352 CPUtime=11.49
/proc/11834/task/11837/stat : 11837 (java) S 11832 11834 11367 0 -1 64 64830 0 0 0 1121 28 0 0 16 0 12 0 1978866976 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11838] ppid=11832 vsize=823352 CPUtime=11.82
/proc/11834/task/11838/stat : 11838 (java) S 11832 11834 11367 0 -1 64 67292 0 0 0 1153 29 0 0 16 0 12 0 1978866976 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11839] ppid=11832 vsize=823352 CPUtime=128.71
/proc/11834/task/11839/stat : 11839 (java) R 11832 11834 11367 0 -1 64 67945 0 0 0 12843 28 0 0 25 0 12 0 1978866977 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 105852565 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11840] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11840/stat : 11840 (java) S 11832 11834 11367 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978866978 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11841] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11841/stat : 11841 (java) S 11832 11834 11367 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1978866978 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11842] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11842/stat : 11842 (java) S 11832 11834 11367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11843] ppid=11832 vsize=823352 CPUtime=0.85
/proc/11834/task/11843/stat : 11843 (java) S 11832 11834 11367 0 -1 64 3251 0 0 0 85 0 0 0 16 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11844] ppid=11832 vsize=823352 CPUtime=1.45
/proc/11834/task/11844/stat : 11844 (java) S 11832 11834 11367 0 -1 64 6882 0 0 0 142 3 0 0 16 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11845] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11845/stat : 11845 (java) S 11832 11834 11367 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11846] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11846/stat : 11846 (java) S 11832 11834 11367 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 207.01
Current children cumulated vsize (KiB) 823352

[startup+203.903 s]
/proc/loadavg: 2.08 2.08 1.78 3/92 11846
/proc/meminfo: memFree=915720/2055920 swapFree=4180076/4192956
[pid=11834] ppid=11832 vsize=823352 CPUtime=207.81
/proc/11834/stat : 11834 (java) S 11832 11834 11367 0 -1 0 246745 0 1 0 20672 109 0 0 18 0 12 0 1978866973 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11834/statm: 205838 175466 1398 9 0 203200 0
[pid=11834/tid=11836] ppid=11832 vsize=823352 CPUtime=52.62
/proc/11834/task/11836/stat : 11836 (java) S 11832 11834 11367 0 -1 64 35783 0 1 0 5245 17 0 0 17 0 12 0 1978866974 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11837] ppid=11832 vsize=823352 CPUtime=11.49
/proc/11834/task/11837/stat : 11837 (java) S 11832 11834 11367 0 -1 64 64830 0 0 0 1121 28 0 0 16 0 12 0 1978866976 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11838] ppid=11832 vsize=823352 CPUtime=11.82
/proc/11834/task/11838/stat : 11838 (java) S 11832 11834 11367 0 -1 64 67292 0 0 0 1153 29 0 0 16 0 12 0 1978866976 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11839] ppid=11832 vsize=823352 CPUtime=129.51
/proc/11834/task/11839/stat : 11839 (java) R 11832 11834 11367 0 -1 64 67945 0 0 0 12923 28 0 0 25 0 12 0 1978866977 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 105852575 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11840] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11840/stat : 11840 (java) S 11832 11834 11367 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978866978 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11841] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11841/stat : 11841 (java) S 11832 11834 11367 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1978866978 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11842] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11842/stat : 11842 (java) S 11832 11834 11367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11843] ppid=11832 vsize=823352 CPUtime=0.85
/proc/11834/task/11843/stat : 11843 (java) S 11832 11834 11367 0 -1 64 3251 0 0 0 85 0 0 0 16 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11844] ppid=11832 vsize=823352 CPUtime=1.45
/proc/11834/task/11844/stat : 11844 (java) S 11832 11834 11367 0 -1 64 6882 0 0 0 142 3 0 0 16 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11845] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11845/stat : 11845 (java) S 11832 11834 11367 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11846] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11846/stat : 11846 (java) S 11832 11834 11367 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 207.81
Current children cumulated vsize (KiB) 823352

[startup+204.703 s]
/proc/loadavg: 2.08 2.08 1.78 3/92 11846
/proc/meminfo: memFree=915720/2055920 swapFree=4180076/4192956
[pid=11834] ppid=11832 vsize=823352 CPUtime=208.61
/proc/11834/stat : 11834 (java) S 11832 11834 11367 0 -1 0 246745 0 1 0 20752 109 0 0 18 0 12 0 1978866973 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11834/statm: 205838 175466 1398 9 0 203200 0
[pid=11834/tid=11836] ppid=11832 vsize=823352 CPUtime=52.62
/proc/11834/task/11836/stat : 11836 (java) S 11832 11834 11367 0 -1 64 35783 0 1 0 5245 17 0 0 17 0 12 0 1978866974 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11837] ppid=11832 vsize=823352 CPUtime=11.49
/proc/11834/task/11837/stat : 11837 (java) S 11832 11834 11367 0 -1 64 64830 0 0 0 1121 28 0 0 16 0 12 0 1978866976 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11838] ppid=11832 vsize=823352 CPUtime=11.82
/proc/11834/task/11838/stat : 11838 (java) S 11832 11834 11367 0 -1 64 67292 0 0 0 1153 29 0 0 16 0 12 0 1978866976 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11839] ppid=11832 vsize=823352 CPUtime=130.31
/proc/11834/task/11839/stat : 11839 (java) R 11832 11834 11367 0 -1 64 67945 0 0 0 13003 28 0 0 25 0 12 0 1978866977 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11840] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11840/stat : 11840 (java) S 11832 11834 11367 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978866978 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11841] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11841/stat : 11841 (java) S 11832 11834 11367 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1978866978 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11842] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11842/stat : 11842 (java) S 11832 11834 11367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11843] ppid=11832 vsize=823352 CPUtime=0.85
/proc/11834/task/11843/stat : 11843 (java) S 11832 11834 11367 0 -1 64 3251 0 0 0 85 0 0 0 16 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11844] ppid=11832 vsize=823352 CPUtime=1.45
/proc/11834/task/11844/stat : 11844 (java) S 11832 11834 11367 0 -1 64 6882 0 0 0 142 3 0 0 16 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11845] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11845/stat : 11845 (java) S 11832 11834 11367 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11846] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11846/stat : 11846 (java) S 11832 11834 11367 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 208.61
Current children cumulated vsize (KiB) 823352

[startup+204.903 s]
/proc/loadavg: 2.08 2.08 1.78 3/92 11846
/proc/meminfo: memFree=915720/2055920 swapFree=4180076/4192956
[pid=11834] ppid=11832 vsize=823352 CPUtime=208.81
/proc/11834/stat : 11834 (java) S 11832 11834 11367 0 -1 0 246745 0 1 0 20772 109 0 0 18 0 12 0 1978866973 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11834/statm: 205838 175466 1398 9 0 203200 0
[pid=11834/tid=11836] ppid=11832 vsize=823352 CPUtime=52.62
/proc/11834/task/11836/stat : 11836 (java) S 11832 11834 11367 0 -1 64 35783 0 1 0 5245 17 0 0 17 0 12 0 1978866974 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11837] ppid=11832 vsize=823352 CPUtime=11.49
/proc/11834/task/11837/stat : 11837 (java) S 11832 11834 11367 0 -1 64 64830 0 0 0 1121 28 0 0 16 0 12 0 1978866976 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11838] ppid=11832 vsize=823352 CPUtime=11.82
/proc/11834/task/11838/stat : 11838 (java) S 11832 11834 11367 0 -1 64 67292 0 0 0 1153 29 0 0 16 0 12 0 1978866976 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11839] ppid=11832 vsize=823352 CPUtime=130.51
/proc/11834/task/11839/stat : 11839 (java) R 11832 11834 11367 0 -1 64 67945 0 0 0 13023 28 0 0 25 0 12 0 1978866977 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 106123838 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11840] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11840/stat : 11840 (java) S 11832 11834 11367 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978866978 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11841] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11841/stat : 11841 (java) S 11832 11834 11367 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1978866978 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11842] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11842/stat : 11842 (java) S 11832 11834 11367 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11843] ppid=11832 vsize=823352 CPUtime=0.85
/proc/11834/task/11843/stat : 11843 (java) S 11832 11834 11367 0 -1 64 3251 0 0 0 85 0 0 0 16 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11844] ppid=11832 vsize=823352 CPUtime=1.45
/proc/11834/task/11844/stat : 11844 (java) S 11832 11834 11367 0 -1 64 6882 0 0 0 142 3 0 0 16 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11834/tid=11845] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11845/stat : 11845 (java) S 11832 11834 11367 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11834/tid=11846] ppid=11832 vsize=823352 CPUtime=0
/proc/11834/task/11846/stat : 11846 (java) S 11832 11834 11367 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978866982 843112448 175466 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 208.81
Current children cumulated vsize (KiB) 823352

[startup+205.003 s]
/proc/loadavg: 2.08 2.08 1.78 3/92 11846
/proc/meminfo: memFree=915720/2055920 swapFree=4180076/4192956
[pid=11834] ppid=11832 vsize=0 CPUtime=208.87
/proc/11834/stat : 11834 (java) Z 11832 11834 11367 0 -1 12 246759 0 1 0 20774 113 0 0 16 0 2 0 1978866973 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11834/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 208.87
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 205.066
CPU time (s): 208.941
CPU user time (s): 207.747
CPU system time (s): 1.19382
CPU usage (%): 101.89
Max. virtual memory (cumulated for all children) (KiB): 919360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 207.747
system time used= 1.19382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246759
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= 5700
involuntary context switches= 9108

runsolver used 0.25796 second user time and 0.699893 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-02 13:42:25
IDJOB=1040838
IDBENCH=53746
IDSOLVER=344
FILE ID=node42/1040838-1214998945
PBS_JOBID= 7870838
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ceccab7dc200f4f23e5f2834014db6dd
RANDOM SEED=501423043

node42.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.214
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.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1615240 kB
Buffers:         42208 kB
Cached:         252700 kB
SwapCached:       6808 kB
Active:         185232 kB
Inactive:       188624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1615240 kB
SwapTotal:     4192956 kB
SwapFree:      4180076 kB
Dirty:            1696 kB
Writeback:           0 kB
Mapped:          92512 kB
Slab:            51808 kB
Committed_AS:  4253016 kB
PageTables:       2004 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= 66528 MiB
End job on node42 at 2008-07-02 13:45:50