Trace number 1073521

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? 57.6572 50.2786

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-3_ext.xml
MD5SUM041bf214ac6aa89c7bd0bed4c3acbc0d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.621904
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints147
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension147
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.29	c See www.sat4j.org for details.
0.18/0.29	c That software uses the Rhino library from the Mozilla project.
0.28/0.33	c version 9.9.9.token
0.28/0.33	c sun.arch.data.model	32
0.28/0.33	c java.version	1.6.0_06
0.28/0.33	c os.name	Linux
0.28/0.33	c os.version	2.6.9-22.EL.rootsmp
0.28/0.33	c os.arch	i386
0.28/0.33	c Free memory 669864272
0.28/0.33	c Max memory 672137216
0.28/0.33	c Total memory 672137216
0.28/0.33	c Number of processors 2
0.28/0.38	c c --- Begin Solver configuration ---
0.28/0.38	c Stops conflict analysis at the first Unique Implication Point
0.28/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.38	c Learn all clauses as in MiniSAT
0.28/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.38	c Expensive reason simplification
0.28/0.38	c MiniSAT restarts strategy
0.28/0.38	c timeout=2147483s
0.28/0.38	c DB Simplification allowed=false
0.28/0.38	c --- End Solver configuration ---
0.28/0.38	c solving HOME/instance-1073521-1215177289.xml
0.28/0.38	c reading problem ... 
0.58/0.63	c reading problem named null
0.58/0.63	c reading domains done.
0.58/0.64	c reading variables done.
0.58/0.68	c reading relations done.
3.43/2.78	c reading constraints
57.47/50.17	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
57.47/50.17		at org.sat4j.core.Vec.ensure(Vec.java:175)
57.47/50.17		at org.sat4j.core.Vec.push(Vec.java:182)
57.47/50.17		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
57.47/50.17		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:53)
57.47/50.17		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
57.47/50.17		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
57.47/50.17		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
57.47/50.17		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
57.47/50.17		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
57.47/50.17		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
57.47/50.17		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
57.47/50.17		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
57.47/50.17		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
57.47/50.17		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
57.47/50.17		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
57.47/50.17		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
57.47/50.17		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
57.47/50.17		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
57.47/50.17		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
57.47/50.17		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
57.47/50.17		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
57.47/50.17		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
57.47/50.17		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
57.47/50.17		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
57.47/50.17		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
57.47/50.17		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
57.47/50.17		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
57.47/50.17		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
57.47/50.17		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
57.47/50.17		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
57.47/50.17		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
57.47/50.17		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
57.47/50.17	c starts		: 0
57.47/50.17	c conflicts		: 0
57.47/50.17	c decisions		: 0
57.47/50.17	c propagations		: 0
57.47/50.17	c inspects		: 0
57.47/50.17	c learnt literals	: 0
57.47/50.17	c learnt binary clauses	: 0
57.47/50.17	c learnt ternary clauses	: 0
57.47/50.17	c learnt clauses	: 0
57.47/50.17	c ignored clauses	: 0
57.47/50.17	c root simplifications	: 0
57.47/50.17	c removed literals (reason simplification)	: 0
57.47/50.17	c reason swapping (by a shorter reason)	: 0
57.47/50.17	c Calls to reduceDB	: 0
57.47/50.17	c speed (assignments/second)	: 0.0
57.47/50.17	c non guided choices	0
57.47/50.17	s UNKNOWN
57.47/50.17	c Total wall clock time (in seconds) : 49.792

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-1073521-1215177289/watcher-1073521-1215177289 -o /tmp/evaluation-result-1073521-1215177289/solver-1073521-1215177289 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1073521-1215177289.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.50 2.30 2.16 4/73 20606
/proc/meminfo: memFree=1812376/2055920 swapFree=4166000/4192956
[pid=20606] ppid=20604 vsize=1804 CPUtime=0
/proc/20606/stat : 20606 (java6) R 20604 20606 20163 0 -1 0 186 0 0 0 0 0 0 0 20 0 1 0 630946685 1847296 158 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20606/statm: 451 158 114 9 0 93 0

[startup+0.101025 s]
/proc/loadavg: 2.50 2.30 2.16 4/73 20606
/proc/meminfo: memFree=1812376/2055920 swapFree=4166000/4192956
[pid=20606] ppid=20604 vsize=804756 CPUtime=0.08
/proc/20606/stat : 20606 (java) S 20604 20606 20163 0 -1 0 3168 0 1 0 7 1 0 0 20 0 12 0 630946685 824070144 2899 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20606/statm: 201189 2899 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.201044 s]
/proc/loadavg: 2.50 2.30 2.16 4/73 20606
/proc/meminfo: memFree=1812376/2055920 swapFree=4166000/4192956
[pid=20606] ppid=20604 vsize=808276 CPUtime=0.18
/proc/20606/stat : 20606 (java) S 20604 20606 20163 0 -1 0 4561 0 1 0 16 2 0 0 20 0 12 0 630946685 827674624 3888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20606/statm: 202069 3888 1293 9 0 199438 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 808276

[startup+0.301064 s]
/proc/loadavg: 2.50 2.30 2.16 4/73 20606
/proc/meminfo: memFree=1812376/2055920 swapFree=4166000/4192956
[pid=20606] ppid=20604 vsize=808276 CPUtime=0.28
/proc/20606/stat : 20606 (java) S 20604 20606 20163 0 -1 0 5064 0 1 0 26 2 0 0 20 0 12 0 630946685 827674624 4391 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20606/statm: 202069 4391 1307 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701144 s]
/proc/loadavg: 2.50 2.30 2.16 4/73 20606
/proc/meminfo: memFree=1812376/2055920 swapFree=4166000/4192956
[pid=20606] ppid=20604 vsize=808304 CPUtime=0.68
/proc/20606/stat : 20606 (java) S 20604 20606 20163 0 -1 0 6462 0 1 0 65 3 0 0 20 0 12 0 630946685 827703296 5590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20606/statm: 202076 5590 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50231 s]
/proc/loadavg: 2.50 2.30 2.16 7/83 20621
/proc/meminfo: memFree=1789640/2055920 swapFree=4166000/4192956
[pid=20606] ppid=20604 vsize=812392 CPUtime=2.14
/proc/20606/stat : 20606 (java) S 20604 20606 20163 0 -1 0 15754 0 1 0 206 8 0 0 20 0 12 0 630946685 831889408 13236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20606/statm: 203098 13236 1352 9 0 200460 0
[pid=20606/tid=20608] ppid=20604 vsize=812392 CPUtime=1.11
/proc/20606/task/20608/stat : 20608 (java) R 20604 20606 20163 0 -1 64 10664 0 1 0 105 6 0 0 18 0 12 0 630946686 831889408 13236 996147200 134512640 134550740 4294956016 18446744073709551615 4109608876 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20609] ppid=20604 vsize=812392 CPUtime=0
/proc/20606/task/20609/stat : 20609 (java) S 20604 20606 20163 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 630946687 831889408 13236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20610] ppid=20604 vsize=812392 CPUtime=0
/proc/20606/task/20610/stat : 20610 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 630946687 831889408 13236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20611] ppid=20604 vsize=812392 CPUtime=0
/proc/20606/task/20611/stat : 20611 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 630946688 831889408 13236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20612] ppid=20604 vsize=812392 CPUtime=0
/proc/20606/task/20612/stat : 20612 (java) S 20604 20606 20163 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 630946689 831889408 13236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20613] ppid=20604 vsize=812392 CPUtime=0
/proc/20606/task/20613/stat : 20613 (java) S 20604 20606 20163 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 630946689 831889408 13236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20614] ppid=20604 vsize=812392 CPUtime=0
/proc/20606/task/20614/stat : 20614 (java) S 20604 20606 20163 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 630946693 831889408 13236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20615] ppid=20604 vsize=812392 CPUtime=0.51
/proc/20606/task/20615/stat : 20615 (java) S 20604 20606 20163 0 -1 64 1965 0 0 0 51 0 0 0 18 0 12 0 630946693 831889408 13236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20616] ppid=20604 vsize=812392 CPUtime=0.49
/proc/20606/task/20616/stat : 20616 (java) R 20604 20606 20163 0 -1 64 2359 0 0 0 49 0 0 0 16 0 12 0 630946693 831889408 13236 996147200 134512640 134550740 4294956016 18446744073709551615 102512801 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20617] ppid=20604 vsize=812392 CPUtime=0
/proc/20606/task/20617/stat : 20617 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630946693 831889408 13236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20618] ppid=20604 vsize=812392 CPUtime=0
/proc/20606/task/20618/stat : 20618 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630946693 831889408 13236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 812392

[startup+3.10262 s]
/proc/loadavg: 2.54 2.31 2.16 2/81 20634
/proc/meminfo: memFree=1732952/2055920 swapFree=4166000/4192956
[pid=20606] ppid=20604 vsize=812656 CPUtime=4.06
/proc/20606/stat : 20606 (java) S 20604 20606 20163 0 -1 0 28534 0 1 0 392 14 0 0 20 0 12 0 630946685 832159744 24787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20606/statm: 203164 24787 1362 9 0 200526 0
[pid=20606/tid=20608] ppid=20604 vsize=812656 CPUtime=2.49
/proc/20606/task/20608/stat : 20608 (java) R 20604 20606 20163 0 -1 64 16974 0 1 0 241 8 0 0 18 0 12 0 630946686 832159744 24787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20609] ppid=20604 vsize=812656 CPUtime=0.07
/proc/20606/task/20609/stat : 20609 (java) S 20604 20606 20163 0 -1 64 2981 0 0 0 6 1 0 0 16 0 12 0 630946687 832159744 24787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20610] ppid=20604 vsize=812656 CPUtime=0.09
/proc/20606/task/20610/stat : 20610 (java) S 20604 20606 20163 0 -1 64 2094 0 0 0 8 1 0 0 17 0 12 0 630946687 832159744 24787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20611] ppid=20604 vsize=812656 CPUtime=0
/proc/20606/task/20611/stat : 20611 (java) S 20604 20606 20163 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 630946688 832159744 24787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20612] ppid=20604 vsize=812656 CPUtime=0
/proc/20606/task/20612/stat : 20612 (java) S 20604 20606 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630946689 832159744 24787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20613] ppid=20604 vsize=812656 CPUtime=0
/proc/20606/task/20613/stat : 20613 (java) S 20604 20606 20163 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630946689 832159744 24787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20614] ppid=20604 vsize=812656 CPUtime=0
/proc/20606/task/20614/stat : 20614 (java) S 20604 20606 20163 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 630946693 832159744 24787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20615] ppid=20604 vsize=812656 CPUtime=0.64
/proc/20606/task/20615/stat : 20615 (java) R 20604 20606 20163 0 -1 64 1974 0 0 0 64 0 0 0 16 0 12 0 630946693 832159744 24787 996147200 134512640 134550740 4294956016 18446744073709551615 105689372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20616] ppid=20604 vsize=812656 CPUtime=0.7
/proc/20606/task/20616/stat : 20616 (java) R 20604 20606 20163 0 -1 64 3663 0 0 0 69 1 0 0 16 0 12 0 630946693 832159744 24787 996147200 134512640 134550740 4294956016 18446744073709551615 104089665 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20617] ppid=20604 vsize=812656 CPUtime=0
/proc/20606/task/20617/stat : 20617 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630946693 832159744 24787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20618] ppid=20604 vsize=812656 CPUtime=0
/proc/20606/task/20618/stat : 20618 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630946693 832159744 24787 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 812656

[startup+6.30125 s]
/proc/loadavg: 2.54 2.31 2.16 3/81 20634
/proc/meminfo: memFree=1645400/2055920 swapFree=4166000/4192956
[pid=20606] ppid=20604 vsize=822904 CPUtime=8.91
/proc/20606/stat : 20606 (java) S 20604 20606 20163 0 -1 0 62171 0 1 0 862 29 0 0 20 0 12 0 630946685 842653696 53119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20606/statm: 205726 53119 1362 9 0 203088 0
[pid=20606/tid=20608] ppid=20604 vsize=822904 CPUtime=4.02
/proc/20606/task/20608/stat : 20608 (java) R 20604 20606 20163 0 -1 64 16987 0 1 0 394 8 0 0 16 0 12 0 630946686 842653696 53119 996147200 134512640 134550740 4294956016 18446744073709551615 4109736666 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20609] ppid=20604 vsize=822904 CPUtime=1.72
/proc/20606/task/20609/stat : 20609 (java) S 20604 20606 20163 0 -1 64 19432 0 0 0 162 10 0 0 19 0 12 0 630946687 842653696 53119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20610] ppid=20604 vsize=822904 CPUtime=1.72
/proc/20606/task/20610/stat : 20610 (java) S 20604 20606 20163 0 -1 64 19263 0 0 0 165 7 0 0 16 0 12 0 630946687 842653696 53119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20611] ppid=20604 vsize=822904 CPUtime=0
/proc/20606/task/20611/stat : 20611 (java) S 20604 20606 20163 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 630946688 842653696 53119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20612] ppid=20604 vsize=822904 CPUtime=0
/proc/20606/task/20612/stat : 20612 (java) S 20604 20606 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630946689 842653696 53119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20613] ppid=20604 vsize=822904 CPUtime=0
/proc/20606/task/20613/stat : 20613 (java) S 20604 20606 20163 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630946689 842653696 53119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20614] ppid=20604 vsize=822904 CPUtime=0
/proc/20606/task/20614/stat : 20614 (java) S 20604 20606 20163 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 630946693 842653696 53119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20615] ppid=20604 vsize=822904 CPUtime=0.68
/proc/20606/task/20615/stat : 20615 (java) S 20604 20606 20163 0 -1 64 1977 0 0 0 68 0 0 0 16 0 12 0 630946693 842653696 53119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20616] ppid=20604 vsize=822904 CPUtime=0.71
/proc/20606/task/20616/stat : 20616 (java) S 20604 20606 20163 0 -1 64 3664 0 0 0 70 1 0 0 16 0 12 0 630946693 842653696 53119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20617] ppid=20604 vsize=822904 CPUtime=0
/proc/20606/task/20617/stat : 20617 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630946693 842653696 53119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20618] ppid=20604 vsize=822904 CPUtime=0
/proc/20606/task/20618/stat : 20618 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630946693 842653696 53119 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.91
Current children cumulated vsize (KiB) 822904

[startup+12.7025 s]
/proc/loadavg: 2.76 2.36 2.18 3/82 20639
/proc/meminfo: memFree=1382096/2055920 swapFree=4166000/4192956
[pid=20606] ppid=20604 vsize=822904 CPUtime=18.39
/proc/20606/stat : 20606 (java) S 20604 20606 20163 0 -1 0 125411 0 1 0 1776 63 0 0 20 0 12 0 630946685 842653696 113826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20606/statm: 205726 113826 1362 9 0 203088 0
[pid=20606/tid=20608] ppid=20604 vsize=822904 CPUtime=7.15
/proc/20606/task/20608/stat : 20608 (java) R 20604 20606 20163 0 -1 64 23143 0 1 0 704 11 0 0 17 0 12 0 630946686 842653696 113826 996147200 134512640 134550740 4294956016 18446744073709551615 4109763833 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20609] ppid=20604 vsize=822904 CPUtime=4.87
/proc/20606/task/20609/stat : 20609 (java) S 20604 20606 20163 0 -1 64 54133 0 0 0 459 28 0 0 16 0 12 0 630946687 842653696 113826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20610] ppid=20604 vsize=822904 CPUtime=4.9
/proc/20606/task/20610/stat : 20610 (java) S 20604 20606 20163 0 -1 64 41643 0 0 0 470 20 0 0 16 0 12 0 630946687 842653696 113826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20611] ppid=20604 vsize=822904 CPUtime=0.01
/proc/20606/task/20611/stat : 20611 (java) S 20604 20606 20163 0 -1 64 84 0 0 0 1 0 0 0 17 0 12 0 630946688 842653696 113826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20612] ppid=20604 vsize=822904 CPUtime=0
/proc/20606/task/20612/stat : 20612 (java) S 20604 20606 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630946689 842653696 113826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20613] ppid=20604 vsize=822904 CPUtime=0
/proc/20606/task/20613/stat : 20613 (java) S 20604 20606 20163 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630946689 842653696 113826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20614] ppid=20604 vsize=822904 CPUtime=0
/proc/20606/task/20614/stat : 20614 (java) S 20604 20606 20163 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 630946693 842653696 113826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20615] ppid=20604 vsize=822904 CPUtime=0.68
/proc/20606/task/20615/stat : 20615 (java) S 20604 20606 20163 0 -1 64 1977 0 0 0 68 0 0 0 16 0 12 0 630946693 842653696 113826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20616] ppid=20604 vsize=822904 CPUtime=0.72
/proc/20606/task/20616/stat : 20616 (java) S 20604 20606 20163 0 -1 64 3667 0 0 0 71 1 0 0 16 0 12 0 630946693 842653696 113826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20617] ppid=20604 vsize=822904 CPUtime=0
/proc/20606/task/20617/stat : 20617 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630946693 842653696 113826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20618] ppid=20604 vsize=822904 CPUtime=0
/proc/20606/task/20618/stat : 20618 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630946693 842653696 113826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.39
Current children cumulated vsize (KiB) 822904

[startup+25.501 s]
/proc/loadavg: 2.87 2.40 2.19 2/81 20670
/proc/meminfo: memFree=1091488/2055920 swapFree=4166000/4192956
[pid=20606] ppid=20604 vsize=854908 CPUtime=32.88
/proc/20606/stat : 20606 (java) S 20604 20606 20163 0 -1 0 220176 0 1 0 3181 107 0 0 20 0 12 0 630946685 875425792 181192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20606/statm: 213727 181192 1366 9 0 211089 0
[pid=20606/tid=20608] ppid=20604 vsize=854908 CPUtime=10.65
/proc/20606/task/20608/stat : 20608 (java) S 20604 20606 20163 0 -1 64 26976 0 1 0 1052 13 0 0 19 0 12 0 630946686 875425792 181192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20609] ppid=20604 vsize=854908 CPUtime=7.37
/proc/20606/task/20609/stat : 20609 (java) S 20604 20606 20163 0 -1 64 82877 0 0 0 696 41 0 0 18 0 12 0 630946687 875425792 181192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20610] ppid=20604 vsize=854908 CPUtime=7.44
/proc/20606/task/20610/stat : 20610 (java) S 20604 20606 20163 0 -1 64 69314 0 0 0 710 34 0 0 16 0 12 0 630946687 875425792 181192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20611] ppid=20604 vsize=854908 CPUtime=5.95
/proc/20606/task/20611/stat : 20611 (java) R 20604 20606 20163 0 -1 64 34601 0 0 0 581 14 0 0 16 0 12 0 630946688 875425792 181192 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20612] ppid=20604 vsize=854908 CPUtime=0
/proc/20606/task/20612/stat : 20612 (java) S 20604 20606 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630946689 875425792 181192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20613] ppid=20604 vsize=854908 CPUtime=0
/proc/20606/task/20613/stat : 20613 (java) S 20604 20606 20163 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630946689 875425792 181192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20614] ppid=20604 vsize=854908 CPUtime=0
/proc/20606/task/20614/stat : 20614 (java) S 20604 20606 20163 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 630946693 875425792 181192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=20606/tid=20617] ppid=20604 vsize=854908 CPUtime=0
/proc/20606/task/20617/stat : 20617 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630946693 875425792 181192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20618] ppid=20604 vsize=854908 CPUtime=0
/proc/20606/task/20618/stat : 20618 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630946693 875425792 181192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.98
Current children cumulated vsize (KiB) 854908

[startup+38.4026 s]
/proc/loadavg: 2.75 2.40 2.20 3/94 20693
/proc/meminfo: memFree=931056/2055920 swapFree=4166000/4192956
[pid=20606] ppid=20604 vsize=854908 CPUtime=45.77
/proc/20606/stat : 20606 (java) S 20604 20606 20163 0 -1 0 271802 0 1 0 4446 131 0 0 20 0 12 0 630946685 875425792 182796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20606/statm: 213727 182796 1366 9 0 211089 0
[pid=20606/tid=20608] ppid=20604 vsize=854908 CPUtime=11.3
/proc/20606/task/20608/stat : 20608 (java) S 20604 20606 20163 0 -1 64 26980 0 1 0 1117 13 0 0 17 0 12 0 630946686 875425792 182796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20609] ppid=20604 vsize=854908 CPUtime=7.37
/proc/20606/task/20609/stat : 20609 (java) S 20604 20606 20163 0 -1 64 82877 0 0 0 696 41 0 0 18 0 12 0 630946687 875425792 182796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20610] ppid=20604 vsize=854908 CPUtime=7.44
/proc/20606/task/20610/stat : 20610 (java) S 20604 20606 20163 0 -1 64 69314 0 0 0 710 34 0 0 16 0 12 0 630946687 875425792 182796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20611] ppid=20604 vsize=854908 CPUtime=18.19
/proc/20606/task/20611/stat : 20611 (java) R 20604 20606 20163 0 -1 64 86223 0 0 0 1780 39 0 0 25 0 12 0 630946688 875425792 182796 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20612] ppid=20604 vsize=854908 CPUtime=0
/proc/20606/task/20612/stat : 20612 (java) S 20604 20606 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630946689 875425792 182796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20613] ppid=20604 vsize=854908 CPUtime=0
/proc/20606/task/20613/stat : 20613 (java) S 20604 20606 20163 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630946689 875425792 182796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20614] ppid=20604 vsize=854908 CPUtime=0
/proc/20606/task/20614/stat : 20614 (java) S 20604 20606 20163 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 630946693 875425792 182796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20615] ppid=20604 vsize=854908 CPUtime=0.68
/proc/20606/task/20615/stat : 20615 (java) S 20604 20606 20163 0 -1 64 1977 0 0 0 68 0 0 0 16 0 12 0 630946693 875425792 182796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20616] ppid=20604 vsize=854908 CPUtime=0.72
/proc/20606/task/20616/stat : 20616 (java) S 20604 20606 20163 0 -1 64 3667 0 0 0 71 1 0 0 16 0 12 0 630946693 875425792 182796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20617] ppid=20604 vsize=854908 CPUtime=0
/proc/20606/task/20617/stat : 20617 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630946693 875425792 182796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20618] ppid=20604 vsize=854908 CPUtime=0
/proc/20606/task/20618/stat : 20618 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630946693 875425792 182796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.77
Current children cumulated vsize (KiB) 854908

[startup+44.8028 s]
/proc/loadavg: 2.69 2.39 2.19 3/94 20693
/proc/meminfo: memFree=930544/2055920 swapFree=4166000/4192956
[pid=20606] ppid=20604 vsize=822904 CPUtime=52.17
/proc/20606/stat : 20606 (java) S 20604 20606 20163 0 -1 0 302814 0 1 0 5071 146 0 0 20 0 12 0 630946685 842653696 174795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20606/statm: 205726 174795 1366 9 0 203088 0
[pid=20606/tid=20608] ppid=20604 vsize=822904 CPUtime=11.43
/proc/20606/task/20608/stat : 20608 (java) S 20604 20606 20163 0 -1 64 26982 0 1 0 1130 13 0 0 17 0 12 0 630946686 842653696 174795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20609] ppid=20604 vsize=822904 CPUtime=7.37
/proc/20606/task/20609/stat : 20609 (java) S 20604 20606 20163 0 -1 64 82877 0 0 0 696 41 0 0 18 0 12 0 630946687 842653696 174795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20610] ppid=20604 vsize=822904 CPUtime=7.44
/proc/20606/task/20610/stat : 20610 (java) S 20604 20606 20163 0 -1 64 69314 0 0 0 710 34 0 0 16 0 12 0 630946687 842653696 174795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20611] ppid=20604 vsize=822904 CPUtime=24.46
/proc/20606/task/20611/stat : 20611 (java) R 20604 20606 20163 0 -1 64 117233 0 0 0 2392 54 0 0 25 0 12 0 630946688 842653696 174795 996147200 134512640 134550740 4294956016 18446744073709551615 103082195 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20612] ppid=20604 vsize=822904 CPUtime=0
/proc/20606/task/20612/stat : 20612 (java) S 20604 20606 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630946689 842653696 174795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20613] ppid=20604 vsize=822904 CPUtime=0
/proc/20606/task/20613/stat : 20613 (java) S 20604 20606 20163 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630946689 842653696 174795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20614] ppid=20604 vsize=822904 CPUtime=0
/proc/20606/task/20614/stat : 20614 (java) S 20604 20606 20163 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 630946693 842653696 174795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20615] ppid=20604 vsize=822904 CPUtime=0.68
/proc/20606/task/20615/stat : 20615 (java) S 20604 20606 20163 0 -1 64 1977 0 0 0 68 0 0 0 16 0 12 0 630946693 842653696 174795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20616] ppid=20604 vsize=822904 CPUtime=0.72
/proc/20606/task/20616/stat : 20616 (java) S 20604 20606 20163 0 -1 64 3667 0 0 0 71 1 0 0 16 0 12 0 630946693 842653696 174795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20617] ppid=20604 vsize=822904 CPUtime=0
/proc/20606/task/20617/stat : 20617 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630946693 842653696 174795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20618] ppid=20604 vsize=822904 CPUtime=0
/proc/20606/task/20618/stat : 20618 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630946693 842653696 174795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.17
Current children cumulated vsize (KiB) 822904

[startup+48.0025 s]
/proc/loadavg: 2.64 2.38 2.19 3/94 20693
/proc/meminfo: memFree=951344/2055920 swapFree=4166000/4192956
[pid=20606] ppid=20604 vsize=830908 CPUtime=55.37
/proc/20606/stat : 20606 (java) S 20604 20606 20163 0 -1 0 309821 0 1 0 5388 149 0 0 20 0 12 0 630946685 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20606/statm: 207727 176796 1366 9 0 205089 0
[pid=20606/tid=20608] ppid=20604 vsize=830908 CPUtime=11.44
/proc/20606/task/20608/stat : 20608 (java) S 20604 20606 20163 0 -1 64 26983 0 1 0 1131 13 0 0 17 0 12 0 630946686 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20609] ppid=20604 vsize=830908 CPUtime=7.37
/proc/20606/task/20609/stat : 20609 (java) S 20604 20606 20163 0 -1 64 82877 0 0 0 696 41 0 0 18 0 12 0 630946687 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20610] ppid=20604 vsize=830908 CPUtime=7.44
/proc/20606/task/20610/stat : 20610 (java) S 20604 20606 20163 0 -1 64 69314 0 0 0 710 34 0 0 16 0 12 0 630946687 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20611] ppid=20604 vsize=830908 CPUtime=27.65
/proc/20606/task/20611/stat : 20611 (java) R 20604 20606 20163 0 -1 64 124239 0 0 0 2709 56 0 0 25 0 12 0 630946688 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20612] ppid=20604 vsize=830908 CPUtime=0
/proc/20606/task/20612/stat : 20612 (java) S 20604 20606 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630946689 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20613] ppid=20604 vsize=830908 CPUtime=0
/proc/20606/task/20613/stat : 20613 (java) S 20604 20606 20163 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630946689 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20614] ppid=20604 vsize=830908 CPUtime=0
/proc/20606/task/20614/stat : 20614 (java) S 20604 20606 20163 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 630946693 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20615] ppid=20604 vsize=830908 CPUtime=0.68
/proc/20606/task/20615/stat : 20615 (java) S 20604 20606 20163 0 -1 64 1977 0 0 0 68 0 0 0 16 0 12 0 630946693 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20616] ppid=20604 vsize=830908 CPUtime=0.72
/proc/20606/task/20616/stat : 20616 (java) S 20604 20606 20163 0 -1 64 3667 0 0 0 71 1 0 0 16 0 12 0 630946693 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20617] ppid=20604 vsize=830908 CPUtime=0
/proc/20606/task/20617/stat : 20617 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630946693 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20618] ppid=20604 vsize=830908 CPUtime=0
/proc/20606/task/20618/stat : 20618 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630946693 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 55.37
Current children cumulated vsize (KiB) 830908

[startup+49.6078 s]
/proc/loadavg: 2.64 2.38 2.19 3/94 20693
/proc/meminfo: memFree=944112/2055920 swapFree=4166000/4192956
[pid=20606] ppid=20604 vsize=830908 CPUtime=56.98
/proc/20606/stat : 20606 (java) S 20604 20606 20163 0 -1 0 309821 0 1 0 5549 149 0 0 20 0 12 0 630946685 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20606/statm: 207727 176796 1366 9 0 205089 0
[pid=20606/tid=20608] ppid=20604 vsize=830908 CPUtime=11.44
/proc/20606/task/20608/stat : 20608 (java) S 20604 20606 20163 0 -1 64 26983 0 1 0 1131 13 0 0 17 0 12 0 630946686 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20609] ppid=20604 vsize=830908 CPUtime=7.37
/proc/20606/task/20609/stat : 20609 (java) S 20604 20606 20163 0 -1 64 82877 0 0 0 696 41 0 0 18 0 12 0 630946687 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20610] ppid=20604 vsize=830908 CPUtime=7.44
/proc/20606/task/20610/stat : 20610 (java) S 20604 20606 20163 0 -1 64 69314 0 0 0 710 34 0 0 16 0 12 0 630946687 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20611] ppid=20604 vsize=830908 CPUtime=29.25
/proc/20606/task/20611/stat : 20611 (java) R 20604 20606 20163 0 -1 64 124239 0 0 0 2869 56 0 0 25 0 12 0 630946688 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20612] ppid=20604 vsize=830908 CPUtime=0
/proc/20606/task/20612/stat : 20612 (java) S 20604 20606 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630946689 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20613] ppid=20604 vsize=830908 CPUtime=0
/proc/20606/task/20613/stat : 20613 (java) S 20604 20606 20163 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630946689 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20614] ppid=20604 vsize=830908 CPUtime=0
/proc/20606/task/20614/stat : 20614 (java) S 20604 20606 20163 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 630946693 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20615] ppid=20604 vsize=830908 CPUtime=0.68
/proc/20606/task/20615/stat : 20615 (java) S 20604 20606 20163 0 -1 64 1977 0 0 0 68 0 0 0 16 0 12 0 630946693 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20616] ppid=20604 vsize=830908 CPUtime=0.72
/proc/20606/task/20616/stat : 20616 (java) S 20604 20606 20163 0 -1 64 3667 0 0 0 71 1 0 0 16 0 12 0 630946693 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20617] ppid=20604 vsize=830908 CPUtime=0
/proc/20606/task/20617/stat : 20617 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630946693 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20618] ppid=20604 vsize=830908 CPUtime=0
/proc/20606/task/20618/stat : 20618 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630946693 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.98
Current children cumulated vsize (KiB) 830908

[startup+50.0029 s]
/proc/loadavg: 2.64 2.38 2.19 3/94 20693
/proc/meminfo: memFree=944112/2055920 swapFree=4166000/4192956
[pid=20606] ppid=20604 vsize=830908 CPUtime=57.37
/proc/20606/stat : 20606 (java) S 20604 20606 20163 0 -1 0 309821 0 1 0 5588 149 0 0 20 0 12 0 630946685 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20606/statm: 207727 176796 1366 9 0 205089 0
[pid=20606/tid=20608] ppid=20604 vsize=830908 CPUtime=11.44
/proc/20606/task/20608/stat : 20608 (java) S 20604 20606 20163 0 -1 64 26983 0 1 0 1131 13 0 0 17 0 12 0 630946686 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20609] ppid=20604 vsize=830908 CPUtime=7.37
/proc/20606/task/20609/stat : 20609 (java) S 20604 20606 20163 0 -1 64 82877 0 0 0 696 41 0 0 18 0 12 0 630946687 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20610] ppid=20604 vsize=830908 CPUtime=7.44
/proc/20606/task/20610/stat : 20610 (java) S 20604 20606 20163 0 -1 64 69314 0 0 0 710 34 0 0 16 0 12 0 630946687 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20611] ppid=20604 vsize=830908 CPUtime=29.65
/proc/20606/task/20611/stat : 20611 (java) R 20604 20606 20163 0 -1 64 124239 0 0 0 2909 56 0 0 25 0 12 0 630946688 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 106123770 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20606/tid=20612] ppid=20604 vsize=830908 CPUtime=0
/proc/20606/task/20612/stat : 20612 (java) S 20604 20606 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 630946689 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20613] ppid=20604 vsize=830908 CPUtime=0
/proc/20606/task/20613/stat : 20613 (java) S 20604 20606 20163 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 630946689 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20614] ppid=20604 vsize=830908 CPUtime=0
/proc/20606/task/20614/stat : 20614 (java) S 20604 20606 20163 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 630946693 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20615] ppid=20604 vsize=830908 CPUtime=0.68
/proc/20606/task/20615/stat : 20615 (java) S 20604 20606 20163 0 -1 64 1977 0 0 0 68 0 0 0 16 0 12 0 630946693 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20616] ppid=20604 vsize=830908 CPUtime=0.72
/proc/20606/task/20616/stat : 20616 (java) S 20604 20606 20163 0 -1 64 3667 0 0 0 71 1 0 0 16 0 12 0 630946693 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20617] ppid=20604 vsize=830908 CPUtime=0
/proc/20606/task/20617/stat : 20617 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 630946693 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20606/tid=20618] ppid=20604 vsize=830908 CPUtime=0
/proc/20606/task/20618/stat : 20618 (java) S 20604 20606 20163 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 630946693 850849792 176796 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.37
Current children cumulated vsize (KiB) 830908

[startup+50.2029 s]
/proc/loadavg: 2.64 2.38 2.19 3/94 20693
/proc/meminfo: memFree=944112/2055920 swapFree=4166000/4192956
[pid=20606] ppid=20604 vsize=0 CPUtime=57.57
/proc/20606/stat : 20606 (java) Z 20604 20606 20163 0 -1 12 309836 0 1 0 5605 152 0 0 16 0 2 0 630946685 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20606/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 57.57
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 50.2786
CPU time (s): 57.6572
CPU user time (s): 56.0565
CPU system time (s): 1.60076
CPU usage (%): 114.676
Max. virtual memory (cumulated for all children) (KiB): 870912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.0565
system time used= 1.60076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309836
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1653
involuntary context switches= 1383

runsolver used 0.06299 second user time and 0.172973 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-04 15:14:49
IDJOB=1073521
IDBENCH=56356
IDSOLVER=344
FILE ID=node77/1073521-1215177289
PBS_JOBID= 7881563
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 041bf214ac6aa89c7bd0bed4c3acbc0d
RANDOM SEED=1645310467

node77.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.274
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.274
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:       1812920 kB
Buffers:         30940 kB
Cached:         128508 kB
SwapCached:      20616 kB
Active:         146620 kB
Inactive:        40620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812920 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            8156 kB
Writeback:           0 kB
Mapped:          35196 kB
Slab:            41228 kB
Committed_AS:  1074764 kB
PageTables:       1728 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= 66532 MiB
End job on node77 at 2008-07-04 15:15:39