Trace number 2080997

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? 237.361 238.082

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-19.xml
MD5SUM95627fa130a6174b4d805b27889df00f
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 benchmark91.3221
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size999
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9675
Global constraints used (with number of constraints)

Solver Data

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

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080997-1247371930/watcher-2080997-1247371930 -o /tmp/evaluation-result-2080997-1247371930/solver-2080997-1247371930 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080997-1247371930.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.32 2.11 2.03 3/84 26845
/proc/meminfo: memFree=1470592/2055920 swapFree=4192952/4192956
[pid=26845] ppid=26843 vsize=18576 CPUtime=0
/proc/26845/stat : 26845 (runsolver) R 26843 26845 22421 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 24255671 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 209560595751 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26845/statm: 4644 284 249 26 0 2626 0

[startup+0.031361 s]
/proc/loadavg: 2.32 2.11 2.03 3/84 26845
/proc/meminfo: memFree=1470592/2055920 swapFree=4192952/4192956
[pid=26845] ppid=26843 vsize=798596 CPUtime=0.01
/proc/26845/stat : 26845 (java) S 26843 26845 22421 0 -1 0 1652 0 1 0 0 1 0 0 18 0 4 0 24255671 817762304 1401 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/26845/statm: 199649 1401 413 9 0 197401 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798596

[startup+0.101935 s]
/proc/loadavg: 2.32 2.11 2.03 3/84 26845
/proc/meminfo: memFree=1470592/2055920 swapFree=4192952/4192956
[pid=26845] ppid=26843 vsize=802164 CPUtime=0.08
/proc/26845/stat : 26845 (java) S 26843 26845 22421 0 -1 0 2894 0 1 0 6 2 0 0 18 0 7 0 24255671 821415936 2639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/26845/statm: 200541 2639 1043 9 0 197892 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802164

[startup+0.301965 s]
/proc/loadavg: 2.32 2.11 2.03 3/84 26845
/proc/meminfo: memFree=1470592/2055920 swapFree=4192952/4192956
[pid=26845] ppid=26843 vsize=806720 CPUtime=0.29
/proc/26845/stat : 26845 (java) S 26843 26845 22421 0 -1 0 4395 0 1 0 25 4 0 0 18 0 12 0 24255671 826081280 4132 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26845/statm: 201680 4132 1359 9 0 199007 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806720

[startup+0.702039 s]
/proc/loadavg: 2.32 2.11 2.03 3/84 26845
/proc/meminfo: memFree=1470592/2055920 swapFree=4192952/4192956
[pid=26845] ppid=26843 vsize=807936 CPUtime=0.7
/proc/26845/stat : 26845 (java) S 26843 26845 22421 0 -1 0 7910 0 1 0 63 7 0 0 18 0 12 0 24255671 827326464 7398 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26845/statm: 201984 7398 1386 9 0 199311 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 807936

[startup+1.50217 s]
/proc/loadavg: 2.32 2.11 2.03 3/96 26857
/proc/meminfo: memFree=1413536/2055920 swapFree=4192952/4192956
[pid=26845] ppid=26843 vsize=807936 CPUtime=1.67
/proc/26845/stat : 26845 (java) S 26843 26845 22421 0 -1 0 33843 0 1 0 146 21 0 0 18 0 12 0 24255671 827326464 31263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26845/statm: 201984 31263 1401 9 0 199311 0
[pid=26845/tid=26847] ppid=26843 vsize=807936 CPUtime=0.79
/proc/26845/task/26847/stat : 26847 (java) R 26843 26845 22421 0 -1 64 17067 0 1 0 66 13 0 0 23 0 12 0 24255672 827326464 31263 996147200 134512640 134550932 4294956016 18446744073709551615 4159555742 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26848] ppid=26843 vsize=807936 CPUtime=0.21
/proc/26845/task/26848/stat : 26848 (java) S 26843 26845 22421 0 -1 64 8035 0 0 0 18 3 0 0 19 0 12 0 24255674 827326464 31263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26849] ppid=26843 vsize=807936 CPUtime=0.25
/proc/26845/task/26849/stat : 26849 (java) S 26843 26845 22421 0 -1 64 6811 0 0 0 23 2 0 0 19 0 12 0 24255674 827326464 31263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26850] ppid=26843 vsize=807936 CPUtime=0
/proc/26845/task/26850/stat : 26850 (java) S 26843 26845 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24255676 827326464 31263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26851] ppid=26843 vsize=807936 CPUtime=0
/proc/26845/task/26851/stat : 26851 (java) S 26843 26845 22421 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 24255676 827326464 31263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26852] ppid=26843 vsize=807936 CPUtime=0
/proc/26845/task/26852/stat : 26852 (java) S 26843 26845 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24255676 827326464 31263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26853] ppid=26843 vsize=807936 CPUtime=0
/proc/26845/task/26853/stat : 26853 (java) S 26843 26845 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24255681 827326464 31263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26854] ppid=26843 vsize=807936 CPUtime=0.35
/proc/26845/task/26854/stat : 26854 (java) S 26843 26845 22421 0 -1 64 763 0 0 0 35 0 0 0 16 0 12 0 24255681 827326464 31263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26855] ppid=26843 vsize=807936 CPUtime=0.02
/proc/26845/task/26855/stat : 26855 (java) S 26843 26845 22421 0 -1 64 419 0 0 0 2 0 0 0 17 0 12 0 24255681 827326464 31263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26856] ppid=26843 vsize=807936 CPUtime=0
/proc/26845/task/26856/stat : 26856 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24255681 827326464 31263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26857] ppid=26843 vsize=807936 CPUtime=0
/proc/26845/task/26857/stat : 26857 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24255681 827326464 31263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 807936

[startup+3.10144 s]
/proc/loadavg: 2.37 2.12 2.03 4/96 26857
/proc/meminfo: memFree=1346528/2055920 swapFree=4192952/4192956
[pid=26845] ppid=26843 vsize=811564 CPUtime=3.25
/proc/26845/stat : 26845 (java) S 26843 26845 22421 0 -1 0 45083 0 1 0 298 27 0 0 18 0 12 0 24255671 831041536 41304 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26845/statm: 202891 41304 1426 9 0 200218 0
[pid=26845/tid=26847] ppid=26843 vsize=811564 CPUtime=1.7
/proc/26845/task/26847/stat : 26847 (java) R 26843 26845 22421 0 -1 64 17499 0 1 0 156 14 0 0 19 0 12 0 24255672 831041536 41304 996147200 134512640 134550932 4294956016 18446744073709551615 4109560084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26848] ppid=26843 vsize=811564 CPUtime=0.36
/proc/26845/task/26848/stat : 26848 (java) S 26843 26845 22421 0 -1 64 12224 0 0 0 30 6 0 0 16 0 12 0 24255674 831041536 41304 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26849] ppid=26843 vsize=811564 CPUtime=0.41
/proc/26845/task/26849/stat : 26849 (java) S 26843 26845 22421 0 -1 64 11657 0 0 0 37 4 0 0 18 0 12 0 24255674 831041536 41304 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26850] ppid=26843 vsize=811564 CPUtime=0
/proc/26845/task/26850/stat : 26850 (java) S 26843 26845 22421 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24255676 831041536 41304 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26851] ppid=26843 vsize=811564 CPUtime=0
/proc/26845/task/26851/stat : 26851 (java) S 26843 26845 22421 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24255676 831041536 41304 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26852] ppid=26843 vsize=811564 CPUtime=0
/proc/26845/task/26852/stat : 26852 (java) S 26843 26845 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24255676 831041536 41304 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26853] ppid=26843 vsize=811564 CPUtime=0
/proc/26845/task/26853/stat : 26853 (java) S 26843 26845 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24255681 831041536 41304 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26854] ppid=26843 vsize=811564 CPUtime=0.71
/proc/26845/task/26854/stat : 26854 (java) S 26843 26845 22421 0 -1 64 2535 0 0 0 70 1 0 0 17 0 12 0 24255681 831041536 41304 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26855] ppid=26843 vsize=811564 CPUtime=0.02
/proc/26845/task/26855/stat : 26855 (java) S 26843 26845 22421 0 -1 64 419 0 0 0 2 0 0 0 17 0 12 0 24255681 831041536 41304 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26856] ppid=26843 vsize=811564 CPUtime=0
/proc/26845/task/26856/stat : 26856 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24255681 831041536 41304 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26857] ppid=26843 vsize=811564 CPUtime=0
/proc/26845/task/26857/stat : 26857 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24255681 831041536 41304 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 811564

[startup+6.30299 s]
/proc/loadavg: 2.37 2.12 2.03 3/96 26857
/proc/meminfo: memFree=1287776/2055920 swapFree=4192952/4192956
[pid=26845] ppid=26843 vsize=812680 CPUtime=6.5
/proc/26845/stat : 26845 (java) S 26843 26845 22421 0 -1 0 54144 0 1 0 619 31 0 0 18 0 12 0 24255671 832184320 48347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26845/statm: 203170 48347 1433 9 0 200497 0
[pid=26845/tid=26847] ppid=26843 vsize=812680 CPUtime=3.98
/proc/26845/task/26847/stat : 26847 (java) R 26843 26845 22421 0 -1 64 17507 0 1 0 384 14 0 0 25 0 12 0 24255672 832184320 48347 996147200 134512640 134550932 4294956016 18446744073709551615 4109588408 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26848] ppid=26843 vsize=812680 CPUtime=0.46
/proc/26845/task/26848/stat : 26848 (java) S 26843 26845 22421 0 -1 64 14520 0 0 0 39 7 0 0 16 0 12 0 24255674 832184320 48347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26849] ppid=26843 vsize=812680 CPUtime=0.54
/proc/26845/task/26849/stat : 26849 (java) S 26843 26845 22421 0 -1 64 16016 0 0 0 48 6 0 0 16 0 12 0 24255674 832184320 48347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26850] ppid=26843 vsize=812680 CPUtime=0
/proc/26845/task/26850/stat : 26850 (java) S 26843 26845 22421 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24255676 832184320 48347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26851] ppid=26843 vsize=812680 CPUtime=0
/proc/26845/task/26851/stat : 26851 (java) S 26843 26845 22421 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24255676 832184320 48347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26852] ppid=26843 vsize=812680 CPUtime=0
/proc/26845/task/26852/stat : 26852 (java) S 26843 26845 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24255676 832184320 48347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26853] ppid=26843 vsize=812680 CPUtime=0
/proc/26845/task/26853/stat : 26853 (java) S 26843 26845 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24255681 832184320 48347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26854] ppid=26843 vsize=812680 CPUtime=1.22
/proc/26845/task/26854/stat : 26854 (java) S 26843 26845 22421 0 -1 64 4546 0 0 0 121 1 0 0 17 0 12 0 24255681 832184320 48347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26855] ppid=26843 vsize=812680 CPUtime=0.24
/proc/26845/task/26855/stat : 26855 (java) S 26843 26845 22421 0 -1 64 806 0 0 0 24 0 0 0 17 0 12 0 24255681 832184320 48347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26856] ppid=26843 vsize=812680 CPUtime=0
/proc/26845/task/26856/stat : 26856 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24255681 832184320 48347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26857] ppid=26843 vsize=812680 CPUtime=0
/proc/26845/task/26857/stat : 26857 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24255681 832184320 48347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 812680

[startup+12.7011 s]
/proc/loadavg: 2.47 2.15 2.04 3/96 26857
/proc/meminfo: memFree=1224544/2055920 swapFree=4192952/4192956
[pid=26845] ppid=26843 vsize=812088 CPUtime=12.9
/proc/26845/stat : 26845 (java) S 26843 26845 22421 0 -1 0 71258 0 1 0 1252 38 0 0 18 0 12 0 24255671 831578112 65181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26845/statm: 203022 65181 1433 9 0 200349 0
[pid=26845/tid=26847] ppid=26843 vsize=812088 CPUtime=9.99
/proc/26845/task/26847/stat : 26847 (java) R 26843 26845 22421 0 -1 64 17533 0 1 0 984 15 0 0 25 0 12 0 24255672 831578112 65181 996147200 134512640 134550932 4294956016 18446744073709551615 4109701651 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26848] ppid=26843 vsize=812088 CPUtime=0.64
/proc/26845/task/26848/stat : 26848 (java) S 26843 26845 22421 0 -1 64 22462 0 0 0 55 9 0 0 16 0 12 0 24255674 831578112 65181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26849] ppid=26843 vsize=812088 CPUtime=0.73
/proc/26845/task/26849/stat : 26849 (java) S 26843 26845 22421 0 -1 64 25162 0 0 0 64 9 0 0 16 0 12 0 24255674 831578112 65181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26850] ppid=26843 vsize=812088 CPUtime=0.01
/proc/26845/task/26850/stat : 26850 (java) S 26843 26845 22421 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 24255676 831578112 65181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26851] ppid=26843 vsize=812088 CPUtime=0
/proc/26845/task/26851/stat : 26851 (java) S 26843 26845 22421 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24255676 831578112 65181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26852] ppid=26843 vsize=812088 CPUtime=0
/proc/26845/task/26852/stat : 26852 (java) S 26843 26845 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24255676 831578112 65181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26853] ppid=26843 vsize=812088 CPUtime=0
/proc/26845/task/26853/stat : 26853 (java) S 26843 26845 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24255681 831578112 65181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26854] ppid=26843 vsize=812088 CPUtime=1.22
/proc/26845/task/26854/stat : 26854 (java) S 26843 26845 22421 0 -1 64 4546 0 0 0 121 1 0 0 17 0 12 0 24255681 831578112 65181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26855] ppid=26843 vsize=812088 CPUtime=0.24
/proc/26845/task/26855/stat : 26855 (java) S 26843 26845 22421 0 -1 64 806 0 0 0 24 0 0 0 17 0 12 0 24255681 831578112 65181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26856] ppid=26843 vsize=812088 CPUtime=0
/proc/26845/task/26856/stat : 26856 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24255681 831578112 65181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26857] ppid=26843 vsize=812088 CPUtime=0
/proc/26845/task/26857/stat : 26857 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24255681 831578112 65181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.9
Current children cumulated vsize (KiB) 812088

[startup+25.5022 s]
/proc/loadavg: 2.40 2.15 2.04 3/96 26857
/proc/meminfo: memFree=1105824/2055920 swapFree=4192952/4192956
[pid=26845] ppid=26843 vsize=812088 CPUtime=25.69
/proc/26845/stat : 26845 (java) S 26843 26845 22421 0 -1 0 98361 0 1 0 2517 52 0 0 18 0 12 0 24255671 831578112 92255 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26845/statm: 203022 92255 1433 9 0 200349 0
[pid=26845/tid=26847] ppid=26843 vsize=812088 CPUtime=22.14
/proc/26845/task/26847/stat : 26847 (java) R 26843 26845 22421 0 -1 64 17562 0 1 0 2199 15 0 0 25 0 12 0 24255672 831578112 92255 996147200 134512640 134550932 4294956016 18446744073709551615 4109800560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26848] ppid=26843 vsize=812088 CPUtime=0.95
/proc/26845/task/26848/stat : 26848 (java) S 26843 26845 22421 0 -1 64 39003 0 0 0 78 17 0 0 16 0 12 0 24255674 831578112 92255 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26849] ppid=26843 vsize=812088 CPUtime=1.01
/proc/26845/task/26849/stat : 26849 (java) S 26843 26845 22421 0 -1 64 35695 0 0 0 86 15 0 0 16 0 12 0 24255674 831578112 92255 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26850] ppid=26843 vsize=812088 CPUtime=0.01
/proc/26845/task/26850/stat : 26850 (java) S 26843 26845 22421 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 24255676 831578112 92255 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26851] ppid=26843 vsize=812088 CPUtime=0
/proc/26845/task/26851/stat : 26851 (java) S 26843 26845 22421 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24255676 831578112 92255 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26852] ppid=26843 vsize=812088 CPUtime=0
/proc/26845/task/26852/stat : 26852 (java) S 26843 26845 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24255676 831578112 92255 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26853] ppid=26843 vsize=812088 CPUtime=0
/proc/26845/task/26853/stat : 26853 (java) S 26843 26845 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24255681 831578112 92255 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26854] ppid=26843 vsize=812088 CPUtime=1.29

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

Current children cumulated CPU time (s) 229.65
Current children cumulated vsize (KiB) 816092

[startup+233.503 s]
/proc/loadavg: 2.52 2.25 2.09 4/96 26857
/proc/meminfo: memFree=780000/2055920 swapFree=4192952/4192956
[pid=26845] ppid=26843 vsize=816092 CPUtime=232.83
/proc/26845/stat : 26845 (java) S 26843 26845 22421 0 -1 0 287647 0 1 0 23129 154 0 0 18 0 12 0 24255671 835678208 173417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26845/statm: 204023 173417 1436 9 0 201350 0
[pid=26845/tid=26847] ppid=26843 vsize=816092 CPUtime=168.61
/proc/26845/task/26847/stat : 26847 (java) R 26843 26845 22421 0 -1 64 17960 0 1 0 16845 16 0 0 25 0 12 0 24255672 835678208 173417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26848] ppid=26843 vsize=816092 CPUtime=4.84
/proc/26845/task/26848/stat : 26848 (java) S 26843 26845 22421 0 -1 64 81677 0 0 0 446 38 0 0 16 0 12 0 24255674 835678208 173417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26849] ppid=26843 vsize=816092 CPUtime=4.75
/proc/26845/task/26849/stat : 26849 (java) S 26843 26845 22421 0 -1 64 73085 0 0 0 445 30 0 0 15 0 12 0 24255674 835678208 173417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26850] ppid=26843 vsize=816092 CPUtime=53.03
/proc/26845/task/26850/stat : 26850 (java) R 26843 26845 22421 0 -1 64 108830 0 0 0 5238 65 0 0 18 0 12 0 24255676 835678208 173417 996147200 134512640 134550932 4294956016 18446744073709551615 106157701 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26851] ppid=26843 vsize=816092 CPUtime=0
/proc/26845/task/26851/stat : 26851 (java) S 26843 26845 22421 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24255676 835678208 173417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26852] ppid=26843 vsize=816092 CPUtime=0
/proc/26845/task/26852/stat : 26852 (java) S 26843 26845 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24255676 835678208 173417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26853] ppid=26843 vsize=816092 CPUtime=0
/proc/26845/task/26853/stat : 26853 (java) S 26843 26845 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24255681 835678208 173417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26854] ppid=26843 vsize=816092 CPUtime=1.3
/proc/26845/task/26854/stat : 26854 (java) S 26843 26845 22421 0 -1 64 4548 0 0 0 128 2 0 0 17 0 12 0 24255681 835678208 173417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26855] ppid=26843 vsize=816092 CPUtime=0.24
/proc/26845/task/26855/stat : 26855 (java) S 26843 26845 22421 0 -1 64 806 0 0 0 24 0 0 0 17 0 12 0 24255681 835678208 173417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26856] ppid=26843 vsize=816092 CPUtime=0
/proc/26845/task/26856/stat : 26856 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24255681 835678208 173417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26857] ppid=26843 vsize=816092 CPUtime=0
/proc/26845/task/26857/stat : 26857 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24255681 835678208 173417 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 232.83
Current children cumulated vsize (KiB) 816092

[startup+235.103 s]
/proc/loadavg: 2.52 2.25 2.09 3/96 26857
/proc/meminfo: memFree=780000/2055920 swapFree=4192952/4192956
[pid=26845] ppid=26843 vsize=816416 CPUtime=234.42
/proc/26845/stat : 26845 (java) S 26843 26845 22421 0 -1 0 289157 0 1 0 23287 155 0 0 18 0 13 0 24255671 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26845/statm: 204104 173424 1436 9 0 201431 0
[pid=26845/tid=26847] ppid=26843 vsize=816416 CPUtime=168.61
/proc/26845/task/26847/stat : 26847 (java) S 26843 26845 22421 0 -1 64 17962 0 1 0 16845 16 0 0 25 0 13 0 24255672 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26848] ppid=26843 vsize=816416 CPUtime=4.84
/proc/26845/task/26848/stat : 26848 (java) S 26843 26845 22421 0 -1 64 81677 0 0 0 446 38 0 0 16 0 13 0 24255674 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26849] ppid=26843 vsize=816416 CPUtime=4.75
/proc/26845/task/26849/stat : 26849 (java) S 26843 26845 22421 0 -1 64 73085 0 0 0 445 30 0 0 15 0 13 0 24255674 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26850] ppid=26843 vsize=816416 CPUtime=54.62
/proc/26845/task/26850/stat : 26850 (java) R 26843 26845 22421 0 -1 64 110332 0 0 0 5396 66 0 0 20 0 13 0 24255676 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 105697729 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26851] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26851/stat : 26851 (java) S 26843 26845 22421 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24255676 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26852] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26852/stat : 26852 (java) S 26843 26845 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24255676 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26853] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26853/stat : 26853 (java) S 26843 26845 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 24255681 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26854] ppid=26843 vsize=816416 CPUtime=1.3
/proc/26845/task/26854/stat : 26854 (java) S 26843 26845 22421 0 -1 64 4548 0 0 0 128 2 0 0 17 0 13 0 24255681 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26855] ppid=26843 vsize=816416 CPUtime=0.24
/proc/26845/task/26855/stat : 26855 (java) S 26843 26845 22421 0 -1 64 806 0 0 0 24 0 0 0 17 0 13 0 24255681 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26856] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26856/stat : 26856 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 24255681 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26857] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26857/stat : 26857 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24255681 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 234.42
Current children cumulated vsize (KiB) 816416

[startup+236.702 s]
/proc/loadavg: 2.48 2.24 2.09 3/97 26858
/proc/meminfo: memFree=779992/2055920 swapFree=4192952/4192956
[pid=26845] ppid=26843 vsize=816416 CPUtime=236.01
/proc/26845/stat : 26845 (java) S 26843 26845 22421 0 -1 0 293665 0 1 0 23442 159 0 0 18 0 13 0 24255671 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26845/statm: 204104 173424 1436 9 0 201431 0
[pid=26845/tid=26847] ppid=26843 vsize=816416 CPUtime=168.61
/proc/26845/task/26847/stat : 26847 (java) S 26843 26845 22421 0 -1 64 17962 0 1 0 16845 16 0 0 25 0 13 0 24255672 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26848] ppid=26843 vsize=816416 CPUtime=4.84
/proc/26845/task/26848/stat : 26848 (java) S 26843 26845 22421 0 -1 64 81677 0 0 0 446 38 0 0 16 0 13 0 24255674 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26849] ppid=26843 vsize=816416 CPUtime=4.75
/proc/26845/task/26849/stat : 26849 (java) S 26843 26845 22421 0 -1 64 73085 0 0 0 445 30 0 0 15 0 13 0 24255674 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26850] ppid=26843 vsize=816416 CPUtime=56.2
/proc/26845/task/26850/stat : 26850 (java) R 26843 26845 22421 0 -1 64 114838 0 0 0 5551 69 0 0 25 0 13 0 24255676 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 105696754 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26851] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26851/stat : 26851 (java) S 26843 26845 22421 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 24255676 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26852] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26852/stat : 26852 (java) S 26843 26845 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24255676 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26853] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26853/stat : 26853 (java) S 26843 26845 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 24255681 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26854] ppid=26843 vsize=816416 CPUtime=1.3
/proc/26845/task/26854/stat : 26854 (java) S 26843 26845 22421 0 -1 64 4548 0 0 0 128 2 0 0 17 0 13 0 24255681 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26855] ppid=26843 vsize=816416 CPUtime=0.24
/proc/26845/task/26855/stat : 26855 (java) S 26843 26845 22421 0 -1 64 806 0 0 0 24 0 0 0 17 0 13 0 24255681 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26856] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26856/stat : 26856 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 24255681 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26857] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26857/stat : 26857 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24255681 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26858] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26858/stat : 26858 (java) S 26843 26845 22421 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 24279120 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 236.01
Current children cumulated vsize (KiB) 816416

[startup+237.502 s]
/proc/loadavg: 2.48 2.24 2.09 3/97 26858
/proc/meminfo: memFree=779992/2055920 swapFree=4192952/4192956
[pid=26845] ppid=26843 vsize=816416 CPUtime=236.81
/proc/26845/stat : 26845 (java) S 26843 26845 22421 0 -1 0 293665 0 1 0 23522 159 0 0 18 0 13 0 24255671 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26845/statm: 204104 173424 1436 9 0 201431 0
[pid=26845/tid=26847] ppid=26843 vsize=816416 CPUtime=168.61
/proc/26845/task/26847/stat : 26847 (java) S 26843 26845 22421 0 -1 64 17962 0 1 0 16845 16 0 0 25 0 13 0 24255672 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26848] ppid=26843 vsize=816416 CPUtime=4.84
/proc/26845/task/26848/stat : 26848 (java) S 26843 26845 22421 0 -1 64 81677 0 0 0 446 38 0 0 16 0 13 0 24255674 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26849] ppid=26843 vsize=816416 CPUtime=4.75
/proc/26845/task/26849/stat : 26849 (java) S 26843 26845 22421 0 -1 64 73085 0 0 0 445 30 0 0 15 0 13 0 24255674 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26850] ppid=26843 vsize=816416 CPUtime=57
/proc/26845/task/26850/stat : 26850 (java) R 26843 26845 22421 0 -1 64 114838 0 0 0 5631 69 0 0 25 0 13 0 24255676 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26851] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26851/stat : 26851 (java) S 26843 26845 22421 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 24255676 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26852] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26852/stat : 26852 (java) S 26843 26845 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24255676 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26853] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26853/stat : 26853 (java) S 26843 26845 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 24255681 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26854] ppid=26843 vsize=816416 CPUtime=1.3
/proc/26845/task/26854/stat : 26854 (java) S 26843 26845 22421 0 -1 64 4548 0 0 0 128 2 0 0 17 0 13 0 24255681 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26855] ppid=26843 vsize=816416 CPUtime=0.24
/proc/26845/task/26855/stat : 26855 (java) S 26843 26845 22421 0 -1 64 806 0 0 0 24 0 0 0 17 0 13 0 24255681 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26856] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26856/stat : 26856 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 24255681 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26857] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26857/stat : 26857 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24255681 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26858] ppid=26843 vsize=816416 CPUtime=0
/proc/26845/task/26858/stat : 26858 (java) S 26843 26845 22421 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 24279120 836009984 173424 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 236.81
Current children cumulated vsize (KiB) 816416

[startup+237.902 s]
/proc/loadavg: 2.48 2.24 2.09 3/97 26858
/proc/meminfo: memFree=779992/2055920 swapFree=4192952/4192956
[pid=26845] ppid=26843 vsize=812412 CPUtime=237.2
/proc/26845/stat : 26845 (java) S 26843 26845 22421 0 -1 0 293670 0 1 0 23561 159 0 0 18 0 12 0 24255671 831909888 172427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26845/statm: 203103 172427 1437 9 0 200430 0
[pid=26845/tid=26847] ppid=26843 vsize=812412 CPUtime=168.61
/proc/26845/task/26847/stat : 26847 (java) S 26843 26845 22421 0 -1 64 17962 0 1 0 16845 16 0 0 16 0 12 0 24255672 831909888 172427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26848] ppid=26843 vsize=812412 CPUtime=4.84
/proc/26845/task/26848/stat : 26848 (java) S 26843 26845 22421 0 -1 64 81677 0 0 0 446 38 0 0 16 0 12 0 24255674 831909888 172427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26849] ppid=26843 vsize=812412 CPUtime=4.75
/proc/26845/task/26849/stat : 26849 (java) S 26843 26845 22421 0 -1 64 73085 0 0 0 445 30 0 0 15 0 12 0 24255674 831909888 172427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26850] ppid=26843 vsize=812412 CPUtime=57.38
/proc/26845/task/26850/stat : 26850 (java) R 26843 26845 22421 0 -1 64 114838 0 0 0 5669 69 0 0 25 0 12 0 24255676 831909888 172427 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26851] ppid=26843 vsize=812412 CPUtime=0
/proc/26845/task/26851/stat : 26851 (java) S 26843 26845 22421 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24255676 831909888 172427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26852] ppid=26843 vsize=812412 CPUtime=0
/proc/26845/task/26852/stat : 26852 (java) S 26843 26845 22421 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24255676 831909888 172427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26853] ppid=26843 vsize=812412 CPUtime=0
/proc/26845/task/26853/stat : 26853 (java) S 26843 26845 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24255681 831909888 172427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26854] ppid=26843 vsize=812412 CPUtime=1.3
/proc/26845/task/26854/stat : 26854 (java) S 26843 26845 22421 0 -1 64 4548 0 0 0 128 2 0 0 17 0 12 0 24255681 831909888 172427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26855] ppid=26843 vsize=812412 CPUtime=0.24
/proc/26845/task/26855/stat : 26855 (java) S 26843 26845 22421 0 -1 64 806 0 0 0 24 0 0 0 17 0 12 0 24255681 831909888 172427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26845/tid=26856] ppid=26843 vsize=812412 CPUtime=0
/proc/26845/task/26856/stat : 26856 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24255681 831909888 172427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26845/tid=26857] ppid=26843 vsize=812412 CPUtime=0
/proc/26845/task/26857/stat : 26857 (java) S 26843 26845 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24255681 831909888 172427 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 237.2
Current children cumulated vsize (KiB) 812412

[startup+238.002 s]
/proc/loadavg: 2.48 2.24 2.09 3/97 26858
/proc/meminfo: memFree=779992/2055920 swapFree=4192952/4192956
[pid=26845] ppid=26843 vsize=0 CPUtime=237.27
/proc/26845/stat : 26845 (java) Z 26843 26845 22421 0 -1 12 293676 0 1 0 23565 162 0 0 16 0 2 0 24255671 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26845/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 237.27
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 238.082
CPU time (s): 237.361
CPU user time (s): 235.655
CPU system time (s): 1.70574
CPU usage (%): 99.6973
Max. virtual memory (cumulated for all children) (KiB): 818096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 235.655
system time used= 1.70574
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293676
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= 12451
involuntary context switches= 12511

runsolver used 0.359945 second user time and 0.85087 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 06:12:10
IDJOB=2080997
IDBENCH=57225
IDSOLVER=731
FILE ID=node68/2080997-1247371930
PBS_JOBID= 9507060
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= 95627fa130a6174b4d805b27889df00f
RANDOM SEED=1414853958

node68.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.258
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.258
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:       1471072 kB
Buffers:         74092 kB
Cached:         218848 kB
SwapCached:          4 kB
Active:         347124 kB
Inactive:       161084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1471072 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2604 kB
Writeback:           0 kB
Mapped:         235968 kB
Slab:            61160 kB
Committed_AS:   538680 kB
PageTables:       2408 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= 66448 MiB
End job on node68 at 2009-07-12 06:16:08