Trace number 1074257

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? 85.286 82.667

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-47_ext.xml
MD5SUM5e214430a822095a73424491fa86126b
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.663898
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints149
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension149
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.29/0.33	c version 9.9.9.token
0.29/0.33	c sun.arch.data.model	32
0.29/0.33	c java.version	1.6.0_06
0.29/0.33	c os.name	Linux
0.29/0.33	c os.version	2.6.9-22.EL.rootsmp
0.29/0.33	c os.arch	i386
0.29/0.33	c Free memory 669864272
0.29/0.33	c Max memory 672137216
0.29/0.33	c Total memory 672137216
0.29/0.33	c Number of processors 2
0.29/0.38	c c --- Begin Solver configuration ---
0.29/0.38	c Stops conflict analysis at the first Unique Implication Point
0.29/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.38	c Learn all clauses as in MiniSAT
0.29/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.38	c Expensive reason simplification
0.29/0.38	c MiniSAT restarts strategy
0.29/0.38	c timeout=2147483s
0.29/0.38	c DB Simplification allowed=false
0.29/0.38	c --- End Solver configuration ---
0.29/0.38	c solving HOME/instance-1074257-1215178341.xml
0.29/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.69	c reading relations done.
2.97/3.04	c reading constraints
85.14/82.53	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
85.14/82.54		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
85.14/82.54		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
85.14/82.54		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
85.14/82.54		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
85.14/82.54		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
85.14/82.54		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
85.14/82.54		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
85.14/82.54		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.14/82.54		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.14/82.54		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.14/82.54		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.14/82.54		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.14/82.54		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.14/82.54		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.14/82.54		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.14/82.54		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.14/82.54		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
85.14/82.54		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
85.14/82.54		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
85.14/82.54		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
85.14/82.54		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
85.14/82.54		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
85.14/82.54		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
85.14/82.54		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
85.14/82.54		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
85.14/82.54		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
85.14/82.54		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
85.14/82.54		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
85.14/82.54		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
85.14/82.54		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
85.14/82.54		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
85.14/82.54		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
85.14/82.54	c starts		: 0
85.14/82.54	c conflicts		: 0
85.14/82.54	c decisions		: 0
85.14/82.54	c propagations		: 0
85.14/82.54	c inspects		: 0
85.14/82.54	c learnt literals	: 0
85.14/82.54	c learnt binary clauses	: 0
85.14/82.54	c learnt ternary clauses	: 0
85.14/82.54	c learnt clauses	: 0
85.14/82.54	c ignored clauses	: 0
85.14/82.54	c root simplifications	: 0
85.14/82.54	c removed literals (reason simplification)	: 0
85.14/82.54	c reason swapping (by a shorter reason)	: 0
85.14/82.54	c Calls to reduceDB	: 0
85.14/82.54	c speed (assignments/second)	: 0.0
85.14/82.54	c non guided choices	0
85.14/82.54	s UNKNOWN
85.14/82.54	c Total wall clock time (in seconds) : 82.162

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-1074257-1215178341/watcher-1074257-1215178341 -o /tmp/evaluation-result-1074257-1215178341/solver-1074257-1215178341 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074257-1215178341.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.29 2.31 2.13 4/88 8116
/proc/meminfo: memFree=1692032/2055920 swapFree=4179140/4192956
[pid=8116] ppid=8114 vsize=18572 CPUtime=0
/proc/8116/stat : 8116 (runsolver) R 8114 8116 7482 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 129514705 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/8116/statm: 4643 292 257 25 0 2626 0

[startup+0.0753519 s]
/proc/loadavg: 2.29 2.31 2.13 4/88 8116
/proc/meminfo: memFree=1692032/2055920 swapFree=4179140/4192956
[pid=8116] ppid=8114 vsize=802236 CPUtime=0.06
/proc/8116/stat : 8116 (java) S 8114 8116 7482 0 -1 0 2794 0 1 0 4 2 0 0 18 0 7 0 129514705 821489664 2529 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 200559 2529 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101922 s]
/proc/loadavg: 2.29 2.31 2.13 4/88 8116
/proc/meminfo: memFree=1692032/2055920 swapFree=4179140/4192956
[pid=8116] ppid=8114 vsize=804612 CPUtime=0.08
/proc/8116/stat : 8116 (java) S 8114 8116 7482 0 -1 0 3007 0 1 0 6 2 0 0 18 0 12 0 129514705 823922688 2740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 201153 2740 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301945 s]
/proc/loadavg: 2.29 2.31 2.13 4/88 8116
/proc/meminfo: memFree=1692032/2055920 swapFree=4179140/4192956
[pid=8116] ppid=8114 vsize=808276 CPUtime=0.29
/proc/8116/stat : 8116 (java) S 8114 8116 7482 0 -1 0 5062 0 1 0 25 4 0 0 18 0 12 0 129514705 827674624 4389 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 202069 4389 1307 9 0 199438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808276

[startup+0.701987 s]
/proc/loadavg: 2.29 2.31 2.13 4/88 8116
/proc/meminfo: memFree=1692032/2055920 swapFree=4179140/4192956
[pid=8116] ppid=8114 vsize=808304 CPUtime=0.68
/proc/8116/stat : 8116 (java) S 8114 8116 7482 0 -1 0 6458 0 1 0 63 5 0 0 18 0 12 0 129514705 827703296 5586 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 202076 5586 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50208 s]
/proc/loadavg: 2.27 2.30 2.13 3/100 8128
/proc/meminfo: memFree=1672736/2055920 swapFree=4179140/4192956
[pid=8116] ppid=8114 vsize=813492 CPUtime=1.48
/proc/8116/stat : 8116 (java) S 8114 8116 7482 0 -1 0 11860 0 1 0 140 8 0 0 18 0 12 0 129514705 833015808 9636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 203373 9636 1351 9 0 200735 0
[pid=8116/tid=8118] ppid=8114 vsize=813492 CPUtime=0.72
/proc/8116/task/8118/stat : 8118 (java) R 8114 8116 7482 0 -1 64 6683 0 1 0 67 5 0 0 22 0 12 0 129514707 833015808 9636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=813492 CPUtime=0
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7482 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 129514708 833015808 9636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=813492 CPUtime=0
/proc/8116/task/8120/stat : 8120 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 129514708 833015808 9636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8121] ppid=8114 vsize=813492 CPUtime=0
/proc/8116/task/8121/stat : 8121 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 129514710 833015808 9636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=813492 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7482 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 129514710 833015808 9636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=813492 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7482 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 129514710 833015808 9636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=813492 CPUtime=0
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 129514714 833015808 9636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8125] ppid=8114 vsize=813492 CPUtime=0.44
/proc/8116/task/8125/stat : 8125 (java) R 8114 8116 7482 0 -1 64 3014 0 0 0 43 1 0 0 16 0 12 0 129514714 833015808 9636 996147200 134512640 134550740 4294956016 18446744073709551615 102526884 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8126] ppid=8114 vsize=813492 CPUtime=0.29
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7482 0 -1 64 1399 0 0 0 29 0 0 0 16 0 12 0 129514714 833015808 9636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8127] ppid=8114 vsize=813492 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 129514714 833015808 9636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=813492 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 129514714 833015808 9636 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 813492

[startup+3.10226 s]
/proc/loadavg: 2.27 2.30 2.13 3/100 8128
/proc/meminfo: memFree=1612320/2055920 swapFree=4179140/4192956
[pid=8116] ppid=8114 vsize=813492 CPUtime=3.07
/proc/8116/stat : 8116 (java) S 8114 8116 7482 0 -1 0 27307 0 1 0 292 15 0 0 18 0 12 0 129514705 833015808 25079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 203373 25079 1357 9 0 200735 0
[pid=8116/tid=8118] ppid=8114 vsize=813492 CPUtime=2.02
/proc/8116/task/8118/stat : 8118 (java) R 8114 8116 7482 0 -1 64 16971 0 1 0 192 10 0 0 25 0 12 0 129514707 833015808 25079 996147200 134512640 134550740 4294956016 18446744073709551615 4109180646 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=813492 CPUtime=0.08
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7482 0 -1 64 2774 0 0 0 7 1 0 0 16 0 12 0 129514708 833015808 25079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=813492 CPUtime=0.06
/proc/8116/task/8120/stat : 8120 (java) S 8114 8116 7482 0 -1 64 2290 0 0 0 6 0 0 0 16 0 12 0 129514708 833015808 25079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8121] ppid=8114 vsize=813492 CPUtime=0
/proc/8116/task/8121/stat : 8121 (java) S 8114 8116 7482 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 129514710 833015808 25079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=813492 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7482 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 129514710 833015808 25079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=813492 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 129514710 833015808 25079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=813492 CPUtime=0
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 129514714 833015808 25079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8125] ppid=8114 vsize=813492 CPUtime=0.54
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7482 0 -1 64 3028 0 0 0 53 1 0 0 16 0 12 0 129514714 833015808 25079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8126] ppid=8114 vsize=813492 CPUtime=0.32
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7482 0 -1 64 1399 0 0 0 32 0 0 0 16 0 12 0 129514714 833015808 25079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8127] ppid=8114 vsize=813492 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 129514714 833015808 25079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=813492 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 129514714 833015808 25079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 813492

[startup+6.30162 s]
/proc/loadavg: 2.27 2.30 2.13 3/100 8128
/proc/meminfo: memFree=1518944/2055920 swapFree=4179140/4192956
[pid=8116] ppid=8114 vsize=823676 CPUtime=7.01
/proc/8116/stat : 8116 (java) S 8114 8116 7482 0 -1 0 56465 0 1 0 671 30 0 0 18 0 12 0 129514705 843444224 49350 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 205919 49350 1362 9 0 203281 0
[pid=8116/tid=8118] ppid=8114 vsize=823676 CPUtime=3.61
/proc/8116/task/8118/stat : 8118 (java) R 8114 8116 7482 0 -1 64 16982 0 1 0 351 10 0 0 25 0 12 0 129514707 843444224 49350 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=823676 CPUtime=1.07
/proc/8116/task/8119/stat : 8119 (java) R 8114 8116 7482 0 -1 64 16354 0 0 0 100 7 0 0 16 0 12 0 129514708 843444224 49350 996147200 134512640 134550740 4294956016 18446744073709551615 105852897 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=823676 CPUtime=1.05
/proc/8116/task/8120/stat : 8120 (java) R 8114 8116 7482 0 -1 64 17221 0 0 0 96 9 0 0 16 0 12 0 129514708 843444224 49350 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8121] ppid=8114 vsize=823676 CPUtime=0
/proc/8116/task/8121/stat : 8121 (java) S 8114 8116 7482 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 129514710 843444224 49350 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=823676 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7482 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 129514710 843444224 49350 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=823676 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 129514710 843444224 49350 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=823676 CPUtime=0
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 129514714 843444224 49350 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8125] ppid=8114 vsize=823676 CPUtime=0.8
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7482 0 -1 64 3653 0 0 0 79 1 0 0 16 0 12 0 129514714 843444224 49350 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8116/tid=8126] ppid=8114 vsize=823676 CPUtime=0.43
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7482 0 -1 64 1410 0 0 0 43 0 0 0 16 0 12 0 129514714 843444224 49350 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8127] ppid=8114 vsize=823676 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 129514714 843444224 49350 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=823676 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 129514714 843444224 49350 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 823676

[startup+12.7023 s]
/proc/loadavg: 2.53 2.36 2.15 5/100 8128
/proc/meminfo: memFree=1280864/2055920 swapFree=4179140/4192956
[pid=8116] ppid=8114 vsize=823676 CPUtime=14.66
/proc/8116/stat : 8116 (java) S 8114 8116 7482 0 -1 0 120530 0 1 0 1408 58 0 0 18 0 12 0 129514705 843444224 112228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 205919 112230 1362 9 0 203281 0
[pid=8116/tid=8118] ppid=8114 vsize=823676 CPUtime=6.55
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7482 0 -1 64 23138 0 1 0 643 12 0 0 25 0 12 0 129514707 843444224 112232 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=823676 CPUtime=3.38
/proc/8116/task/8119/stat : 8119 (java) R 8114 8116 7482 0 -1 64 42786 0 0 0 318 20 0 0 17 0 12 0 129514708 843444224 112233 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8116/tid=8120] ppid=8114 vsize=823676 CPUtime=3.42
/proc/8116/task/8120/stat : 8120 (java) R 8114 8116 7482 0 -1 64 48703 0 0 0 321 21 0 0 17 0 12 0 129514708 843444224 112235 996147200 134512640 134550740 4294956016 18446744073709551615 106160004 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8116/tid=8121] ppid=8114 vsize=823676 CPUtime=0
/proc/8116/task/8121/stat : 8121 (java) S 8114 8116 7482 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 129514710 843444224 112237 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8116/tid=8122] ppid=8114 vsize=823676 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7482 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 129514710 843444224 112239 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=823676 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 129514710 843444224 112241 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=823676 CPUtime=0
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 129514714 843444224 112243 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8125] ppid=8114 vsize=823676 CPUtime=0.8
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7482 0 -1 64 3653 0 0 0 79 1 0 0 16 0 12 0 129514714 843444224 112245 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8116/tid=8126] ppid=8114 vsize=823676 CPUtime=0.44
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7482 0 -1 64 1410 0 0 0 44 0 0 0 16 0 12 0 129514714 843444224 112247 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8127] ppid=8114 vsize=823676 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 129514714 843444224 112249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=823676 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 129514714 843444224 112251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.66
Current children cumulated vsize (KiB) 823676

[startup+25.5028 s]
/proc/loadavg: 2.53 2.36 2.15 4/100 8128
/proc/meminfo: memFree=999200/2055920 swapFree=4179140/4192956
[pid=8116] ppid=8114 vsize=823676 CPUtime=28.67
/proc/8116/stat : 8116 (java) S 8114 8116 7482 0 -1 0 202614 0 1 0 2771 96 0 0 18 0 12 0 129514705 843444224 173974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 205919 173974 1366 9 0 203281 0
[pid=8116/tid=8118] ppid=8114 vsize=823676 CPUtime=10.28
/proc/8116/task/8118/stat : 8118 (java) R 8114 8116 7482 0 -1 64 28185 0 1 0 1014 14 0 0 18 0 12 0 129514707 843444224 173974 996147200 134512640 134550740 4294956016 18446744073709551615 4109725380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=823676 CPUtime=5.93
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7482 0 -1 64 74921 0 0 0 558 35 0 0 16 0 12 0 129514708 843444224 173974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=823676 CPUtime=5.89
/proc/8116/task/8120/stat : 8120 (java) S 8114 8116 7482 0 -1 64 74585 0 0 0 556 33 0 0 18 0 12 0 129514708 843444224 173974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8121] ppid=8114 vsize=823676 CPUtime=5.26
/proc/8116/task/8121/stat : 8121 (java) R 8114 8116 7482 0 -1 64 19098 0 0 0 518 8 0 0 19 0 12 0 129514710 843444224 173974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=823676 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7482 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 129514710 843444224 173974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=823676 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 129514710 843444224 173974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=823676 CPUtime=0
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 129514714 843444224 173974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=8116/tid=8127] ppid=8114 vsize=855680 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 129514714 876216320 183209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=855680 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 129514714 876216320 183209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.05
Current children cumulated vsize (KiB) 855680

[startup+76.7025 s]
/proc/loadavg: 2.23 2.30 2.14 3/100 8128
/proc/meminfo: memFree=985952/2055920 swapFree=4179140/4192956
[pid=8116] ppid=8114 vsize=831680 CPUtime=79.39
/proc/8116/stat : 8116 (java) S 8114 8116 7482 0 -1 0 453954 0 1 0 7738 201 0 0 18 0 12 0 129514705 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 207920 177209 1366 9 0 205282 0
[pid=8116/tid=8118] ppid=8114 vsize=831680 CPUtime=11.1
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7482 0 -1 64 28201 0 1 0 1096 14 0 0 17 0 12 0 129514707 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=831680 CPUtime=5.93
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7482 0 -1 64 74921 0 0 0 558 35 0 0 16 0 12 0 129514708 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=831680 CPUtime=5.89
/proc/8116/task/8120/stat : 8120 (java) S 8114 8116 7482 0 -1 64 74585 0 0 0 556 33 0 0 18 0 12 0 129514708 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8121] ppid=8114 vsize=831680 CPUtime=55.15
/proc/8116/task/8121/stat : 8121 (java) R 8114 8116 7482 0 -1 64 270422 0 0 0 5402 113 0 0 25 0 12 0 129514710 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7482 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 129514710 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 129514710 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8125] ppid=8114 vsize=831680 CPUtime=0.8
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7482 0 -1 64 3653 0 0 0 79 1 0 0 16 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8116/tid=8126] ppid=8114 vsize=831680 CPUtime=0.44
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7482 0 -1 64 1410 0 0 0 44 0 0 0 16 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8127] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.39
Current children cumulated vsize (KiB) 831680

[startup+79.9029 s]
/proc/loadavg: 2.21 2.30 2.14 3/100 8128
/proc/meminfo: memFree=985952/2055920 swapFree=4179140/4192956
[pid=8116] ppid=8114 vsize=831680 CPUtime=82.57
/proc/8116/stat : 8116 (java) S 8114 8116 7482 0 -1 0 460961 0 1 0 8052 205 0 0 18 0 12 0 129514705 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 207920 177209 1366 9 0 205282 0
[pid=8116/tid=8118] ppid=8114 vsize=831680 CPUtime=11.1
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7482 0 -1 64 28202 0 1 0 1096 14 0 0 17 0 12 0 129514707 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=831680 CPUtime=5.93
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7482 0 -1 64 74921 0 0 0 558 35 0 0 16 0 12 0 129514708 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=831680 CPUtime=5.89
/proc/8116/task/8120/stat : 8120 (java) S 8114 8116 7482 0 -1 64 74585 0 0 0 556 33 0 0 18 0 12 0 129514708 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8121] ppid=8114 vsize=831680 CPUtime=58.33
/proc/8116/task/8121/stat : 8121 (java) R 8114 8116 7482 0 -1 64 277428 0 0 0 5716 117 0 0 25 0 12 0 129514710 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 105677745 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7482 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 129514710 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 129514710 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8125] ppid=8114 vsize=831680 CPUtime=0.8
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7482 0 -1 64 3653 0 0 0 79 1 0 0 16 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8116/tid=8126] ppid=8114 vsize=831680 CPUtime=0.44
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7482 0 -1 64 1410 0 0 0 44 0 0 0 16 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8127] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 82.57
Current children cumulated vsize (KiB) 831680

[startup+81.5011 s]
/proc/loadavg: 2.19 2.29 2.14 3/100 8128
/proc/meminfo: memFree=985952/2055920 swapFree=4179140/4192956
[pid=8116] ppid=8114 vsize=831680 CPUtime=84.15
/proc/8116/stat : 8116 (java) S 8114 8116 7482 0 -1 0 460961 0 1 0 8210 205 0 0 18 0 12 0 129514705 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 207920 177209 1366 9 0 205282 0
[pid=8116/tid=8118] ppid=8114 vsize=831680 CPUtime=11.1
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7482 0 -1 64 28202 0 1 0 1096 14 0 0 17 0 12 0 129514707 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=831680 CPUtime=5.93
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7482 0 -1 64 74921 0 0 0 558 35 0 0 16 0 12 0 129514708 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=831680 CPUtime=5.89
/proc/8116/task/8120/stat : 8120 (java) S 8114 8116 7482 0 -1 64 74585 0 0 0 556 33 0 0 18 0 12 0 129514708 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8121] ppid=8114 vsize=831680 CPUtime=59.91
/proc/8116/task/8121/stat : 8121 (java) R 8114 8116 7482 0 -1 64 277428 0 0 0 5874 117 0 0 25 0 12 0 129514710 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7482 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 129514710 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 129514710 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8125] ppid=8114 vsize=831680 CPUtime=0.8
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7482 0 -1 64 3653 0 0 0 79 1 0 0 16 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8116/tid=8126] ppid=8114 vsize=831680 CPUtime=0.44
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7482 0 -1 64 1410 0 0 0 44 0 0 0 16 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8127] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.15
Current children cumulated vsize (KiB) 831680

[startup+82.3012 s]
/proc/loadavg: 2.19 2.29 2.14 3/100 8128
/proc/meminfo: memFree=985952/2055920 swapFree=4179140/4192956
[pid=8116] ppid=8114 vsize=831680 CPUtime=84.94
/proc/8116/stat : 8116 (java) S 8114 8116 7482 0 -1 0 460961 0 1 0 8289 205 0 0 18 0 12 0 129514705 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 207920 177209 1366 9 0 205282 0
[pid=8116/tid=8118] ppid=8114 vsize=831680 CPUtime=11.1
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7482 0 -1 64 28202 0 1 0 1096 14 0 0 17 0 12 0 129514707 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=831680 CPUtime=5.93
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7482 0 -1 64 74921 0 0 0 558 35 0 0 16 0 12 0 129514708 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=831680 CPUtime=5.89
/proc/8116/task/8120/stat : 8120 (java) S 8114 8116 7482 0 -1 64 74585 0 0 0 556 33 0 0 18 0 12 0 129514708 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8121] ppid=8114 vsize=831680 CPUtime=60.7
/proc/8116/task/8121/stat : 8121 (java) R 8114 8116 7482 0 -1 64 277428 0 0 0 5953 117 0 0 25 0 12 0 129514710 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7482 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 129514710 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 129514710 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8125] ppid=8114 vsize=831680 CPUtime=0.8
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7482 0 -1 64 3653 0 0 0 79 1 0 0 16 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8116/tid=8126] ppid=8114 vsize=831680 CPUtime=0.44
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7482 0 -1 64 1410 0 0 0 44 0 0 0 16 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8127] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.94
Current children cumulated vsize (KiB) 831680

[startup+82.5062 s]
/proc/loadavg: 2.19 2.29 2.14 3/100 8128
/proc/meminfo: memFree=985952/2055920 swapFree=4179140/4192956
[pid=8116] ppid=8114 vsize=831680 CPUtime=85.14
/proc/8116/stat : 8116 (java) S 8114 8116 7482 0 -1 0 460961 0 1 0 8309 205 0 0 18 0 12 0 129514705 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 207920 177209 1366 9 0 205282 0
[pid=8116/tid=8118] ppid=8114 vsize=831680 CPUtime=11.1
/proc/8116/task/8118/stat : 8118 (java) S 8114 8116 7482 0 -1 64 28202 0 1 0 1096 14 0 0 17 0 12 0 129514707 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8119] ppid=8114 vsize=831680 CPUtime=5.93
/proc/8116/task/8119/stat : 8119 (java) S 8114 8116 7482 0 -1 64 74921 0 0 0 558 35 0 0 16 0 12 0 129514708 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8120] ppid=8114 vsize=831680 CPUtime=5.89
/proc/8116/task/8120/stat : 8120 (java) S 8114 8116 7482 0 -1 64 74585 0 0 0 556 33 0 0 18 0 12 0 129514708 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8121] ppid=8114 vsize=831680 CPUtime=60.9
/proc/8116/task/8121/stat : 8121 (java) R 8114 8116 7482 0 -1 64 277428 0 0 0 5973 117 0 0 25 0 12 0 129514710 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8122] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8122/stat : 8122 (java) S 8114 8116 7482 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 129514710 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8123] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8123/stat : 8123 (java) S 8114 8116 7482 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 129514710 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8124] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8124/stat : 8124 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8125] ppid=8114 vsize=831680 CPUtime=0.8
/proc/8116/task/8125/stat : 8125 (java) S 8114 8116 7482 0 -1 64 3653 0 0 0 79 1 0 0 16 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8116/tid=8126] ppid=8114 vsize=831680 CPUtime=0.44
/proc/8116/task/8126/stat : 8126 (java) S 8114 8116 7482 0 -1 64 1410 0 0 0 44 0 0 0 16 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8127] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8127/stat : 8127 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8116/tid=8128] ppid=8114 vsize=831680 CPUtime=0
/proc/8116/task/8128/stat : 8128 (java) S 8114 8116 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 129514714 851640320 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 85.14
Current children cumulated vsize (KiB) 831680

[startup+82.6017 s]
/proc/loadavg: 2.19 2.29 2.14 3/100 8128
/proc/meminfo: memFree=985952/2055920 swapFree=4179140/4192956
[pid=8116] ppid=8114 vsize=0 CPUtime=85.21
/proc/8116/stat : 8116 (java) Z 8114 8116 7482 0 -1 12 460975 0 1 0 8313 208 0 0 16 0 2 0 129514705 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8116/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 85.21
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 82.667
CPU time (s): 85.286
CPU user time (s): 83.1324
CPU system time (s): 2.15367
CPU usage (%): 103.168
Max. virtual memory (cumulated for all children) (KiB): 871684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.1324
system time used= 2.15367
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460975
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= 2613
involuntary context switches= 5246

runsolver used 0.13098 second user time and 0.263959 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-04 15:32:21
IDJOB=1074257
IDBENCH=56397
IDSOLVER=344
FILE ID=node76/1074257-1215178341
PBS_JOBID= 7881496
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e214430a822095a73424491fa86126b
RANDOM SEED=1952429164

node76.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.222
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.222
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:       1692512 kB
Buffers:         28896 kB
Cached:         127568 kB
SwapCached:       7280 kB
Active:         257764 kB
Inactive:        48104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692512 kB
SwapTotal:     4192956 kB
SwapFree:      4179140 kB
Dirty:            4048 kB
Writeback:           0 kB
Mapped:         168928 kB
Slab:            42112 kB
Committed_AS:  1118180 kB
PageTables:       2396 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= 66544 MiB
End job on node76 at 2008-07-04 15:33:43