Trace number 2080227

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? (exit code) 283.798 283.966

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-105-2.xml
MD5SUM889428b741c69397c034d6ea53d00acd
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 benchmark17.5893
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1436
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data

0.10/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.25	c See www.sat4j.org for details.
0.10/0.25	c That software uses the Rhino library from the Mozilla project.
0.10/0.27	c version 2.1.1.v20090622
0.10/0.27	c sun.arch.data.model	32
0.10/0.27	c java.version	1.6.0_12
0.10/0.27	c os.name	Linux
0.10/0.27	c os.version	2.6.9-22.EL.rootsmp
0.10/0.27	c os.arch	i386
0.10/0.27	c Free memory 671000808
0.10/0.27	c Max memory 672137216
0.10/0.27	c Total memory 672137216
0.10/0.27	c Number of processors 2
0.18/0.35	c c --- Begin Solver configuration ---
0.18/0.35	c Stops conflict analysis at the first Unique Implication Point
0.18/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.35	c Learn all clauses as in MiniSAT
0.18/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.35	c Expensive reason simplification
0.18/0.35	c MiniSAT restarts strategy
0.18/0.35	c Memory based learned constraints deletion strategy
0.18/0.35	c timeout=2147483s
0.18/0.35	c DB Simplification allowed=false
0.18/0.35	c --- End Solver configuration ---
0.18/0.35	c solving HOME/instance-2080227-1247369381.xml
0.18/0.35	c reading problem ... 
0.44/0.64	c reading problem named null
0.44/0.64	c reading domains done.
0.64/0.85	c reading variables done.
1.62/1.73	c reading predicates  done.
1.81/1.93	c reading constraints
278.85/279.06	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
281.25/281.40		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
281.25/281.41		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
281.25/281.41		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
281.25/281.41		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
281.25/281.41		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
281.25/281.41		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
281.25/281.41		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
281.25/281.41		at org.sat4j.csp.Predicate.toClause(Unknown Source)
281.25/281.41		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
281.25/281.41		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
281.25/281.41		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
281.25/281.41		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
281.25/281.41		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
281.25/281.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
281.25/281.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
281.25/281.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
281.25/281.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
281.25/281.41		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
281.25/281.41		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
281.25/281.41		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
281.25/281.41		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
281.25/281.41		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
281.25/281.41		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
281.25/281.41		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
281.25/281.41		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
281.25/281.41		at org.sat4j.AbstractLauncher.run(Unknown Source)
281.25/281.41		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
283.56/283.74	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
283.56/283.74		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
283.56/283.74		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
283.56/283.74		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
283.56/283.74		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080227-1247369381/watcher-2080227-1247369381 -o /tmp/evaluation-result-2080227-1247369381/solver-2080227-1247369381 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080227-1247369381.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.60 2.61 2.40 3/82 25851
/proc/meminfo: memFree=1706424/2055920 swapFree=4192812/4192956
[pid=25851] ppid=25849 vsize=1616 CPUtime=0
/proc/25851/stat : 25851 (java) D 25849 25851 19886 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 24005060 1654784 155 996147200 134512640 134550932 4294956016 18446744073709551615 6926907 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/25851/statm: 404 155 118 9 0 46 0

[startup+0.0371391 s]
/proc/loadavg: 2.60 2.61 2.40 3/82 25851
/proc/meminfo: memFree=1706424/2055920 swapFree=4192812/4192956
[pid=25851] ppid=25849 vsize=12928 CPUtime=0.01
/proc/25851/stat : 25851 (java) D 25849 25851 19886 0 -1 0 374 0 11 0 0 1 0 0 18 0 1 0 24005060 13238272 192 996147200 134512640 134550932 4294956016 18446744073709551615 6898474 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/25851/statm: 3232 192 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.101155 s]
/proc/loadavg: 2.60 2.61 2.40 3/82 25851
/proc/meminfo: memFree=1706424/2055920 swapFree=4192812/4192956
[pid=25851] ppid=25849 vsize=800696 CPUtime=0.04
/proc/25851/stat : 25851 (java) S 25849 25851 19886 0 -1 0 2370 0 30 0 1 3 0 0 18 0 4 0 24005060 819912704 2147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25851/statm: 200174 2147 938 9 0 197525 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800696

[startup+0.301188 s]
/proc/loadavg: 2.60 2.61 2.40 3/82 25851
/proc/meminfo: memFree=1706424/2055920 swapFree=4192812/4192956
[pid=25851] ppid=25849 vsize=805352 CPUtime=0.18
/proc/25851/stat : 25851 (java) S 25849 25851 19886 0 -1 0 3755 0 30 0 14 4 0 0 18 0 12 0 24005060 824680448 3522 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25851/statm: 201338 3522 1332 9 0 198672 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805352

[startup+0.701257 s]
/proc/loadavg: 2.60 2.61 2.40 3/82 25851
/proc/meminfo: memFree=1706424/2055920 swapFree=4192812/4192956
[pid=25851] ppid=25849 vsize=807180 CPUtime=0.53
/proc/25851/stat : 25851 (java) S 25849 25851 19886 0 -1 0 5325 0 30 0 47 6 0 0 18 0 12 0 24005060 826552320 4879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25851/statm: 201795 4879 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 807180

[startup+1.5024 s]
/proc/loadavg: 2.60 2.61 2.40 4/94 25863
/proc/meminfo: memFree=1671320/2055920 swapFree=4192812/4192956
[pid=25851] ppid=25849 vsize=808404 CPUtime=1.36
/proc/25851/stat : 25851 (java) S 25849 25851 19886 0 -1 0 25779 0 30 0 120 16 0 0 18 0 12 0 24005060 827805696 24567 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25851/statm: 202101 24569 1400 9 0 199428 0
[pid=25851/tid=25853] ppid=25849 vsize=808404 CPUtime=0.64
/proc/25851/task/25853/stat : 25853 (java) R 25849 25851 19886 0 -1 64 16880 0 1 0 54 10 0 0 24 0 12 0 24005067 827805696 24570 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25854] ppid=25849 vsize=808404 CPUtime=0.09
/proc/25851/task/25854/stat : 25854 (java) R 25849 25851 19886 0 -1 64 3372 0 0 0 8 1 0 0 17 0 12 0 24005068 827805696 24571 996147200 134512640 134550932 4294956016 18446744073709551615 106197473 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25851/tid=25855] ppid=25849 vsize=808404 CPUtime=0.1
/proc/25851/task/25855/stat : 25855 (java) R 25849 25851 19886 0 -1 64 2847 0 0 0 9 1 0 0 17 0 12 0 24005068 827805696 24572 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25856] ppid=25849 vsize=808404 CPUtime=0
/proc/25851/task/25856/stat : 25856 (java) S 25849 25851 19886 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 24005071 827805696 24574 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25857] ppid=25849 vsize=808404 CPUtime=0
/proc/25851/task/25857/stat : 25857 (java) S 25849 25851 19886 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 24005072 827805696 24575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25858] ppid=25849 vsize=808404 CPUtime=0
/proc/25851/task/25858/stat : 25858 (java) S 25849 25851 19886 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24005072 827805696 24576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25859] ppid=25849 vsize=808404 CPUtime=0
/proc/25851/task/25859/stat : 25859 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24005079 827805696 24577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25860] ppid=25849 vsize=808404 CPUtime=0
/proc/25851/task/25860/stat : 25860 (java) S 25849 25851 19886 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24005079 827805696 24578 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25861] ppid=25849 vsize=808404 CPUtime=0.48
/proc/25851/task/25861/stat : 25861 (java) S 25849 25851 19886 0 -1 64 1962 0 0 0 48 0 0 0 17 0 12 0 24005079 827805696 24580 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25862] ppid=25849 vsize=808404 CPUtime=0
/proc/25851/task/25862/stat : 25862 (java) S 25849 25851 19886 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24005079 827805696 24581 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25863] ppid=25849 vsize=808404 CPUtime=0
/proc/25851/task/25863/stat : 25863 (java) S 25849 25851 19886 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24005079 827805696 24582 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 808404

[startup+3.10267 s]
/proc/loadavg: 2.60 2.61 2.40 4/94 25863
/proc/meminfo: memFree=1577752/2055920 swapFree=4192812/4192956
[pid=25851] ppid=25849 vsize=810512 CPUtime=3.07
/proc/25851/stat : 25851 (java) S 25849 25851 19886 0 -1 0 43226 0 30 0 282 25 0 0 18 0 12 0 24005060 829964288 40489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25851/statm: 202628 40489 1432 9 0 199955 0
[pid=25851/tid=25853] ppid=25849 vsize=810512 CPUtime=1.37
/proc/25851/task/25853/stat : 25853 (java) R 25849 25851 19886 0 -1 64 17198 0 1 0 126 11 0 0 20 0 12 0 24005067 829964288 40489 996147200 134512640 134550932 4294956016 18446744073709551615 4109638945 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25854] ppid=25849 vsize=810512 CPUtime=0.32
/proc/25851/task/25854/stat : 25854 (java) S 25849 25851 19886 0 -1 64 9852 0 0 0 28 4 0 0 18 0 12 0 24005068 829964288 40489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25855] ppid=25849 vsize=810512 CPUtime=0.39
/proc/25851/task/25855/stat : 25855 (java) S 25849 25851 19886 0 -1 64 12050 0 0 0 34 5 0 0 18 0 12 0 24005068 829964288 40489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25856] ppid=25849 vsize=810512 CPUtime=0
/proc/25851/task/25856/stat : 25856 (java) S 25849 25851 19886 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24005071 829964288 40489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25857] ppid=25849 vsize=810512 CPUtime=0
/proc/25851/task/25857/stat : 25857 (java) S 25849 25851 19886 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24005072 829964288 40489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25858] ppid=25849 vsize=810512 CPUtime=0
/proc/25851/task/25858/stat : 25858 (java) S 25849 25851 19886 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24005072 829964288 40489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25859] ppid=25849 vsize=810512 CPUtime=0
/proc/25851/task/25859/stat : 25859 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24005079 829964288 40489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25860] ppid=25849 vsize=810512 CPUtime=0
/proc/25851/task/25860/stat : 25860 (java) S 25849 25851 19886 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24005079 829964288 40489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25861] ppid=25849 vsize=810512 CPUtime=0.93
/proc/25851/task/25861/stat : 25861 (java) S 25849 25851 19886 0 -1 64 3393 0 0 0 92 1 0 0 17 0 12 0 24005079 829964288 40489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25862] ppid=25849 vsize=810512 CPUtime=0
/proc/25851/task/25862/stat : 25862 (java) S 25849 25851 19886 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24005079 829964288 40489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25863] ppid=25849 vsize=810512 CPUtime=0
/proc/25851/task/25863/stat : 25863 (java) S 25849 25851 19886 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24005079 829964288 40489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 810512

[startup+6.30223 s]
/proc/loadavg: 2.56 2.60 2.39 3/94 25863
/proc/meminfo: memFree=1528280/2055920 swapFree=4192812/4192956
[pid=25851] ppid=25849 vsize=809684 CPUtime=6.26
/proc/25851/stat : 25851 (java) S 25849 25851 19886 0 -1 0 47337 0 30 0 600 26 0 0 18 0 12 0 24005060 829116416 44391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25851/statm: 202421 44391 1433 9 0 199748 0
[pid=25851/tid=25853] ppid=25849 vsize=809684 CPUtime=4
/proc/25851/task/25853/stat : 25853 (java) R 25849 25851 19886 0 -1 64 17208 0 1 0 389 11 0 0 25 0 12 0 24005067 829116416 44391 996147200 134512640 134550932 4294956016 18446744073709551615 4109804623 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25854] ppid=25849 vsize=809684 CPUtime=0.49
/proc/25851/task/25854/stat : 25854 (java) S 25849 25851 19886 0 -1 64 11480 0 0 0 44 5 0 0 16 0 12 0 24005068 829116416 44391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25855] ppid=25849 vsize=809684 CPUtime=0.54
/proc/25851/task/25855/stat : 25855 (java) S 25849 25851 19886 0 -1 64 14498 0 0 0 48 6 0 0 16 0 12 0 24005068 829116416 44391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25856] ppid=25849 vsize=809684 CPUtime=0
/proc/25851/task/25856/stat : 25856 (java) S 25849 25851 19886 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24005071 829116416 44391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25857] ppid=25849 vsize=809684 CPUtime=0
/proc/25851/task/25857/stat : 25857 (java) S 25849 25851 19886 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24005072 829116416 44391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25858] ppid=25849 vsize=809684 CPUtime=0
/proc/25851/task/25858/stat : 25858 (java) S 25849 25851 19886 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24005072 829116416 44391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25859] ppid=25849 vsize=809684 CPUtime=0
/proc/25851/task/25859/stat : 25859 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24005079 829116416 44391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25860] ppid=25849 vsize=809684 CPUtime=0
/proc/25851/task/25860/stat : 25860 (java) S 25849 25851 19886 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24005079 829116416 44391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25861] ppid=25849 vsize=809684 CPUtime=1.17
/proc/25851/task/25861/stat : 25861 (java) S 25849 25851 19886 0 -1 64 3417 0 0 0 116 1 0 0 16 0 12 0 24005079 829116416 44391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25862] ppid=25849 vsize=809684 CPUtime=0
/proc/25851/task/25862/stat : 25862 (java) S 25849 25851 19886 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24005079 829116416 44391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25863] ppid=25849 vsize=809684 CPUtime=0
/proc/25851/task/25863/stat : 25863 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24005079 829116416 44391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 809684

[startup+12.7023 s]
/proc/loadavg: 2.51 2.59 2.39 3/94 25863
/proc/meminfo: memFree=1487128/2055920 swapFree=4192812/4192956
[pid=25851] ppid=25849 vsize=808876 CPUtime=12.66
/proc/25851/stat : 25851 (java) S 25849 25851 19886 0 -1 0 55512 0 30 0 1237 29 0 0 18 0 12 0 24005060 828289024 52348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25851/statm: 202219 52348 1433 9 0 199546 0
[pid=25851/tid=25853] ppid=25849 vsize=808876 CPUtime=10.18
/proc/25851/task/25853/stat : 25853 (java) R 25849 25851 19886 0 -1 64 17230 0 1 0 1007 11 0 0 25 0 12 0 24005067 828289024 52348 996147200 134512640 134550932 4294956016 18446744073709551615 4109804164 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25854] ppid=25849 vsize=808876 CPUtime=0.57
/proc/25851/task/25854/stat : 25854 (java) S 25849 25851 19886 0 -1 64 14133 0 0 0 52 5 0 0 16 0 12 0 24005068 828289024 52348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25855] ppid=25849 vsize=808876 CPUtime=0.66
/proc/25851/task/25855/stat : 25855 (java) S 25849 25851 19886 0 -1 64 19998 0 0 0 58 8 0 0 16 0 12 0 24005068 828289024 52348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25856] ppid=25849 vsize=808876 CPUtime=0.01
/proc/25851/task/25856/stat : 25856 (java) S 25849 25851 19886 0 -1 64 10 0 0 0 1 0 0 0 15 0 12 0 24005071 828289024 52348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25857] ppid=25849 vsize=808876 CPUtime=0
/proc/25851/task/25857/stat : 25857 (java) S 25849 25851 19886 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24005072 828289024 52348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25858] ppid=25849 vsize=808876 CPUtime=0
/proc/25851/task/25858/stat : 25858 (java) S 25849 25851 19886 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24005072 828289024 52348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25859] ppid=25849 vsize=808876 CPUtime=0
/proc/25851/task/25859/stat : 25859 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24005079 828289024 52348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25860] ppid=25849 vsize=808876 CPUtime=0
/proc/25851/task/25860/stat : 25860 (java) S 25849 25851 19886 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24005079 828289024 52348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25861] ppid=25849 vsize=808876 CPUtime=1.17
/proc/25851/task/25861/stat : 25861 (java) S 25849 25851 19886 0 -1 64 3417 0 0 0 116 1 0 0 16 0 12 0 24005079 828289024 52348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25862] ppid=25849 vsize=808876 CPUtime=0
/proc/25851/task/25862/stat : 25862 (java) S 25849 25851 19886 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24005079 828289024 52348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25863] ppid=25849 vsize=808876 CPUtime=0
/proc/25851/task/25863/stat : 25863 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24005079 828289024 52348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 808876

[startup+25.5015 s]
/proc/loadavg: 2.40 2.56 2.38 3/94 25863
/proc/meminfo: memFree=1249112/2055920 swapFree=4192812/4192956
[pid=25851] ppid=25849 vsize=808624 CPUtime=25.46
/proc/25851/stat : 25851 (java) S 25849 25851 19886 0 -1 0 76935 0 30 0 2507 39 0 0 18 0 12 0 24005060 828030976 73681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25851/statm: 202156 73681 1433 9 0 199483 0
[pid=25851/tid=25853] ppid=25849 vsize=808624 CPUtime=22.62
/proc/25851/task/25853/stat : 25853 (java) R 25849 25851 19886 0 -1 64 17257 0 1 0 2251 11 0 0 25 0 12 0 24005067 828030976 73681 996147200 134512640 134550932 4294956016 18446744073709551615 4109126870 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25854] ppid=25849 vsize=808624 CPUtime=0.73
/proc/25851/task/25854/stat : 25854 (java) S 25849 25851 19886 0 -1 64 25601 0 0 0 63 10 0 0 15 0 12 0 24005068 828030976 73681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25855] ppid=25849 vsize=808624 CPUtime=0.83
/proc/25851/task/25855/stat : 25855 (java) S 25849 25851 19886 0 -1 64 29926 0 0 0 71 12 0 0 16 0 12 0 24005068 828030976 73681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25856] ppid=25849 vsize=808624 CPUtime=0.01
/proc/25851/task/25856/stat : 25856 (java) S 25849 25851 19886 0 -1 64 10 0 0 0 1 0 0 0 15 0 12 0 24005071 828030976 73681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25857] ppid=25849 vsize=808624 CPUtime=0
/proc/25851/task/25857/stat : 25857 (java) S 25849 25851 19886 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24005072 828030976 73681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25858] ppid=25849 vsize=808624 CPUtime=0
/proc/25851/task/25858/stat : 25858 (java) S 25849 25851 19886 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24005072 828030976 73681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25859] ppid=25849 vsize=808624 CPUtime=0
/proc/25851/task/25859/stat : 25859 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24005079 828030976 73681 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25860] ppid=25849 vsize=808624 CPUtime=0

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

/proc/loadavg: 2.27 2.47 2.37 3/93 25905
/proc/meminfo: memFree=1148256/2055920 swapFree=4192812/4192956
[pid=25851] ppid=25849 vsize=808624 CPUtime=162.2
/proc/25851/stat : 25851 (java) S 25849 25851 19886 0 -1 0 177505 0 30 0 16135 85 0 0 18 0 12 0 24005060 828030976 170626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25851/statm: 202156 170626 1437 9 0 199483 0
[pid=25851/tid=25853] ppid=25849 vsize=808624 CPUtime=154.32
/proc/25851/task/25853/stat : 25853 (java) R 25849 25851 19886 0 -1 64 17507 0 1 0 15419 13 0 0 25 0 12 0 24005067 828030976 170626 996147200 134512640 134550932 4294956016 18446744073709551615 4109804663 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25854] ppid=25849 vsize=808624 CPUtime=2.61
/proc/25851/task/25854/stat : 25854 (java) S 25849 25851 19886 0 -1 64 74438 0 0 0 230 31 0 0 16 0 12 0 24005068 828030976 170626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25855] ppid=25849 vsize=808624 CPUtime=2.69
/proc/25851/task/25855/stat : 25855 (java) S 25849 25851 19886 0 -1 64 78401 0 0 0 238 31 0 0 16 0 12 0 24005068 828030976 170626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25856] ppid=25849 vsize=808624 CPUtime=1.3
/proc/25851/task/25856/stat : 25856 (java) S 25849 25851 19886 0 -1 64 3016 0 0 0 126 4 0 0 15 0 12 0 24005071 828030976 170626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25857] ppid=25849 vsize=808624 CPUtime=0
/proc/25851/task/25857/stat : 25857 (java) S 25849 25851 19886 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24005072 828030976 170626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25858] ppid=25849 vsize=808624 CPUtime=0
/proc/25851/task/25858/stat : 25858 (java) S 25849 25851 19886 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24005072 828030976 170626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25859] ppid=25849 vsize=808624 CPUtime=0
/proc/25851/task/25859/stat : 25859 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24005079 828030976 170626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25860] ppid=25849 vsize=808624 CPUtime=0
/proc/25851/task/25860/stat : 25860 (java) S 25849 25851 19886 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24005079 828030976 170626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25861] ppid=25849 vsize=808624 CPUtime=1.22
/proc/25851/task/25861/stat : 25861 (java) S 25849 25851 19886 0 -1 64 3419 0 0 0 121 1 0 0 17 0 12 0 24005079 828030976 170626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25862] ppid=25849 vsize=808624 CPUtime=0
/proc/25851/task/25862/stat : 25862 (java) S 25849 25851 19886 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24005079 828030976 170626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25863] ppid=25849 vsize=808624 CPUtime=0
/proc/25851/task/25863/stat : 25863 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24005079 828030976 170626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 808624

[startup+222.303 s]
/proc/loadavg: 2.37 2.44 2.36 3/93 25905
/proc/meminfo: memFree=1144096/2055920 swapFree=4192812/4192956
[pid=25851] ppid=25849 vsize=812628 CPUtime=222.18
/proc/25851/stat : 25851 (java) S 25849 25851 19886 0 -1 0 183623 0 30 0 22129 89 0 0 18 0 12 0 24005060 832131072 171627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25851/statm: 203157 171627 1437 9 0 200484 0
[pid=25851/tid=25853] ppid=25849 vsize=812628 CPUtime=210.34
/proc/25851/task/25853/stat : 25853 (java) S 25849 25851 19886 0 -1 64 17617 0 1 0 21020 14 0 0 25 0 12 0 24005067 832131072 171627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25854] ppid=25849 vsize=812628 CPUtime=3.37
/proc/25851/task/25854/stat : 25854 (java) S 25849 25851 19886 0 -1 64 74438 0 0 0 306 31 0 0 15 0 12 0 24005068 832131072 171627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25855] ppid=25849 vsize=812628 CPUtime=3.52
/proc/25851/task/25855/stat : 25855 (java) S 25849 25851 19886 0 -1 64 78401 0 0 0 321 31 0 0 16 0 12 0 24005068 832131072 171627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25856] ppid=25849 vsize=812628 CPUtime=3.67
/proc/25851/task/25856/stat : 25856 (java) R 25849 25851 19886 0 -1 64 9024 0 0 0 360 7 0 0 16 0 12 0 24005071 832131072 171627 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25857] ppid=25849 vsize=812628 CPUtime=0
/proc/25851/task/25857/stat : 25857 (java) S 25849 25851 19886 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24005072 832131072 171627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25858] ppid=25849 vsize=812628 CPUtime=0
/proc/25851/task/25858/stat : 25858 (java) S 25849 25851 19886 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24005072 832131072 171627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25859] ppid=25849 vsize=812628 CPUtime=0
/proc/25851/task/25859/stat : 25859 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24005079 832131072 171627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25860] ppid=25849 vsize=812628 CPUtime=0
/proc/25851/task/25860/stat : 25860 (java) S 25849 25851 19886 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24005079 832131072 171627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25861] ppid=25849 vsize=812628 CPUtime=1.22
/proc/25851/task/25861/stat : 25861 (java) S 25849 25851 19886 0 -1 64 3419 0 0 0 121 1 0 0 17 0 12 0 24005079 832131072 171627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25862] ppid=25849 vsize=812628 CPUtime=0
/proc/25851/task/25862/stat : 25862 (java) S 25849 25851 19886 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24005079 832131072 171627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25863] ppid=25849 vsize=812628 CPUtime=0
/proc/25851/task/25863/stat : 25863 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24005079 832131072 171627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 812628

[startup+282.303 s]
/proc/loadavg: 2.44 2.44 2.37 3/94 25906
/proc/meminfo: memFree=1142040/2055920 swapFree=4192812/4192956
[pid=25851] ppid=25849 vsize=812952 CPUtime=282.15
/proc/25851/stat : 25851 (java) S 25849 25851 19886 0 -1 0 286885 0 30 0 28081 134 0 0 18 0 13 0 24005060 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25851/statm: 203238 172654 1436 9 0 200565 0
[pid=25851/tid=25853] ppid=25849 vsize=812952 CPUtime=234.41
/proc/25851/task/25853/stat : 25853 (java) S 25849 25851 19886 0 -1 64 17716 0 1 0 23427 14 0 0 18 0 13 0 24005067 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25854] ppid=25849 vsize=812952 CPUtime=3.64
/proc/25851/task/25854/stat : 25854 (java) S 25849 25851 19886 0 -1 64 74784 0 0 0 333 31 0 0 15 0 13 0 24005068 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25855] ppid=25849 vsize=812952 CPUtime=3.86
/proc/25851/task/25855/stat : 25855 (java) S 25849 25851 19886 0 -1 64 78884 0 0 0 355 31 0 0 16 0 13 0 24005068 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25856] ppid=25849 vsize=812952 CPUtime=38.94
/proc/25851/task/25856/stat : 25856 (java) R 25849 25851 19886 0 -1 64 111353 0 0 0 3843 51 0 0 25 0 13 0 24005071 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25857] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25857/stat : 25857 (java) S 25849 25851 19886 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24005072 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25858] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25858/stat : 25858 (java) S 25849 25851 19886 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24005072 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25859] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25859/stat : 25859 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24005079 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25860] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25860/stat : 25860 (java) S 25849 25851 19886 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 24005079 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25861] ppid=25849 vsize=812952 CPUtime=1.22
/proc/25851/task/25861/stat : 25861 (java) S 25849 25851 19886 0 -1 64 3419 0 0 0 121 1 0 0 17 0 13 0 24005079 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25862] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25862/stat : 25862 (java) S 25849 25851 19886 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24005079 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25863] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25863/stat : 25863 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24005079 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25906] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25906/stat : 25906 (java) S 25849 25851 19886 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24033201 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 812952

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

[startup+283.102 s]
/proc/loadavg: 2.44 2.44 2.37 3/94 25906
/proc/meminfo: memFree=1139800/2055920 swapFree=4192812/4192956
[pid=25851] ppid=25849 vsize=812952 CPUtime=282.95
/proc/25851/stat : 25851 (java) S 25849 25851 19886 0 -1 0 289891 0 30 0 28159 136 0 0 18 0 13 0 24005060 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25851/statm: 203238 172654 1436 9 0 200565 0
[pid=25851/tid=25853] ppid=25849 vsize=812952 CPUtime=234.41
/proc/25851/task/25853/stat : 25853 (java) S 25849 25851 19886 0 -1 64 17716 0 1 0 23427 14 0 0 18 0 13 0 24005067 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25854] ppid=25849 vsize=812952 CPUtime=3.64
/proc/25851/task/25854/stat : 25854 (java) S 25849 25851 19886 0 -1 64 74784 0 0 0 333 31 0 0 15 0 13 0 24005068 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25855] ppid=25849 vsize=812952 CPUtime=3.86
/proc/25851/task/25855/stat : 25855 (java) S 25849 25851 19886 0 -1 64 78884 0 0 0 355 31 0 0 16 0 13 0 24005068 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25856] ppid=25849 vsize=812952 CPUtime=39.74
/proc/25851/task/25856/stat : 25856 (java) R 25849 25851 19886 0 -1 64 114357 0 0 0 3921 53 0 0 25 0 13 0 24005071 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25857] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25857/stat : 25857 (java) S 25849 25851 19886 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 24005072 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25858] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25858/stat : 25858 (java) S 25849 25851 19886 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24005072 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25859] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25859/stat : 25859 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24005079 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25860] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25860/stat : 25860 (java) S 25849 25851 19886 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 24005079 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25861] ppid=25849 vsize=812952 CPUtime=1.22
/proc/25851/task/25861/stat : 25861 (java) S 25849 25851 19886 0 -1 64 3419 0 0 0 121 1 0 0 17 0 13 0 24005079 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25862] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25862/stat : 25862 (java) S 25849 25851 19886 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24005079 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25863] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25863/stat : 25863 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24005079 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25906] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25906/stat : 25906 (java) S 25849 25851 19886 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24033201 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.95
Current children cumulated vsize (KiB) 812952

[startup+283.502 s]
/proc/loadavg: 2.44 2.44 2.37 3/94 25906
/proc/meminfo: memFree=1139800/2055920 swapFree=4192812/4192956
[pid=25851] ppid=25849 vsize=812952 CPUtime=283.35
/proc/25851/stat : 25851 (java) S 25849 25851 19886 0 -1 0 289891 0 30 0 28199 136 0 0 18 0 13 0 24005060 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25851/statm: 203238 172654 1436 9 0 200565 0
[pid=25851/tid=25853] ppid=25849 vsize=812952 CPUtime=234.41
/proc/25851/task/25853/stat : 25853 (java) S 25849 25851 19886 0 -1 64 17716 0 1 0 23427 14 0 0 18 0 13 0 24005067 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25854] ppid=25849 vsize=812952 CPUtime=3.64
/proc/25851/task/25854/stat : 25854 (java) S 25849 25851 19886 0 -1 64 74784 0 0 0 333 31 0 0 15 0 13 0 24005068 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25855] ppid=25849 vsize=812952 CPUtime=3.86
/proc/25851/task/25855/stat : 25855 (java) S 25849 25851 19886 0 -1 64 78884 0 0 0 355 31 0 0 16 0 13 0 24005068 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25856] ppid=25849 vsize=812952 CPUtime=40.14
/proc/25851/task/25856/stat : 25856 (java) R 25849 25851 19886 0 -1 64 114357 0 0 0 3961 53 0 0 25 0 13 0 24005071 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25857] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25857/stat : 25857 (java) S 25849 25851 19886 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 24005072 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25858] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25858/stat : 25858 (java) S 25849 25851 19886 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24005072 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25859] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25859/stat : 25859 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 24005079 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25860] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25860/stat : 25860 (java) S 25849 25851 19886 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 24005079 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25861] ppid=25849 vsize=812952 CPUtime=1.22
/proc/25851/task/25861/stat : 25861 (java) S 25849 25851 19886 0 -1 64 3419 0 0 0 121 1 0 0 17 0 13 0 24005079 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25862] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25862/stat : 25862 (java) S 25849 25851 19886 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24005079 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25863] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25863/stat : 25863 (java) S 25849 25851 19886 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24005079 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25851/tid=25906] ppid=25849 vsize=812952 CPUtime=0
/proc/25851/task/25906/stat : 25906 (java) S 25849 25851 19886 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24033201 832462848 172654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 283.35
Current children cumulated vsize (KiB) 812952

[startup+283.902 s]
/proc/loadavg: 2.40 2.43 2.36 3/94 25906
/proc/meminfo: memFree=1139800/2055920 swapFree=4192812/4192956
[pid=25851] ppid=25849 vsize=0 CPUtime=283.72
/proc/25851/stat : 25851 (java) Z 25849 25851 19886 0 -1 12 289899 0 30 0 28233 139 0 0 16 0 2 0 24005060 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25851/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 283.72
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 283.966
CPU time (s): 283.798
CPU user time (s): 282.335
CPU system time (s): 1.46278
CPU usage (%): 99.941
Max. virtual memory (cumulated for all children) (KiB): 814632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 282.335
system time used= 1.46278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289899
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14990
involuntary context switches= 14181

runsolver used 0.395939 second user time and 0.932858 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-12 05:29:41
IDJOB=2080227
IDBENCH=57043
IDSOLVER=731
FILE ID=node14/2080227-1247369381
PBS_JOBID= 9506994
Free space on /tmp= 66520 MiB

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

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

MD5SUM BENCH= 889428b741c69397c034d6ea53d00acd
RANDOM SEED=1869495972

node14.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.265
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.265
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:       1706904 kB
Buffers:          9724 kB
Cached:          81124 kB
SwapCached:          0 kB
Active:         251396 kB
Inactive:        44660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3672 kB
Writeback:           0 kB
Mapped:         225656 kB
Slab:            37688 kB
Committed_AS:   403864 kB
PageTables:       2272 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= 66516 MiB
End job on node14 at 2009-07-12 05:34:25