Trace number 1085896

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? 433.024 434.778

General information on the benchmark

Namecsp/fapp/fapp10/
normalized-fapp10-0900-0.xml
MD5SUM6c0f6900ea5b66ed7e32c3099d9a431e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.3035
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints11381
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11381
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.30	c See www.sat4j.org for details.
0.28/0.30	c That software uses the Rhino library from the Mozilla project.
0.28/0.34	c version 9.9.9.token
0.28/0.34	c sun.arch.data.model	32
0.28/0.34	c java.version	1.6.0_06
0.28/0.34	c os.name	Linux
0.28/0.34	c os.version	2.6.9-22.EL.rootsmp
0.28/0.34	c os.arch	i386
0.28/0.34	c Free memory 669864272
0.28/0.34	c Max memory 672137216
0.28/0.34	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.28/0.39	c c --- Begin Solver configuration ---
0.28/0.39	c Stops conflict analysis at the first Unique Implication Point
0.28/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.39	c Learn all clauses as in MiniSAT
0.28/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.39	c Expensive reason simplification
0.28/0.39	c MiniSAT restarts strategy
0.28/0.39	c timeout=2147483s
0.28/0.39	c DB Simplification allowed=false
0.28/0.39	c --- End Solver configuration ---
0.28/0.39	c solving HOME/instance-1085896-1215236021.xml
0.28/0.39	c reading problem ... 
0.59/0.66	c reading problem named null
0.59/0.66	c reading domains done.
0.88/0.99	c reading variables done.
1.58/1.62	c reading predicates  done.
1.77/1.81	c reading constraints
432.86/434.64	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
432.86/434.65		at org.mozilla.javascript.optimizer.OptRuntime.wrapDouble(OptRuntime.java:182)
432.86/434.65		at org.mozilla.javascript.gen.c1._c5(predefinedfunctions.js:12)
432.86/434.65		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
432.86/434.65		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:95)
432.86/434.65		at org.mozilla.javascript.gen.c2._c0(rhino.log:1)
432.86/434.65		at org.mozilla.javascript.gen.c2.call(rhino.log)
432.86/434.65		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
432.86/434.65		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
432.86/434.65		at org.mozilla.javascript.gen.c2.call(rhino.log)
432.86/434.65		at org.mozilla.javascript.gen.c2.exec(rhino.log)
432.86/434.65		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
432.86/434.65		at org.sat4j.csp.Predicate.find(Predicate.java:129)
432.86/434.65		at org.sat4j.csp.Predicate.find(Predicate.java:139)
432.86/434.65		at org.sat4j.csp.Predicate.find(Predicate.java:139)
432.86/434.65		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
432.86/434.65		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
432.86/434.65		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
432.86/434.65		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
432.86/434.65		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
432.86/434.65		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
432.86/434.65		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
432.86/434.65		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
432.86/434.65		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
432.86/434.65		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
432.86/434.65		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
432.86/434.65		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
432.86/434.65		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
432.86/434.65		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
432.86/434.65		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
432.86/434.65		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
432.86/434.65		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
432.86/434.65		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
432.86/434.65	c starts		: 0
432.86/434.65	c conflicts		: 0
432.86/434.65	c decisions		: 0
432.86/434.65	c propagations		: 0
432.86/434.65	c inspects		: 0
432.86/434.65	c learnt literals	: 0
432.86/434.65	c learnt binary clauses	: 0
432.86/434.65	c learnt ternary clauses	: 0
432.86/434.65	c learnt clauses	: 0
432.86/434.65	c ignored clauses	: 0
432.86/434.65	c root simplifications	: 0
432.86/434.65	c removed literals (reason simplification)	: 0
432.86/434.65	c reason swapping (by a shorter reason)	: 0
432.86/434.65	c Calls to reduceDB	: 0
432.86/434.65	c speed (assignments/second)	: 0.0
432.86/434.65	c non guided choices	0
432.86/434.65	s UNKNOWN
432.86/434.65	c Total wall clock time (in seconds) : 434.259

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-1085896-1215236021/watcher-1085896-1215236021 -o /tmp/evaluation-result-1085896-1215236021/solver-1085896-1215236021 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1085896-1215236021.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16514
/proc/meminfo: memFree=1678616/2055920 swapFree=4179828/4192956
[pid=16514] ppid=16512 vsize=1804 CPUtime=0
/proc/16514/stat : 16514 (java6) D 16512 16514 14626 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 2002575589 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/16514/statm: 451 155 111 9 0 93 0

[startup+0.043046 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16514
/proc/meminfo: memFree=1678616/2055920 swapFree=4179828/4192956
[pid=16514] ppid=16512 vsize=801432 CPUtime=0.03
/proc/16514/stat : 16514 (java) S 16512 16514 14626 0 -1 0 2499 0 1 0 1 2 0 0 18 0 5 0 2002575589 820666368 2236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16514/statm: 200358 2236 949 9 0 197741 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.101055 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16514
/proc/meminfo: memFree=1678616/2055920 swapFree=4179828/4192956
[pid=16514] ppid=16512 vsize=804612 CPUtime=0.08
/proc/16514/stat : 16514 (java) S 16512 16514 14626 0 -1 0 3004 0 1 0 6 2 0 0 18 0 12 0 2002575589 823922688 2737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16514/statm: 201153 2737 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301089 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16514
/proc/meminfo: memFree=1678616/2055920 swapFree=4179828/4192956
[pid=16514] ppid=16512 vsize=807760 CPUtime=0.28
/proc/16514/stat : 16514 (java) S 16512 16514 14626 0 -1 0 4897 0 1 0 25 3 0 0 18 0 12 0 2002575589 827146240 4226 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16514/statm: 201940 4226 1307 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.701147 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16514
/proc/meminfo: memFree=1678616/2055920 swapFree=4179828/4192956
[pid=16514] ppid=16512 vsize=807788 CPUtime=0.68
/proc/16514/stat : 16514 (java) S 16512 16514 14626 0 -1 0 6311 0 1 0 63 5 0 0 18 0 12 0 2002575589 827174912 5441 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16514/statm: 201947 5441 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.50227 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 16526
/proc/meminfo: memFree=1660984/2055920 swapFree=4179828/4192956
[pid=16514] ppid=16512 vsize=808564 CPUtime=1.48
/proc/16514/stat : 16514 (java) S 16512 16514 14626 0 -1 0 9213 0 1 0 142 6 0 0 18 0 12 0 2002575589 827969536 7573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16514/statm: 202141 7573 1344 9 0 199503 0
[pid=16514/tid=16516] ppid=16512 vsize=808564 CPUtime=0.65
/proc/16514/task/16516/stat : 16516 (java) R 16512 16514 14626 0 -1 64 5734 0 1 0 61 4 0 0 20 0 12 0 2002575590 827969536 7573 996147200 134512640 134550740 4294956016 18446744073709551615 4109652106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16517] ppid=16512 vsize=808564 CPUtime=0
/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14626 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002575591 827969536 7573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16518] ppid=16512 vsize=808564 CPUtime=0
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14626 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2002575591 827969536 7573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16519] ppid=16512 vsize=808564 CPUtime=0
/proc/16514/task/16519/stat : 16519 (java) S 16512 16514 14626 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 2002575593 827969536 7573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16520] ppid=16512 vsize=808564 CPUtime=0
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14626 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 2002575593 827969536 7573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16521] ppid=16512 vsize=808564 CPUtime=0
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14626 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2002575593 827969536 7573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16522] ppid=16512 vsize=808564 CPUtime=0
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14626 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002575597 827969536 7573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16523] ppid=16512 vsize=808564 CPUtime=0.4
/proc/16514/task/16523/stat : 16523 (java) S 16512 16514 14626 0 -1 64 704 0 0 0 40 0 0 0 16 0 12 0 2002575597 827969536 7573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16524] ppid=16512 vsize=808564 CPUtime=0.4
/proc/16514/task/16524/stat : 16524 (java) S 16512 16514 14626 0 -1 64 2013 0 0 0 40 0 0 0 16 0 12 0 2002575597 827969536 7573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16525] ppid=16512 vsize=808564 CPUtime=0
/proc/16514/task/16525/stat : 16525 (java) S 16512 16514 14626 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002575598 827969536 7573 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16526] ppid=16512 vsize=808564 CPUtime=0
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002575598 827969536 7573 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) 808564

[startup+3.10252 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 16526
/proc/meminfo: memFree=1611960/2055920 swapFree=4179828/4192956
[pid=16514] ppid=16512 vsize=821028 CPUtime=3.24
/proc/16514/stat : 16514 (java) S 16512 16514 14626 0 -1 0 35869 0 1 0 306 18 0 0 18 0 12 0 2002575589 840732672 31039 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16514/statm: 205257 31039 1388 9 0 202619 0
[pid=16514/tid=16516] ppid=16512 vsize=821028 CPUtime=1.28
/proc/16514/task/16516/stat : 16516 (java) R 16512 16514 14626 0 -1 64 17274 0 1 0 118 10 0 0 21 0 12 0 2002575590 840732672 31039 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16517] ppid=16512 vsize=821028 CPUtime=0.23
/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14626 0 -1 64 5642 0 0 0 21 2 0 0 16 0 12 0 2002575591 840732672 31039 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16518] ppid=16512 vsize=821028 CPUtime=0.22
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14626 0 -1 64 5124 0 0 0 20 2 0 0 19 0 12 0 2002575591 840732672 31039 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16519] ppid=16512 vsize=821028 CPUtime=0
/proc/16514/task/16519/stat : 16519 (java) S 16512 16514 14626 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 2002575593 840732672 31039 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16520] ppid=16512 vsize=821028 CPUtime=0
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002575593 840732672 31039 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16521] ppid=16512 vsize=821028 CPUtime=0
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14626 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002575593 840732672 31039 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16522] ppid=16512 vsize=821028 CPUtime=0
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14626 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002575597 840732672 31039 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16523] ppid=16512 vsize=821028 CPUtime=0.93
/proc/16514/task/16523/stat : 16523 (java) S 16512 16514 14626 0 -1 64 4586 0 0 0 92 1 0 0 16 0 12 0 2002575597 840732672 31039 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16524] ppid=16512 vsize=821028 CPUtime=0.53
/proc/16514/task/16524/stat : 16524 (java) R 16512 16514 14626 0 -1 64 2450 0 0 0 53 0 0 0 16 0 12 0 2002575597 840732672 31039 996147200 134512640 134550740 4294956016 18446744073709551615 104112527 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16525] ppid=16512 vsize=821028 CPUtime=0
/proc/16514/task/16525/stat : 16525 (java) S 16512 16514 14626 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002575598 840732672 31039 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16526] ppid=16512 vsize=821028 CPUtime=0
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002575598 840732672 31039 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 821028

[startup+6.30201 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 16526
/proc/meminfo: memFree=1546872/2055920 swapFree=4179828/4192956
[pid=16514] ppid=16512 vsize=820940 CPUtime=6.51
/proc/16514/stat : 16514 (java) S 16512 16514 14626 0 -1 0 41234 0 1 0 630 21 0 0 18 0 12 0 2002575589 840642560 34397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16514/statm: 205235 34397 1389 9 0 202597 0
[pid=16514/tid=16516] ppid=16512 vsize=820940 CPUtime=3.5
/proc/16514/task/16516/stat : 16516 (java) R 16512 16514 14626 0 -1 64 17286 0 1 0 340 10 0 0 25 0 12 0 2002575590 840642560 34397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16517] ppid=16512 vsize=820940 CPUtime=0.38
/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14626 0 -1 64 7607 0 0 0 35 3 0 0 16 0 12 0 2002575591 840642560 34397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16518] ppid=16512 vsize=820940 CPUtime=0.35
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14626 0 -1 64 6417 0 0 0 33 2 0 0 16 0 12 0 2002575591 840642560 34397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16519] ppid=16512 vsize=820940 CPUtime=0
/proc/16514/task/16519/stat : 16519 (java) S 16512 16514 14626 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2002575593 840642560 34397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16520] ppid=16512 vsize=820940 CPUtime=0
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002575593 840642560 34397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16521] ppid=16512 vsize=820940 CPUtime=0
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14626 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002575593 840642560 34397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16522] ppid=16512 vsize=820940 CPUtime=0
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14626 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002575597 840642560 34397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16523] ppid=16512 vsize=820940 CPUtime=1.06
/proc/16514/task/16523/stat : 16523 (java) S 16512 16514 14626 0 -1 64 4591 0 0 0 105 1 0 0 16 0 12 0 2002575597 840642560 34397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16524] ppid=16512 vsize=820940 CPUtime=1.16
/proc/16514/task/16524/stat : 16524 (java) R 16512 16514 14626 0 -1 64 4540 0 0 0 115 1 0 0 17 0 12 0 2002575597 840642560 34397 996147200 134512640 134550740 4294956016 18446744073709551615 103820556 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16525] ppid=16512 vsize=820940 CPUtime=0
/proc/16514/task/16525/stat : 16525 (java) S 16512 16514 14626 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002575598 840642560 34397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16526] ppid=16512 vsize=820940 CPUtime=0
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002575598 840642560 34397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 820940

[startup+12.703 s]
/proc/loadavg: 2.15 2.03 2.01 3/84 16526
/proc/meminfo: memFree=1524472/2055920 swapFree=4179828/4192956
[pid=16514] ppid=16512 vsize=820824 CPUtime=12.94
/proc/16514/stat : 16514 (java) S 16512 16514 14626 0 -1 0 47423 0 1 0 1271 23 0 0 18 0 12 0 2002575589 840523776 40204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16514/statm: 205206 40204 1389 9 0 202568 0
[pid=16514/tid=16516] ppid=16512 vsize=820824 CPUtime=9.14
/proc/16514/task/16516/stat : 16516 (java) R 16512 16514 14626 0 -1 64 17305 0 1 0 904 10 0 0 25 0 12 0 2002575590 840523776 40204 996147200 134512640 134550740 4294956016 18446744073709551615 4109843160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16517] ppid=16512 vsize=820824 CPUtime=0.52
/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14626 0 -1 64 10009 0 0 0 49 3 0 0 16 0 12 0 2002575591 840523776 40204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16518] ppid=16512 vsize=820824 CPUtime=0.51
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14626 0 -1 64 9798 0 0 0 47 4 0 0 16 0 12 0 2002575591 840523776 40204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16519] ppid=16512 vsize=820824 CPUtime=0.01
/proc/16514/task/16519/stat : 16519 (java) S 16512 16514 14626 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 2002575593 840523776 40204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16520] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002575593 840523776 40204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16521] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14626 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002575593 840523776 40204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16522] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14626 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002575597 840523776 40204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16523] ppid=16512 vsize=820824 CPUtime=1.15
/proc/16514/task/16523/stat : 16523 (java) S 16512 16514 14626 0 -1 64 4606 0 0 0 114 1 0 0 16 0 12 0 2002575597 840523776 40204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16524] ppid=16512 vsize=820824 CPUtime=1.55
/proc/16514/task/16524/stat : 16524 (java) S 16512 16514 14626 0 -1 64 4911 0 0 0 153 2 0 0 17 0 12 0 2002575597 840523776 40204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16525] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16525/stat : 16525 (java) S 16512 16514 14626 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002575598 840523776 40204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16526] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002575598 840523776 40204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 820824

[startup+25.502 s]
/proc/loadavg: 2.12 2.03 2.01 3/84 16526
/proc/meminfo: memFree=1497528/2055920 swapFree=4179828/4192956
[pid=16514] ppid=16512 vsize=820824 CPUtime=25.69
/proc/16514/stat : 16514 (java) S 16512 16514 14626 0 -1 0 53669 0 1 0 2544 25 0 0 18 0 12 0 2002575589 840523776 46429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16514/statm: 205206 46429 1389 9 0 202568 0
[pid=16514/tid=16516] ppid=16512 vsize=820824 CPUtime=21.69
/proc/16514/task/16516/stat : 16516 (java) R 16512 16514 14626 0 -1 64 17328 0 1 0 2159 10 0 0 25 0 12 0 2002575590 840523776 46429 996147200 134512640 134550740 4294956016 18446744073709551615 4109832658 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16517] ppid=16512 vsize=820824 CPUtime=0.6
/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14626 0 -1 64 13108 0 0 0 56 4 0 0 16 0 12 0 2002575591 840523776 46429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16518] ppid=16512 vsize=820824 CPUtime=0.6
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14626 0 -1 64 12922 0 0 0 55 5 0 0 16 0 12 0 2002575591 840523776 46429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16519] ppid=16512 vsize=820824 CPUtime=0.01
/proc/16514/task/16519/stat : 16519 (java) S 16512 16514 14626 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 2002575593 840523776 46429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16520] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002575593 840523776 46429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16521] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14626 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002575593 840523776 46429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16522] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14626 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002575597 840523776 46429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16514/tid=16525] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16525/stat : 16525 (java) S 16512 16514 14626 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002575598 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16526] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002575598 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 820824

[startup+422.303 s]
/proc/loadavg: 2.68 2.25 2.08 4/84 16553
/proc/meminfo: memFree=932920/2055920 swapFree=4179828/4192956
[pid=16514] ppid=16512 vsize=820824 CPUtime=420.67
/proc/16514/stat : 16514 (java) S 16512 16514 14626 0 -1 0 187230 0 1 0 41977 90 0 0 18 0 12 0 2002575589 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16514/statm: 205206 174922 1394 9 0 202568 0
[pid=16514/tid=16516] ppid=16512 vsize=820824 CPUtime=330.59
/proc/16514/task/16516/stat : 16516 (java) R 16512 16514 14626 0 -1 64 17773 0 1 0 33045 14 0 0 25 0 12 0 2002575590 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16517] ppid=16512 vsize=820824 CPUtime=4.52
/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14626 0 -1 64 75281 0 0 0 421 31 0 0 15 0 12 0 2002575591 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16518] ppid=16512 vsize=820824 CPUtime=4.35
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14626 0 -1 64 78883 0 0 0 402 33 0 0 16 0 12 0 2002575591 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16519] ppid=16512 vsize=820824 CPUtime=77.87
/proc/16514/task/16519/stat : 16519 (java) R 16512 16514 14626 0 -1 64 5010 0 0 0 7781 6 0 0 16 0 12 0 2002575593 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16520] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002575593 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16521] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14626 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002575593 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16522] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14626 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002575597 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16523] ppid=16512 vsize=820824 CPUtime=1.5
/proc/16514/task/16523/stat : 16523 (java) S 16512 16514 14626 0 -1 64 4608 0 0 0 149 1 0 0 17 0 12 0 2002575597 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16524] ppid=16512 vsize=820824 CPUtime=1.79
/proc/16514/task/16524/stat : 16524 (java) S 16512 16514 14626 0 -1 64 4912 0 0 0 177 2 0 0 17 0 12 0 2002575597 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16525] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16525/stat : 16525 (java) S 16512 16514 14626 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002575598 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16526] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002575598 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 420.67
Current children cumulated vsize (KiB) 820824

[startup+428.703 s]
/proc/loadavg: 2.71 2.26 2.08 4/84 16553
/proc/meminfo: memFree=932984/2055920 swapFree=4179828/4192956
[pid=16514] ppid=16512 vsize=820824 CPUtime=427.01
/proc/16514/stat : 16514 (java) S 16512 16514 14626 0 -1 0 187235 0 1 0 42611 90 0 0 18 0 12 0 2002575589 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16514/statm: 205206 174922 1394 9 0 202568 0
[pid=16514/tid=16516] ppid=16512 vsize=820824 CPUtime=331.18
/proc/16514/task/16516/stat : 16516 (java) R 16512 16514 14626 0 -1 64 17778 0 1 0 33104 14 0 0 25 0 12 0 2002575590 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16517] ppid=16512 vsize=820824 CPUtime=4.52
/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14626 0 -1 64 75281 0 0 0 421 31 0 0 15 0 12 0 2002575591 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16518] ppid=16512 vsize=820824 CPUtime=4.35
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14626 0 -1 64 78883 0 0 0 402 33 0 0 16 0 12 0 2002575591 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16519] ppid=16512 vsize=820824 CPUtime=83.61
/proc/16514/task/16519/stat : 16519 (java) R 16512 16514 14626 0 -1 64 5010 0 0 0 8355 6 0 0 16 0 12 0 2002575593 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16520] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002575593 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16521] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14626 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002575593 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16522] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14626 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002575597 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16523] ppid=16512 vsize=820824 CPUtime=1.5
/proc/16514/task/16523/stat : 16523 (java) S 16512 16514 14626 0 -1 64 4608 0 0 0 149 1 0 0 17 0 12 0 2002575597 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16524] ppid=16512 vsize=820824 CPUtime=1.79
/proc/16514/task/16524/stat : 16524 (java) S 16512 16514 14626 0 -1 64 4912 0 0 0 177 2 0 0 17 0 12 0 2002575597 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16525] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16525/stat : 16525 (java) S 16512 16514 14626 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002575598 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16526] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002575598 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 427.01
Current children cumulated vsize (KiB) 820824

[startup+431.902 s]
/proc/loadavg: 2.73 2.27 2.09 4/84 16553
/proc/meminfo: memFree=932984/2055920 swapFree=4179828/4192956
[pid=16514] ppid=16512 vsize=820824 CPUtime=430.19
/proc/16514/stat : 16514 (java) S 16512 16514 14626 0 -1 0 187238 0 1 0 42928 91 0 0 18 0 12 0 2002575589 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16514/statm: 205206 174922 1394 9 0 202568 0
[pid=16514/tid=16516] ppid=16512 vsize=820824 CPUtime=331.5
/proc/16514/task/16516/stat : 16516 (java) R 16512 16514 14626 0 -1 64 17781 0 1 0 33136 14 0 0 25 0 12 0 2002575590 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16517] ppid=16512 vsize=820824 CPUtime=4.52
/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14626 0 -1 64 75281 0 0 0 421 31 0 0 15 0 12 0 2002575591 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16518] ppid=16512 vsize=820824 CPUtime=4.35
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14626 0 -1 64 78883 0 0 0 402 33 0 0 16 0 12 0 2002575591 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16519] ppid=16512 vsize=820824 CPUtime=86.47
/proc/16514/task/16519/stat : 16519 (java) R 16512 16514 14626 0 -1 64 5010 0 0 0 8640 7 0 0 16 0 12 0 2002575593 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16520] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002575593 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16521] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14626 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002575593 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16522] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14626 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002575597 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16523] ppid=16512 vsize=820824 CPUtime=1.5
/proc/16514/task/16523/stat : 16523 (java) S 16512 16514 14626 0 -1 64 4608 0 0 0 149 1 0 0 17 0 12 0 2002575597 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16524] ppid=16512 vsize=820824 CPUtime=1.79
/proc/16514/task/16524/stat : 16524 (java) S 16512 16514 14626 0 -1 64 4912 0 0 0 177 2 0 0 17 0 12 0 2002575597 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16525] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16525/stat : 16525 (java) S 16512 16514 14626 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002575598 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16526] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002575598 840523776 174922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 430.19
Current children cumulated vsize (KiB) 820824

[startup+433.502 s]
/proc/loadavg: 2.73 2.27 2.09 4/84 16553
/proc/meminfo: memFree=932984/2055920 swapFree=4179828/4192956
[pid=16514] ppid=16512 vsize=820824 CPUtime=431.77
/proc/16514/stat : 16514 (java) S 16512 16514 14626 0 -1 0 187241 0 1 0 43086 91 0 0 18 0 12 0 2002575589 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16514/statm: 205206 174923 1395 9 0 202568 0
[pid=16514/tid=16516] ppid=16512 vsize=820824 CPUtime=331.59
/proc/16514/task/16516/stat : 16516 (java) R 16512 16514 14626 0 -1 64 17784 0 1 0 33145 14 0 0 25 0 12 0 2002575590 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16517] ppid=16512 vsize=820824 CPUtime=4.52
/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14626 0 -1 64 75281 0 0 0 421 31 0 0 15 0 12 0 2002575591 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16518] ppid=16512 vsize=820824 CPUtime=4.35
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14626 0 -1 64 78883 0 0 0 402 33 0 0 16 0 12 0 2002575591 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16519] ppid=16512 vsize=820824 CPUtime=87.96
/proc/16514/task/16519/stat : 16519 (java) R 16512 16514 14626 0 -1 64 5010 0 0 0 8789 7 0 0 16 0 12 0 2002575593 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 105744315 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16520] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002575593 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16521] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14626 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002575593 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16522] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14626 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002575597 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16523] ppid=16512 vsize=820824 CPUtime=1.5
/proc/16514/task/16523/stat : 16523 (java) S 16512 16514 14626 0 -1 64 4608 0 0 0 149 1 0 0 17 0 12 0 2002575597 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16524] ppid=16512 vsize=820824 CPUtime=1.79
/proc/16514/task/16524/stat : 16524 (java) S 16512 16514 14626 0 -1 64 4912 0 0 0 177 2 0 0 17 0 12 0 2002575597 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16525] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16525/stat : 16525 (java) S 16512 16514 14626 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002575598 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16526] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002575598 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 431.77
Current children cumulated vsize (KiB) 820824

[startup+434.302 s]
/proc/loadavg: 2.73 2.27 2.09 4/84 16553
/proc/meminfo: memFree=932984/2055920 swapFree=4179828/4192956
[pid=16514] ppid=16512 vsize=820824 CPUtime=432.57
/proc/16514/stat : 16514 (java) S 16512 16514 14626 0 -1 0 187241 0 1 0 43166 91 0 0 18 0 12 0 2002575589 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16514/statm: 205206 174923 1395 9 0 202568 0
[pid=16514/tid=16516] ppid=16512 vsize=820824 CPUtime=331.59
/proc/16514/task/16516/stat : 16516 (java) R 16512 16514 14626 0 -1 64 17784 0 1 0 33145 14 0 0 25 0 12 0 2002575590 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16517] ppid=16512 vsize=820824 CPUtime=4.52
/proc/16514/task/16517/stat : 16517 (java) S 16512 16514 14626 0 -1 64 75281 0 0 0 421 31 0 0 15 0 12 0 2002575591 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16518] ppid=16512 vsize=820824 CPUtime=4.35
/proc/16514/task/16518/stat : 16518 (java) S 16512 16514 14626 0 -1 64 78883 0 0 0 402 33 0 0 16 0 12 0 2002575591 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16519] ppid=16512 vsize=820824 CPUtime=88.76
/proc/16514/task/16519/stat : 16519 (java) R 16512 16514 14626 0 -1 64 5010 0 0 0 8869 7 0 0 17 0 12 0 2002575593 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16520] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16520/stat : 16520 (java) S 16512 16514 14626 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002575593 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16521] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16521/stat : 16521 (java) S 16512 16514 14626 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002575593 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16522] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16522/stat : 16522 (java) S 16512 16514 14626 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002575597 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16523] ppid=16512 vsize=820824 CPUtime=1.5
/proc/16514/task/16523/stat : 16523 (java) S 16512 16514 14626 0 -1 64 4608 0 0 0 149 1 0 0 17 0 12 0 2002575597 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16524] ppid=16512 vsize=820824 CPUtime=1.79
/proc/16514/task/16524/stat : 16524 (java) S 16512 16514 14626 0 -1 64 4912 0 0 0 177 2 0 0 17 0 12 0 2002575597 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16514/tid=16525] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16525/stat : 16525 (java) S 16512 16514 14626 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002575598 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16514/tid=16526] ppid=16512 vsize=820824 CPUtime=0
/proc/16514/task/16526/stat : 16526 (java) S 16512 16514 14626 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002575598 840523776 174923 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 432.57
Current children cumulated vsize (KiB) 820824

[startup+434.703 s]
/proc/loadavg: 2.73 2.27 2.09 4/84 16553
/proc/meminfo: memFree=932984/2055920 swapFree=4179828/4192956
[pid=16514] ppid=16512 vsize=0 CPUtime=432.94
/proc/16514/stat : 16514 (java) Z 16512 16514 14626 0 -1 12 187253 0 1 0 43200 94 0 0 16 0 2 0 2002575589 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16514/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 432.94
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 434.778
CPU time (s): 433.024
CPU user time (s): 432.004
CPU system time (s): 1.01984
CPU usage (%): 99.5966
Max. virtual memory (cumulated for all children) (KiB): 824828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 432.004
system time used= 1.01984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187253
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= 15437
involuntary context switches= 15389

runsolver used 0.569913 second user time and 1.43378 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-05 07:33:41
IDJOB=1085896
IDBENCH=57720
IDSOLVER=344
FILE ID=node34/1085896-1215236021
PBS_JOBID= 7881890
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6c0f6900ea5b66ed7e32c3099d9a431e
RANDOM SEED=474506889

node34.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.259
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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1679096 kB
Buffers:         52200 kB
Cached:         236692 kB
SwapCached:       6976 kB
Active:         181968 kB
Inactive:       138372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679096 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            2644 kB
Writeback:           0 kB
Mapped:          38816 kB
Slab:            41716 kB
Committed_AS:  3559316 kB
PageTables:       1848 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= 66496 MiB
End job on node34 at 2008-07-05 07:40:56