Trace number 2086805

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? 251.252 251.175

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-105-7.xml
MD5SUM933af775481748d76719206dbc8b6623
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 benchmark18.7781
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1715
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data

0.10/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.25	c See www.sat4j.org for details.
0.10/0.25	c That software uses the Rhino library from the Mozilla project.
0.10/0.27	c version 2.1.1.v20090622
0.10/0.27	c sun.arch.data.model	32
0.10/0.27	c java.version	1.6.0_12
0.10/0.27	c os.name	Linux
0.10/0.27	c os.version	2.6.9-22.EL.rootsmp
0.10/0.27	c os.arch	i386
0.10/0.27	c Free memory 671000808
0.10/0.27	c Max memory 672137216
0.10/0.27	c Total memory 672137216
0.10/0.27	c Number of processors 2
0.18/0.36	c c --- Begin Solver configuration ---
0.18/0.36	c Stops conflict analysis at the first Unique Implication Point
0.18/0.36	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.36	c Learn all clauses as in MiniSAT
0.18/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.36	c Expensive reason simplification
0.18/0.36	c MiniSAT restarts strategy
0.18/0.36	c Memory based learned constraints deletion strategy
0.18/0.36	c timeout=2147483s
0.18/0.36	c DB Simplification allowed=false
0.18/0.36	c --- End Solver configuration ---
0.18/0.36	c solving HOME/instance-2086805-1247384443.xml
0.18/0.36	c reading problem ... 
0.43/0.65	c reading problem named null
0.43/0.65	c reading domains done.
0.63/0.89	c reading variables done.
2.30/2.12	c reading predicates  done.
2.50/2.32	c reading constraints
241.04/240.92	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
241.04/240.92		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
241.04/240.92		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
242.43/242.36		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
244.33/244.22		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
244.33/244.22		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
244.33/244.22		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
244.33/244.22		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
244.33/244.22		at org.sat4j.csp.Predicate.toClause(Unknown Source)
244.33/244.22		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
244.33/244.22		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
244.33/244.22		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
244.33/244.22		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
244.33/244.22		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
244.33/244.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
244.33/244.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
244.33/244.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
244.33/244.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
244.33/244.22		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
244.33/244.22		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
244.33/244.22		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
244.33/244.22		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
244.33/244.22		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
244.33/244.22		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
244.33/244.22		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
244.33/244.22		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
244.33/244.22		at org.sat4j.AbstractLauncher.run(Unknown Source)
244.33/244.22		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
247.61/247.57	c starts		: 0
247.61/247.57	c conflicts		: 0
247.61/247.57	c decisions		: 0
247.61/247.57	c propagations		: 0
247.61/247.57	c inspects		: 0
247.61/247.57	c learnt literals	: 0
247.61/247.57	c learnt binary clauses	: 0
247.61/247.57	c learnt ternary clauses	: 0
247.61/247.57	c learnt clauses	: 0
247.61/247.58	c ignored clauses	: 0
247.61/247.58	c root simplifications	: 0
247.61/247.58	c removed literals (reason simplification)	: 0
247.61/247.58	c reason swapping (by a shorter reason)	: 0
247.61/247.58	c Calls to reduceDB	: 0
247.61/247.58	c speed (assignments/second)	: 0.0
247.61/247.58	c non guided choices	0
247.61/247.58	c learnt constraints type 
250.99/250.91	c constraints type 
250.99/250.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 76047
250.99/250.91	c org.sat4j.minisat.constraints.card.AtLeast => 400
250.99/250.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
250.99/250.91	s UNKNOWN
250.99/250.91	c Total wall clock time (in seconds) : 243.862

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2086805-1247384443/watcher-2086805-1247384443 -o /tmp/evaluation-result-2086805-1247384443/solver-2086805-1247384443 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2086805-1247384443.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 24074
/proc/meminfo: memFree=1872792/2055920 swapFree=4192812/4192956
[pid=24074] ppid=24072 vsize=48 CPUtime=0
/proc/24074/stat : 24074 (java6) R 24072 24074 23310 0 -1 0 17 0 0 0 0 0 0 0 19 0 1 0 25508345 49152 2 996147200 0 0 4294956592 18446744073709551615 269930261799 0 0 4096 0 0 0 0 17 0 0 0
/proc/24074/statm: 12 2 0 0 0 1 0

[startup+0.0468079 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 24074
/proc/meminfo: memFree=1872792/2055920 swapFree=4192812/4192956
[pid=24074] ppid=24072 vsize=12928 CPUtime=0.01
/proc/24074/stat : 24074 (java) R 24072 24074 23310 0 -1 0 373 0 16 0 0 1 0 0 18 0 1 0 25508345 13238272 196 996147200 134512640 134550932 4294956016 18446744073709551615 8717098 0 0 4096 0 0 0 0 17 0 0 0
/proc/24074/statm: 3232 196 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.10182 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 24074
/proc/meminfo: memFree=1872792/2055920 swapFree=4192812/4192956
[pid=24074] ppid=24072 vsize=800696 CPUtime=0.04
/proc/24074/stat : 24074 (java) S 24072 24074 23310 0 -1 0 2352 0 31 0 1 3 0 0 18 0 4 0 25508345 819912704 2129 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24074/statm: 200174 2130 938 9 0 197525 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800696

[startup+0.301844 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 24074
/proc/meminfo: memFree=1872792/2055920 swapFree=4192812/4192956
[pid=24074] ppid=24072 vsize=805388 CPUtime=0.18
/proc/24074/stat : 24074 (java) S 24072 24074 23310 0 -1 0 3727 0 31 0 13 5 0 0 18 0 12 0 25508345 824717312 3495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24074/statm: 201347 3495 1332 9 0 198681 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805388

[startup+0.701891 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 24074
/proc/meminfo: memFree=1872792/2055920 swapFree=4192812/4192956
[pid=24074] ppid=24072 vsize=807180 CPUtime=0.53
/proc/24074/stat : 24074 (java) S 24072 24074 23310 0 -1 0 5321 0 31 0 46 7 0 0 18 0 12 0 25508345 826552320 4876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24074/statm: 201795 4876 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 807180

[startup+1.50299 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 24086
/proc/meminfo: memFree=1842872/2055920 swapFree=4192812/4192956
[pid=24074] ppid=24072 vsize=808404 CPUtime=1.34
/proc/24074/stat : 24074 (java) S 24072 24074 23310 0 -1 0 26651 0 31 0 116 18 0 0 18 0 12 0 25508345 827805696 25500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24074/statm: 202101 25501 1400 9 0 199428 0
[pid=24074/tid=24076] ppid=24072 vsize=808404 CPUtime=0.66
/proc/24074/task/24076/stat : 24076 (java) R 24072 24074 23310 0 -1 64 16880 0 1 0 55 11 0 0 23 0 12 0 25508352 827805696 25502 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24077] ppid=24072 vsize=808404 CPUtime=0.08
/proc/24074/task/24077/stat : 24077 (java) R 24072 24074 23310 0 -1 64 3556 0 0 0 7 1 0 0 17 0 12 0 25508353 827805696 25503 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24078] ppid=24072 vsize=808404 CPUtime=0.08
/proc/24074/task/24078/stat : 24078 (java) R 24072 24074 23310 0 -1 64 3541 0 0 0 7 1 0 0 17 0 12 0 25508353 827805696 25504 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24079] ppid=24072 vsize=808404 CPUtime=0
/proc/24074/task/24079/stat : 24079 (java) S 24072 24074 23310 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 25508356 827805696 25505 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24080] ppid=24072 vsize=808404 CPUtime=0
/proc/24074/task/24080/stat : 24080 (java) S 24072 24074 23310 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 25508357 827805696 25507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24081] ppid=24072 vsize=808404 CPUtime=0
/proc/24074/task/24081/stat : 24081 (java) S 24072 24074 23310 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25508357 827805696 25508 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24082] ppid=24072 vsize=808404 CPUtime=0
/proc/24074/task/24082/stat : 24082 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 25508364 827805696 25509 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24083] ppid=24072 vsize=808404 CPUtime=0
/proc/24074/task/24083/stat : 24083 (java) S 24072 24074 23310 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 25508364 827805696 25510 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24084] ppid=24072 vsize=808404 CPUtime=0.44
/proc/24074/task/24084/stat : 24084 (java) S 24072 24074 23310 0 -1 64 1955 0 0 0 44 0 0 0 16 0 12 0 25508364 827805696 25511 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24085] ppid=24072 vsize=808404 CPUtime=0
/proc/24074/task/24085/stat : 24085 (java) S 24072 24074 23310 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 25508364 827805696 25512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24086] ppid=24072 vsize=808404 CPUtime=0
/proc/24074/task/24086/stat : 24086 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25508364 827805696 25514 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 808404

[startup+3.10216 s]
/proc/loadavg: 1.99 1.98 1.99 2/82 24089
/proc/meminfo: memFree=1734808/2055920 swapFree=4192812/4192956
[pid=24074] ppid=24072 vsize=817528 CPUtime=3.88
/proc/24074/stat : 24074 (java) S 24072 24074 23310 0 -1 0 53396 0 31 0 356 32 0 0 18 0 12 0 25508345 837148672 47598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24074/statm: 204382 47598 1432 9 0 201709 0
[pid=24074/tid=24076] ppid=24072 vsize=817528 CPUtime=1.68
/proc/24074/task/24076/stat : 24076 (java) R 24072 24074 23310 0 -1 64 17204 0 1 0 156 12 0 0 24 0 12 0 25508352 837148672 47598 996147200 134512640 134550932 4294956016 18446744073709551615 4109628780 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24077] ppid=24072 vsize=817528 CPUtime=0.52
/proc/24074/task/24077/stat : 24077 (java) S 24072 24074 23310 0 -1 64 14632 0 0 0 45 7 0 0 19 0 12 0 25508353 837148672 47598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24078] ppid=24072 vsize=817528 CPUtime=0.46
/proc/24074/task/24078/stat : 24078 (java) S 24072 24074 23310 0 -1 64 14775 0 0 0 39 7 0 0 18 0 12 0 25508353 837148672 47598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24079] ppid=24072 vsize=817528 CPUtime=0
/proc/24074/task/24079/stat : 24079 (java) S 24072 24074 23310 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25508356 837148672 47598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24080] ppid=24072 vsize=817528 CPUtime=0
/proc/24074/task/24080/stat : 24080 (java) S 24072 24074 23310 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25508357 837148672 47598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24081] ppid=24072 vsize=817528 CPUtime=0
/proc/24074/task/24081/stat : 24081 (java) S 24072 24074 23310 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 25508357 837148672 47598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24082] ppid=24072 vsize=817528 CPUtime=0
/proc/24074/task/24082/stat : 24082 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 25508364 837148672 47598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24083] ppid=24072 vsize=817528 CPUtime=0.4
/proc/24074/task/24083/stat : 24083 (java) S 24072 24074 23310 0 -1 64 2875 0 0 0 39 1 0 0 16 0 12 0 25508364 837148672 47598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24084] ppid=24072 vsize=817528 CPUtime=0.76
/proc/24074/task/24084/stat : 24084 (java) S 24072 24074 23310 0 -1 64 3189 0 0 0 75 1 0 0 17 0 12 0 25508364 837148672 47598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24085] ppid=24072 vsize=817528 CPUtime=0
/proc/24074/task/24085/stat : 24085 (java) S 24072 24074 23310 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 25508364 837148672 47598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24086] ppid=24072 vsize=817528 CPUtime=0
/proc/24074/task/24086/stat : 24086 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25508364 837148672 47598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 817528

[startup+6.30155 s]
/proc/loadavg: 1.99 1.98 1.99 3/93 24128
/proc/meminfo: memFree=1671360/2055920 swapFree=4192812/4192956
[pid=24074] ppid=24072 vsize=817220 CPUtime=7.23
/proc/24074/stat : 24074 (java) S 24072 24074 23310 0 -1 0 65719 0 31 0 684 39 0 0 18 0 12 0 25508345 836833280 59115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24074/statm: 204305 59115 1432 9 0 201632 0
[pid=24074/tid=24076] ppid=24072 vsize=817220 CPUtime=4.45
/proc/24074/task/24076/stat : 24076 (java) R 24072 24074 23310 0 -1 64 17212 0 1 0 433 12 0 0 25 0 12 0 25508352 836833280 59115 996147200 134512640 134550932 4294956016 18446744073709551615 4109628780 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24077] ppid=24072 vsize=817220 CPUtime=0.82
/proc/24074/task/24077/stat : 24077 (java) S 24072 24074 23310 0 -1 64 19133 0 0 0 73 9 0 0 16 0 12 0 25508353 836833280 59115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24078] ppid=24072 vsize=817220 CPUtime=0.72
/proc/24074/task/24078/stat : 24078 (java) S 24072 24074 23310 0 -1 64 22589 0 0 0 61 11 0 0 16 0 12 0 25508353 836833280 59115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24079] ppid=24072 vsize=817220 CPUtime=0
/proc/24074/task/24079/stat : 24079 (java) S 24072 24074 23310 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25508356 836833280 59115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24080] ppid=24072 vsize=817220 CPUtime=0
/proc/24074/task/24080/stat : 24080 (java) S 24072 24074 23310 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25508357 836833280 59115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24081] ppid=24072 vsize=817220 CPUtime=0
/proc/24074/task/24081/stat : 24081 (java) S 24072 24074 23310 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 25508357 836833280 59115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24082] ppid=24072 vsize=817220 CPUtime=0
/proc/24074/task/24082/stat : 24082 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 25508364 836833280 59115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24083] ppid=24072 vsize=817220 CPUtime=0.4
/proc/24074/task/24083/stat : 24083 (java) S 24072 24074 23310 0 -1 64 2875 0 0 0 39 1 0 0 16 0 12 0 25508364 836833280 59115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24084] ppid=24072 vsize=817220 CPUtime=0.76
/proc/24074/task/24084/stat : 24084 (java) S 24072 24074 23310 0 -1 64 3189 0 0 0 75 1 0 0 17 0 12 0 25508364 836833280 59115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24085] ppid=24072 vsize=817220 CPUtime=0
/proc/24074/task/24085/stat : 24085 (java) S 24072 24074 23310 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 25508364 836833280 59115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24086] ppid=24072 vsize=817220 CPUtime=0
/proc/24074/task/24086/stat : 24086 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25508364 836833280 59115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 817220

[startup+12.7023 s]
/proc/loadavg: 1.99 1.98 1.99 3/93 24130
/proc/meminfo: memFree=1561712/2055920 swapFree=4192812/4192956
[pid=24074] ppid=24072 vsize=816900 CPUtime=13.63
/proc/24074/stat : 24074 (java) S 24072 24074 23310 0 -1 0 75979 0 31 0 1320 43 0 0 18 0 12 0 25508345 836505600 69257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24074/statm: 204225 69257 1433 9 0 201552 0
[pid=24074/tid=24076] ppid=24072 vsize=816900 CPUtime=10.2
/proc/24074/task/24076/stat : 24076 (java) R 24072 24074 23310 0 -1 64 17238 0 1 0 1008 12 0 0 25 0 12 0 25508352 836505600 69257 996147200 134512640 134550932 4294956016 18446744073709551615 4109861914 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24077] ppid=24072 vsize=816900 CPUtime=1.03
/proc/24074/task/24077/stat : 24077 (java) S 24072 24074 23310 0 -1 64 24402 0 0 0 91 12 0 0 16 0 12 0 25508353 836505600 69257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24078] ppid=24072 vsize=816900 CPUtime=0.93
/proc/24074/task/24078/stat : 24078 (java) S 24072 24074 23310 0 -1 64 27533 0 0 0 81 12 0 0 16 0 12 0 25508353 836505600 69257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24079] ppid=24072 vsize=816900 CPUtime=0.01
/proc/24074/task/24079/stat : 24079 (java) S 24072 24074 23310 0 -1 64 10 0 0 0 1 0 0 0 15 0 12 0 25508356 836505600 69257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24080] ppid=24072 vsize=816900 CPUtime=0
/proc/24074/task/24080/stat : 24080 (java) S 24072 24074 23310 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25508357 836505600 69257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24081] ppid=24072 vsize=816900 CPUtime=0
/proc/24074/task/24081/stat : 24081 (java) S 24072 24074 23310 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 25508357 836505600 69257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24082] ppid=24072 vsize=816900 CPUtime=0
/proc/24074/task/24082/stat : 24082 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 25508364 836505600 69257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24083] ppid=24072 vsize=816900 CPUtime=0.63
/proc/24074/task/24083/stat : 24083 (java) S 24072 24074 23310 0 -1 64 2896 0 0 0 62 1 0 0 16 0 12 0 25508364 836505600 69257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24084] ppid=24072 vsize=816900 CPUtime=0.76
/proc/24074/task/24084/stat : 24084 (java) S 24072 24074 23310 0 -1 64 3189 0 0 0 75 1 0 0 17 0 12 0 25508364 836505600 69257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24085] ppid=24072 vsize=816900 CPUtime=0
/proc/24074/task/24085/stat : 24085 (java) S 24072 24074 23310 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 25508364 836505600 69257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24086] ppid=24072 vsize=816900 CPUtime=0
/proc/24074/task/24086/stat : 24086 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25508364 836505600 69257 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.63
Current children cumulated vsize (KiB) 816900

[startup+25.5028 s]
/proc/loadavg: 1.99 1.98 1.99 3/93 24130
/proc/meminfo: memFree=1460528/2055920 swapFree=4192812/4192956
[pid=24074] ppid=24072 vsize=816900 CPUtime=26.43
/proc/24074/stat : 24074 (java) S 24072 24074 23310 0 -1 0 99679 0 31 0 2591 52 0 0 18 0 12 0 25508345 836505600 92927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24074/statm: 204225 92927 1433 9 0 201552 0
[pid=24074/tid=24076] ppid=24072 vsize=816900 CPUtime=22.31
/proc/24074/task/24076/stat : 24076 (java) R 24072 24074 23310 0 -1 64 17268 0 1 0 2219 12 0 0 25 0 12 0 25508352 836505600 92927 996147200 134512640 134550932 4294956016 18446744073709551615 4109620099 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24077] ppid=24072 vsize=816900 CPUtime=1.41
/proc/24074/task/24077/stat : 24077 (java) S 24072 24074 23310 0 -1 64 38091 0 0 0 125 16 0 0 16 0 12 0 25508353 836505600 92927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24078] ppid=24072 vsize=816900 CPUtime=1.21
/proc/24074/task/24078/stat : 24078 (java) S 24072 24074 23310 0 -1 64 37514 0 0 0 105 16 0 0 16 0 12 0 25508353 836505600 92927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24079] ppid=24072 vsize=816900 CPUtime=0.01
/proc/24074/task/24079/stat : 24079 (java) S 24072 24074 23310 0 -1 64 10 0 0 0 1 0 0 0 15 0 12 0 25508356 836505600 92927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24080] ppid=24072 vsize=816900 CPUtime=0
/proc/24074/task/24080/stat : 24080 (java) S 24072 24074 23310 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25508357 836505600 92927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24081] ppid=24072 vsize=816900 CPUtime=0
/proc/24074/task/24081/stat : 24081 (java) S 24072 24074 23310 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 25508357 836505600 92927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24082] ppid=24072 vsize=816900 CPUtime=0
/proc/24074/task/24082/stat : 24082 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 25508364 836505600 92927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24083] ppid=24072 vsize=816900 CPUtime=0.64

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

/proc/loadavg: 2.14 2.03 2.01 3/93 24130
/proc/meminfo: memFree=1127600/2055920 swapFree=4192812/4192956
[pid=24074] ppid=24072 vsize=816900 CPUtime=243.23
/proc/24074/stat : 24074 (java) S 24072 24074 23310 0 -1 0 317475 0 31 0 24168 155 0 0 18 0 12 0 25508345 836505600 173491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24074/statm: 204225 173491 1436 9 0 201552 0
[pid=24074/tid=24076] ppid=24072 vsize=816900 CPUtime=199.74
/proc/24074/task/24076/stat : 24076 (java) S 24072 24074 23310 0 -1 64 17742 0 1 0 19960 14 0 0 16 0 12 0 25508352 836505600 173491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24077] ppid=24072 vsize=816900 CPUtime=5.39
/proc/24074/task/24077/stat : 24077 (java) S 24072 24074 23310 0 -1 64 78920 0 0 0 507 32 0 0 16 0 12 0 25508353 836505600 173491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24078] ppid=24072 vsize=816900 CPUtime=5.22
/proc/24074/task/24078/stat : 24078 (java) S 24072 24074 23310 0 -1 64 77385 0 0 0 490 32 0 0 15 0 12 0 25508353 836505600 173491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24079] ppid=24072 vsize=816900 CPUtime=31.36
/proc/24074/task/24079/stat : 24079 (java) R 24072 24074 23310 0 -1 64 136630 0 0 0 3067 69 0 0 25 0 12 0 25508356 836505600 173491 996147200 134512640 134550932 4294956016 18446744073709551615 105696690 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24080] ppid=24072 vsize=816900 CPUtime=0
/proc/24074/task/24080/stat : 24080 (java) S 24072 24074 23310 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 25508357 836505600 173491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24081] ppid=24072 vsize=816900 CPUtime=0
/proc/24074/task/24081/stat : 24081 (java) S 24072 24074 23310 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25508357 836505600 173491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24082] ppid=24072 vsize=816900 CPUtime=0
/proc/24074/task/24082/stat : 24082 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 25508364 836505600 173491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24083] ppid=24072 vsize=816900 CPUtime=0.68
/proc/24074/task/24083/stat : 24083 (java) S 24072 24074 23310 0 -1 64 2898 0 0 0 67 1 0 0 17 0 12 0 25508364 836505600 173491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24084] ppid=24072 vsize=816900 CPUtime=0.76
/proc/24074/task/24084/stat : 24084 (java) S 24072 24074 23310 0 -1 64 3189 0 0 0 75 1 0 0 17 0 12 0 25508364 836505600 173491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24085] ppid=24072 vsize=816900 CPUtime=0
/proc/24074/task/24085/stat : 24085 (java) S 24072 24074 23310 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 25508364 836505600 173491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24086] ppid=24072 vsize=816900 CPUtime=0
/proc/24074/task/24086/stat : 24086 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25508364 836505600 173491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 243.23
Current children cumulated vsize (KiB) 816900

[startup+246.302 s]
/proc/loadavg: 2.13 2.03 2.01 3/94 24131
/proc/meminfo: memFree=1127592/2055920 swapFree=4192812/4192956
[pid=24074] ppid=24072 vsize=825228 CPUtime=246.42
/proc/24074/stat : 24074 (java) S 24072 24074 23310 0 -1 0 331495 0 31 0 24481 161 0 0 18 0 13 0 25508345 845033472 175497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24074/statm: 206307 175497 1436 9 0 203634 0
[pid=24074/tid=24076] ppid=24072 vsize=825228 CPUtime=199.75
/proc/24074/task/24076/stat : 24076 (java) S 24072 24074 23310 0 -1 64 17744 0 1 0 19961 14 0 0 18 0 13 0 25508352 845033472 175497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24077] ppid=24072 vsize=825228 CPUtime=5.39
/proc/24074/task/24077/stat : 24077 (java) S 24072 24074 23310 0 -1 64 78920 0 0 0 507 32 0 0 16 0 13 0 25508353 845033472 175497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24078] ppid=24072 vsize=825228 CPUtime=5.22
/proc/24074/task/24078/stat : 24078 (java) S 24072 24074 23310 0 -1 64 77385 0 0 0 490 32 0 0 15 0 13 0 25508353 845033472 175497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24079] ppid=24072 vsize=825228 CPUtime=34.54
/proc/24074/task/24079/stat : 24079 (java) R 24072 24074 23310 0 -1 64 150642 0 0 0 3379 75 0 0 25 0 13 0 25508356 845033472 175497 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24080] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24080/stat : 24080 (java) S 24072 24074 23310 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 25508357 845033472 175497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24081] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24081/stat : 24081 (java) S 24072 24074 23310 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25508357 845033472 175497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24082] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24082/stat : 24082 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 25508364 845033472 175497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24083] ppid=24072 vsize=825228 CPUtime=0.68
/proc/24074/task/24083/stat : 24083 (java) S 24072 24074 23310 0 -1 64 2898 0 0 0 67 1 0 0 17 0 13 0 25508364 845033472 175497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24084] ppid=24072 vsize=825228 CPUtime=0.76
/proc/24074/task/24084/stat : 24084 (java) S 24072 24074 23310 0 -1 64 3189 0 0 0 75 1 0 0 17 0 13 0 25508364 845033472 175497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24085] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24085/stat : 24085 (java) S 24072 24074 23310 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 25508364 845033472 175497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24086] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24086/stat : 24086 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25508364 845033472 175497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24131] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24131/stat : 24131 (java) S 24072 24074 23310 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25532767 845033472 175497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 246.42
Current children cumulated vsize (KiB) 825228

[startup+249.503 s]
/proc/loadavg: 2.13 2.03 2.01 3/94 24131
/proc/meminfo: memFree=1126760/2055920 swapFree=4192812/4192956
[pid=24074] ppid=24072 vsize=825228 CPUtime=249.59
/proc/24074/stat : 24074 (java) S 24072 24074 23310 0 -1 0 345514 0 31 0 24792 167 0 0 18 0 13 0 25508345 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24074/statm: 206307 175500 1436 9 0 203634 0
[pid=24074/tid=24076] ppid=24072 vsize=825228 CPUtime=199.75
/proc/24074/task/24076/stat : 24076 (java) S 24072 24074 23310 0 -1 64 17744 0 1 0 19961 14 0 0 18 0 13 0 25508352 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24077] ppid=24072 vsize=825228 CPUtime=5.39
/proc/24074/task/24077/stat : 24077 (java) S 24072 24074 23310 0 -1 64 78920 0 0 0 507 32 0 0 16 0 13 0 25508353 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24078] ppid=24072 vsize=825228 CPUtime=5.22
/proc/24074/task/24078/stat : 24078 (java) S 24072 24074 23310 0 -1 64 77385 0 0 0 490 32 0 0 15 0 13 0 25508353 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24079] ppid=24072 vsize=825228 CPUtime=37.73
/proc/24074/task/24079/stat : 24079 (java) R 24072 24074 23310 0 -1 64 164654 0 0 0 3691 82 0 0 25 0 13 0 25508356 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 105886159 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24080] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24080/stat : 24080 (java) S 24072 24074 23310 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 25508357 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24081] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24081/stat : 24081 (java) S 24072 24074 23310 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 25508357 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24082] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24082/stat : 24082 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 25508364 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24083] ppid=24072 vsize=825228 CPUtime=0.68
/proc/24074/task/24083/stat : 24083 (java) S 24072 24074 23310 0 -1 64 2898 0 0 0 67 1 0 0 17 0 13 0 25508364 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24084] ppid=24072 vsize=825228 CPUtime=0.76
/proc/24074/task/24084/stat : 24084 (java) S 24072 24074 23310 0 -1 64 3189 0 0 0 75 1 0 0 17 0 13 0 25508364 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24085] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24085/stat : 24085 (java) S 24072 24074 23310 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 25508364 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24086] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24086/stat : 24086 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25508364 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24131] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24131/stat : 24131 (java) S 24072 24074 23310 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 25532767 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 249.59
Current children cumulated vsize (KiB) 825228

[startup+250.302 s]
/proc/loadavg: 2.13 2.03 2.01 3/94 24131
/proc/meminfo: memFree=1127528/2055920 swapFree=4192812/4192956
[pid=24074] ppid=24072 vsize=825228 CPUtime=250.39
/proc/24074/stat : 24074 (java) S 24072 24074 23310 0 -1 0 349018 0 31 0 24870 169 0 0 18 0 13 0 25508345 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24074/statm: 206307 175500 1436 9 0 203634 0
[pid=24074/tid=24076] ppid=24072 vsize=825228 CPUtime=199.75
/proc/24074/task/24076/stat : 24076 (java) S 24072 24074 23310 0 -1 64 17744 0 1 0 19961 14 0 0 18 0 13 0 25508352 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24077] ppid=24072 vsize=825228 CPUtime=5.39
/proc/24074/task/24077/stat : 24077 (java) S 24072 24074 23310 0 -1 64 78920 0 0 0 507 32 0 0 16 0 13 0 25508353 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24078] ppid=24072 vsize=825228 CPUtime=5.22
/proc/24074/task/24078/stat : 24078 (java) S 24072 24074 23310 0 -1 64 77385 0 0 0 490 32 0 0 15 0 13 0 25508353 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24079] ppid=24072 vsize=825228 CPUtime=38.52
/proc/24074/task/24079/stat : 24079 (java) R 24072 24074 23310 0 -1 64 168157 0 0 0 3769 83 0 0 25 0 13 0 25508356 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 105886044 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24080] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24080/stat : 24080 (java) S 24072 24074 23310 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 25508357 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24081] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24081/stat : 24081 (java) S 24072 24074 23310 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 25508357 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24082] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24082/stat : 24082 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 25508364 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24083] ppid=24072 vsize=825228 CPUtime=0.68
/proc/24074/task/24083/stat : 24083 (java) S 24072 24074 23310 0 -1 64 2898 0 0 0 67 1 0 0 17 0 13 0 25508364 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24084] ppid=24072 vsize=825228 CPUtime=0.76
/proc/24074/task/24084/stat : 24084 (java) S 24072 24074 23310 0 -1 64 3189 0 0 0 75 1 0 0 17 0 13 0 25508364 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24085] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24085/stat : 24085 (java) S 24072 24074 23310 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 25508364 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24086] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24086/stat : 24086 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25508364 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24131] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24131/stat : 24131 (java) S 24072 24074 23310 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 25532767 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 250.39
Current children cumulated vsize (KiB) 825228

[startup+250.702 s]
/proc/loadavg: 2.13 2.03 2.01 3/94 24131
/proc/meminfo: memFree=1127528/2055920 swapFree=4192812/4192956
[pid=24074] ppid=24072 vsize=825228 CPUtime=250.79
/proc/24074/stat : 24074 (java) S 24072 24074 23310 0 -1 0 349018 0 31 0 24910 169 0 0 18 0 13 0 25508345 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24074/statm: 206307 175500 1436 9 0 203634 0
[pid=24074/tid=24076] ppid=24072 vsize=825228 CPUtime=199.75
/proc/24074/task/24076/stat : 24076 (java) S 24072 24074 23310 0 -1 64 17744 0 1 0 19961 14 0 0 18 0 13 0 25508352 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24077] ppid=24072 vsize=825228 CPUtime=5.39
/proc/24074/task/24077/stat : 24077 (java) S 24072 24074 23310 0 -1 64 78920 0 0 0 507 32 0 0 16 0 13 0 25508353 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24078] ppid=24072 vsize=825228 CPUtime=5.22
/proc/24074/task/24078/stat : 24078 (java) S 24072 24074 23310 0 -1 64 77385 0 0 0 490 32 0 0 15 0 13 0 25508353 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24079] ppid=24072 vsize=825228 CPUtime=38.92
/proc/24074/task/24079/stat : 24079 (java) R 24072 24074 23310 0 -1 64 168157 0 0 0 3809 83 0 0 25 0 13 0 25508356 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24080] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24080/stat : 24080 (java) S 24072 24074 23310 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 25508357 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24081] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24081/stat : 24081 (java) S 24072 24074 23310 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 25508357 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24074/tid=24082] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24082/stat : 24082 (java) S 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 25508364 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24083] ppid=24072 vsize=825228 CPUtime=0.68
/proc/24074/task/24083/stat : 24083 (java) S 24072 24074 23310 0 -1 64 2898 0 0 0 67 1 0 0 17 0 13 0 25508364 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24084] ppid=24072 vsize=825228 CPUtime=0.76
/proc/24074/task/24084/stat : 24084 (java) S 24072 24074 23310 0 -1 64 3189 0 0 0 75 1 0 0 17 0 13 0 25508364 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24085] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24085/stat : 24085 (java) S 24072 24074 23310 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 25508364 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24086] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24086/stat : 24086 (java) R 24072 24074 23310 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25508364 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24074/tid=24131] ppid=24072 vsize=825228 CPUtime=0
/proc/24074/task/24131/stat : 24131 (java) S 24072 24074 23310 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 25532767 845033472 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 250.79
Current children cumulated vsize (KiB) 825228

[startup+251.102 s]
/proc/loadavg: 2.13 2.03 2.01 3/94 24131
/proc/meminfo: memFree=1127528/2055920 swapFree=4192812/4192956
[pid=24074] ppid=24072 vsize=0 CPUtime=251.17
/proc/24074/stat : 24074 (java) Z 24072 24074 23310 0 -1 12 349026 0 31 0 24945 172 0 0 16 0 2 0 25508345 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24074/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 251.17
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 251.175
CPU time (s): 251.252
CPU user time (s): 249.455
CPU system time (s): 1.79673
CPU usage (%): 100.031
Max. virtual memory (cumulated for all children) (KiB): 829232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.455
system time used= 1.79673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 349026
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14986
involuntary context switches= 15534

runsolver used 0.337948 second user time and 0.839872 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 09:40:43
IDJOB=2086805
IDBENCH=58637
IDSOLVER=731
FILE ID=node53/2086805-1247384443
PBS_JOBID= 9507213
Free space on /tmp= 65972 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-105-7.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2086805-1247384443/watcher-2086805-1247384443 -o /tmp/evaluation-result-2086805-1247384443/solver-2086805-1247384443 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2086805-1247384443.xml

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

MD5SUM BENCH= 933af775481748d76719206dbc8b6623
RANDOM SEED=1926206796

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1873208 kB
Buffers:          9252 kB
Cached:          59768 kB
SwapCached:          0 kB
Active:         106500 kB
Inactive:        24496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1873208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1840 kB
Writeback:           0 kB
Mapped:          73128 kB
Slab:            36996 kB
Committed_AS:   230848 kB
PageTables:       1884 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= 65976 MiB
End job on node53 at 2009-07-12 09:44:55