Trace number 1094143

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? 282.241 282.794

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-105-6.xml
MD5SUMdc48f7b6a99795c6273dca1caae03926
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 benchmark0.250961
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size647
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1094143-1215279064/watcher-1094143-1215279064 -o /tmp/evaluation-result-1094143-1215279064/solver-1094143-1215279064 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1094143-1215279064.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: 1.93 1.99 1.99 4/81 18408
/proc/meminfo: memFree=1700176/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=1804 CPUtime=0
/proc/18408/stat : 18408 (java6) D 18406 18408 17093 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 155291716 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/18408/statm: 451 157 113 9 0 93 0

[startup+0.078193 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 18408
/proc/meminfo: memFree=1700176/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=802236 CPUtime=0.06
/proc/18408/stat : 18408 (java) S 18406 18408 17093 0 -1 0 2858 0 1 0 4 2 0 0 18 0 7 0 155291716 821489664 2593 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/18408/statm: 200559 2593 1011 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102196 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 18408
/proc/meminfo: memFree=1700176/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=804756 CPUtime=0.08
/proc/18408/stat : 18408 (java) S 18406 18408 17093 0 -1 0 3163 0 1 0 6 2 0 0 18 0 12 0 155291716 824070144 2894 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18408/statm: 201189 2894 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301221 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 18408
/proc/meminfo: memFree=1700176/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=808712 CPUtime=0.3
/proc/18408/stat : 18408 (java) S 18406 18408 17093 0 -1 0 5012 0 1 0 27 3 0 0 18 0 12 0 155291716 828121088 4359 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18408/statm: 202178 4359 1309 9 0 199547 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 808712

[startup+0.701264 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 18408
/proc/meminfo: memFree=1700176/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=808740 CPUtime=0.69
/proc/18408/stat : 18408 (java) S 18406 18408 17093 0 -1 0 6531 0 1 0 65 4 0 0 18 0 12 0 155291716 828149760 5864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18408/statm: 202185 5864 1335 9 0 199547 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808740

[startup+1.50136 s]
/proc/loadavg: 1.93 1.99 1.99 3/93 18420
/proc/meminfo: memFree=1670192/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=817304 CPUtime=1.49
/proc/18408/stat : 18408 (java) S 18406 18408 17093 0 -1 0 13617 0 1 0 142 7 0 0 18 0 12 0 155291716 836919296 11162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18408/statm: 204326 11163 1355 9 0 201688 0
[pid=18408/tid=18410] ppid=18406 vsize=817304 CPUtime=0.74
/proc/18408/task/18410/stat : 18410 (java) R 18406 18408 17093 0 -1 64 7662 0 1 0 69 5 0 0 25 0 12 0 155291717 836919296 11163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18411] ppid=18406 vsize=817304 CPUtime=0
/proc/18408/task/18411/stat : 18411 (java) S 18406 18408 17093 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 155291718 836919296 11163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18412] ppid=18406 vsize=817304 CPUtime=0
/proc/18408/task/18412/stat : 18412 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 155291718 836919296 11163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18413] ppid=18406 vsize=817304 CPUtime=0
/proc/18408/task/18413/stat : 18413 (java) S 18406 18408 17093 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 155291720 836919296 11163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18414] ppid=18406 vsize=817304 CPUtime=0
/proc/18408/task/18414/stat : 18414 (java) S 18406 18408 17093 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 155291720 836919296 11164 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18415] ppid=18406 vsize=817304 CPUtime=0
/proc/18408/task/18415/stat : 18415 (java) S 18406 18408 17093 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 155291720 836919296 11164 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18416] ppid=18406 vsize=817304 CPUtime=0
/proc/18408/task/18416/stat : 18416 (java) S 18406 18408 17093 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155291724 836919296 11164 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18417] ppid=18406 vsize=817304 CPUtime=0.22
/proc/18408/task/18417/stat : 18417 (java) S 18406 18408 17093 0 -1 64 718 0 0 0 22 0 0 0 16 0 12 0 155291724 836919296 11165 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18418] ppid=18406 vsize=817304 CPUtime=0.5
/proc/18408/task/18418/stat : 18418 (java) R 18406 18408 17093 0 -1 64 4478 0 0 0 49 1 0 0 18 0 12 0 155291724 836919296 11165 996147200 134512640 134550740 4294956016 18446744073709551615 104111715 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18419] ppid=18406 vsize=817304 CPUtime=0
/proc/18408/task/18419/stat : 18419 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155291724 836919296 11166 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18420] ppid=18406 vsize=817304 CPUtime=0
/proc/18408/task/18420/stat : 18420 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 155291724 836919296 11166 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 817304

[startup+3.10154 s]
/proc/loadavg: 1.93 1.99 1.99 3/93 18420
/proc/meminfo: memFree=1633264/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=817436 CPUtime=3.09
/proc/18408/stat : 18408 (java) S 18406 18408 17093 0 -1 0 30194 0 1 0 295 14 0 0 18 0 12 0 155291716 837054464 27041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18408/statm: 204359 27041 1382 9 0 201721 0
[pid=18408/tid=18410] ppid=18406 vsize=817436 CPUtime=1.94
/proc/18408/task/18410/stat : 18410 (java) R 18406 18408 17093 0 -1 64 17270 0 1 0 185 9 0 0 25 0 12 0 155291717 837054464 27041 996147200 134512640 134550740 4294956016 18446744073709551615 4109637636 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18411] ppid=18406 vsize=817436 CPUtime=0.06
/proc/18408/task/18411/stat : 18411 (java) S 18406 18408 17093 0 -1 64 3170 0 0 0 5 1 0 0 16 0 12 0 155291718 837054464 27041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18412] ppid=18406 vsize=817436 CPUtime=0.06
/proc/18408/task/18412/stat : 18412 (java) S 18406 18408 17093 0 -1 64 2858 0 0 0 6 0 0 0 16 0 12 0 155291718 837054464 27041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18413] ppid=18406 vsize=817436 CPUtime=0
/proc/18408/task/18413/stat : 18413 (java) S 18406 18408 17093 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 155291720 837054464 27041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18414] ppid=18406 vsize=817436 CPUtime=0
/proc/18408/task/18414/stat : 18414 (java) S 18406 18408 17093 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155291720 837054464 27041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18415] ppid=18406 vsize=817436 CPUtime=0
/proc/18408/task/18415/stat : 18415 (java) S 18406 18408 17093 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155291720 837054464 27041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18416] ppid=18406 vsize=817436 CPUtime=0
/proc/18408/task/18416/stat : 18416 (java) S 18406 18408 17093 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155291724 837054464 27041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18417] ppid=18406 vsize=817436 CPUtime=0.31
/proc/18408/task/18417/stat : 18417 (java) S 18406 18408 17093 0 -1 64 1121 0 0 0 31 0 0 0 17 0 12 0 155291724 837054464 27041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18418] ppid=18406 vsize=817436 CPUtime=0.68
/proc/18408/task/18418/stat : 18418 (java) S 18406 18408 17093 0 -1 64 4983 0 0 0 66 2 0 0 17 0 12 0 155291724 837054464 27041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18419] ppid=18406 vsize=817436 CPUtime=0
/proc/18408/task/18419/stat : 18419 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155291724 837054464 27041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18420] ppid=18406 vsize=817436 CPUtime=0
/proc/18408/task/18420/stat : 18420 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 155291724 837054464 27041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 817436

[startup+6.30291 s]
/proc/loadavg: 1.93 1.99 1.99 3/93 18420
/proc/meminfo: memFree=1591792/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=816696 CPUtime=5.95
/proc/18408/stat : 18408 (java) S 18406 18408 17093 0 -1 0 32089 0 1 0 578 17 0 0 18 0 12 0 155291716 836296704 28637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18408/statm: 204174 28637 1382 9 0 201536 0
[pid=18408/tid=18410] ppid=18406 vsize=816696 CPUtime=4.6
/proc/18408/task/18410/stat : 18410 (java) R 18406 18408 17093 0 -1 64 17276 0 1 0 451 9 0 0 25 0 12 0 155291717 836296704 28637 996147200 134512640 134550740 4294956016 18446744073709551615 4109694766 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18411] ppid=18406 vsize=816696 CPUtime=0.13
/proc/18408/task/18411/stat : 18411 (java) S 18406 18408 17093 0 -1 64 3830 0 0 0 12 1 0 0 16 0 12 0 155291718 836296704 28637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18412] ppid=18406 vsize=816696 CPUtime=0.15
/proc/18408/task/18412/stat : 18412 (java) S 18406 18408 17093 0 -1 64 4087 0 0 0 14 1 0 0 16 0 12 0 155291718 836296704 28637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18413] ppid=18406 vsize=816696 CPUtime=0
/proc/18408/task/18413/stat : 18413 (java) S 18406 18408 17093 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 155291720 836296704 28637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18414] ppid=18406 vsize=816696 CPUtime=0
/proc/18408/task/18414/stat : 18414 (java) S 18406 18408 17093 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155291720 836296704 28637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18415] ppid=18406 vsize=816696 CPUtime=0
/proc/18408/task/18415/stat : 18415 (java) S 18406 18408 17093 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155291720 836296704 28637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18416] ppid=18406 vsize=816696 CPUtime=0
/proc/18408/task/18416/stat : 18416 (java) S 18406 18408 17093 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155291724 836296704 28637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18417] ppid=18406 vsize=816696 CPUtime=0.31
/proc/18408/task/18417/stat : 18417 (java) S 18406 18408 17093 0 -1 64 1121 0 0 0 31 0 0 0 17 0 12 0 155291724 836296704 28637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18418] ppid=18406 vsize=816696 CPUtime=0.69
/proc/18408/task/18418/stat : 18418 (java) S 18406 18408 17093 0 -1 64 4983 0 0 0 67 2 0 0 16 0 12 0 155291724 836296704 28637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18419] ppid=18406 vsize=816696 CPUtime=0
/proc/18408/task/18419/stat : 18419 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155291724 836296704 28637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18420] ppid=18406 vsize=816696 CPUtime=0.02
/proc/18408/task/18420/stat : 18420 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 2 0 0 15 0 12 0 155291724 836296704 28637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 816696

[startup+12.7027 s]
/proc/loadavg: 1.94 1.99 1.99 3/93 18420
/proc/meminfo: memFree=1558064/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=816696 CPUtime=12.34
/proc/18408/stat : 18408 (java) S 18406 18408 17093 0 -1 0 40119 0 1 0 1213 21 0 0 18 0 12 0 155291716 836296704 36654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18408/statm: 204174 36654 1382 9 0 201536 0
[pid=18408/tid=18410] ppid=18406 vsize=816696 CPUtime=10.76
/proc/18408/task/18410/stat : 18410 (java) R 18406 18408 17093 0 -1 64 17289 0 1 0 1066 10 0 0 25 0 12 0 155291717 836296704 36654 996147200 134512640 134550740 4294956016 18446744073709551615 4109175707 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18411] ppid=18406 vsize=816696 CPUtime=0.21
/proc/18408/task/18411/stat : 18411 (java) S 18406 18408 17093 0 -1 64 7723 0 0 0 18 3 0 0 16 0 12 0 155291718 836296704 36654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18412] ppid=18406 vsize=816696 CPUtime=0.22
/proc/18408/task/18412/stat : 18412 (java) S 18406 18408 17093 0 -1 64 8196 0 0 0 20 2 0 0 16 0 12 0 155291718 836296704 36654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18413] ppid=18406 vsize=816696 CPUtime=0
/proc/18408/task/18413/stat : 18413 (java) S 18406 18408 17093 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 155291720 836296704 36654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18414] ppid=18406 vsize=816696 CPUtime=0
/proc/18408/task/18414/stat : 18414 (java) S 18406 18408 17093 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155291720 836296704 36654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18415] ppid=18406 vsize=816696 CPUtime=0
/proc/18408/task/18415/stat : 18415 (java) S 18406 18408 17093 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155291720 836296704 36654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18416] ppid=18406 vsize=816696 CPUtime=0
/proc/18408/task/18416/stat : 18416 (java) S 18406 18408 17093 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155291724 836296704 36654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18417] ppid=18406 vsize=816696 CPUtime=0.35
/proc/18408/task/18417/stat : 18417 (java) S 18406 18408 17093 0 -1 64 1132 0 0 0 35 0 0 0 16 0 12 0 155291724 836296704 36654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18418] ppid=18406 vsize=816696 CPUtime=0.72
/proc/18408/task/18418/stat : 18418 (java) S 18406 18408 17093 0 -1 64 4987 0 0 0 70 2 0 0 16 0 12 0 155291724 836296704 36654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18419] ppid=18406 vsize=816696 CPUtime=0
/proc/18408/task/18419/stat : 18419 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155291724 836296704 36654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18420] ppid=18406 vsize=816696 CPUtime=0.02
/proc/18408/task/18420/stat : 18420 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 2 0 0 15 0 12 0 155291724 836296704 36654 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 816696

[startup+25.5021 s]
/proc/loadavg: 1.95 1.99 1.99 3/93 18420
/proc/meminfo: memFree=1504048/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=816696 CPUtime=25.13
/proc/18408/stat : 18408 (java) S 18406 18408 17093 0 -1 0 54301 0 1 0 2486 27 0 0 18 0 12 0 155291716 836296704 50813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18408/statm: 204174 50813 1383 9 0 201536 0
[pid=18408/tid=18410] ppid=18406 vsize=816696 CPUtime=23.28
/proc/18408/task/18410/stat : 18410 (java) R 18406 18408 17093 0 -1 64 17312 0 1 0 2318 10 0 0 25 0 12 0 155291717 836296704 50813 996147200 134512640 134550740 4294956016 18446744073709551615 4109637636 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18411] ppid=18406 vsize=816696 CPUtime=0.33
/proc/18408/task/18411/stat : 18411 (java) S 18406 18408 17093 0 -1 64 14783 0 0 0 27 6 0 0 16 0 12 0 155291718 836296704 50813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18412] ppid=18406 vsize=816696 CPUtime=0.35
/proc/18408/task/18412/stat : 18412 (java) S 18406 18408 17093 0 -1 64 15294 0 0 0 30 5 0 0 16 0 12 0 155291718 836296704 50813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18413] ppid=18406 vsize=816696 CPUtime=0
/proc/18408/task/18413/stat : 18413 (java) S 18406 18408 17093 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 155291720 836296704 50813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18414] ppid=18406 vsize=816696 CPUtime=0
/proc/18408/task/18414/stat : 18414 (java) S 18406 18408 17093 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155291720 836296704 50813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18415] ppid=18406 vsize=816696 CPUtime=0
/proc/18408/task/18415/stat : 18415 (java) S 18406 18408 17093 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155291720 836296704 50813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18416] ppid=18406 vsize=816696 CPUtime=0
/proc/18408/task/18416/stat : 18416 (java) S 18406 18408 17093 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155291724 836296704 50813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 816696

[startup+51.1021 s]
/proc/loadavg: 1.97 1.99 1.99 3/93 18420
/proc/meminfo: memFree=1403952/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=815464 CPUtime=50.71
/proc/18408/stat : 18408 (java) S 18406 18408 17093 0 -1 0 79678 0 1 0 5033 38 0 0 18 0 12 0 155291716 835035136 75855 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18408/statm: 203866 75855 1383 9 0 201228 0
[pid=18408/tid=18410] ppid=18406 vsize=815464 CPUtime=48.32
/proc/18408/task/18410/stat : 18410 (java) R 18406 18408 17093 0 -1 64 17352 0 1 0 4822 10 0 0 25 0 12 0 155291717 835035136 75855 996147200 134512640 134550740 4294956016 18446744073709551615 4109590516 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18411] ppid=18406 vsize=815464 CPUtime=0.54
/proc/18408/task/18411/stat : 18411 (java) S 18406 18408 17093 0 -1 64 25690 0 0 0 44 10 0 0 16 0 12 0 155291718 835035136 75855 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18412] ppid=18406 vsize=815464 CPUtime=0.64
/proc/18408/task/18412/stat : 18412 (java) S 18406 18408 17093 0 -1 64 29723 0 0 0 53 11 0 0 16 0 12 0 155291718 835035136 75855 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18413] ppid=18406 vsize=815464 CPUtime=0.01
/proc/18408/task/18413/stat : 18413 (java) S 18406 18408 17093 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 155291720 835035136 75855 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18414] ppid=18406 vsize=815464 CPUtime=0
/proc/18408/task/18414/stat : 18414 (java) S 18406 18408 17093 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155291720 835035136 75855 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18415] ppid=18406 vsize=815464 CPUtime=0
/proc/18408/task/18415/stat : 18415 (java) S 18406 18408 17093 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155291720 835035136 75855 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18416] ppid=18406 vsize=815464 CPUtime=0
/proc/18408/task/18416/stat : 18416 (java) S 18406 18408 17093 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155291724 835035136 75855 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18417] ppid=18406 vsize=815464 CPUtime=0.37
/proc/18408/task/18417/stat : 18417 (java) S 18406 18408 17093 0 -1 64 1133 0 0 0 37 0 0 0 17 0 12 0 155291724 835035136 75855 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18418] ppid=18406 vsize=815464 CPUtime=0.74
/proc/18408/task/18418/stat : 18418 (java) S 18406 18408 17093 0 -1 64 4988 0 0 0 72 2 0 0 16 0 12 0 155291724 835035136 75855 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18419] ppid=18406 vsize=815464 CPUtime=0
/proc/18408/task/18419/stat : 18419 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155291724 835035136 75855 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18420] ppid=18406 vsize=815464 CPUtime=0.02
/proc/18408/task/18420/stat : 18420 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 2 0 0 15 0 12 0 155291724 835035136 75855 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 815464

[startup+102.308 s]
/proc/loadavg: 2.10 2.02 2.00 3/93 18420
/proc/meminfo: memFree=1211760/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=815464 CPUtime=101.89
/proc/18408/stat : 18408 (java) S 18406 18408 17093 0 -1 0 127629 0 1 0 10134 55 0 0 18 0 12 0 155291716 835035136 123728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18408/statm: 203866 123728 1383 9 0 201228 0
[pid=18408/tid=18410] ppid=18406 vsize=815464 CPUtime=98.32
/proc/18408/task/18410/stat : 18410 (java) R 18406 18408 17093 0 -1 64 17430 0 1 0 9822 10 0 0 25 0 12 0 155291717 835035136 123728 996147200 134512640 134550740 4294956016 18446744073709551615 4109637577 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18411] ppid=18406 vsize=815464 CPUtime=1.15
/proc/18408/task/18411/stat : 18411 (java) S 18406 18408 17093 0 -1 64 49700 0 0 0 97 18 0 0 16 0 12 0 155291718 835035136 123728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18412] ppid=18406 vsize=815464 CPUtime=1.17
/proc/18408/task/18412/stat : 18412 (java) S 18406 18408 17093 0 -1 64 53586 0 0 0 99 18 0 0 16 0 12 0 155291718 835035136 123728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18413] ppid=18406 vsize=815464 CPUtime=0.03
/proc/18408/task/18413/stat : 18413 (java) S 18406 18408 17093 0 -1 64 30 0 0 0 2 1 0 0 15 0 12 0 155291720 835035136 123728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18414] ppid=18406 vsize=815464 CPUtime=0
/proc/18408/task/18414/stat : 18414 (java) S 18406 18408 17093 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155291720 835035136 123728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18415] ppid=18406 vsize=815464 CPUtime=0
/proc/18408/task/18415/stat : 18415 (java) S 18406 18408 17093 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155291720 835035136 123728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18416] ppid=18406 vsize=815464 CPUtime=0
/proc/18408/task/18416/stat : 18416 (java) S 18406 18408 17093 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155291724 835035136 123728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18417] ppid=18406 vsize=815464 CPUtime=0.37
/proc/18408/task/18417/stat : 18417 (java) S 18406 18408 17093 0 -1 64 1133 0 0 0 37 0 0 0 17 0 12 0 155291724 835035136 123728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18418] ppid=18406 vsize=815464 CPUtime=0.74
/proc/18408/task/18418/stat : 18418 (java) S 18406 18408 17093 0 -1 64 4988 0 0 0 72 2 0 0 16 0 12 0 155291724 835035136 123728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18419] ppid=18406 vsize=815464 CPUtime=0
/proc/18408/task/18419/stat : 18419 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155291724 835035136 123728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18420] ppid=18406 vsize=815464 CPUtime=0.02
/proc/18408/task/18420/stat : 18420 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 2 0 0 15 0 12 0 155291724 835035136 123728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 815464

[startup+162.303 s]
/proc/loadavg: 2.03 2.01 2.00 3/93 18420
/proc/meminfo: memFree=1013616/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=815464 CPUtime=161.84
/proc/18408/stat : 18408 (java) S 18406 18408 17093 0 -1 0 176425 0 1 0 16113 71 0 0 18 0 12 0 155291716 835035136 172435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18408/statm: 203866 172435 1387 9 0 201228 0
[pid=18408/tid=18410] ppid=18406 vsize=815464 CPUtime=156.03
/proc/18408/task/18410/stat : 18410 (java) R 18406 18408 17093 0 -1 64 17520 0 1 0 15593 10 0 0 25 0 12 0 155291717 835035136 172435 996147200 134512640 134550740 4294956016 18446744073709551615 4109694835 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18411] ppid=18406 vsize=815464 CPUtime=1.96
/proc/18408/task/18411/stat : 18411 (java) S 18406 18408 17093 0 -1 64 75423 0 0 0 170 26 0 0 16 0 12 0 155291718 835035136 172435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18412] ppid=18406 vsize=815464 CPUtime=1.94
/proc/18408/task/18412/stat : 18412 (java) S 18406 18408 17093 0 -1 64 76550 0 0 0 168 26 0 0 16 0 12 0 155291718 835035136 172435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18413] ppid=18406 vsize=815464 CPUtime=0.7
/proc/18408/task/18413/stat : 18413 (java) S 18406 18408 17093 0 -1 64 48 0 0 0 68 2 0 0 15 0 12 0 155291720 835035136 172435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18414] ppid=18406 vsize=815464 CPUtime=0
/proc/18408/task/18414/stat : 18414 (java) S 18406 18408 17093 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155291720 835035136 172435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18415] ppid=18406 vsize=815464 CPUtime=0
/proc/18408/task/18415/stat : 18415 (java) S 18406 18408 17093 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155291720 835035136 172435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18416] ppid=18406 vsize=815464 CPUtime=0
/proc/18408/task/18416/stat : 18416 (java) S 18406 18408 17093 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155291724 835035136 172435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18417] ppid=18406 vsize=815464 CPUtime=0.39
/proc/18408/task/18417/stat : 18417 (java) S 18406 18408 17093 0 -1 64 1134 0 0 0 39 0 0 0 17 0 12 0 155291724 835035136 172435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18418] ppid=18406 vsize=815464 CPUtime=0.74
/proc/18408/task/18418/stat : 18418 (java) S 18406 18408 17093 0 -1 64 4988 0 0 0 72 2 0 0 16 0 12 0 155291724 835035136 172435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18419] ppid=18406 vsize=815464 CPUtime=0
/proc/18408/task/18419/stat : 18419 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155291724 835035136 172435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18420] ppid=18406 vsize=815464 CPUtime=0.02
/proc/18408/task/18420/stat : 18420 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 2 0 0 15 0 12 0 155291724 835035136 172435 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.84
Current children cumulated vsize (KiB) 815464

[startup+222.303 s]
/proc/loadavg: 2.26 2.07 2.02 3/93 18420
/proc/meminfo: memFree=1013424/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=815464 CPUtime=221.8
/proc/18408/stat : 18408 (java) S 18406 18408 17093 0 -1 0 176547 0 1 0 22108 72 0 0 18 0 12 0 155291716 835035136 172465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18408/statm: 203866 172465 1387 9 0 201228 0
[pid=18408/tid=18410] ppid=18406 vsize=815464 CPUtime=212.03
/proc/18408/task/18410/stat : 18410 (java) R 18406 18408 17093 0 -1 64 17612 0 1 0 21192 11 0 0 23 0 12 0 155291717 835035136 172465 996147200 134512640 134550740 4294956016 18446744073709551615 4109637577 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18411] ppid=18406 vsize=815464 CPUtime=2.76
/proc/18408/task/18411/stat : 18411 (java) S 18406 18408 17093 0 -1 64 75440 0 0 0 250 26 0 0 16 0 12 0 155291718 835035136 172465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18412] ppid=18406 vsize=815464 CPUtime=2.77
/proc/18408/task/18412/stat : 18412 (java) S 18406 18408 17093 0 -1 64 76550 0 0 0 251 26 0 0 16 0 12 0 155291718 835035136 172465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18413] ppid=18406 vsize=815464 CPUtime=3
/proc/18408/task/18413/stat : 18413 (java) S 18406 18408 17093 0 -1 64 48 0 0 0 298 2 0 0 15 0 12 0 155291720 835035136 172465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18414] ppid=18406 vsize=815464 CPUtime=0
/proc/18408/task/18414/stat : 18414 (java) S 18406 18408 17093 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 155291720 835035136 172465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18415] ppid=18406 vsize=815464 CPUtime=0
/proc/18408/task/18415/stat : 18415 (java) S 18406 18408 17093 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155291720 835035136 172465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18416] ppid=18406 vsize=815464 CPUtime=0
/proc/18408/task/18416/stat : 18416 (java) S 18406 18408 17093 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 155291724 835035136 172465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18417] ppid=18406 vsize=815464 CPUtime=0.39
/proc/18408/task/18417/stat : 18417 (java) S 18406 18408 17093 0 -1 64 1134 0 0 0 39 0 0 0 17 0 12 0 155291724 835035136 172465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18418] ppid=18406 vsize=815464 CPUtime=0.77
/proc/18408/task/18418/stat : 18418 (java) S 18406 18408 17093 0 -1 64 5001 0 0 0 75 2 0 0 17 0 12 0 155291724 835035136 172465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18419] ppid=18406 vsize=815464 CPUtime=0
/proc/18408/task/18419/stat : 18419 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 155291724 835035136 172465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18420] ppid=18406 vsize=815464 CPUtime=0.02
/proc/18408/task/18420/stat : 18420 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 2 0 0 15 0 12 0 155291724 835035136 172465 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.8
Current children cumulated vsize (KiB) 815464

[startup+282.303 s]
/proc/loadavg: 2.56 2.19 2.06 3/94 18421
/proc/meminfo: memFree=1010280/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=815788 CPUtime=281.76
/proc/18408/stat : 18408 (java) S 18406 18408 17093 0 -1 0 185686 0 1 0 28099 77 0 0 18 0 13 0 155291716 835366912 173208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18408/statm: 203947 173208 1388 9 0 201309 0
[pid=18408/tid=18410] ppid=18406 vsize=815788 CPUtime=223.5
/proc/18408/task/18410/stat : 18410 (java) S 18406 18408 17093 0 -1 64 17739 0 1 0 22339 11 0 0 18 0 13 0 155291717 835366912 173208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18411] ppid=18406 vsize=815788 CPUtime=2.77
/proc/18408/task/18411/stat : 18411 (java) S 18406 18408 17093 0 -1 64 75440 0 0 0 251 26 0 0 16 0 13 0 155291718 835366912 173208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18412] ppid=18406 vsize=815788 CPUtime=2.81
/proc/18408/task/18412/stat : 18412 (java) S 18406 18408 17093 0 -1 64 76550 0 0 0 255 26 0 0 15 0 13 0 155291718 835366912 173208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18413] ppid=18406 vsize=815788 CPUtime=51.42
/proc/18408/task/18413/stat : 18413 (java) R 18406 18408 17093 0 -1 64 9054 0 0 0 5135 7 0 0 25 0 13 0 155291720 835366912 173208 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18414] ppid=18406 vsize=815788 CPUtime=0
/proc/18408/task/18414/stat : 18414 (java) S 18406 18408 17093 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 155291720 835366912 173208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18415] ppid=18406 vsize=815788 CPUtime=0
/proc/18408/task/18415/stat : 18415 (java) S 18406 18408 17093 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155291720 835366912 173208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18416] ppid=18406 vsize=815788 CPUtime=0
/proc/18408/task/18416/stat : 18416 (java) S 18406 18408 17093 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 155291724 835366912 173208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18417] ppid=18406 vsize=815788 CPUtime=0.39
/proc/18408/task/18417/stat : 18417 (java) S 18406 18408 17093 0 -1 64 1134 0 0 0 39 0 0 0 17 0 13 0 155291724 835366912 173208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18418] ppid=18406 vsize=815788 CPUtime=0.77
/proc/18408/task/18418/stat : 18418 (java) S 18406 18408 17093 0 -1 64 5001 0 0 0 75 2 0 0 17 0 13 0 155291724 835366912 173208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18419] ppid=18406 vsize=815788 CPUtime=0
/proc/18408/task/18419/stat : 18419 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 155291724 835366912 173208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18408/tid=18420] ppid=18406 vsize=815788 CPUtime=0.02
/proc/18408/task/18420/stat : 18420 (java) S 18406 18408 17093 0 -1 64 0 0 0 0 0 2 0 0 15 0 13 0 155291724 835366912 173208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18408/tid=18421] ppid=18406 vsize=815788 CPUtime=0
/proc/18408/task/18421/stat : 18421 (java) S 18406 18408 17093 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155319865 835366912 173208 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.76
Current children cumulated vsize (KiB) 815788

Solver just ended. Dumping a history of the last processes samples

[startup+282.707 s]
/proc/loadavg: 2.56 2.19 2.06 3/93 18421
/proc/meminfo: memFree=1010280/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=0 CPUtime=282.14
/proc/18408/stat : 18408 (java) Z 18406 18408 17093 0 -1 12 185692 0 1 0 28136 78 0 0 16 0 2 0 155291716 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18408/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 282.794
CPU time (s): 282.241
CPU user time (s): 281.364
CPU system time (s): 0.876866
CPU usage (%): 99.8045
Max. virtual memory (cumulated for all children) (KiB): 817476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 281.364
system time used= 0.876866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185692
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= 11526
involuntary context switches= 7371

runsolver used 0.356945 second user time and 0.945856 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-05 19:31:04
IDJOB=1094143
IDBENCH=58758
IDSOLVER=344
FILE ID=node28/1094143-1215279064
PBS_JOBID= 7882194
Free space on /tmp= 66504 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/os-taillard-10/normalized-os-taillard-10-105-6.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-1094143-1215279064/watcher-1094143-1215279064 -o /tmp/evaluation-result-1094143-1215279064/solver-1094143-1215279064 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1094143-1215279064.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dc48f7b6a99795c6273dca1caae03926
RANDOM SEED=223720165

node28.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:       1700656 kB
Buffers:         45888 kB
Cached:         212920 kB
SwapCached:          0 kB
Active:         193036 kB
Inactive:       111308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1224 kB
Writeback:           0 kB
Mapped:          65628 kB
Slab:            35808 kB
Committed_AS:   435720 kB
PageTables:       1928 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66504 MiB
End job on node28 at 2008-07-05 19:35:47