Trace number 1085980

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? 733.303 737.5

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-9.xml
MD5SUMa935103af39bd284c54c6d98a149f42a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark203.296
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

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.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1085980-1215236596.xml
0.38/0.40	c reading problem ... 
0.58/0.67	c reading problem named null
0.58/0.67	c reading domains done.
0.88/0.92	c reading variables done.
2.45/2.21	c reading predicates  done.
2.65/2.40	c reading constraints
724.88/729.03	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
728.86/733.08		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
728.86/733.08		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
728.86/733.08		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
728.86/733.08		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
728.86/733.08		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
728.86/733.08		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
728.86/733.08		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
728.86/733.08		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
728.86/733.08		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
728.86/733.08		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
728.86/733.08		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
728.86/733.08		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
728.86/733.08		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
728.86/733.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
728.86/733.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
728.86/733.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
728.86/733.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
728.86/733.08		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
728.86/733.08		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
728.86/733.08		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
728.86/733.08		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
728.86/733.08		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
728.86/733.08		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
728.86/733.08		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
728.86/733.08		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
728.86/733.08		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
728.86/733.08		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
732.94/737.17	c starts		: 0
732.94/737.17	c conflicts		: 0
732.94/737.17	c decisions		: 0
732.94/737.17	c propagations		: 0
732.94/737.17	c inspects		: 0
732.94/737.17	c learnt literals	: 0
732.94/737.17	c learnt binary clauses	: 0
732.94/737.17	c learnt ternary clauses	: 0
732.94/737.17	c learnt clauses	: 0
732.94/737.17	c ignored clauses	: 0
732.94/737.17	c root simplifications	: 0
732.94/737.17	c removed literals (reason simplification)	: 0
732.94/737.17	c reason swapping (by a shorter reason)	: 0
732.94/737.17	c Calls to reduceDB	: 0
732.94/737.17	c speed (assignments/second)	: 0.0
732.94/737.17	c non guided choices	0
732.94/737.17	s UNKNOWN
732.94/737.17	c Total wall clock time (in seconds) : 732.676

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-1085980-1215236596/watcher-1085980-1215236596 -o /tmp/evaluation-result-1085980-1215236596/solver-1085980-1215236596 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1085980-1215236596.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 2.00 4/72 8383
/proc/meminfo: memFree=1510464/2055920 swapFree=4121416/4192956
[pid=8383] ppid=8381 vsize=18572 CPUtime=0
/proc/8383/stat : 8383 (runsolver) R 8381 8383 6099 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1553333622 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8383/statm: 4643 292 257 25 0 2626 0

[startup+0.0141569 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8383
/proc/meminfo: memFree=1510464/2055920 swapFree=4121416/4192956
[pid=8383] ppid=8381 vsize=1804 CPUtime=0
/proc/8383/stat : 8383 (java) D 8381 8383 6099 0 -1 0 348 0 0 0 0 0 0 0 18 0 1 0 1553333622 1847296 151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/8383/statm: 451 163 118 9 0 93 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1804

[startup+0.102232 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8383
/proc/meminfo: memFree=1510464/2055920 swapFree=4121416/4192956
[pid=8383] ppid=8381 vsize=804612 CPUtime=0.08
/proc/8383/stat : 8383 (java) S 8381 8383 6099 0 -1 0 3000 0 1 0 6 2 0 0 18 0 12 0 1553333622 823922688 2733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8383/statm: 201153 2733 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302266 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8383
/proc/meminfo: memFree=1510464/2055920 swapFree=4121416/4192956
[pid=8383] ppid=8381 vsize=808276 CPUtime=0.28
/proc/8383/stat : 8383 (java) S 8381 8383 6099 0 -1 0 4953 0 1 0 25 3 0 0 18 0 12 0 1553333622 827674624 4280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8383/statm: 202069 4280 1298 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.702346 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 8383
/proc/meminfo: memFree=1510464/2055920 swapFree=4121416/4192956
[pid=8383] ppid=8381 vsize=808304 CPUtime=0.67
/proc/8383/stat : 8383 (java) S 8381 8383 6099 0 -1 0 6410 0 1 0 62 5 0 0 18 0 12 0 1553333622 827703296 5538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8383/statm: 202076 5538 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808304

[startup+1.50147 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 8395
/proc/meminfo: memFree=1492896/2055920 swapFree=4121416/4192956
[pid=8383] ppid=8381 vsize=808304 CPUtime=1.47
/proc/8383/stat : 8383 (java) S 8381 8383 6099 0 -1 0 10615 0 1 0 140 7 0 0 18 0 12 0 1553333622 827703296 8473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8383/statm: 202076 8473 1344 9 0 199438 0
[pid=8383/tid=8385] ppid=8381 vsize=808304 CPUtime=0.71
/proc/8383/task/8385/stat : 8385 (java) R 8381 8383 6099 0 -1 64 6710 0 1 0 66 5 0 0 22 0 12 0 1553333624 827703296 8473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8386] ppid=8381 vsize=808304 CPUtime=0
/proc/8383/task/8386/stat : 8386 (java) S 8381 8383 6099 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1553333625 827703296 8473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8387] ppid=8381 vsize=808304 CPUtime=0
/proc/8383/task/8387/stat : 8387 (java) S 8381 8383 6099 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1553333625 827703296 8473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8388] ppid=8381 vsize=808304 CPUtime=0
/proc/8383/task/8388/stat : 8388 (java) S 8381 8383 6099 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1553333627 827703296 8473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8389] ppid=8381 vsize=808304 CPUtime=0
/proc/8383/task/8389/stat : 8389 (java) S 8381 8383 6099 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1553333627 827703296 8473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8390] ppid=8381 vsize=808304 CPUtime=0
/proc/8383/task/8390/stat : 8390 (java) S 8381 8383 6099 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1553333627 827703296 8473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8391] ppid=8381 vsize=808304 CPUtime=0
/proc/8383/task/8391/stat : 8391 (java) S 8381 8383 6099 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1553333631 827703296 8473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8392] ppid=8381 vsize=808304 CPUtime=0.49
/proc/8383/task/8392/stat : 8392 (java) R 8381 8383 6099 0 -1 64 1968 0 0 0 49 0 0 0 16 0 12 0 1553333631 827703296 8473 996147200 134512640 134550740 4294956016 18446744073709551615 103115699 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8393] ppid=8381 vsize=808304 CPUtime=0.23
/proc/8383/task/8393/stat : 8393 (java) S 8381 8383 6099 0 -1 64 1171 0 0 0 23 0 0 0 16 0 12 0 1553333631 827703296 8473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8394] ppid=8381 vsize=808304 CPUtime=0
/proc/8383/task/8394/stat : 8394 (java) S 8381 8383 6099 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553333631 827703296 8473 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8395] ppid=8381 vsize=808304 CPUtime=0
/proc/8383/task/8395/stat : 8395 (java) S 8381 8383 6099 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553333631 827703296 8473 996147200 134512640 134550740 4294956016 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) 808304

[startup+3.10275 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 8395
/proc/meminfo: memFree=1391776/2055920 swapFree=4121416/4192956
[pid=8383] ppid=8381 vsize=818264 CPUtime=3.35
/proc/8383/stat : 8383 (java) S 8381 8383 6099 0 -1 0 42197 0 1 0 313 22 0 0 18 0 12 0 1553333622 837902336 33830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8383/statm: 204566 33830 1378 9 0 201928 0
[pid=8383/tid=8385] ppid=8381 vsize=818264 CPUtime=1.34
/proc/8383/task/8385/stat : 8385 (java) R 8381 8383 6099 0 -1 64 17307 0 1 0 124 10 0 0 20 0 12 0 1553333624 837902336 33830 996147200 134512640 134550740 4294956016 18446744073709551615 4109764607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8386] ppid=8381 vsize=818264 CPUtime=0.31
/proc/8383/task/8386/stat : 8386 (java) S 8381 8383 6099 0 -1 64 9191 0 0 0 28 3 0 0 16 0 12 0 1553333625 837902336 33830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8387] ppid=8381 vsize=818264 CPUtime=0.34
/proc/8383/task/8387/stat : 8387 (java) S 8381 8383 6099 0 -1 64 8347 0 0 0 30 4 0 0 20 0 12 0 1553333625 837902336 33830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8388] ppid=8381 vsize=818264 CPUtime=0
/proc/8383/task/8388/stat : 8388 (java) S 8381 8383 6099 0 -1 64 29 0 0 0 0 0 0 0 17 0 12 0 1553333627 837902336 33830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8389] ppid=8381 vsize=818264 CPUtime=0
/proc/8383/task/8389/stat : 8389 (java) S 8381 8383 6099 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1553333627 837902336 33830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8390] ppid=8381 vsize=818264 CPUtime=0
/proc/8383/task/8390/stat : 8390 (java) S 8381 8383 6099 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1553333627 837902336 33830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8391] ppid=8381 vsize=818264 CPUtime=0
/proc/8383/task/8391/stat : 8391 (java) S 8381 8383 6099 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1553333631 837902336 33830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8392] ppid=8381 vsize=818264 CPUtime=0.97
/proc/8383/task/8392/stat : 8392 (java) S 8381 8383 6099 0 -1 64 5348 0 0 0 95 2 0 0 17 0 12 0 1553333631 837902336 33830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8393] ppid=8381 vsize=818264 CPUtime=0.34
/proc/8383/task/8393/stat : 8393 (java) S 8381 8383 6099 0 -1 64 1213 0 0 0 34 0 0 0 16 0 12 0 1553333631 837902336 33830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8394] ppid=8381 vsize=818264 CPUtime=0
/proc/8383/task/8394/stat : 8394 (java) S 8381 8383 6099 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553333631 837902336 33830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8395] ppid=8381 vsize=818264 CPUtime=0
/proc/8383/task/8395/stat : 8395 (java) S 8381 8383 6099 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553333631 837902336 33830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 818264

[startup+6.30131 s]
/proc/loadavg: 2.08 2.02 2.01 7/84 8395
/proc/meminfo: memFree=1340704/2055920 swapFree=4121416/4192956
[pid=8383] ppid=8381 vsize=819072 CPUtime=6.72
/proc/8383/stat : 8383 (java) S 8381 8383 6099 0 -1 0 54614 0 1 0 646 26 0 0 18 0 12 0 1553333622 838729728 44287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8383/statm: 204768 44287 1389 9 0 202130 0
[pid=8383/tid=8385] ppid=8381 vsize=819072 CPUtime=3.51
/proc/8383/task/8385/stat : 8385 (java) R 8381 8383 6099 0 -1 64 17321 0 1 0 341 10 0 0 25 0 12 0 1553333624 838729728 44287 996147200 134512640 134550740 4294956016 18446744073709551615 4109707162 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8386] ppid=8381 vsize=819072 CPUtime=0.66
/proc/8383/task/8386/stat : 8386 (java) S 8381 8383 6099 0 -1 64 15670 0 0 0 62 4 0 0 16 0 12 0 1553333625 838729728 44287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8387] ppid=8381 vsize=819072 CPUtime=0.71
/proc/8383/task/8387/stat : 8387 (java) S 8381 8383 6099 0 -1 64 13989 0 0 0 66 5 0 0 16 0 12 0 1553333625 838729728 44287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8388] ppid=8381 vsize=819072 CPUtime=0
/proc/8383/task/8388/stat : 8388 (java) S 8381 8383 6099 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1553333627 838729728 44287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8389] ppid=8381 vsize=819072 CPUtime=0
/proc/8383/task/8389/stat : 8389 (java) S 8381 8383 6099 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1553333627 838729728 44287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8390] ppid=8381 vsize=819072 CPUtime=0
/proc/8383/task/8390/stat : 8390 (java) S 8381 8383 6099 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1553333627 838729728 44287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8391] ppid=8381 vsize=819072 CPUtime=0
/proc/8383/task/8391/stat : 8391 (java) S 8381 8383 6099 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1553333631 838729728 44287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8392] ppid=8381 vsize=819072 CPUtime=1.21
/proc/8383/task/8392/stat : 8392 (java) S 8381 8383 6099 0 -1 64 5597 0 0 0 119 2 0 0 16 0 12 0 1553333631 838729728 44287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8393] ppid=8381 vsize=819072 CPUtime=0.55
/proc/8383/task/8393/stat : 8393 (java) S 8381 8383 6099 0 -1 64 1243 0 0 0 55 0 0 0 16 0 12 0 1553333631 838729728 44287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8394] ppid=8381 vsize=819072 CPUtime=0
/proc/8383/task/8394/stat : 8394 (java) S 8381 8383 6099 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553333631 838729728 44287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8395] ppid=8381 vsize=819072 CPUtime=0
/proc/8383/task/8395/stat : 8395 (java) S 8381 8383 6099 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553333631 838729728 44287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 819072

[startup+12.7024 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 8395
/proc/meminfo: memFree=1316584/2055920 swapFree=4121416/4192956
[pid=8383] ppid=8381 vsize=819072 CPUtime=13.1
/proc/8383/stat : 8383 (java) S 8381 8383 6099 0 -1 0 60341 0 1 0 1282 28 0 0 18 0 12 0 1553333622 838729728 49995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8383/statm: 204768 49995 1389 9 0 202130 0
[pid=8383/tid=8385] ppid=8381 vsize=819072 CPUtime=9.49
/proc/8383/task/8385/stat : 8385 (java) R 8381 8383 6099 0 -1 64 17341 0 1 0 939 10 0 0 25 0 12 0 1553333624 838729728 49995 996147200 134512640 134550740 4294956016 18446744073709551615 4109833545 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8386] ppid=8381 vsize=819072 CPUtime=0.8
/proc/8383/task/8386/stat : 8386 (java) S 8381 8383 6099 0 -1 64 18804 0 0 0 74 6 0 0 16 0 12 0 1553333625 838729728 49995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8387] ppid=8381 vsize=819072 CPUtime=0.87
/proc/8383/task/8387/stat : 8387 (java) S 8381 8383 6099 0 -1 64 16550 0 0 0 81 6 0 0 16 0 12 0 1553333625 838729728 49995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8388] ppid=8381 vsize=819072 CPUtime=0
/proc/8383/task/8388/stat : 8388 (java) S 8381 8383 6099 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1553333627 838729728 49995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8389] ppid=8381 vsize=819072 CPUtime=0
/proc/8383/task/8389/stat : 8389 (java) S 8381 8383 6099 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1553333627 838729728 49995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8390] ppid=8381 vsize=819072 CPUtime=0
/proc/8383/task/8390/stat : 8390 (java) S 8381 8383 6099 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1553333627 838729728 49995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8391] ppid=8381 vsize=819072 CPUtime=0
/proc/8383/task/8391/stat : 8391 (java) S 8381 8383 6099 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1553333631 838729728 49995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8392] ppid=8381 vsize=819072 CPUtime=1.28
/proc/8383/task/8392/stat : 8392 (java) S 8381 8383 6099 0 -1 64 5606 0 0 0 125 3 0 0 16 0 12 0 1553333631 838729728 49995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8393] ppid=8381 vsize=819072 CPUtime=0.59
/proc/8383/task/8393/stat : 8393 (java) S 8381 8383 6099 0 -1 64 1246 0 0 0 59 0 0 0 16 0 12 0 1553333631 838729728 49995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8394] ppid=8381 vsize=819072 CPUtime=0
/proc/8383/task/8394/stat : 8394 (java) S 8381 8383 6099 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553333631 838729728 49995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8395] ppid=8381 vsize=819072 CPUtime=0
/proc/8383/task/8395/stat : 8395 (java) S 8381 8383 6099 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553333631 838729728 49995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.1
Current children cumulated vsize (KiB) 819072

[startup+25.5026 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 8395
/proc/meminfo: memFree=1289256/2055920 swapFree=4121416/4192956
[pid=8383] ppid=8381 vsize=819072 CPUtime=25.79
/proc/8383/stat : 8383 (java) S 8381 8383 6099 0 -1 0 66754 0 1 0 2548 31 0 0 18 0 12 0 1553333622 838729728 56386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8383/statm: 204768 56386 1390 9 0 202130 0
[pid=8383/tid=8385] ppid=8381 vsize=819072 CPUtime=21.94
/proc/8383/task/8385/stat : 8385 (java) R 8381 8383 6099 0 -1 64 17367 0 1 0 2183 11 0 0 25 0 12 0 1553333624 838729728 56386 996147200 134512640 134550740 4294956016 18446744073709551615 4109858160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8386] ppid=8381 vsize=819072 CPUtime=0.9
/proc/8383/task/8386/stat : 8386 (java) S 8381 8383 6099 0 -1 64 21897 0 0 0 83 7 0 0 15 0 12 0 1553333625 838729728 56386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8387] ppid=8381 vsize=819072 CPUtime=0.98
/proc/8383/task/8387/stat : 8387 (java) S 8381 8383 6099 0 -1 64 19842 0 0 0 91 7 0 0 16 0 12 0 1553333625 838729728 56386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8388] ppid=8381 vsize=819072 CPUtime=0.01
/proc/8383/task/8388/stat : 8388 (java) S 8381 8383 6099 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1553333627 838729728 56386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8389] ppid=8381 vsize=819072 CPUtime=0
/proc/8383/task/8389/stat : 8389 (java) S 8381 8383 6099 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1553333627 838729728 56386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8390] ppid=8381 vsize=819072 CPUtime=0
/proc/8383/task/8390/stat : 8390 (java) S 8381 8383 6099 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1553333627 838729728 56386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8391] ppid=8381 vsize=819072 CPUtime=0
/proc/8383/task/8391/stat : 8391 (java) S 8381 8383 6099 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1553333631 838729728 56386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+732.701 s]
/proc/loadavg: 2.00 2.08 2.06 3/84 8395
/proc/meminfo: memFree=811616/2055920 swapFree=4121416/4192956
[pid=8383] ppid=8381 vsize=824100 CPUtime=728.56
/proc/8383/stat : 8383 (java) S 8381 8383 6099 0 -1 0 671972 0 1 0 72564 292 0 0 18 0 12 0 1553333622 843878400 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8383/statm: 206025 175430 1393 9 0 203387 0
[pid=8383/tid=8385] ppid=8381 vsize=824100 CPUtime=284.56
/proc/8383/task/8385/stat : 8385 (java) S 8381 8383 6099 0 -1 64 18133 0 1 0 28442 14 0 0 16 0 12 0 1553333624 843878400 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8386] ppid=8381 vsize=824100 CPUtime=3.73
/proc/8383/task/8386/stat : 8386 (java) S 8381 8383 6099 0 -1 64 85718 0 0 0 344 29 0 0 15 0 12 0 1553333625 843878400 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8387] ppid=8381 vsize=824100 CPUtime=3.82
/proc/8383/task/8387/stat : 8387 (java) S 8381 8383 6099 0 -1 64 73416 0 0 0 356 26 0 0 16 0 12 0 1553333625 843878400 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8388] ppid=8381 vsize=824100 CPUtime=434.31
/proc/8383/task/8388/stat : 8388 (java) R 8381 8383 6099 0 -1 64 487083 0 0 0 43214 217 0 0 25 0 12 0 1553333627 843878400 175430 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8389] ppid=8381 vsize=824100 CPUtime=0
/proc/8383/task/8389/stat : 8389 (java) S 8381 8383 6099 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1553333627 843878400 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8390] ppid=8381 vsize=824100 CPUtime=0
/proc/8383/task/8390/stat : 8390 (java) S 8381 8383 6099 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1553333627 843878400 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8391] ppid=8381 vsize=824100 CPUtime=0
/proc/8383/task/8391/stat : 8391 (java) S 8381 8383 6099 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1553333631 843878400 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8392] ppid=8381 vsize=824100 CPUtime=1.42
/proc/8383/task/8392/stat : 8392 (java) S 8381 8383 6099 0 -1 64 5609 0 0 0 139 3 0 0 17 0 12 0 1553333631 843878400 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8393] ppid=8381 vsize=824100 CPUtime=0.66
/proc/8383/task/8393/stat : 8393 (java) S 8381 8383 6099 0 -1 64 1248 0 0 0 66 0 0 0 16 0 12 0 1553333631 843878400 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8394] ppid=8381 vsize=824100 CPUtime=0
/proc/8383/task/8394/stat : 8394 (java) S 8381 8383 6099 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553333631 843878400 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8395] ppid=8381 vsize=824100 CPUtime=0
/proc/8383/task/8395/stat : 8395 (java) S 8381 8383 6099 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1553333631 843878400 175430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 728.56
Current children cumulated vsize (KiB) 824100

[startup+735.908 s]
/proc/loadavg: 2.00 2.08 2.06 3/85 8396
/proc/meminfo: memFree=815384/2055920 swapFree=4121416/4192956
[pid=8383] ppid=8381 vsize=820420 CPUtime=731.75
/proc/8383/stat : 8383 (java) S 8381 8383 6099 0 -1 0 674986 0 1 0 72881 294 0 0 18 0 13 0 1553333622 840110080 174436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8383/statm: 205105 174436 1393 9 0 202467 0
[pid=8383/tid=8385] ppid=8381 vsize=820420 CPUtime=284.57
/proc/8383/task/8385/stat : 8385 (java) S 8381 8383 6099 0 -1 64 18137 0 1 0 28443 14 0 0 16 0 13 0 1553333624 840110080 174436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8386] ppid=8381 vsize=820420 CPUtime=3.73
/proc/8383/task/8386/stat : 8386 (java) S 8381 8383 6099 0 -1 64 85718 0 0 0 344 29 0 0 15 0 13 0 1553333625 840110080 174436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8387] ppid=8381 vsize=820420 CPUtime=3.82
/proc/8383/task/8387/stat : 8387 (java) S 8381 8383 6099 0 -1 64 73416 0 0 0 356 26 0 0 16 0 13 0 1553333625 840110080 174436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8388] ppid=8381 vsize=820420 CPUtime=437.49
/proc/8383/task/8388/stat : 8388 (java) R 8381 8383 6099 0 -1 64 490086 0 0 0 43531 218 0 0 25 0 13 0 1553333627 840110080 174436 996147200 134512640 134550740 4294956016 18446744073709551615 105847304 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8389] ppid=8381 vsize=820420 CPUtime=0
/proc/8383/task/8389/stat : 8389 (java) S 8381 8383 6099 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1553333627 840110080 174436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8390] ppid=8381 vsize=820420 CPUtime=0
/proc/8383/task/8390/stat : 8390 (java) S 8381 8383 6099 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1553333627 840110080 174436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8391] ppid=8381 vsize=820420 CPUtime=0
/proc/8383/task/8391/stat : 8391 (java) S 8381 8383 6099 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1553333631 840110080 174436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8392] ppid=8381 vsize=820420 CPUtime=1.42
/proc/8383/task/8392/stat : 8392 (java) S 8381 8383 6099 0 -1 64 5609 0 0 0 139 3 0 0 17 0 13 0 1553333631 840110080 174436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8393] ppid=8381 vsize=820420 CPUtime=0.66
/proc/8383/task/8393/stat : 8393 (java) S 8381 8383 6099 0 -1 64 1248 0 0 0 66 0 0 0 16 0 13 0 1553333631 840110080 174436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8394] ppid=8381 vsize=820420 CPUtime=0
/proc/8383/task/8394/stat : 8394 (java) S 8381 8383 6099 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1553333631 840110080 174436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8395] ppid=8381 vsize=820420 CPUtime=0
/proc/8383/task/8395/stat : 8395 (java) S 8381 8383 6099 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1553333631 840110080 174436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8396] ppid=8381 vsize=820420 CPUtime=0
/proc/8383/task/8396/stat : 8396 (java) S 8381 8383 6099 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1553406930 840110080 174436 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 731.75
Current children cumulated vsize (KiB) 820420

[startup+736.703 s]
/proc/loadavg: 2.00 2.08 2.06 3/85 8396
/proc/meminfo: memFree=815384/2055920 swapFree=4121416/4192956
[pid=8383] ppid=8381 vsize=824424 CPUtime=732.54
/proc/8383/stat : 8383 (java) S 8381 8383 6099 0 -1 0 675987 0 1 0 72960 294 0 0 18 0 13 0 1553333622 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8383/statm: 206106 175437 1393 9 0 203468 0
[pid=8383/tid=8385] ppid=8381 vsize=824424 CPUtime=284.57
/proc/8383/task/8385/stat : 8385 (java) S 8381 8383 6099 0 -1 64 18137 0 1 0 28443 14 0 0 16 0 13 0 1553333624 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8386] ppid=8381 vsize=824424 CPUtime=3.73
/proc/8383/task/8386/stat : 8386 (java) S 8381 8383 6099 0 -1 64 85718 0 0 0 344 29 0 0 15 0 13 0 1553333625 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8387] ppid=8381 vsize=824424 CPUtime=3.82
/proc/8383/task/8387/stat : 8387 (java) S 8381 8383 6099 0 -1 64 73416 0 0 0 356 26 0 0 16 0 13 0 1553333625 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8388] ppid=8381 vsize=824424 CPUtime=438.29
/proc/8383/task/8388/stat : 8388 (java) R 8381 8383 6099 0 -1 64 491087 0 0 0 43610 219 0 0 25 0 13 0 1553333627 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 104136397 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8389] ppid=8381 vsize=824424 CPUtime=0
/proc/8383/task/8389/stat : 8389 (java) S 8381 8383 6099 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1553333627 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8390] ppid=8381 vsize=824424 CPUtime=0
/proc/8383/task/8390/stat : 8390 (java) S 8381 8383 6099 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1553333627 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8391] ppid=8381 vsize=824424 CPUtime=0
/proc/8383/task/8391/stat : 8391 (java) S 8381 8383 6099 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1553333631 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8392] ppid=8381 vsize=824424 CPUtime=1.42
/proc/8383/task/8392/stat : 8392 (java) S 8381 8383 6099 0 -1 64 5609 0 0 0 139 3 0 0 17 0 13 0 1553333631 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8393] ppid=8381 vsize=824424 CPUtime=0.66
/proc/8383/task/8393/stat : 8393 (java) S 8381 8383 6099 0 -1 64 1248 0 0 0 66 0 0 0 16 0 13 0 1553333631 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8394] ppid=8381 vsize=824424 CPUtime=0
/proc/8383/task/8394/stat : 8394 (java) S 8381 8383 6099 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1553333631 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8395] ppid=8381 vsize=824424 CPUtime=0
/proc/8383/task/8395/stat : 8395 (java) S 8381 8383 6099 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1553333631 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8396] ppid=8381 vsize=824424 CPUtime=0
/proc/8383/task/8396/stat : 8396 (java) S 8381 8383 6099 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1553406930 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 732.54
Current children cumulated vsize (KiB) 824424

[startup+737.103 s]
/proc/loadavg: 2.00 2.08 2.06 3/85 8396
/proc/meminfo: memFree=811544/2055920 swapFree=4121416/4192956
[pid=8383] ppid=8381 vsize=824424 CPUtime=732.94
/proc/8383/stat : 8383 (java) S 8381 8383 6099 0 -1 0 675987 0 1 0 73000 294 0 0 18 0 13 0 1553333622 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8383/statm: 206106 175437 1393 9 0 203468 0
[pid=8383/tid=8385] ppid=8381 vsize=824424 CPUtime=284.57
/proc/8383/task/8385/stat : 8385 (java) S 8381 8383 6099 0 -1 64 18137 0 1 0 28443 14 0 0 16 0 13 0 1553333624 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8386] ppid=8381 vsize=824424 CPUtime=3.73
/proc/8383/task/8386/stat : 8386 (java) S 8381 8383 6099 0 -1 64 85718 0 0 0 344 29 0 0 15 0 13 0 1553333625 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8387] ppid=8381 vsize=824424 CPUtime=3.82
/proc/8383/task/8387/stat : 8387 (java) S 8381 8383 6099 0 -1 64 73416 0 0 0 356 26 0 0 16 0 13 0 1553333625 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8388] ppid=8381 vsize=824424 CPUtime=438.69
/proc/8383/task/8388/stat : 8388 (java) R 8381 8383 6099 0 -1 64 491087 0 0 0 43650 219 0 0 25 0 13 0 1553333627 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8389] ppid=8381 vsize=824424 CPUtime=0
/proc/8383/task/8389/stat : 8389 (java) S 8381 8383 6099 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1553333627 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8390] ppid=8381 vsize=824424 CPUtime=0
/proc/8383/task/8390/stat : 8390 (java) S 8381 8383 6099 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1553333627 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8391] ppid=8381 vsize=824424 CPUtime=0
/proc/8383/task/8391/stat : 8391 (java) S 8381 8383 6099 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1553333631 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8392] ppid=8381 vsize=824424 CPUtime=1.42
/proc/8383/task/8392/stat : 8392 (java) S 8381 8383 6099 0 -1 64 5609 0 0 0 139 3 0 0 17 0 13 0 1553333631 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8393] ppid=8381 vsize=824424 CPUtime=0.66
/proc/8383/task/8393/stat : 8393 (java) S 8381 8383 6099 0 -1 64 1248 0 0 0 66 0 0 0 16 0 13 0 1553333631 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8394] ppid=8381 vsize=824424 CPUtime=0
/proc/8383/task/8394/stat : 8394 (java) S 8381 8383 6099 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1553333631 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8395] ppid=8381 vsize=824424 CPUtime=0
/proc/8383/task/8395/stat : 8395 (java) S 8381 8383 6099 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1553333631 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8383/tid=8396] ppid=8381 vsize=824424 CPUtime=0
/proc/8383/task/8396/stat : 8396 (java) S 8381 8383 6099 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1553406930 844210176 175437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 732.94
Current children cumulated vsize (KiB) 824424

[startup+737.303 s]
/proc/loadavg: 2.00 2.08 2.06 3/85 8396
/proc/meminfo: memFree=811544/2055920 swapFree=4121416/4192956
[pid=8383] ppid=8381 vsize=820420 CPUtime=733.13
/proc/8383/stat : 8383 (java) S 8381 8383 6099 0 -1 0 675989 0 1 0 73019 294 0 0 18 0 12 0 1553333622 840110080 174437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8383/statm: 205105 174437 1394 9 0 202467 0
[pid=8383/tid=8385] ppid=8381 vsize=820420 CPUtime=284.57
/proc/8383/task/8385/stat : 8385 (java) S 8381 8383 6099 0 -1 64 18137 0 1 0 28443 14 0 0 16 0 12 0 1553333624 840110080 174437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8386] ppid=8381 vsize=820420 CPUtime=3.73
/proc/8383/task/8386/stat : 8386 (java) S 8381 8383 6099 0 -1 64 85718 0 0 0 344 29 0 0 15 0 12 0 1553333625 840110080 174437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8387] ppid=8381 vsize=820420 CPUtime=3.82
/proc/8383/task/8387/stat : 8387 (java) S 8381 8383 6099 0 -1 64 73416 0 0 0 356 26 0 0 16 0 12 0 1553333625 840110080 174437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8388] ppid=8381 vsize=820420 CPUtime=438.88
/proc/8383/task/8388/stat : 8388 (java) R 8381 8383 6099 0 -1 64 491087 0 0 0 43669 219 0 0 25 0 12 0 1553333627 840110080 174437 996147200 134512640 134550740 4294956016 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8389] ppid=8381 vsize=820420 CPUtime=0
/proc/8383/task/8389/stat : 8389 (java) S 8381 8383 6099 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1553333627 840110080 174437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8390] ppid=8381 vsize=820420 CPUtime=0
/proc/8383/task/8390/stat : 8390 (java) S 8381 8383 6099 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1553333627 840110080 174437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8391] ppid=8381 vsize=820420 CPUtime=0
/proc/8383/task/8391/stat : 8391 (java) S 8381 8383 6099 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1553333631 840110080 174437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8392] ppid=8381 vsize=820420 CPUtime=1.42
/proc/8383/task/8392/stat : 8392 (java) S 8381 8383 6099 0 -1 64 5609 0 0 0 139 3 0 0 17 0 12 0 1553333631 840110080 174437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8393] ppid=8381 vsize=820420 CPUtime=0.66
/proc/8383/task/8393/stat : 8393 (java) S 8381 8383 6099 0 -1 64 1248 0 0 0 66 0 0 0 16 0 12 0 1553333631 840110080 174437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8394] ppid=8381 vsize=820420 CPUtime=0
/proc/8383/task/8394/stat : 8394 (java) S 8381 8383 6099 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553333631 840110080 174437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8383/tid=8395] ppid=8381 vsize=820420 CPUtime=0
/proc/8383/task/8395/stat : 8395 (java) S 8381 8383 6099 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1553333631 840110080 174437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 733.13
Current children cumulated vsize (KiB) 820420

[startup+737.403 s]
/proc/loadavg: 2.00 2.08 2.06 3/85 8396
/proc/meminfo: memFree=811544/2055920 swapFree=4121416/4192956
[pid=8383] ppid=8381 vsize=0 CPUtime=733.2
/proc/8383/stat : 8383 (java) Z 8381 8383 6099 0 -1 12 675993 0 1 0 73024 296 0 0 16 0 2 0 1553333622 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8383/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 733.2
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 737.5
CPU time (s): 733.303
CPU user time (s): 730.243
CPU system time (s): 3.05953
CPU usage (%): 99.4308
Max. virtual memory (cumulated for all children) (KiB): 833324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 730.243
system time used= 3.05953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 675993
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= 21323
involuntary context switches= 20930

runsolver used 0.937857 second user time and 2.47062 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-05 07:43:16
IDJOB=1085980
IDBENCH=57738
IDSOLVER=344
FILE ID=node14/1085980-1215236596
PBS_JOBID= 7881837
Free space on /tmp= 66440 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a935103af39bd284c54c6d98a149f42a
RANDOM SEED=1917761430

node14.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.267
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	: 5931.00
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.267
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:       1510944 kB
Buffers:         41320 kB
Cached:         183092 kB
SwapCached:      65676 kB
Active:         408108 kB
Inactive:        82764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1510944 kB
SwapTotal:     4192956 kB
SwapFree:      4121416 kB
Dirty:            4580 kB
Writeback:           0 kB
Mapped:         273936 kB
Slab:            38864 kB
Committed_AS:  3318156 kB
PageTables:       2340 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= 66440 MiB
End job on node14 at 2008-07-05 07:55:33