Trace number 1092812

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? 349.357 349.671

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-30.xml
MD5SUM947fd10df4466df33806de675e63a7bd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints7230
Maximum constraint arity2
Maximum domain size120
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7230
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.28	c See www.sat4j.org for details.
0.19/0.28	c That software uses the Rhino library from the Mozilla project.
0.29/0.32	c version 9.9.9.token
0.29/0.32	c sun.arch.data.model	32
0.29/0.32	c java.version	1.6.0_06
0.29/0.32	c os.name	Linux
0.29/0.32	c os.version	2.6.9-22.EL.rootsmp
0.29/0.32	c os.arch	i386
0.29/0.32	c Free memory 669864272
0.29/0.32	c Max memory 672137216
0.29/0.32	c Total memory 672137216
0.29/0.32	c Number of processors 2
0.29/0.37	c c --- Begin Solver configuration ---
0.29/0.37	c Stops conflict analysis at the first Unique Implication Point
0.29/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.37	c Learn all clauses as in MiniSAT
0.29/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.37	c Expensive reason simplification
0.29/0.37	c MiniSAT restarts strategy
0.29/0.37	c timeout=2147483s
0.29/0.37	c DB Simplification allowed=false
0.29/0.37	c --- End Solver configuration ---
0.29/0.37	c solving HOME/instance-1092812-1215277512.xml
0.29/0.37	c reading problem ... 
0.59/0.62	c reading problem named null
0.59/0.62	c reading domains done.
0.59/0.62	c reading variables done.
0.89/0.93	c reading predicates  done.
1.09/1.10	c reading constraints
342.80/343.10	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
345.79/346.18		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
345.79/346.18		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:181)
345.79/346.18		at org.sat4j.minisat.core.Solver.addClause(Solver.java:302)
345.79/346.18		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
345.79/346.18		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:52)
345.79/346.18		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
345.79/346.18		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
345.79/346.18		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
345.79/346.18		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
345.79/346.18		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
345.79/346.18		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
345.79/346.18		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
345.79/346.18		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
345.79/346.18		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
345.79/346.18		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
345.79/346.18		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
345.79/346.18		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
345.79/346.18		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
345.79/346.18		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
345.79/346.18		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
345.79/346.18		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
345.79/346.18		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
345.79/346.18		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
345.79/346.18		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
345.79/346.18		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
348.89/349.27	c starts		: 0
348.89/349.27	c conflicts		: 0
348.89/349.27	c decisions		: 0
348.89/349.27	c propagations		: 0
348.89/349.27	c inspects		: 0
348.89/349.27	c learnt literals	: 0
348.89/349.27	c learnt binary clauses	: 0
348.89/349.27	c learnt ternary clauses	: 0
348.89/349.27	c learnt clauses	: 0
348.89/349.27	c ignored clauses	: 0
348.89/349.27	c root simplifications	: 0
348.89/349.27	c removed literals (reason simplification)	: 0
348.89/349.27	c reason swapping (by a shorter reason)	: 0
348.89/349.27	c Calls to reduceDB	: 0
348.89/349.27	c speed (assignments/second)	: 0.0
348.89/349.27	c non guided choices	0
348.89/349.27	s UNKNOWN
348.89/349.27	c Total wall clock time (in seconds) : 345.817

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 11322
/proc/meminfo: memFree=1734736/2055924 swapFree=4177320/4192956
[pid=11322] ppid=11320 vsize=152 CPUtime=0
/proc/11322/stat : 11322 (java) R 11320 11322 7426 0 -1 0 211 0 0 0 0 0 0 0 20 0 1 0 683480835 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 7934251 0 0 4096 0 0 0 0 17 0 0 0
/proc/11322/statm: 38 26 19 9 0 4 0

[startup+0.0851629 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 11322
/proc/meminfo: memFree=1734736/2055924 swapFree=4177320/4192956
[pid=11322] ppid=11320 vsize=804612 CPUtime=0.07
/proc/11322/stat : 11322 (java) S 11320 11322 7426 0 -1 0 2992 0 1 0 5 2 0 0 20 0 12 0 683480835 823922688 2725 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11322/statm: 201153 2725 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804612

[startup+0.101165 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 11322
/proc/meminfo: memFree=1734736/2055924 swapFree=4177320/4192956
[pid=11322] ppid=11320 vsize=804756 CPUtime=0.09
/proc/11322/stat : 11322 (java) S 11320 11322 7426 0 -1 0 3268 0 1 0 7 2 0 0 20 0 12 0 683480835 824070144 2999 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11322/statm: 201189 2999 1246 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301202 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 11322
/proc/meminfo: memFree=1734736/2055924 swapFree=4177320/4192956
[pid=11322] ppid=11320 vsize=808176 CPUtime=0.29
/proc/11322/stat : 11322 (java) S 11320 11322 7426 0 -1 0 5025 0 1 0 26 3 0 0 20 0 12 0 683480835 827572224 4354 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11322/statm: 202044 4354 1310 9 0 199413 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808176

[startup+0.701278 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 11322
/proc/meminfo: memFree=1734736/2055924 swapFree=4177320/4192956
[pid=11322] ppid=11320 vsize=808204 CPUtime=0.69
/proc/11322/stat : 11322 (java) S 11320 11322 7426 0 -1 0 6500 0 1 0 64 5 0 0 20 0 12 0 683480835 827600896 5649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11322/statm: 202051 5649 1335 9 0 199413 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808204

[startup+1.50243 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 11334
/proc/meminfo: memFree=1713328/2055924 swapFree=4177320/4192956
[pid=11322] ppid=11320 vsize=811192 CPUtime=1.49
/proc/11322/stat : 11322 (java) S 11320 11322 7426 0 -1 0 10370 0 1 0 142 7 0 0 20 0 12 0 683480835 830660608 7921 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11322/statm: 202798 7921 1358 9 0 200160 0
[pid=11322/tid=11324] ppid=11320 vsize=811192 CPUtime=0.72
/proc/11322/task/11324/stat : 11324 (java) R 11320 11322 7426 0 -1 64 5471 0 1 0 68 4 0 0 25 0 12 0 683480836 830660608 7921 996147200 134512640 134550740 4294956016 18446744073709551615 4109217455 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11325] ppid=11320 vsize=811192 CPUtime=0
/proc/11322/task/11325/stat : 11325 (java) S 11320 11322 7426 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 683480837 830660608 7921 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11326] ppid=11320 vsize=811192 CPUtime=0
/proc/11322/task/11326/stat : 11326 (java) S 11320 11322 7426 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 683480837 830660608 7921 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11327] ppid=11320 vsize=811192 CPUtime=0
/proc/11322/task/11327/stat : 11327 (java) S 11320 11322 7426 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 683480839 830660608 7921 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11328] ppid=11320 vsize=811192 CPUtime=0
/proc/11322/task/11328/stat : 11328 (java) S 11320 11322 7426 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 683480839 830660608 7922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11329] ppid=11320 vsize=811192 CPUtime=0
/proc/11322/task/11329/stat : 11329 (java) S 11320 11322 7426 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 683480839 830660608 7922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11330] ppid=11320 vsize=811192 CPUtime=0
/proc/11322/task/11330/stat : 11330 (java) S 11320 11322 7426 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 683480843 830660608 7922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11331] ppid=11320 vsize=811192 CPUtime=0.29
/proc/11322/task/11331/stat : 11331 (java) S 11320 11322 7426 0 -1 64 1116 0 0 0 29 0 0 0 16 0 12 0 683480843 830660608 7922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11332] ppid=11320 vsize=811192 CPUtime=0.44
/proc/11322/task/11332/stat : 11332 (java) S 11320 11322 7426 0 -1 64 3021 0 0 0 43 1 0 0 16 0 12 0 683480843 830660608 7922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11333] ppid=11320 vsize=811192 CPUtime=0
/proc/11322/task/11333/stat : 11333 (java) S 11320 11322 7426 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 683480843 830660608 7922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11334] ppid=11320 vsize=811192 CPUtime=0
/proc/11322/task/11334/stat : 11334 (java) S 11320 11322 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 683480843 830660608 7922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 811192

[startup+3.10272 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 11334
/proc/meminfo: memFree=1680944/2055924 swapFree=4177320/4192956
[pid=11322] ppid=11320 vsize=825272 CPUtime=3.09
/proc/11322/stat : 11322 (java) S 11320 11322 7426 0 -1 0 26268 0 1 0 296 13 0 0 20 0 12 0 683480835 845078528 18974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11322/statm: 206318 18974 1378 9 0 203680 0
[pid=11322/tid=11324] ppid=11320 vsize=825272 CPUtime=1.45
/proc/11322/task/11324/stat : 11324 (java) R 11320 11322 7426 0 -1 64 13232 0 1 0 138 7 0 0 25 0 12 0 683480836 845078528 18974 996147200 134512640 134550740 4294956016 18446744073709551615 4109793142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11325] ppid=11320 vsize=825272 CPUtime=0
/proc/11322/task/11325/stat : 11325 (java) S 11320 11322 7426 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 683480837 845078528 18974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11326] ppid=11320 vsize=825272 CPUtime=0
/proc/11322/task/11326/stat : 11326 (java) S 11320 11322 7426 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 683480837 845078528 18974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11327] ppid=11320 vsize=825272 CPUtime=0
/proc/11322/task/11327/stat : 11327 (java) R 11320 11322 7426 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 683480839 845078528 18974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11328] ppid=11320 vsize=825272 CPUtime=0
/proc/11322/task/11328/stat : 11328 (java) S 11320 11322 7426 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 683480839 845078528 18974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11329] ppid=11320 vsize=825272 CPUtime=0
/proc/11322/task/11329/stat : 11329 (java) S 11320 11322 7426 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 683480839 845078528 18974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11330] ppid=11320 vsize=825272 CPUtime=0
/proc/11322/task/11330/stat : 11330 (java) S 11320 11322 7426 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 683480843 845078528 18974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11331] ppid=11320 vsize=825272 CPUtime=0.88
/proc/11322/task/11331/stat : 11331 (java) R 11320 11322 7426 0 -1 64 7695 0 0 0 85 3 0 0 20 0 12 0 683480843 845078528 18974 996147200 134512640 134550740 4294956016 18446744073709551615 104112585 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11332] ppid=11320 vsize=825272 CPUtime=0.72
/proc/11322/task/11332/stat : 11332 (java) S 11320 11322 7426 0 -1 64 4578 0 0 0 71 1 0 0 16 0 12 0 683480843 845078528 18974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11333] ppid=11320 vsize=825272 CPUtime=0
/proc/11322/task/11333/stat : 11333 (java) S 11320 11322 7426 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 683480843 845078528 18974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11334] ppid=11320 vsize=825272 CPUtime=0
/proc/11322/task/11334/stat : 11334 (java) S 11320 11322 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 683480843 845078528 18974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 825272

[startup+6.30132 s]
/proc/loadavg: 2.16 2.03 2.01 3/86 11334
/proc/meminfo: memFree=1615984/2055924 swapFree=4177320/4192956
[pid=11322] ppid=11320 vsize=822176 CPUtime=6.28
/proc/11322/stat : 11322 (java) S 11320 11322 7426 0 -1 0 41679 0 1 0 609 19 0 0 20 0 12 0 683480835 841908224 32745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11322/statm: 205544 32745 1384 9 0 202906 0
[pid=11322/tid=11324] ppid=11320 vsize=822176 CPUtime=4.03
/proc/11322/task/11324/stat : 11324 (java) R 11320 11322 7426 0 -1 64 17288 0 1 0 393 10 0 0 25 0 12 0 683480836 841908224 32745 996147200 134512640 134550740 4294956016 18446744073709551615 4109908107 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11325] ppid=11320 vsize=822176 CPUtime=0.1
/proc/11322/task/11325/stat : 11325 (java) S 11320 11322 7426 0 -1 64 4894 0 0 0 9 1 0 0 16 0 12 0 683480837 841908224 32745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11326] ppid=11320 vsize=822176 CPUtime=0.1
/proc/11322/task/11326/stat : 11326 (java) S 11320 11322 7426 0 -1 64 5266 0 0 0 9 1 0 0 16 0 12 0 683480837 841908224 32745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11327] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11327/stat : 11327 (java) S 11320 11322 7426 0 -1 64 61 0 0 0 0 0 0 0 16 0 12 0 683480839 841908224 32745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11328] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11328/stat : 11328 (java) S 11320 11322 7426 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683480839 841908224 32745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11329] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11329/stat : 11329 (java) S 11320 11322 7426 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 683480839 841908224 32745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11330] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11330/stat : 11330 (java) S 11320 11322 7426 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 683480843 841908224 32745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11331] ppid=11320 vsize=822176 CPUtime=1.1
/proc/11322/task/11331/stat : 11331 (java) S 11320 11322 7426 0 -1 64 8584 0 0 0 107 3 0 0 16 0 12 0 683480843 841908224 32745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11332] ppid=11320 vsize=822176 CPUtime=0.9
/proc/11322/task/11332/stat : 11332 (java) S 11320 11322 7426 0 -1 64 4824 0 0 0 89 1 0 0 16 0 12 0 683480843 841908224 32745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11333] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11333/stat : 11333 (java) S 11320 11322 7426 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 683480843 841908224 32745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11334] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11334/stat : 11334 (java) S 11320 11322 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 683480843 841908224 32745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 822176

[startup+12.7025 s]
/proc/loadavg: 2.15 2.03 2.00 3/86 11334
/proc/meminfo: memFree=1548856/2055924 swapFree=4177320/4192956
[pid=11322] ppid=11320 vsize=822176 CPUtime=12.69
/proc/11322/stat : 11322 (java) S 11320 11322 7426 0 -1 0 58511 0 1 0 1243 26 0 0 20 0 12 0 683480835 841908224 49408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11322/statm: 205544 49408 1386 9 0 202906 0
[pid=11322/tid=11324] ppid=11320 vsize=822176 CPUtime=9.74
/proc/11322/task/11324/stat : 11324 (java) R 11320 11322 7426 0 -1 64 17308 0 1 0 964 10 0 0 25 0 12 0 683480836 841908224 49408 996147200 134512640 134550740 4294956016 18446744073709551615 4109784208 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11325] ppid=11320 vsize=822176 CPUtime=0.36
/proc/11322/task/11325/stat : 11325 (java) S 11320 11322 7426 0 -1 64 12854 0 0 0 32 4 0 0 16 0 12 0 683480837 841908224 49408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11326] ppid=11320 vsize=822176 CPUtime=0.37
/proc/11322/task/11326/stat : 11326 (java) S 11320 11322 7426 0 -1 64 14110 0 0 0 33 4 0 0 16 0 12 0 683480837 841908224 49408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11327] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11327/stat : 11327 (java) S 11320 11322 7426 0 -1 64 61 0 0 0 0 0 0 0 16 0 12 0 683480839 841908224 49408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11328] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11328/stat : 11328 (java) S 11320 11322 7426 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683480839 841908224 49408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11329] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11329/stat : 11329 (java) S 11320 11322 7426 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 683480839 841908224 49408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11330] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11330/stat : 11330 (java) S 11320 11322 7426 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 683480843 841908224 49408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11331] ppid=11320 vsize=822176 CPUtime=1.15
/proc/11322/task/11331/stat : 11331 (java) S 11320 11322 7426 0 -1 64 8586 0 0 0 112 3 0 0 16 0 12 0 683480843 841908224 49408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11332] ppid=11320 vsize=822176 CPUtime=0.99
/proc/11322/task/11332/stat : 11332 (java) S 11320 11322 7426 0 -1 64 4830 0 0 0 98 1 0 0 16 0 12 0 683480843 841908224 49408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11333] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11333/stat : 11333 (java) S 11320 11322 7426 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 683480843 841908224 49408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11334] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11334/stat : 11334 (java) S 11320 11322 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 683480843 841908224 49408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 822176

[startup+25.5019 s]
/proc/loadavg: 2.33 2.08 2.02 3/86 11334
/proc/meminfo: memFree=1429752/2055924 swapFree=4177320/4192956
[pid=11322] ppid=11320 vsize=822176 CPUtime=25.5
/proc/11322/stat : 11322 (java) S 11320 11322 7426 0 -1 0 86571 0 1 0 2513 37 0 0 20 0 12 0 683480835 841908224 77279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11322/statm: 205544 77279 1386 9 0 202906 0
[pid=11322/tid=11324] ppid=11320 vsize=822176 CPUtime=21.28
/proc/11322/task/11324/stat : 11324 (java) R 11320 11322 7426 0 -1 64 17336 0 1 0 2118 10 0 0 25 0 12 0 683480836 841908224 77279 996147200 134512640 134550740 4294956016 18446744073709551615 4109907242 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11325] ppid=11320 vsize=822176 CPUtime=0.71
/proc/11322/task/11325/stat : 11325 (java) S 11320 11322 7426 0 -1 64 27044 0 0 0 61 10 0 0 16 0 12 0 683480837 841908224 77279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11326] ppid=11320 vsize=822176 CPUtime=0.71
/proc/11322/task/11326/stat : 11326 (java) S 11320 11322 7426 0 -1 64 27930 0 0 0 62 9 0 0 16 0 12 0 683480837 841908224 77279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11327] ppid=11320 vsize=822176 CPUtime=0.01
/proc/11322/task/11327/stat : 11327 (java) S 11320 11322 7426 0 -1 64 61 0 0 0 1 0 0 0 15 0 12 0 683480839 841908224 77279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11328] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11328/stat : 11328 (java) S 11320 11322 7426 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683480839 841908224 77279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11329] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11329/stat : 11329 (java) S 11320 11322 7426 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 683480839 841908224 77279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11330] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11330/stat : 11330 (java) S 11320 11322 7426 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 683480843 841908224 77279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+345.501 s]
/proc/loadavg: 2.03 2.10 2.04 3/86 11334
/proc/meminfo: memFree=1036792/2055924 swapFree=4177320/4192956
[pid=11322] ppid=11320 vsize=822176 CPUtime=345.19
/proc/11322/stat : 11322 (java) S 11320 11322 7426 0 -1 0 246563 0 1 0 34421 98 0 0 20 0 12 0 683480835 841908224 175245 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11322/statm: 205544 175245 1400 9 0 202906 0
[pid=11322/tid=11324] ppid=11320 vsize=822176 CPUtime=81.7
/proc/11322/task/11324/stat : 11324 (java) S 11320 11322 7426 0 -1 64 17547 0 1 0 8159 11 0 0 16 0 12 0 683480836 841908224 175245 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11325] ppid=11320 vsize=822176 CPUtime=2.34
/proc/11322/task/11325/stat : 11325 (java) S 11320 11322 7426 0 -1 64 74522 0 0 0 207 27 0 0 15 0 12 0 683480837 841908224 175245 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11326] ppid=11320 vsize=822176 CPUtime=2.45
/proc/11322/task/11326/stat : 11326 (java) S 11320 11322 7426 0 -1 64 78947 0 0 0 218 27 0 0 16 0 12 0 683480837 841908224 175245 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11327] ppid=11320 vsize=822176 CPUtime=254.99
/proc/11322/task/11327/stat : 11327 (java) R 11320 11322 7426 0 -1 64 61254 0 0 0 25474 25 0 0 25 0 12 0 683480839 841908224 175245 996147200 134512640 134550740 4294956016 18446744073709551615 106123325 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11328] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11328/stat : 11328 (java) S 11320 11322 7426 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683480839 841908224 175245 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11329] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11329/stat : 11329 (java) S 11320 11322 7426 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 683480839 841908224 175245 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11330] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11330/stat : 11330 (java) S 11320 11322 7426 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 683480843 841908224 175245 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11331] ppid=11320 vsize=822176 CPUtime=1.65
/proc/11322/task/11331/stat : 11331 (java) S 11320 11322 7426 0 -1 64 8611 0 0 0 162 3 0 0 17 0 12 0 683480843 841908224 175245 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11332] ppid=11320 vsize=822176 CPUtime=1.99
/proc/11322/task/11332/stat : 11332 (java) S 11320 11322 7426 0 -1 64 4920 0 0 0 198 1 0 0 16 0 12 0 683480843 841908224 175245 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11333] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11333/stat : 11333 (java) S 11320 11322 7426 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 683480843 841908224 175245 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11334] ppid=11320 vsize=822176 CPUtime=0
/proc/11322/task/11334/stat : 11334 (java) S 11320 11322 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 683480843 841908224 175245 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 345.19
Current children cumulated vsize (KiB) 822176

[startup+347.103 s]
/proc/loadavg: 2.03 2.10 2.04 3/87 11335
/proc/meminfo: memFree=1036784/2055924 swapFree=4177320/4192956
[pid=11322] ppid=11320 vsize=822500 CPUtime=346.79
/proc/11322/stat : 11322 (java) S 11320 11322 7426 0 -1 0 246570 0 1 0 34581 98 0 0 20 0 13 0 683480835 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11322/statm: 205625 175251 1400 9 0 202987 0
[pid=11322/tid=11324] ppid=11320 vsize=822500 CPUtime=81.7
/proc/11322/task/11324/stat : 11324 (java) S 11320 11322 7426 0 -1 64 17551 0 1 0 8159 11 0 0 18 0 13 0 683480836 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11325] ppid=11320 vsize=822500 CPUtime=2.34
/proc/11322/task/11325/stat : 11325 (java) S 11320 11322 7426 0 -1 64 74522 0 0 0 207 27 0 0 15 0 13 0 683480837 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11326] ppid=11320 vsize=822500 CPUtime=2.45
/proc/11322/task/11326/stat : 11326 (java) S 11320 11322 7426 0 -1 64 78947 0 0 0 218 27 0 0 16 0 13 0 683480837 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11327] ppid=11320 vsize=822500 CPUtime=256.58
/proc/11322/task/11327/stat : 11327 (java) R 11320 11322 7426 0 -1 64 61254 0 0 0 25633 25 0 0 25 0 13 0 683480839 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 105852580 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11328] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11328/stat : 11328 (java) S 11320 11322 7426 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 683480839 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11329] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11329/stat : 11329 (java) S 11320 11322 7426 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 683480839 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11330] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11330/stat : 11330 (java) S 11320 11322 7426 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 683480843 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11331] ppid=11320 vsize=822500 CPUtime=1.65
/proc/11322/task/11331/stat : 11331 (java) S 11320 11322 7426 0 -1 64 8611 0 0 0 162 3 0 0 17 0 13 0 683480843 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11332] ppid=11320 vsize=822500 CPUtime=1.99
/proc/11322/task/11332/stat : 11332 (java) S 11320 11322 7426 0 -1 64 4920 0 0 0 198 1 0 0 16 0 13 0 683480843 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11333] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11333/stat : 11333 (java) S 11320 11322 7426 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 683480843 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11334] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11334/stat : 11334 (java) S 11320 11322 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 683480843 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11335] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11335/stat : 11335 (java) S 11320 11322 7426 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 683515454 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 346.79
Current children cumulated vsize (KiB) 822500

[startup+348.707 s]
/proc/loadavg: 2.03 2.10 2.04 4/87 11335
/proc/meminfo: memFree=1036784/2055924 swapFree=4177320/4192956
[pid=11322] ppid=11320 vsize=822500 CPUtime=348.39
/proc/11322/stat : 11322 (java) S 11320 11322 7426 0 -1 0 246571 0 1 0 34741 98 0 0 20 0 13 0 683480835 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11322/statm: 205625 175251 1400 9 0 202987 0
[pid=11322/tid=11324] ppid=11320 vsize=822500 CPUtime=81.7
/proc/11322/task/11324/stat : 11324 (java) S 11320 11322 7426 0 -1 64 17551 0 1 0 8159 11 0 0 18 0 13 0 683480836 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11325] ppid=11320 vsize=822500 CPUtime=2.34
/proc/11322/task/11325/stat : 11325 (java) S 11320 11322 7426 0 -1 64 74522 0 0 0 207 27 0 0 15 0 13 0 683480837 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11326] ppid=11320 vsize=822500 CPUtime=2.45
/proc/11322/task/11326/stat : 11326 (java) S 11320 11322 7426 0 -1 64 78947 0 0 0 218 27 0 0 16 0 13 0 683480837 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11327] ppid=11320 vsize=822500 CPUtime=258.19
/proc/11322/task/11327/stat : 11327 (java) R 11320 11322 7426 0 -1 64 61254 0 0 0 25794 25 0 0 25 0 13 0 683480839 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 104136387 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11328] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11328/stat : 11328 (java) S 11320 11322 7426 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 683480839 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11329] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11329/stat : 11329 (java) S 11320 11322 7426 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 683480839 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11330] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11330/stat : 11330 (java) S 11320 11322 7426 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 683480843 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11331] ppid=11320 vsize=822500 CPUtime=1.65
/proc/11322/task/11331/stat : 11331 (java) S 11320 11322 7426 0 -1 64 8611 0 0 0 162 3 0 0 17 0 13 0 683480843 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11332] ppid=11320 vsize=822500 CPUtime=1.99
/proc/11322/task/11332/stat : 11332 (java) S 11320 11322 7426 0 -1 64 4920 0 0 0 198 1 0 0 16 0 13 0 683480843 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11333] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11333/stat : 11333 (java) S 11320 11322 7426 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 683480843 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11334] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11334/stat : 11334 (java) S 11320 11322 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 683480843 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11335] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11335/stat : 11335 (java) S 11320 11322 7426 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 683515454 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 348.39
Current children cumulated vsize (KiB) 822500

[startup+349.103 s]
/proc/loadavg: 2.03 2.10 2.04 4/87 11335
/proc/meminfo: memFree=1036784/2055924 swapFree=4177320/4192956
[pid=11322] ppid=11320 vsize=822500 CPUtime=348.79
/proc/11322/stat : 11322 (java) S 11320 11322 7426 0 -1 0 246571 0 1 0 34781 98 0 0 20 0 13 0 683480835 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11322/statm: 205625 175251 1400 9 0 202987 0
[pid=11322/tid=11324] ppid=11320 vsize=822500 CPUtime=81.7
/proc/11322/task/11324/stat : 11324 (java) S 11320 11322 7426 0 -1 64 17551 0 1 0 8159 11 0 0 18 0 13 0 683480836 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11325] ppid=11320 vsize=822500 CPUtime=2.34
/proc/11322/task/11325/stat : 11325 (java) S 11320 11322 7426 0 -1 64 74522 0 0 0 207 27 0 0 15 0 13 0 683480837 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11326] ppid=11320 vsize=822500 CPUtime=2.45
/proc/11322/task/11326/stat : 11326 (java) S 11320 11322 7426 0 -1 64 78947 0 0 0 218 27 0 0 16 0 13 0 683480837 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11327] ppid=11320 vsize=822500 CPUtime=258.58
/proc/11322/task/11327/stat : 11327 (java) R 11320 11322 7426 0 -1 64 61254 0 0 0 25833 25 0 0 25 0 13 0 683480839 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11328] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11328/stat : 11328 (java) S 11320 11322 7426 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 683480839 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11329] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11329/stat : 11329 (java) S 11320 11322 7426 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 683480839 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11330] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11330/stat : 11330 (java) S 11320 11322 7426 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 683480843 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11331] ppid=11320 vsize=822500 CPUtime=1.65
/proc/11322/task/11331/stat : 11331 (java) S 11320 11322 7426 0 -1 64 8611 0 0 0 162 3 0 0 17 0 13 0 683480843 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11332] ppid=11320 vsize=822500 CPUtime=1.99
/proc/11322/task/11332/stat : 11332 (java) S 11320 11322 7426 0 -1 64 4920 0 0 0 198 1 0 0 16 0 13 0 683480843 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11333] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11333/stat : 11333 (java) S 11320 11322 7426 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 683480843 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11334] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11334/stat : 11334 (java) S 11320 11322 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 683480843 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11335] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11335/stat : 11335 (java) S 11320 11322 7426 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 683515454 842240000 175251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 348.79
Current children cumulated vsize (KiB) 822500

[startup+349.503 s]
/proc/loadavg: 2.03 2.10 2.04 4/87 11335
/proc/meminfo: memFree=1036784/2055924 swapFree=4177320/4192956
[pid=11322] ppid=11320 vsize=822500 CPUtime=349.2
/proc/11322/stat : 11322 (java) S 11320 11322 7426 0 -1 0 246574 0 1 0 34821 99 0 0 20 0 12 0 683480835 842240000 175253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11322/statm: 205625 175253 1401 9 0 202987 0
[pid=11322/tid=11324] ppid=11320 vsize=822500 CPUtime=81.7
/proc/11322/task/11324/stat : 11324 (java) S 11320 11322 7426 0 -1 64 17551 0 1 0 8159 11 0 0 16 0 12 0 683480836 842240000 175253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11325] ppid=11320 vsize=822500 CPUtime=2.34
/proc/11322/task/11325/stat : 11325 (java) S 11320 11322 7426 0 -1 64 74522 0 0 0 207 27 0 0 15 0 12 0 683480837 842240000 175253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11326] ppid=11320 vsize=822500 CPUtime=2.45
/proc/11322/task/11326/stat : 11326 (java) S 11320 11322 7426 0 -1 64 78947 0 0 0 218 27 0 0 16 0 12 0 683480837 842240000 175253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11327] ppid=11320 vsize=822500 CPUtime=258.98
/proc/11322/task/11327/stat : 11327 (java) R 11320 11322 7426 0 -1 64 61254 0 0 0 25873 25 0 0 25 0 12 0 683480839 842240000 175253 996147200 134512640 134550740 4294956016 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11328] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11328/stat : 11328 (java) S 11320 11322 7426 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 683480839 842240000 175253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11329] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11329/stat : 11329 (java) S 11320 11322 7426 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 683480839 842240000 175253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11330] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11330/stat : 11330 (java) S 11320 11322 7426 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 683480843 842240000 175253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11331] ppid=11320 vsize=822500 CPUtime=1.65
/proc/11322/task/11331/stat : 11331 (java) S 11320 11322 7426 0 -1 64 8611 0 0 0 162 3 0 0 17 0 12 0 683480843 842240000 175253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11332] ppid=11320 vsize=822500 CPUtime=1.99
/proc/11322/task/11332/stat : 11332 (java) S 11320 11322 7426 0 -1 64 4920 0 0 0 198 1 0 0 16 0 12 0 683480843 842240000 175253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11333] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11333/stat : 11333 (java) S 11320 11322 7426 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 683480843 842240000 175253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11322/tid=11334] ppid=11320 vsize=822500 CPUtime=0
/proc/11322/task/11334/stat : 11334 (java) S 11320 11322 7426 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 683480843 842240000 175253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 349.2
Current children cumulated vsize (KiB) 822500

[startup+349.601 s]
/proc/loadavg: 2.03 2.10 2.04 4/87 11335
/proc/meminfo: memFree=1036784/2055924 swapFree=4177320/4192956
[pid=11322] ppid=11320 vsize=0 CPUtime=349.28
/proc/11322/stat : 11322 (java) Z 11320 11322 7426 0 -1 12 246578 0 1 0 34826 102 0 0 16 0 2 0 683480835 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11322/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 349.28
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 349.671
CPU time (s): 349.357
CPU user time (s): 348.262
CPU system time (s): 1.09483
CPU usage (%): 99.9101
Max. virtual memory (cumulated for all children) (KiB): 834184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 348.262
system time used= 1.09483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246578
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= 9379
involuntary context switches= 9369

runsolver used 0.404938 second user time and 1.04984 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 19:05:13
IDJOB=1092812
IDBENCH=58658
IDSOLVER=344
FILE ID=node83/1092812-1215277512
PBS_JOBID= 7882111
Free space on /tmp= 66496 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 947fd10df4466df33806de675e63a7bd
RANDOM SEED=1681202286

node83.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1735216 kB
Buffers:         44252 kB
Cached:         212328 kB
SwapCached:       9708 kB
Active:         171004 kB
Inactive:       103672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1735216 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            2196 kB
Writeback:           0 kB
Mapped:          24176 kB
Slab:            31468 kB
Committed_AS:  1232124 kB
PageTables:       1748 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= 66496 MiB
End job on node83 at 2008-07-05 19:11:02