Trace number 1082156

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? 561.598 561.572

General information on the benchmark

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

Solver Data (download as text)

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

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-1082156-1215220908/watcher-1082156-1215220908 -o /tmp/evaluation-result-1082156-1215220908/solver-1082156-1215220908 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1082156-1215220908.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/82 12638
/proc/meminfo: memFree=1691968/2055920 swapFree=4146972/4192956
[pid=12638] ppid=12636 vsize=18572 CPUtime=0
/proc/12638/stat : 12638 (runsolver) R 12636 12638 11040 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 687216236 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 226686987559 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/12638/statm: 4643 292 257 25 0 2626 0

[startup+0.101672 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 12638
/proc/meminfo: memFree=1691968/2055920 swapFree=4146972/4192956
[pid=12638] ppid=12636 vsize=804612 CPUtime=0.08
/proc/12638/stat : 12638 (java) S 12636 12638 11040 0 -1 0 2999 0 1 0 6 2 0 0 20 0 12 0 687216236 823922688 2732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12638/statm: 201153 2732 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.201685 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 12638
/proc/meminfo: memFree=1691968/2055920 swapFree=4146972/4192956
[pid=12638] ppid=12636 vsize=808308 CPUtime=0.18
/proc/12638/stat : 12638 (java) S 12636 12638 11040 0 -1 0 4518 0 1 0 15 3 0 0 20 0 12 0 687216236 827707392 3848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12638/statm: 202077 3848 1293 9 0 199446 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 808308

[startup+0.301698 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 12638
/proc/meminfo: memFree=1691968/2055920 swapFree=4146972/4192956
[pid=12638] ppid=12636 vsize=808308 CPUtime=0.27
/proc/12638/stat : 12638 (java) S 12636 12638 11040 0 -1 0 4967 0 1 0 23 4 0 0 20 0 12 0 687216236 827707392 4296 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12638/statm: 202077 4296 1299 9 0 199446 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808308

[startup+0.701747 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 12638
/proc/meminfo: memFree=1691968/2055920 swapFree=4146972/4192956
[pid=12638] ppid=12636 vsize=808336 CPUtime=0.66
/proc/12638/stat : 12638 (java) S 12636 12638 11040 0 -1 0 6456 0 1 0 60 6 0 0 20 0 12 0 687216236 827736064 5586 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12638/statm: 202084 5586 1335 9 0 199446 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 808336

[startup+1.50285 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 12650
/proc/meminfo: memFree=1668832/2055920 swapFree=4146972/4192956
[pid=12638] ppid=12636 vsize=811612 CPUtime=1.45
/proc/12638/stat : 12638 (java) S 12636 12638 11040 0 -1 0 10499 0 1 0 136 9 0 0 20 0 12 0 687216236 831090688 7970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12638/statm: 202903 7970 1351 9 0 200265 0
[pid=12638/tid=12640] ppid=12636 vsize=811612 CPUtime=0.71
/proc/12638/task/12640/stat : 12640 (java) R 12636 12638 11040 0 -1 64 5414 0 1 0 66 5 0 0 25 0 12 0 687216238 831090688 7970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12641] ppid=12636 vsize=811612 CPUtime=0
/proc/12638/task/12641/stat : 12641 (java) S 12636 12638 11040 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 687216239 831090688 7970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12642] ppid=12636 vsize=811612 CPUtime=0
/proc/12638/task/12642/stat : 12642 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 687216239 831090688 7970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12643] ppid=12636 vsize=811612 CPUtime=0
/proc/12638/task/12643/stat : 12643 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 687216240 831090688 7970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12644] ppid=12636 vsize=811612 CPUtime=0
/proc/12638/task/12644/stat : 12644 (java) S 12636 12638 11040 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 687216241 831090688 7970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12645] ppid=12636 vsize=811612 CPUtime=0
/proc/12638/task/12645/stat : 12645 (java) S 12636 12638 11040 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 687216241 831090688 7970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12646] ppid=12636 vsize=811612 CPUtime=0
/proc/12638/task/12646/stat : 12646 (java) S 12636 12638 11040 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 687216245 831090688 7970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12647] ppid=12636 vsize=811612 CPUtime=0.26
/proc/12638/task/12647/stat : 12647 (java) S 12636 12638 11040 0 -1 64 1026 0 0 0 26 0 0 0 16 0 12 0 687216245 831090688 7970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12648] ppid=12636 vsize=811612 CPUtime=0.45
/proc/12638/task/12648/stat : 12648 (java) R 12636 12638 11040 0 -1 64 3293 0 0 0 43 2 0 0 17 0 12 0 687216245 831090688 7970 996147200 134512640 134550740 4294956016 18446744073709551615 104112717 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12649] ppid=12636 vsize=811612 CPUtime=0
/proc/12638/task/12649/stat : 12649 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 687216245 831090688 7970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12650] ppid=12636 vsize=811612 CPUtime=0
/proc/12638/task/12650/stat : 12650 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 687216245 831090688 7970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 811612

[startup+3.10205 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 12650
/proc/meminfo: memFree=1636512/2055920 swapFree=4146972/4192956
[pid=12638] ppid=12636 vsize=824656 CPUtime=3.14
/proc/12638/stat : 12638 (java) S 12636 12638 11040 0 -1 0 27846 0 1 0 296 18 0 0 20 0 12 0 687216236 844447744 21132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12638/statm: 206164 21132 1369 9 0 203526 0
[pid=12638/tid=12640] ppid=12636 vsize=824656 CPUtime=1.57
/proc/12638/task/12640/stat : 12640 (java) R 12636 12638 11040 0 -1 64 15594 0 1 0 146 11 0 0 25 0 12 0 687216238 844447744 21132 996147200 134512640 134550740 4294956016 18446744073709551615 4109793308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12641] ppid=12636 vsize=824656 CPUtime=0
/proc/12638/task/12641/stat : 12641 (java) S 12636 12638 11040 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 687216239 844447744 21132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12642] ppid=12636 vsize=824656 CPUtime=0
/proc/12638/task/12642/stat : 12642 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 687216239 844447744 21132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12643] ppid=12636 vsize=824656 CPUtime=0
/proc/12638/task/12643/stat : 12643 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 687216240 844447744 21132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12644] ppid=12636 vsize=824656 CPUtime=0
/proc/12638/task/12644/stat : 12644 (java) S 12636 12638 11040 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 687216241 844447744 21132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12645] ppid=12636 vsize=824656 CPUtime=0
/proc/12638/task/12645/stat : 12645 (java) S 12636 12638 11040 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 687216241 844447744 21132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12646] ppid=12636 vsize=824656 CPUtime=0
/proc/12638/task/12646/stat : 12646 (java) S 12636 12638 11040 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 687216245 844447744 21132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12647] ppid=12636 vsize=824656 CPUtime=0.81
/proc/12638/task/12647/stat : 12647 (java) R 12636 12638 11040 0 -1 64 6794 0 0 0 79 2 0 0 19 0 12 0 687216245 844447744 21132 996147200 134512640 134550740 4294956016 18446744073709551615 104112218 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12648] ppid=12636 vsize=824656 CPUtime=0.73
/proc/12638/task/12648/stat : 12648 (java) S 12636 12638 11040 0 -1 64 4692 0 0 0 71 2 0 0 16 0 12 0 687216245 844447744 21132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12649] ppid=12636 vsize=824656 CPUtime=0
/proc/12638/task/12649/stat : 12649 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 687216245 844447744 21132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12650] ppid=12636 vsize=824656 CPUtime=0
/proc/12638/task/12650/stat : 12650 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 687216245 844447744 21132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 824656

[startup+6.30144 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 12650
/proc/meminfo: memFree=1570976/2055920 swapFree=4146972/4192956
[pid=12638] ppid=12636 vsize=822480 CPUtime=6.62
/proc/12638/stat : 12638 (java) S 12636 12638 11040 0 -1 0 41578 0 2 0 638 24 0 0 20 0 12 0 687216236 842219520 32987 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12638/statm: 205620 32987 1384 9 0 202982 0
[pid=12638/tid=12640] ppid=12636 vsize=822480 CPUtime=4.32
/proc/12638/task/12640/stat : 12640 (java) R 12636 12638 11040 0 -1 64 17277 0 1 0 420 12 0 0 25 0 12 0 687216238 842219520 32987 996147200 134512640 134550740 4294956016 18446744073709551615 4109928395 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12641] ppid=12636 vsize=822480 CPUtime=0.09
/proc/12638/task/12641/stat : 12641 (java) S 12636 12638 11040 0 -1 64 4056 0 0 0 8 1 0 0 16 0 12 0 687216239 842219520 32987 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12642] ppid=12636 vsize=822480 CPUtime=0.13
/proc/12638/task/12642/stat : 12642 (java) S 12636 12638 11040 0 -1 64 6277 0 0 0 11 2 0 0 16 0 12 0 687216239 842219520 32987 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12643] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12643/stat : 12643 (java) S 12636 12638 11040 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 687216240 842219520 32987 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12644] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12644/stat : 12644 (java) S 12636 12638 11040 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 687216241 842219520 32987 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12645] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12645/stat : 12645 (java) S 12636 12638 11040 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 687216241 842219520 32987 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12646] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12646/stat : 12646 (java) S 12636 12638 11040 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 687216245 842219520 32987 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12647] ppid=12636 vsize=822480 CPUtime=1.13
/proc/12638/task/12647/stat : 12647 (java) S 12636 12638 11040 0 -1 64 8179 0 0 0 110 3 0 0 16 0 12 0 687216245 842219520 32987 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12648] ppid=12636 vsize=822480 CPUtime=0.9
/proc/12638/task/12648/stat : 12648 (java) S 12636 12638 11040 0 -1 64 4969 0 1 0 87 3 0 0 16 0 12 0 687216245 842219520 32987 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12649] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12649/stat : 12649 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 687216245 842219520 32987 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12650] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12650/stat : 12650 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 687216245 842219520 32987 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 822480

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 12650
/proc/meminfo: memFree=1504168/2055920 swapFree=4146972/4192956
[pid=12638] ppid=12636 vsize=822480 CPUtime=13
/proc/12638/stat : 12638 (java) S 12636 12638 11040 0 -1 0 58199 0 2 0 1268 32 0 0 20 0 12 0 687216236 842219520 49593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12638/statm: 205620 49593 1386 9 0 202982 0
[pid=12638/tid=12640] ppid=12636 vsize=822480 CPUtime=9.94
/proc/12638/task/12640/stat : 12640 (java) R 12636 12638 11040 0 -1 64 17297 0 1 0 982 12 0 0 25 0 12 0 687216238 842219520 49593 996147200 134512640 134550740 4294956016 18446744073709551615 4109783535 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12641] ppid=12636 vsize=822480 CPUtime=0.4
/proc/12638/task/12641/stat : 12641 (java) S 12636 12638 11040 0 -1 64 12428 0 0 0 35 5 0 0 16 0 12 0 687216239 842219520 49593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12642] ppid=12636 vsize=822480 CPUtime=0.41
/proc/12638/task/12642/stat : 12642 (java) S 12636 12638 11040 0 -1 64 14497 0 0 0 36 5 0 0 16 0 12 0 687216239 842219520 49593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12643] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12643/stat : 12643 (java) S 12636 12638 11040 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 687216240 842219520 49593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12644] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12644/stat : 12644 (java) S 12636 12638 11040 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 687216241 842219520 49593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12645] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12645/stat : 12645 (java) S 12636 12638 11040 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 687216241 842219520 49593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12646] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12646/stat : 12646 (java) S 12636 12638 11040 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 687216245 842219520 49593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12647] ppid=12636 vsize=822480 CPUtime=1.17
/proc/12638/task/12647/stat : 12647 (java) S 12636 12638 11040 0 -1 64 8181 0 0 0 114 3 0 0 16 0 12 0 687216245 842219520 49593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12648] ppid=12636 vsize=822480 CPUtime=0.99
/proc/12638/task/12648/stat : 12648 (java) S 12636 12638 11040 0 -1 64 4976 0 1 0 96 3 0 0 16 0 12 0 687216245 842219520 49593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12649] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12649/stat : 12649 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 687216245 842219520 49593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12650] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12650/stat : 12650 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 687216245 842219520 49593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13
Current children cumulated vsize (KiB) 822480

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 2.00 5/94 12650
/proc/meminfo: memFree=1386152/2055920 swapFree=4146972/4192956
[pid=12638] ppid=12636 vsize=822480 CPUtime=25.74
/proc/12638/stat : 12638 (java) S 12636 12638 11040 0 -1 0 86560 0 2 0 2530 44 0 0 20 0 12 0 687216236 842219520 77448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12638/statm: 205620 77448 1386 9 0 202982 0
[pid=12638/tid=12640] ppid=12636 vsize=822480 CPUtime=21.34
/proc/12638/task/12640/stat : 12640 (java) R 12636 12638 11040 0 -1 64 17325 0 1 0 2122 12 0 0 25 0 12 0 687216238 842219520 77448 996147200 134512640 134550740 4294956016 18446744073709551615 4109927962 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12641] ppid=12636 vsize=822480 CPUtime=0.77
/proc/12638/task/12641/stat : 12641 (java) S 12636 12638 11040 0 -1 64 26776 0 0 0 67 10 0 0 16 0 12 0 687216239 842219520 77448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12642] ppid=12636 vsize=822480 CPUtime=0.79
/proc/12638/task/12642/stat : 12642 (java) S 12636 12638 11040 0 -1 64 28462 0 0 0 67 12 0 0 16 0 12 0 687216239 842219520 77448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12643] ppid=12636 vsize=822480 CPUtime=0.01
/proc/12638/task/12643/stat : 12643 (java) S 12636 12638 11040 0 -1 64 57 0 0 0 1 0 0 0 15 0 12 0 687216240 842219520 77448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12644] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12644/stat : 12644 (java) S 12636 12638 11040 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 687216241 842219520 77448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12645] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12645/stat : 12645 (java) S 12636 12638 11040 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 687216241 842219520 77448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12646] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12646/stat : 12646 (java) S 12636 12638 11040 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 687216245 842219520 77448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 550.45
Current children cumulated vsize (KiB) 822480

[startup+556.803 s]
/proc/loadavg: 2.00 2.03 2.00 3/94 12650
/proc/meminfo: memFree=992104/2055920 swapFree=4146972/4192956
[pid=12638] ppid=12636 vsize=822480 CPUtime=556.84
/proc/12638/stat : 12638 (java) S 12636 12638 11040 0 -1 0 187064 0 4 0 55598 86 0 0 20 0 12 0 687216236 842219520 175308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12638/statm: 205620 175308 1400 9 0 202982 0
[pid=12638/tid=12640] ppid=12636 vsize=822480 CPUtime=83.21
/proc/12638/task/12640/stat : 12640 (java) S 12636 12638 11040 0 -1 64 17627 0 1 0 8308 13 0 0 17 0 12 0 687216238 842219520 175308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12641] ppid=12636 vsize=822480 CPUtime=2.53
/proc/12638/task/12641/stat : 12641 (java) S 12636 12638 11040 0 -1 64 77702 0 0 0 223 30 0 0 16 0 12 0 687216239 842219520 175308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12642] ppid=12636 vsize=822480 CPUtime=2.59
/proc/12638/task/12642/stat : 12642 (java) S 12636 12638 11040 0 -1 64 76768 0 0 0 230 29 0 0 15 0 12 0 687216239 842219520 175308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12643] ppid=12636 vsize=822480 CPUtime=464.75
/proc/12638/task/12643/stat : 12643 (java) R 12636 12638 11040 0 -1 64 941 0 0 0 46471 4 0 0 25 0 12 0 687216240 842219520 175308 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12644] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12644/stat : 12644 (java) S 12636 12638 11040 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 687216241 842219520 175308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12645] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12645/stat : 12645 (java) S 12636 12638 11040 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 687216241 842219520 175308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12646] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12646/stat : 12646 (java) S 12636 12638 11040 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 687216245 842219520 175308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12647] ppid=12636 vsize=822480 CPUtime=2.1
/proc/12638/task/12647/stat : 12647 (java) S 12636 12638 11040 0 -1 64 8252 0 0 0 207 3 0 0 16 0 12 0 687216245 842219520 175308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12648] ppid=12636 vsize=822480 CPUtime=1.6
/proc/12638/task/12648/stat : 12648 (java) S 12636 12638 11040 0 -1 64 5011 0 3 0 157 3 0 0 17 0 12 0 687216245 842219520 175308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12649] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12649/stat : 12649 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 687216245 842219520 175308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12650] ppid=12636 vsize=822480 CPUtime=0
/proc/12638/task/12650/stat : 12650 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 687216245 842219520 175308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 556.84
Current children cumulated vsize (KiB) 822480

[startup+560.007 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 12651
/proc/meminfo: memFree=992032/2055920 swapFree=4146972/4192956
[pid=12638] ppid=12636 vsize=822804 CPUtime=560.05
/proc/12638/stat : 12638 (java) S 12636 12638 11040 0 -1 0 187072 0 4 0 55919 86 0 0 20 0 13 0 687216236 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12638/statm: 205701 175315 1400 9 0 203063 0
[pid=12638/tid=12640] ppid=12636 vsize=822804 CPUtime=83.21
/proc/12638/task/12640/stat : 12640 (java) S 12636 12638 11040 0 -1 64 17631 0 1 0 8308 13 0 0 18 0 13 0 687216238 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12641] ppid=12636 vsize=822804 CPUtime=2.53
/proc/12638/task/12641/stat : 12641 (java) S 12636 12638 11040 0 -1 64 77702 0 0 0 223 30 0 0 16 0 13 0 687216239 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12642] ppid=12636 vsize=822804 CPUtime=2.59
/proc/12638/task/12642/stat : 12642 (java) S 12636 12638 11040 0 -1 64 76768 0 0 0 230 29 0 0 15 0 13 0 687216239 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12643] ppid=12636 vsize=822804 CPUtime=467.95
/proc/12638/task/12643/stat : 12643 (java) R 12636 12638 11040 0 -1 64 941 0 0 0 46791 4 0 0 25 0 13 0 687216240 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12644] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12644/stat : 12644 (java) S 12636 12638 11040 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 687216241 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12645] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12645/stat : 12645 (java) S 12636 12638 11040 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 687216241 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12646] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12646/stat : 12646 (java) S 12636 12638 11040 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 687216245 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12647] ppid=12636 vsize=822804 CPUtime=2.1
/proc/12638/task/12647/stat : 12647 (java) S 12636 12638 11040 0 -1 64 8252 0 0 0 207 3 0 0 16 0 13 0 687216245 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12648] ppid=12636 vsize=822804 CPUtime=1.6
/proc/12638/task/12648/stat : 12648 (java) S 12636 12638 11040 0 -1 64 5011 0 3 0 157 3 0 0 17 0 13 0 687216245 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12649] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12649/stat : 12649 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 687216245 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12650] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12650/stat : 12650 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 687216245 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12651] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12651/stat : 12651 (java) S 12636 12638 11040 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 687272139 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 560.05
Current children cumulated vsize (KiB) 822804

[startup+560.802 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 12651
/proc/meminfo: memFree=992032/2055920 swapFree=4146972/4192956
[pid=12638] ppid=12636 vsize=822804 CPUtime=560.84
/proc/12638/stat : 12638 (java) S 12636 12638 11040 0 -1 0 187072 0 4 0 55998 86 0 0 20 0 13 0 687216236 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12638/statm: 205701 175315 1400 9 0 203063 0
[pid=12638/tid=12640] ppid=12636 vsize=822804 CPUtime=83.21
/proc/12638/task/12640/stat : 12640 (java) S 12636 12638 11040 0 -1 64 17631 0 1 0 8308 13 0 0 18 0 13 0 687216238 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12641] ppid=12636 vsize=822804 CPUtime=2.53
/proc/12638/task/12641/stat : 12641 (java) S 12636 12638 11040 0 -1 64 77702 0 0 0 223 30 0 0 16 0 13 0 687216239 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12642] ppid=12636 vsize=822804 CPUtime=2.59
/proc/12638/task/12642/stat : 12642 (java) S 12636 12638 11040 0 -1 64 76768 0 0 0 230 29 0 0 15 0 13 0 687216239 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12643] ppid=12636 vsize=822804 CPUtime=468.74
/proc/12638/task/12643/stat : 12643 (java) R 12636 12638 11040 0 -1 64 941 0 0 0 46870 4 0 0 25 0 13 0 687216240 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12644] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12644/stat : 12644 (java) S 12636 12638 11040 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 687216241 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12645] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12645/stat : 12645 (java) S 12636 12638 11040 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 687216241 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12646] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12646/stat : 12646 (java) S 12636 12638 11040 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 687216245 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12647] ppid=12636 vsize=822804 CPUtime=2.1
/proc/12638/task/12647/stat : 12647 (java) S 12636 12638 11040 0 -1 64 8252 0 0 0 207 3 0 0 16 0 13 0 687216245 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12648] ppid=12636 vsize=822804 CPUtime=1.6
/proc/12638/task/12648/stat : 12648 (java) S 12636 12638 11040 0 -1 64 5011 0 3 0 157 3 0 0 17 0 13 0 687216245 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12649] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12649/stat : 12649 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 687216245 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12650] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12650/stat : 12650 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 687216245 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12651] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12651/stat : 12651 (java) S 12636 12638 11040 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 687272139 842551296 175315 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 560.84
Current children cumulated vsize (KiB) 822804

[startup+561.202 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 12651
/proc/meminfo: memFree=992032/2055920 swapFree=4146972/4192956
[pid=12638] ppid=12636 vsize=822804 CPUtime=561.24
/proc/12638/stat : 12638 (java) S 12636 12638 11040 0 -1 0 187074 0 4 0 56038 86 0 0 20 0 12 0 687216236 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12638/statm: 205701 175316 1401 9 0 203063 0
[pid=12638/tid=12640] ppid=12636 vsize=822804 CPUtime=83.21
/proc/12638/task/12640/stat : 12640 (java) S 12636 12638 11040 0 -1 64 17631 0 1 0 8308 13 0 0 16 0 12 0 687216238 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12641] ppid=12636 vsize=822804 CPUtime=2.53
/proc/12638/task/12641/stat : 12641 (java) S 12636 12638 11040 0 -1 64 77702 0 0 0 223 30 0 0 16 0 12 0 687216239 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12642] ppid=12636 vsize=822804 CPUtime=2.59
/proc/12638/task/12642/stat : 12642 (java) S 12636 12638 11040 0 -1 64 76768 0 0 0 230 29 0 0 15 0 12 0 687216239 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12643] ppid=12636 vsize=822804 CPUtime=469.14
/proc/12638/task/12643/stat : 12643 (java) R 12636 12638 11040 0 -1 64 941 0 0 0 46910 4 0 0 25 0 12 0 687216240 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12644] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12644/stat : 12644 (java) S 12636 12638 11040 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 687216241 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12645] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12645/stat : 12645 (java) S 12636 12638 11040 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 687216241 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12646] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12646/stat : 12646 (java) S 12636 12638 11040 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 687216245 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12647] ppid=12636 vsize=822804 CPUtime=2.1
/proc/12638/task/12647/stat : 12647 (java) S 12636 12638 11040 0 -1 64 8252 0 0 0 207 3 0 0 16 0 12 0 687216245 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12648] ppid=12636 vsize=822804 CPUtime=1.6
/proc/12638/task/12648/stat : 12648 (java) S 12636 12638 11040 0 -1 64 5011 0 3 0 157 3 0 0 17 0 12 0 687216245 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12649] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12649/stat : 12649 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 687216245 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12650] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12650/stat : 12650 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 687216245 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 561.24
Current children cumulated vsize (KiB) 822804

[startup+561.401 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 12651
/proc/meminfo: memFree=992032/2055920 swapFree=4146972/4192956
[pid=12638] ppid=12636 vsize=822804 CPUtime=561.44
/proc/12638/stat : 12638 (java) S 12636 12638 11040 0 -1 0 187074 0 4 0 56058 86 0 0 20 0 12 0 687216236 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12638/statm: 205701 175316 1401 9 0 203063 0
[pid=12638/tid=12640] ppid=12636 vsize=822804 CPUtime=83.21
/proc/12638/task/12640/stat : 12640 (java) S 12636 12638 11040 0 -1 64 17631 0 1 0 8308 13 0 0 16 0 12 0 687216238 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12641] ppid=12636 vsize=822804 CPUtime=2.53
/proc/12638/task/12641/stat : 12641 (java) S 12636 12638 11040 0 -1 64 77702 0 0 0 223 30 0 0 16 0 12 0 687216239 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12642] ppid=12636 vsize=822804 CPUtime=2.59
/proc/12638/task/12642/stat : 12642 (java) S 12636 12638 11040 0 -1 64 76768 0 0 0 230 29 0 0 15 0 12 0 687216239 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12643] ppid=12636 vsize=822804 CPUtime=469.34
/proc/12638/task/12643/stat : 12643 (java) R 12636 12638 11040 0 -1 64 941 0 0 0 46930 4 0 0 25 0 12 0 687216240 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12644] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12644/stat : 12644 (java) S 12636 12638 11040 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 687216241 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12645] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12645/stat : 12645 (java) S 12636 12638 11040 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 687216241 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12646] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12646/stat : 12646 (java) S 12636 12638 11040 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 687216245 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12647] ppid=12636 vsize=822804 CPUtime=2.1
/proc/12638/task/12647/stat : 12647 (java) S 12636 12638 11040 0 -1 64 8252 0 0 0 207 3 0 0 16 0 12 0 687216245 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12648] ppid=12636 vsize=822804 CPUtime=1.6
/proc/12638/task/12648/stat : 12648 (java) S 12636 12638 11040 0 -1 64 5011 0 3 0 157 3 0 0 17 0 12 0 687216245 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12638/tid=12649] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12649/stat : 12649 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 687216245 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12638/tid=12650] ppid=12636 vsize=822804 CPUtime=0
/proc/12638/task/12650/stat : 12650 (java) S 12636 12638 11040 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 687216245 842551296 175316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 561.44
Current children cumulated vsize (KiB) 822804

[startup+561.501 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 12651
/proc/meminfo: memFree=992032/2055920 swapFree=4146972/4192956
[pid=12638] ppid=12636 vsize=0 CPUtime=561.52
/proc/12638/stat : 12638 (java) Z 12636 12638 11040 0 -1 12 187078 0 4 0 56062 90 0 0 16 0 2 0 687216236 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12638/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 561.52
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 561.572
CPU time (s): 561.598
CPU user time (s): 560.626
CPU system time (s): 0.971852
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 826612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 560.626
system time used= 0.971852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187078
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13812
involuntary context switches= 5412

runsolver used 0.677896 second user time and 1.90371 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-05 03:21:48
IDJOB=1082156
IDBENCH=57187
IDSOLVER=344
FILE ID=node80/1082156-1215220908
PBS_JOBID= 7881741
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f5050c7234c03b258393dcf49c452457
RANDOM SEED=2012049640

node80.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:       1692384 kB
Buffers:         41784 kB
Cached:         137236 kB
SwapCached:      39872 kB
Active:         186352 kB
Inactive:       124164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692384 kB
SwapTotal:     4192956 kB
SwapFree:      4146972 kB
Dirty:            1924 kB
Writeback:           0 kB
Mapped:         147204 kB
Slab:            37964 kB
Committed_AS:  1224888 kB
PageTables:       2076 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= 66556 MiB
End job on node80 at 2008-07-05 03:31:10