Trace number 2081096

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? 241.007 240.696

General information on the benchmark

Namecsp/super-os/super-os-taillard-20/
normalized-super-os-taillard-20-15.xml
MD5SUMe4d8056326b04b00114496ca953a2edb
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark92.195
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Maximum constraint arity2
Maximum domain size1366
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23200
Global constraints used (with number of constraints)

Solver Data

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

Verifier Data

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

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.11 2.05 2.01 4/81 25046
/proc/meminfo: memFree=1854280/2055920 swapFree=4192812/4192956
[pid=25046] ppid=25044 vsize=13208 CPUtime=0
/proc/25046/stat : 25046 (java) S 25044 25046 20738 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 24289816 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/25046/statm: 3302 521 219 9 0 1186 0
[pid=25046/tid=25047] ppid=25044 vsize=13208 CPUtime=0
/proc/25046/task/25047/stat : 25047 (java) R 25044 25046 20738 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 24289817 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 11263960 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.106129 s]
/proc/loadavg: 2.11 2.05 2.01 4/81 25046
/proc/meminfo: memFree=1854280/2055920 swapFree=4192812/4192956
[pid=25046] ppid=25044 vsize=804560 CPUtime=0.09
/proc/25046/stat : 25046 (java) S 25044 25046 20738 0 -1 0 3020 0 1 0 7 2 0 0 18 0 12 0 24289816 823869440 2763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25046/statm: 201140 2763 1082 9 0 198474 0
[pid=25046/tid=25047] ppid=25044 vsize=804560 CPUtime=0.08
/proc/25046/task/25047/stat : 25047 (java) R 25044 25046 20738 0 -1 64 2263 0 1 0 7 1 0 0 20 0 12 0 24289817 823869440 2763 996147200 134512640 134550932 4294956016 18446744073709551615 4109128449 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.202137 s]
/proc/loadavg: 2.11 2.05 2.01 4/81 25046
/proc/meminfo: memFree=1854280/2055920 swapFree=4192812/4192956
[pid=25046] ppid=25044 vsize=805356 CPUtime=0.19
/proc/25046/stat : 25046 (java) S 25044 25046 20738 0 -1 0 3813 0 1 0 16 3 0 0 18 0 12 0 24289816 824684544 3551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25046/statm: 201339 3551 1332 9 0 198673 0
[pid=25046/tid=25047] ppid=25044 vsize=805356 CPUtime=0.15
/proc/25046/task/25047/stat : 25047 (java) R 25044 25046 20738 0 -1 64 2663 0 1 0 13 2 0 0 18 0 12 0 24289817 824684544 3551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 805356

[startup+0.302148 s]
/proc/loadavg: 2.11 2.05 2.01 4/81 25046
/proc/meminfo: memFree=1854280/2055920 swapFree=4192812/4192956
[pid=25046] ppid=25044 vsize=805628 CPUtime=0.28
/proc/25046/stat : 25046 (java) S 25044 25046 20738 0 -1 0 4300 0 1 0 25 3 0 0 18 0 12 0 24289816 824963072 4037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25046/statm: 201407 4037 1359 9 0 198734 0
[pid=25046/tid=25047] ppid=25044 vsize=805628 CPUtime=0.21
/proc/25046/task/25047/stat : 25047 (java) R 25044 25046 20738 0 -1 64 3060 0 1 0 19 2 0 0 18 0 12 0 24289817 824963072 4037 996147200 134512640 134550932 4294956016 18446744073709551615 4109154247 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702193 s]
/proc/loadavg: 2.11 2.05 2.01 4/81 25046
/proc/meminfo: memFree=1854280/2055920 swapFree=4192812/4192956
[pid=25046] ppid=25044 vsize=807184 CPUtime=0.68
/proc/25046/stat : 25046 (java) S 25044 25046 20738 0 -1 0 5443 0 1 0 64 4 0 0 18 0 12 0 24289816 826556416 4936 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25046/statm: 201796 4936 1389 9 0 199123 0
[pid=25046/tid=25047] ppid=25044 vsize=807184 CPUtime=0.45
/proc/25046/task/25047/stat : 25047 (java) R 25044 25046 20738 0 -1 64 3548 0 1 0 42 3 0 0 20 0 12 0 24289817 826556416 4936 996147200 134512640 134550932 4294956016 18446744073709551615 4109126802 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50128 s]
/proc/loadavg: 2.11 2.05 2.01 5/93 25058
/proc/meminfo: memFree=1785832/2055920 swapFree=4192812/4192956
[pid=25046] ppid=25044 vsize=808468 CPUtime=1.58
/proc/25046/stat : 25046 (java) S 25044 25046 20738 0 -1 0 34805 0 1 0 141 17 0 0 18 0 12 0 24289816 827871232 32426 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25046/statm: 202117 32426 1404 9 0 199444 0
[pid=25046/tid=25047] ppid=25044 vsize=808468 CPUtime=0.78
/proc/25046/task/25047/stat : 25047 (java) R 25044 25046 20738 0 -1 64 16890 0 1 0 69 9 0 0 19 0 12 0 24289817 827871232 32426 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25049] ppid=25044 vsize=808468 CPUtime=0.15
/proc/25046/task/25049/stat : 25049 (java) R 25044 25046 20738 0 -1 64 7585 0 0 0 12 3 0 0 16 0 12 0 24289819 827871232 32426 996147200 134512640 134550932 4294956016 18446744073709551615 106195565 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25050] ppid=25044 vsize=808468 CPUtime=0.21
/proc/25046/task/25050/stat : 25050 (java) R 25044 25046 20738 0 -1 64 8250 0 0 0 18 3 0 0 16 0 12 0 24289819 827871232 32426 996147200 134512640 134550932 4294956016 18446744073709551615 104198027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25051] ppid=25044 vsize=808468 CPUtime=0
/proc/25046/task/25051/stat : 25051 (java) S 25044 25046 20738 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24289821 827871232 32426 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25052] ppid=25044 vsize=808468 CPUtime=0
/proc/25046/task/25052/stat : 25052 (java) S 25044 25046 20738 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24289821 827871232 32426 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25053] ppid=25044 vsize=808468 CPUtime=0
/proc/25046/task/25053/stat : 25053 (java) S 25044 25046 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24289821 827871232 32426 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25054] ppid=25044 vsize=808468 CPUtime=0
/proc/25046/task/25054/stat : 25054 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24289826 827871232 32426 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25055] ppid=25044 vsize=808468 CPUtime=0
/proc/25046/task/25055/stat : 25055 (java) S 25044 25046 20738 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24289826 827871232 32426 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25056] ppid=25044 vsize=808468 CPUtime=0.4
/proc/25046/task/25056/stat : 25056 (java) S 25044 25046 20738 0 -1 64 1318 0 0 0 40 0 0 0 17 0 12 0 24289826 827871232 32426 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25057] ppid=25044 vsize=808468 CPUtime=0
/proc/25046/task/25057/stat : 25057 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24289826 827871232 32426 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25058] ppid=25044 vsize=808468 CPUtime=0
/proc/25046/task/25058/stat : 25058 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24289826 827871232 32426 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 808468

[startup+3.10245 s]
/proc/loadavg: 2.11 2.05 2.01 6/93 25058
/proc/meminfo: memFree=1658984/2055920 swapFree=4192812/4192956
[pid=25046] ppid=25044 vsize=813708 CPUtime=3.82
/proc/25046/stat : 25046 (java) S 25044 25046 20738 0 -1 0 66904 0 1 0 350 32 0 0 18 0 12 0 24289816 833236992 59013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25046/statm: 203427 59013 1407 9 0 200754 0
[pid=25046/tid=25047] ppid=25044 vsize=813708 CPUtime=1.3
/proc/25046/task/25047/stat : 25047 (java) R 25044 25046 20738 0 -1 64 17419 0 1 0 120 10 0 0 19 0 12 0 24289817 833236992 59013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25049] ppid=25044 vsize=813708 CPUtime=0.89
/proc/25046/task/25049/stat : 25049 (java) S 25044 25046 20738 0 -1 64 19940 0 0 0 81 8 0 0 19 0 12 0 24289819 833236992 59013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25050] ppid=25044 vsize=813708 CPUtime=0.95
/proc/25046/task/25050/stat : 25050 (java) S 25044 25046 20738 0 -1 64 25592 0 0 0 84 11 0 0 19 0 12 0 24289819 833236992 59013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25051] ppid=25044 vsize=813708 CPUtime=0
/proc/25046/task/25051/stat : 25051 (java) S 25044 25046 20738 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24289821 833236992 59013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25052] ppid=25044 vsize=813708 CPUtime=0
/proc/25046/task/25052/stat : 25052 (java) S 25044 25046 20738 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24289821 833236992 59013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25053] ppid=25044 vsize=813708 CPUtime=0
/proc/25046/task/25053/stat : 25053 (java) S 25044 25046 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24289821 833236992 59013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25054] ppid=25044 vsize=813708 CPUtime=0
/proc/25046/task/25054/stat : 25054 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24289826 833236992 59013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25055] ppid=25044 vsize=813708 CPUtime=0
/proc/25046/task/25055/stat : 25055 (java) S 25044 25046 20738 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24289826 833236992 59013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25056] ppid=25044 vsize=813708 CPUtime=0.64
/proc/25046/task/25056/stat : 25056 (java) R 25044 25046 20738 0 -1 64 3191 0 0 0 63 1 0 0 17 0 12 0 24289826 833236992 59013 996147200 134512640 134550932 4294956016 18446744073709551615 104163918 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25057] ppid=25044 vsize=813708 CPUtime=0
/proc/25046/task/25057/stat : 25057 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24289826 833236992 59013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25058] ppid=25044 vsize=813708 CPUtime=0
/proc/25046/task/25058/stat : 25058 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24289826 833236992 59013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 813708

[startup+6.30277 s]
/proc/loadavg: 2.26 2.08 2.02 3/93 25058
/proc/meminfo: memFree=1562088/2055920 swapFree=4192812/4192956
[pid=25046] ppid=25044 vsize=815684 CPUtime=7.19
/proc/25046/stat : 25046 (java) S 25044 25046 20738 0 -1 0 85733 0 1 0 679 40 0 0 18 0 12 0 24289816 835260416 74921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25046/statm: 203921 74921 1426 9 0 201248 0
[pid=25046/tid=25047] ppid=25044 vsize=815684 CPUtime=3.44
/proc/25046/task/25047/stat : 25047 (java) R 25044 25046 20738 0 -1 64 17437 0 1 0 334 10 0 0 25 0 12 0 24289817 835260416 74921 996147200 134512640 134550932 4294956016 18446744073709551615 4109591475 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25049] ppid=25044 vsize=815684 CPUtime=1.21
/proc/25046/task/25049/stat : 25049 (java) S 25044 25046 20738 0 -1 64 26431 0 0 0 110 11 0 0 16 0 12 0 24289819 835260416 74921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25050] ppid=25044 vsize=815684 CPUtime=1.28
/proc/25046/task/25050/stat : 25050 (java) S 25044 25046 20738 0 -1 64 35910 0 0 0 114 14 0 0 16 0 12 0 24289819 835260416 74921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25051] ppid=25044 vsize=815684 CPUtime=0
/proc/25046/task/25051/stat : 25051 (java) S 25044 25046 20738 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24289821 835260416 74921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25052] ppid=25044 vsize=815684 CPUtime=0
/proc/25046/task/25052/stat : 25052 (java) S 25044 25046 20738 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24289821 835260416 74921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25053] ppid=25044 vsize=815684 CPUtime=0
/proc/25046/task/25053/stat : 25053 (java) S 25044 25046 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24289821 835260416 74921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25054] ppid=25044 vsize=815684 CPUtime=0
/proc/25046/task/25054/stat : 25054 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24289826 835260416 74921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25055] ppid=25044 vsize=815684 CPUtime=0
/proc/25046/task/25055/stat : 25055 (java) S 25044 25046 20738 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24289826 835260416 74921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25056] ppid=25044 vsize=815684 CPUtime=1.19
/proc/25046/task/25056/stat : 25056 (java) R 25044 25046 20738 0 -1 64 5193 0 0 0 118 1 0 0 19 0 12 0 24289826 835260416 74921 996147200 134512640 134550932 4294956016 18446744073709551615 106127580 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25057] ppid=25044 vsize=815684 CPUtime=0
/proc/25046/task/25057/stat : 25057 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24289826 835260416 74921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25058] ppid=25044 vsize=815684 CPUtime=0
/proc/25046/task/25058/stat : 25058 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24289826 835260416 74921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 815684

[startup+12.7024 s]
/proc/loadavg: 2.32 2.09 2.02 5/93 25058
/proc/meminfo: memFree=1509288/2055920 swapFree=4192812/4192956
[pid=25046] ppid=25044 vsize=815076 CPUtime=13.59
/proc/25046/stat : 25046 (java) S 25044 25046 20738 0 -1 0 99958 0 1 0 1314 45 0 0 18 0 12 0 24289816 834637824 88273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25046/statm: 203769 88273 1433 9 0 201096 0
[pid=25046/tid=25047] ppid=25044 vsize=815076 CPUtime=9.03
/proc/25046/task/25047/stat : 25047 (java) R 25044 25046 20738 0 -1 64 17462 0 1 0 893 10 0 0 25 0 12 0 24289817 834637824 88273 996147200 134512640 134550932 4294956016 18446744073709551615 4109613481 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25049] ppid=25044 vsize=815076 CPUtime=1.64
/proc/25046/task/25049/stat : 25049 (java) S 25044 25046 20738 0 -1 64 35903 0 0 0 150 14 0 0 16 0 12 0 24289819 834637824 88273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25050] ppid=25044 vsize=815076 CPUtime=1.46
/proc/25046/task/25050/stat : 25050 (java) S 25044 25046 20738 0 -1 64 39886 0 0 0 130 16 0 0 16 0 12 0 24289819 834637824 88273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25051] ppid=25044 vsize=815076 CPUtime=0
/proc/25046/task/25051/stat : 25051 (java) S 25044 25046 20738 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 24289821 834637824 88273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25052] ppid=25044 vsize=815076 CPUtime=0
/proc/25046/task/25052/stat : 25052 (java) S 25044 25046 20738 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24289821 834637824 88273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25053] ppid=25044 vsize=815076 CPUtime=0
/proc/25046/task/25053/stat : 25053 (java) S 25044 25046 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24289821 834637824 88273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25054] ppid=25044 vsize=815076 CPUtime=0
/proc/25046/task/25054/stat : 25054 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24289826 834637824 88273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25055] ppid=25044 vsize=815076 CPUtime=0.19
/proc/25046/task/25055/stat : 25055 (java) S 25044 25046 20738 0 -1 64 765 0 0 0 19 0 0 0 17 0 12 0 24289826 834637824 88273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25056] ppid=25044 vsize=815076 CPUtime=1.2
/proc/25046/task/25056/stat : 25056 (java) S 25044 25046 20738 0 -1 64 5193 0 0 0 119 1 0 0 19 0 12 0 24289826 834637824 88273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25057] ppid=25044 vsize=815076 CPUtime=0
/proc/25046/task/25057/stat : 25057 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24289826 834637824 88273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25058] ppid=25044 vsize=815076 CPUtime=0
/proc/25046/task/25058/stat : 25058 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24289826 834637824 88273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.59
Current children cumulated vsize (KiB) 815076

[startup+25.5028 s]
/proc/loadavg: 2.38 2.12 2.03 3/93 25058
/proc/meminfo: memFree=1420648/2055920 swapFree=4192812/4192956
[pid=25046] ppid=25044 vsize=813740 CPUtime=26.38
/proc/25046/stat : 25046 (java) S 25044 25046 20738 0 -1 0 121453 0 1 0 2585 53 0 0 18 0 12 0 24289816 833269760 109405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25046/statm: 203435 109405 1433 9 0 200762 0
[pid=25046/tid=25047] ppid=25044 vsize=813740 CPUtime=20.89
/proc/25046/task/25047/stat : 25047 (java) R 25044 25046 20738 0 -1 64 17493 0 1 0 2079 10 0 0 25 0 12 0 24289817 833269760 109405 996147200 134512640 134550932 4294956016 18446744073709551615 4109733389 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25049] ppid=25044 vsize=813740 CPUtime=2.12
/proc/25046/task/25049/stat : 25049 (java) S 25044 25046 20738 0 -1 64 48136 0 0 0 193 19 0 0 16 0 12 0 24289819 833269760 109405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25050] ppid=25044 vsize=813740 CPUtime=1.84

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

/proc/loadavg: 2.71 2.28 2.10 3/93 25058
/proc/meminfo: memFree=1149672/2055920 swapFree=4192812/4192956
[pid=25046] ppid=25044 vsize=821356 CPUtime=230.73
/proc/25046/stat : 25046 (java) S 25044 25046 20738 0 -1 0 716541 0 1 0 22767 306 0 0 18 0 12 0 24289816 841068544 174853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25046/statm: 205339 174853 1435 9 0 202666 0
[pid=25046/tid=25047] ppid=25044 vsize=821356 CPUtime=145.49
/proc/25046/task/25047/stat : 25047 (java) S 25044 25046 20738 0 -1 64 17830 0 1 0 14537 12 0 0 17 0 12 0 24289817 841068544 174853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25049] ppid=25044 vsize=821356 CPUtime=5.03
/proc/25046/task/25049/stat : 25049 (java) S 25044 25046 20738 0 -1 64 79761 0 0 0 473 30 0 0 15 0 12 0 24289819 841068544 174853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25050] ppid=25044 vsize=821356 CPUtime=4.71
/proc/25046/task/25050/stat : 25050 (java) S 25044 25046 20738 0 -1 64 81817 0 0 0 439 32 0 0 16 0 12 0 24289819 841068544 174853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25051] ppid=25044 vsize=821356 CPUtime=73.98
/proc/25046/task/25051/stat : 25051 (java) R 25044 25046 20738 0 -1 64 530434 0 0 0 7170 228 0 0 25 0 12 0 24289821 841068544 174853 996147200 134512640 134550932 4294956016 18446744073709551615 105880854 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25052] ppid=25044 vsize=821356 CPUtime=0
/proc/25046/task/25052/stat : 25052 (java) S 25044 25046 20738 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24289821 841068544 174853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25053] ppid=25044 vsize=821356 CPUtime=0
/proc/25046/task/25053/stat : 25053 (java) S 25044 25046 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24289821 841068544 174853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25054] ppid=25044 vsize=821356 CPUtime=0
/proc/25046/task/25054/stat : 25054 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24289826 841068544 174853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25055] ppid=25044 vsize=821356 CPUtime=0.27
/proc/25046/task/25055/stat : 25055 (java) S 25044 25046 20738 0 -1 64 765 0 0 0 27 0 0 0 17 0 12 0 24289826 841068544 174853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25056] ppid=25044 vsize=821356 CPUtime=1.2
/proc/25046/task/25056/stat : 25056 (java) S 25044 25046 20738 0 -1 64 5193 0 0 0 119 1 0 0 19 0 12 0 24289826 841068544 174853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25057] ppid=25044 vsize=821356 CPUtime=0
/proc/25046/task/25057/stat : 25057 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24289826 841068544 174853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25058] ppid=25044 vsize=821356 CPUtime=0
/proc/25046/task/25058/stat : 25058 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24289826 841068544 174853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 230.73
Current children cumulated vsize (KiB) 821356

[startup+236.803 s]
/proc/loadavg: 2.65 2.28 2.10 3/94 25059
/proc/meminfo: memFree=1149728/2055920 swapFree=4192812/4192956
[pid=25046] ppid=25044 vsize=829680 CPUtime=237.13
/proc/25046/stat : 25046 (java) S 25044 25046 20738 0 -1 0 758075 0 1 0 23388 325 0 0 18 0 13 0 24289816 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25046/statm: 207420 176859 1434 9 0 204747 0
[pid=25046/tid=25047] ppid=25044 vsize=829680 CPUtime=145.49
/proc/25046/task/25047/stat : 25047 (java) S 25044 25046 20738 0 -1 64 17839 0 1 0 14537 12 0 0 18 0 13 0 24289817 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25049] ppid=25044 vsize=829680 CPUtime=5.03
/proc/25046/task/25049/stat : 25049 (java) S 25044 25046 20738 0 -1 64 79761 0 0 0 473 30 0 0 15 0 13 0 24289819 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25050] ppid=25044 vsize=829680 CPUtime=4.71
/proc/25046/task/25050/stat : 25050 (java) S 25044 25046 20738 0 -1 64 81817 0 0 0 439 32 0 0 16 0 13 0 24289819 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25051] ppid=25044 vsize=829680 CPUtime=80.37
/proc/25046/task/25051/stat : 25051 (java) R 25044 25046 20738 0 -1 64 571955 0 0 0 7791 246 0 0 25 0 13 0 24289821 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25052] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25052/stat : 25052 (java) S 25044 25046 20738 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24289821 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25053] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25053/stat : 25053 (java) S 25044 25046 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24289821 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25054] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25054/stat : 25054 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25055] ppid=25044 vsize=829680 CPUtime=0.27
/proc/25046/task/25055/stat : 25055 (java) S 25044 25046 20738 0 -1 64 765 0 0 0 27 0 0 0 17 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25056] ppid=25044 vsize=829680 CPUtime=1.2
/proc/25046/task/25056/stat : 25056 (java) S 25044 25046 20738 0 -1 64 5193 0 0 0 119 1 0 0 19 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25057] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25057/stat : 25057 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25058] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25058/stat : 25058 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25059] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25059/stat : 25059 (java) S 25044 25046 20738 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 24313399 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 237.13
Current children cumulated vsize (KiB) 829680

[startup+238.402 s]
/proc/loadavg: 2.65 2.28 2.10 3/94 25059
/proc/meminfo: memFree=1149728/2055920 swapFree=4192812/4192956
[pid=25046] ppid=25044 vsize=829680 CPUtime=238.73
/proc/25046/stat : 25046 (java) S 25044 25046 20738 0 -1 0 773085 0 1 0 23542 331 0 0 18 0 13 0 24289816 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25046/statm: 207420 176859 1434 9 0 204747 0
[pid=25046/tid=25047] ppid=25044 vsize=829680 CPUtime=145.49
/proc/25046/task/25047/stat : 25047 (java) S 25044 25046 20738 0 -1 64 17839 0 1 0 14537 12 0 0 18 0 13 0 24289817 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25049] ppid=25044 vsize=829680 CPUtime=5.03
/proc/25046/task/25049/stat : 25049 (java) S 25044 25046 20738 0 -1 64 79761 0 0 0 473 30 0 0 15 0 13 0 24289819 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25050] ppid=25044 vsize=829680 CPUtime=4.71
/proc/25046/task/25050/stat : 25050 (java) S 25044 25046 20738 0 -1 64 81817 0 0 0 439 32 0 0 16 0 13 0 24289819 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25051] ppid=25044 vsize=829680 CPUtime=81.97
/proc/25046/task/25051/stat : 25051 (java) R 25044 25046 20738 0 -1 64 586963 0 0 0 7945 252 0 0 25 0 13 0 24289821 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 106158059 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25052] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25052/stat : 25052 (java) S 25044 25046 20738 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24289821 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25053] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25053/stat : 25053 (java) S 25044 25046 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24289821 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25054] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25054/stat : 25054 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25055] ppid=25044 vsize=829680 CPUtime=0.27
/proc/25046/task/25055/stat : 25055 (java) S 25044 25046 20738 0 -1 64 765 0 0 0 27 0 0 0 17 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25056] ppid=25044 vsize=829680 CPUtime=1.2
/proc/25046/task/25056/stat : 25056 (java) S 25044 25046 20738 0 -1 64 5193 0 0 0 119 1 0 0 19 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25057] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25057/stat : 25057 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25058] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25058/stat : 25058 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25059] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25059/stat : 25059 (java) S 25044 25046 20738 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 24313399 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 238.73
Current children cumulated vsize (KiB) 829680

[startup+240.002 s]
/proc/loadavg: 2.60 2.27 2.10 3/94 25059
/proc/meminfo: memFree=1149728/2055920 swapFree=4192812/4192956
[pid=25046] ppid=25044 vsize=829680 CPUtime=240.33
/proc/25046/stat : 25046 (java) S 25044 25046 20738 0 -1 0 780590 0 1 0 23699 334 0 0 18 0 13 0 24289816 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25046/statm: 207420 176859 1434 9 0 204747 0
[pid=25046/tid=25047] ppid=25044 vsize=829680 CPUtime=145.49
/proc/25046/task/25047/stat : 25047 (java) S 25044 25046 20738 0 -1 64 17839 0 1 0 14537 12 0 0 18 0 13 0 24289817 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25049] ppid=25044 vsize=829680 CPUtime=5.03
/proc/25046/task/25049/stat : 25049 (java) S 25044 25046 20738 0 -1 64 79761 0 0 0 473 30 0 0 15 0 13 0 24289819 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25050] ppid=25044 vsize=829680 CPUtime=4.71
/proc/25046/task/25050/stat : 25050 (java) S 25044 25046 20738 0 -1 64 81817 0 0 0 439 32 0 0 16 0 13 0 24289819 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25051] ppid=25044 vsize=829680 CPUtime=83.57
/proc/25046/task/25051/stat : 25051 (java) R 25044 25046 20738 0 -1 64 594467 0 0 0 8102 255 0 0 25 0 13 0 24289821 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25052] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25052/stat : 25052 (java) S 25044 25046 20738 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24289821 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25053] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25053/stat : 25053 (java) S 25044 25046 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24289821 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25054] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25054/stat : 25054 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25055] ppid=25044 vsize=829680 CPUtime=0.27
/proc/25046/task/25055/stat : 25055 (java) S 25044 25046 20738 0 -1 64 765 0 0 0 27 0 0 0 17 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25056] ppid=25044 vsize=829680 CPUtime=1.2
/proc/25046/task/25056/stat : 25056 (java) S 25044 25046 20738 0 -1 64 5193 0 0 0 119 1 0 0 19 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25057] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25057/stat : 25057 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25058] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25058/stat : 25058 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25059] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25059/stat : 25059 (java) S 25044 25046 20738 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24313399 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 240.33
Current children cumulated vsize (KiB) 829680

[startup+240.401 s]
/proc/loadavg: 2.60 2.27 2.10 3/94 25059
/proc/meminfo: memFree=1149728/2055920 swapFree=4192812/4192956
[pid=25046] ppid=25044 vsize=829680 CPUtime=240.73
/proc/25046/stat : 25046 (java) S 25044 25046 20738 0 -1 0 780590 0 1 0 23739 334 0 0 18 0 13 0 24289816 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25046/statm: 207420 176859 1434 9 0 204747 0
[pid=25046/tid=25047] ppid=25044 vsize=829680 CPUtime=145.49
/proc/25046/task/25047/stat : 25047 (java) S 25044 25046 20738 0 -1 64 17839 0 1 0 14537 12 0 0 18 0 13 0 24289817 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25049] ppid=25044 vsize=829680 CPUtime=5.03
/proc/25046/task/25049/stat : 25049 (java) S 25044 25046 20738 0 -1 64 79761 0 0 0 473 30 0 0 15 0 13 0 24289819 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25050] ppid=25044 vsize=829680 CPUtime=4.71
/proc/25046/task/25050/stat : 25050 (java) S 25044 25046 20738 0 -1 64 81817 0 0 0 439 32 0 0 16 0 13 0 24289819 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25051] ppid=25044 vsize=829680 CPUtime=83.97
/proc/25046/task/25051/stat : 25051 (java) R 25044 25046 20738 0 -1 64 594467 0 0 0 8142 255 0 0 25 0 13 0 24289821 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 105697740 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25052] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25052/stat : 25052 (java) S 25044 25046 20738 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24289821 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25053] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25053/stat : 25053 (java) S 25044 25046 20738 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24289821 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25046/tid=25054] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25054/stat : 25054 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25055] ppid=25044 vsize=829680 CPUtime=0.27
/proc/25046/task/25055/stat : 25055 (java) S 25044 25046 20738 0 -1 64 765 0 0 0 27 0 0 0 17 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25056] ppid=25044 vsize=829680 CPUtime=1.2
/proc/25046/task/25056/stat : 25056 (java) S 25044 25046 20738 0 -1 64 5193 0 0 0 119 1 0 0 19 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25057] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25057/stat : 25057 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25058] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25058/stat : 25058 (java) S 25044 25046 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24289826 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25046/tid=25059] ppid=25044 vsize=829680 CPUtime=0
/proc/25046/task/25059/stat : 25059 (java) S 25044 25046 20738 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24313399 849592320 176859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 240.73
Current children cumulated vsize (KiB) 829680

[startup+240.601 s]
/proc/loadavg: 2.60 2.27 2.10 3/94 25059
/proc/meminfo: memFree=1149728/2055920 swapFree=4192812/4192956
[pid=25046] ppid=25044 vsize=0 CPUtime=240.91
/proc/25046/stat : 25046 (java) Z 25044 25046 20738 0 -1 12 780600 0 1 0 23756 335 0 0 16 0 2 0 24289816 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25046/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 240.91
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 240.696
CPU time (s): 241.007
CPU user time (s): 237.561
CPU system time (s): 3.44648
CPU usage (%): 100.13
Max. virtual memory (cumulated for all children) (KiB): 857848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 237.561
system time used= 3.44648
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 780600
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= 11621
involuntary context switches= 11185

runsolver used 0.334949 second user time and 0.796878 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 06:17:04
IDJOB=2081096
IDBENCH=57303
IDSOLVER=731
FILE ID=node7/2081096-1247372224
PBS_JOBID= 9507048
Free space on /tmp= 66132 MiB

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

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

MD5SUM BENCH= e4d8056326b04b00114496ca953a2edb
RANDOM SEED=92387240

node7.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.231
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.231
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:       1854760 kB
Buffers:         10412 kB
Cached:          86080 kB
SwapCached:          0 kB
Active:         128360 kB
Inactive:        20924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4144 kB
Writeback:           0 kB
Mapped:          73272 kB
Slab:            36944 kB
Committed_AS:   234520 kB
PageTables:       1996 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= 66132 MiB
End job on node7 at 2009-07-12 06:21:05