Trace number 1067651

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 153.189 150.831

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-20-2-3.xml
MD5SUMfcb5e25cbad8cf27b8ac7c1007dae63e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity5
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.25/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.25/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.25/0.35	c See www.sat4j.org for details.
0.25/0.35	c That software uses the Rhino library from the Mozilla project.
0.25/0.40	c version 9.9.9.token
0.25/0.40	c sun.arch.data.model	32
0.25/0.40	c java.version	1.6.0_06
0.25/0.40	c os.name	Linux
0.25/0.40	c os.version	2.6.9-22.EL.rootsmp
0.25/0.40	c os.arch	i386
0.25/0.40	c Free memory 669864272
0.25/0.40	c Max memory 672137216
0.25/0.40	c Total memory 672137216
0.25/0.40	c Number of processors 2
0.34/0.44	c c --- Begin Solver configuration ---
0.34/0.44	c Stops conflict analysis at the first Unique Implication Point
0.34/0.44	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.34/0.44	c Learn all clauses as in MiniSAT
0.34/0.44	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.34/0.44	c Expensive reason simplification
0.34/0.44	c MiniSAT restarts strategy
0.34/0.44	c timeout=2147483s
0.34/0.44	c DB Simplification allowed=false
0.34/0.44	c --- End Solver configuration ---
0.34/0.44	c solving HOME/instance-1067651-1215150802.xml
0.34/0.44	c reading problem ... 
0.62/0.70	c reading problem named null
0.62/0.70	c reading domains done.
0.62/0.71	c reading variables done.
0.83/0.94	c reading predicates  done.
1.02/1.14	c reading constraints
146.64/144.21	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
146.64/144.22		at org.sat4j.core.Vec.ensure(Vec.java:175)
146.64/144.22		at org.sat4j.core.Vec.push(Vec.java:182)
146.64/144.22		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
146.64/144.22		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:53)
146.64/144.22		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
146.64/144.22		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
146.64/144.22		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
146.64/144.22		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
146.64/144.22		at org.sat4j.csp.Predicate.find(Predicate.java:132)
146.64/144.22		at org.sat4j.csp.Predicate.find(Predicate.java:139)
146.64/144.22		at org.sat4j.csp.Predicate.find(Predicate.java:139)
146.64/144.22		at org.sat4j.csp.Predicate.find(Predicate.java:139)
146.64/144.22		at org.sat4j.csp.Predicate.find(Predicate.java:139)
146.64/144.22		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
146.64/144.22		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
146.64/144.22		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
146.64/144.22		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
146.64/144.22		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
146.64/144.22		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
146.64/144.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
146.64/144.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
146.64/144.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
146.64/144.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
146.64/144.22		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
146.64/144.22		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
146.64/144.22		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
146.64/144.22		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
146.64/144.22		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
146.64/144.22		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
146.64/144.22		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
146.64/144.22		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
146.64/144.22		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
152.78/150.42	c starts		: 0
152.78/150.42	c conflicts		: 0
152.78/150.42	c decisions		: 0
152.78/150.42	c propagations		: 0
152.78/150.42	c inspects		: 0
152.78/150.42	c learnt literals	: 0
152.78/150.42	c learnt binary clauses	: 0
152.78/150.42	c learnt ternary clauses	: 0
152.78/150.42	c learnt clauses	: 0
152.78/150.42	c ignored clauses	: 0
152.78/150.42	c root simplifications	: 0
152.78/150.42	c removed literals (reason simplification)	: 0
152.78/150.42	c reason swapping (by a shorter reason)	: 0
152.78/150.42	c Calls to reduceDB	: 0
152.78/150.43	c speed (assignments/second)	: 0.0
152.78/150.43	c non guided choices	0
152.78/150.43	s UNKNOWN
152.78/150.43	c Total wall clock time (in seconds) : 143.778

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067651-1215150802/watcher-1067651-1215150802 -o /tmp/evaluation-result-1067651-1215150802/solver-1067651-1215150802 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067651-1215150802.xml 

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


[startup+0 s]
/proc/loadavg: 2.20 2.43 2.21 4/81 5398
/proc/meminfo: memFree=1877552/2055920 swapFree=4180500/4192956
[pid=5398] ppid=5396 vsize=18572 CPUtime=0
/proc/5398/stat : 5398 (runsolver) R 5396 5398 3802 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1994051591 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/5398/statm: 4643 292 257 25 0 2626 0

[startup+0.0305621 s]
/proc/loadavg: 2.20 2.43 2.21 4/81 5398
/proc/meminfo: memFree=1877552/2055920 swapFree=4180500/4192956
[pid=5398] ppid=5396 vsize=13012 CPUtime=0
/proc/5398/stat : 5398 (java) D 5396 5398 3802 0 -1 0 380 0 5 0 0 0 0 0 18 0 1 0 1994051591 13324288 186 996147200 134512640 134550740 4294956032 18446744073709551615 9257247 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/5398/statm: 3253 186 136 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.102571 s]
/proc/loadavg: 2.20 2.43 2.21 4/81 5398
/proc/meminfo: memFree=1877552/2055920 swapFree=4180500/4192956
[pid=5398] ppid=5396 vsize=801432 CPUtime=0.05
/proc/5398/stat : 5398 (java) S 5396 5398 3802 0 -1 0 2466 0 30 0 2 3 0 0 18 0 5 0 1994051591 820666368 2232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/5398/statm: 200358 2232 949 9 0 197741 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801432

[startup+0.301611 s]
/proc/loadavg: 2.20 2.43 2.21 4/81 5398
/proc/meminfo: memFree=1877552/2055920 swapFree=4180500/4192956
[pid=5398] ppid=5396 vsize=808152 CPUtime=0.25
/proc/5398/stat : 5398 (java) S 5396 5398 3802 0 -1 0 4679 0 30 0 20 5 0 0 18 0 12 0 1994051591 827547648 4050 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5398/statm: 202038 4050 1298 9 0 199407 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 808152

[startup+0.702686 s]
/proc/loadavg: 2.20 2.43 2.21 4/81 5398
/proc/meminfo: memFree=1877552/2055920 swapFree=4180500/4192956
[pid=5398] ppid=5396 vsize=808180 CPUtime=0.62
/proc/5398/stat : 5398 (java) S 5396 5398 3802 0 -1 0 6243 0 30 0 55 7 0 0 18 0 12 0 1994051591 827576320 5448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5398/statm: 202045 5448 1335 9 0 199407 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 808180

[startup+1.50184 s]
/proc/loadavg: 2.20 2.43 2.21 3/93 5410
/proc/meminfo: memFree=1851216/2055920 swapFree=4180500/4192956
[pid=5398] ppid=5396 vsize=810868 CPUtime=1.41
/proc/5398/stat : 5398 (java) S 5396 5398 3802 0 -1 0 9861 0 30 0 132 9 0 0 18 0 12 0 1994051591 830328832 7512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5398/statm: 202717 7512 1365 9 0 200079 0
[pid=5398/tid=5400] ppid=5396 vsize=810868 CPUtime=0.72
/proc/5398/task/5400/stat : 5400 (java) R 5396 5398 3802 0 -1 64 5136 0 1 0 67 5 0 0 25 0 12 0 1994051599 830328832 7513 996147200 134512640 134550740 4294956032 18446744073709551615 4109212276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5401] ppid=5396 vsize=810868 CPUtime=0
/proc/5398/task/5401/stat : 5401 (java) S 5396 5398 3802 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1994051600 830328832 7513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5402] ppid=5396 vsize=810868 CPUtime=0
/proc/5398/task/5402/stat : 5402 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1994051600 830328832 7513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5403] ppid=5396 vsize=810868 CPUtime=0
/proc/5398/task/5403/stat : 5403 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1994051602 830328832 7513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5404] ppid=5396 vsize=810868 CPUtime=0
/proc/5398/task/5404/stat : 5404 (java) S 5396 5398 3802 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1994051602 830328832 7513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5405] ppid=5396 vsize=810868 CPUtime=0
/proc/5398/task/5405/stat : 5405 (java) S 5396 5398 3802 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1994051602 830328832 7513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5406] ppid=5396 vsize=810868 CPUtime=0
/proc/5398/task/5406/stat : 5406 (java) S 5396 5398 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994051606 830328832 7513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5407] ppid=5396 vsize=810868 CPUtime=0.46
/proc/5398/task/5407/stat : 5407 (java) S 5396 5398 3802 0 -1 64 2962 0 0 0 45 1 0 0 17 0 12 0 1994051606 830328832 7513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5408] ppid=5396 vsize=810868 CPUtime=0.19
/proc/5398/task/5408/stat : 5408 (java) S 5396 5398 3802 0 -1 64 1027 0 0 0 19 0 0 0 16 0 12 0 1994051606 830328832 7514 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5409] ppid=5396 vsize=810868 CPUtime=0
/proc/5398/task/5409/stat : 5409 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1994051606 830328832 7514 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5410] ppid=5396 vsize=810868 CPUtime=0
/proc/5398/task/5410/stat : 5410 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994051606 830328832 7514 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 810868

[startup+3.10114 s]
/proc/loadavg: 2.27 2.44 2.21 3/93 5410
/proc/meminfo: memFree=1843152/2055920 swapFree=4180500/4192956
[pid=5398] ppid=5396 vsize=811472 CPUtime=3.01
/proc/5398/stat : 5398 (java) S 5396 5398 3802 0 -1 0 15663 0 30 0 289 12 0 0 18 0 12 0 1994051591 830947328 12335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5398/statm: 202868 12335 1377 9 0 200230 0
[pid=5398/tid=5400] ppid=5396 vsize=811472 CPUtime=1.89
/proc/5398/task/5400/stat : 5400 (java) R 5396 5398 3802 0 -1 64 9739 0 1 0 182 7 0 0 25 0 12 0 1994051599 830947328 12335 996147200 134512640 134550740 4294956032 18446744073709551615 4109805045 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5401] ppid=5396 vsize=811472 CPUtime=0
/proc/5398/task/5401/stat : 5401 (java) S 5396 5398 3802 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1994051600 830947328 12335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5402] ppid=5396 vsize=811472 CPUtime=0
/proc/5398/task/5402/stat : 5402 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1994051600 830947328 12335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5403] ppid=5396 vsize=811472 CPUtime=0
/proc/5398/task/5403/stat : 5403 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1994051602 830947328 12335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5404] ppid=5396 vsize=811472 CPUtime=0
/proc/5398/task/5404/stat : 5404 (java) S 5396 5398 3802 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1994051602 830947328 12335 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5405] ppid=5396 vsize=811472 CPUtime=0
/proc/5398/task/5405/stat : 5405 (java) S 5396 5398 3802 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1994051602 830947328 12336 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5406] ppid=5396 vsize=811472 CPUtime=0
/proc/5398/task/5406/stat : 5406 (java) S 5396 5398 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994051606 830947328 12336 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5407] ppid=5396 vsize=811472 CPUtime=0.78
/proc/5398/task/5407/stat : 5407 (java) S 5396 5398 3802 0 -1 64 4142 0 0 0 77 1 0 0 16 0 12 0 1994051606 830947328 12336 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5408] ppid=5396 vsize=811472 CPUtime=0.3
/proc/5398/task/5408/stat : 5408 (java) S 5396 5398 3802 0 -1 64 1045 0 0 0 29 1 0 0 16 0 12 0 1994051606 830947328 12336 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5409] ppid=5396 vsize=811472 CPUtime=0
/proc/5398/task/5409/stat : 5409 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1994051606 830947328 12336 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5410] ppid=5396 vsize=811472 CPUtime=0
/proc/5398/task/5410/stat : 5410 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994051606 830947328 12336 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 811472

[startup+6.30175 s]
/proc/loadavg: 2.27 2.44 2.21 3/93 5410
/proc/meminfo: memFree=1784976/2055920 swapFree=4180500/4192956
[pid=5398] ppid=5396 vsize=810776 CPUtime=6.25
/proc/5398/stat : 5398 (java) S 5396 5398 3802 0 -1 0 27176 0 30 0 607 18 0 0 18 0 12 0 1994051591 830234624 22637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5398/statm: 202694 22637 1382 9 0 200056 0
[pid=5398/tid=5400] ppid=5396 vsize=810776 CPUtime=4.82
/proc/5398/task/5400/stat : 5400 (java) R 5396 5398 3802 0 -1 64 17270 0 1 0 470 12 0 0 25 0 12 0 1994051599 830234624 22637 996147200 134512640 134550740 4294956032 18446744073709551615 4109624304 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5401] ppid=5396 vsize=810776 CPUtime=0.08
/proc/5398/task/5401/stat : 5401 (java) S 5396 5398 3802 0 -1 64 2059 0 0 0 8 0 0 0 17 0 12 0 1994051600 830234624 22637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5402] ppid=5396 vsize=810776 CPUtime=0.06
/proc/5398/task/5402/stat : 5402 (java) S 5396 5398 3802 0 -1 64 1112 0 0 0 6 0 0 0 17 0 12 0 1994051600 830234624 22637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5403] ppid=5396 vsize=810776 CPUtime=0
/proc/5398/task/5403/stat : 5403 (java) S 5396 5398 3802 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994051602 830234624 22637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5404] ppid=5396 vsize=810776 CPUtime=0
/proc/5398/task/5404/stat : 5404 (java) S 5396 5398 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994051602 830234624 22637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5405] ppid=5396 vsize=810776 CPUtime=0
/proc/5398/task/5405/stat : 5405 (java) S 5396 5398 3802 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1994051602 830234624 22637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5406] ppid=5396 vsize=810776 CPUtime=0
/proc/5398/task/5406/stat : 5406 (java) S 5396 5398 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994051606 830234624 22637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5407] ppid=5396 vsize=810776 CPUtime=0.79
/proc/5398/task/5407/stat : 5407 (java) S 5396 5398 3802 0 -1 64 4142 0 0 0 78 1 0 0 17 0 12 0 1994051606 830234624 22637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5408] ppid=5396 vsize=810776 CPUtime=0.43
/proc/5398/task/5408/stat : 5408 (java) S 5396 5398 3802 0 -1 64 1830 0 0 0 42 1 0 0 17 0 12 0 1994051606 830234624 22637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5409] ppid=5396 vsize=810776 CPUtime=0
/proc/5398/task/5409/stat : 5409 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1994051606 830234624 22637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5410] ppid=5396 vsize=810776 CPUtime=0
/proc/5398/task/5410/stat : 5410 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994051606 830234624 22637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 810776

[startup+12.702 s]
/proc/loadavg: 2.25 2.43 2.21 3/93 5410
/proc/meminfo: memFree=1703632/2055920 swapFree=4180500/4192956
[pid=5398] ppid=5396 vsize=819468 CPUtime=13.39
/proc/5398/stat : 5398 (java) S 5396 5398 3802 0 -1 0 51753 0 30 0 1310 29 0 0 18 0 12 0 1994051591 839135232 43241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5398/statm: 204867 43241 1386 9 0 202229 0
[pid=5398/tid=5400] ppid=5396 vsize=819468 CPUtime=9.19
/proc/5398/task/5400/stat : 5400 (java) S 5396 5398 3802 0 -1 64 17285 0 1 0 907 12 0 0 18 0 12 0 1994051599 839135232 43241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5401] ppid=5396 vsize=819468 CPUtime=1.37
/proc/5398/task/5401/stat : 5401 (java) R 5396 5398 3802 0 -1 64 13389 0 0 0 133 4 0 0 16 0 12 0 1994051600 839135232 43241 996147200 134512640 134550740 4294956032 18446744073709551615 106548832 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5402] ppid=5396 vsize=819468 CPUtime=1.44
/proc/5398/task/5402/stat : 5402 (java) R 5396 5398 3802 0 -1 64 14337 0 0 0 137 7 0 0 16 0 12 0 1994051600 839135232 43241 996147200 134512640 134550740 4294956032 18446744073709551615 104137024 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5403] ppid=5396 vsize=819468 CPUtime=0
/proc/5398/task/5403/stat : 5403 (java) S 5396 5398 3802 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994051602 839135232 43241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5404] ppid=5396 vsize=819468 CPUtime=0
/proc/5398/task/5404/stat : 5404 (java) S 5396 5398 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994051602 839135232 43241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5405] ppid=5396 vsize=819468 CPUtime=0
/proc/5398/task/5405/stat : 5405 (java) S 5396 5398 3802 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1994051602 839135232 43241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5406] ppid=5396 vsize=819468 CPUtime=0
/proc/5398/task/5406/stat : 5406 (java) S 5396 5398 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994051606 839135232 43241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5407] ppid=5396 vsize=819468 CPUtime=0.86
/proc/5398/task/5407/stat : 5407 (java) S 5396 5398 3802 0 -1 64 4147 0 0 0 85 1 0 0 16 0 12 0 1994051606 839135232 43241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5408] ppid=5396 vsize=819468 CPUtime=0.47
/proc/5398/task/5408/stat : 5408 (java) S 5396 5398 3802 0 -1 64 1832 0 0 0 46 1 0 0 16 0 12 0 1994051606 839135232 43241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5409] ppid=5396 vsize=819468 CPUtime=0
/proc/5398/task/5409/stat : 5409 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1994051606 839135232 43241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5410] ppid=5396 vsize=819468 CPUtime=0
/proc/5398/task/5410/stat : 5410 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994051606 839135232 43241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.39
Current children cumulated vsize (KiB) 819468

[startup+25.5024 s]
/proc/loadavg: 2.34 2.44 2.22 3/93 5410
/proc/meminfo: memFree=1499408/2055920 swapFree=4180500/4192956
[pid=5398] ppid=5396 vsize=819468 CPUtime=26.88
/proc/5398/stat : 5398 (java) S 5396 5398 3802 0 -1 0 105013 0 30 0 2638 50 0 0 18 0 12 0 1994051591 839135232 95767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5398/statm: 204867 95767 1386 9 0 202229 0
[pid=5398/tid=5400] ppid=5396 vsize=819468 CPUtime=17.25
/proc/5398/task/5400/stat : 5400 (java) R 5396 5398 3802 0 -1 64 23464 0 1 0 1711 14 0 0 25 0 12 0 1994051599 839135232 95767 996147200 134512640 134550740 4294956032 18446744073709551615 4109710676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5401] ppid=5396 vsize=819468 CPUtime=4.07
/proc/5398/task/5401/stat : 5401 (java) S 5396 5398 3802 0 -1 64 36135 0 0 0 394 13 0 0 17 0 12 0 1994051600 839135232 95767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5402] ppid=5396 vsize=819468 CPUtime=3.95
/proc/5398/task/5402/stat : 5402 (java) S 5396 5398 3802 0 -1 64 38650 0 0 0 379 16 0 0 17 0 12 0 1994051600 839135232 95767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5403] ppid=5396 vsize=819468 CPUtime=0
/proc/5398/task/5403/stat : 5403 (java) S 5396 5398 3802 0 -1 64 29 0 0 0 0 0 0 0 15 0 12 0 1994051602 839135232 95767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5404] ppid=5396 vsize=819468 CPUtime=0
/proc/5398/task/5404/stat : 5404 (java) S 5396 5398 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994051602 839135232 95767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5405] ppid=5396 vsize=819468 CPUtime=0
/proc/5398/task/5405/stat : 5405 (java) S 5396 5398 3802 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1994051602 839135232 95767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5406] ppid=5396 vsize=819468 CPUtime=0
/proc/5398/task/5406/stat : 5406 (java) S 5396 5398 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994051606 839135232 95767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/loadavg: 2.12 2.34 2.21 3/94 5411
/proc/meminfo: memFree=1174216/2055920 swapFree=4180500/4192956
[pid=5398] ppid=5396 vsize=819792 CPUtime=149.51
/proc/5398/stat : 5398 (java) S 5396 5398 3802 0 -1 0 185374 0 30 0 14867 84 0 0 18 0 13 0 1994051591 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5398/statm: 204948 174491 1389 9 0 202310 0
[pid=5398/tid=5400] ppid=5396 vsize=819792 CPUtime=36.37
/proc/5398/task/5400/stat : 5400 (java) S 5396 5398 3802 0 -1 64 35820 0 1 0 3617 20 0 0 18 0 13 0 1994051599 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5401] ppid=5396 vsize=819792 CPUtime=9.49
/proc/5398/task/5401/stat : 5401 (java) S 5396 5398 3802 0 -1 64 69687 0 0 0 923 26 0 0 16 0 13 0 1994051600 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5402] ppid=5396 vsize=819792 CPUtime=9.31
/proc/5398/task/5402/stat : 5402 (java) S 5396 5398 3802 0 -1 64 66597 0 0 0 903 28 0 0 15 0 13 0 1994051600 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5403] ppid=5396 vsize=819792 CPUtime=92.74
/proc/5398/task/5403/stat : 5403 (java) R 5396 5398 3802 0 -1 64 6531 0 0 0 9271 3 0 0 25 0 13 0 1994051602 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5404] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5404/stat : 5404 (java) S 5396 5398 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1994051602 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5405] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5405/stat : 5405 (java) S 5396 5398 3802 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1994051602 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5406] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5406/stat : 5406 (java) S 5396 5398 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5407] ppid=5396 vsize=819792 CPUtime=0.97
/proc/5398/task/5407/stat : 5407 (java) S 5396 5398 3802 0 -1 64 4160 0 0 0 96 1 0 0 16 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5408] ppid=5396 vsize=819792 CPUtime=0.56
/proc/5398/task/5408/stat : 5408 (java) S 5396 5398 3802 0 -1 64 1841 0 0 0 55 1 0 0 16 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5409] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5409/stat : 5409 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5410] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5410/stat : 5410 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5411] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5411/stat : 5411 (java) S 5396 5398 3802 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1994066014 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 149.51
Current children cumulated vsize (KiB) 819792

[startup+148.702 s]
/proc/loadavg: 2.11 2.34 2.20 3/94 5411
/proc/meminfo: memFree=1174216/2055920 swapFree=4180500/4192956
[pid=5398] ppid=5396 vsize=819792 CPUtime=151.09
/proc/5398/stat : 5398 (java) S 5396 5398 3802 0 -1 0 185374 0 30 0 15025 84 0 0 18 0 13 0 1994051591 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5398/statm: 204948 174491 1389 9 0 202310 0
[pid=5398/tid=5400] ppid=5396 vsize=819792 CPUtime=36.37
/proc/5398/task/5400/stat : 5400 (java) S 5396 5398 3802 0 -1 64 35820 0 1 0 3617 20 0 0 18 0 13 0 1994051599 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5401] ppid=5396 vsize=819792 CPUtime=9.49
/proc/5398/task/5401/stat : 5401 (java) S 5396 5398 3802 0 -1 64 69687 0 0 0 923 26 0 0 16 0 13 0 1994051600 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5402] ppid=5396 vsize=819792 CPUtime=9.31
/proc/5398/task/5402/stat : 5402 (java) S 5396 5398 3802 0 -1 64 66597 0 0 0 903 28 0 0 15 0 13 0 1994051600 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5403] ppid=5396 vsize=819792 CPUtime=94.32
/proc/5398/task/5403/stat : 5403 (java) R 5396 5398 3802 0 -1 64 6531 0 0 0 9429 3 0 0 25 0 13 0 1994051602 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5404] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5404/stat : 5404 (java) S 5396 5398 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1994051602 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5405] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5405/stat : 5405 (java) S 5396 5398 3802 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1994051602 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5406] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5406/stat : 5406 (java) S 5396 5398 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5407] ppid=5396 vsize=819792 CPUtime=0.97
/proc/5398/task/5407/stat : 5407 (java) S 5396 5398 3802 0 -1 64 4160 0 0 0 96 1 0 0 16 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5408] ppid=5396 vsize=819792 CPUtime=0.56
/proc/5398/task/5408/stat : 5408 (java) S 5396 5398 3802 0 -1 64 1841 0 0 0 55 1 0 0 16 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5409] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5409/stat : 5409 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5410] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5410/stat : 5410 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5411] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5411/stat : 5411 (java) S 5396 5398 3802 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1994066014 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 151.09
Current children cumulated vsize (KiB) 819792

[startup+149.501 s]
/proc/loadavg: 2.11 2.34 2.20 3/94 5411
/proc/meminfo: memFree=1174216/2055920 swapFree=4180500/4192956
[pid=5398] ppid=5396 vsize=819792 CPUtime=151.89
/proc/5398/stat : 5398 (java) S 5396 5398 3802 0 -1 0 185374 0 30 0 15105 84 0 0 18 0 13 0 1994051591 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5398/statm: 204948 174491 1389 9 0 202310 0
[pid=5398/tid=5400] ppid=5396 vsize=819792 CPUtime=36.37
/proc/5398/task/5400/stat : 5400 (java) S 5396 5398 3802 0 -1 64 35820 0 1 0 3617 20 0 0 18 0 13 0 1994051599 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5401] ppid=5396 vsize=819792 CPUtime=9.49
/proc/5398/task/5401/stat : 5401 (java) S 5396 5398 3802 0 -1 64 69687 0 0 0 923 26 0 0 16 0 13 0 1994051600 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5402] ppid=5396 vsize=819792 CPUtime=9.31
/proc/5398/task/5402/stat : 5402 (java) S 5396 5398 3802 0 -1 64 66597 0 0 0 903 28 0 0 15 0 13 0 1994051600 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5403] ppid=5396 vsize=819792 CPUtime=95.12
/proc/5398/task/5403/stat : 5403 (java) R 5396 5398 3802 0 -1 64 6531 0 0 0 9509 3 0 0 25 0 13 0 1994051602 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 105852563 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5404] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5404/stat : 5404 (java) S 5396 5398 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1994051602 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5405] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5405/stat : 5405 (java) S 5396 5398 3802 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1994051602 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5406] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5406/stat : 5406 (java) S 5396 5398 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5407] ppid=5396 vsize=819792 CPUtime=0.97
/proc/5398/task/5407/stat : 5407 (java) S 5396 5398 3802 0 -1 64 4160 0 0 0 96 1 0 0 16 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5408] ppid=5396 vsize=819792 CPUtime=0.56
/proc/5398/task/5408/stat : 5408 (java) S 5396 5398 3802 0 -1 64 1841 0 0 0 55 1 0 0 16 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5409] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5409/stat : 5409 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5410] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5410/stat : 5410 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5411] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5411/stat : 5411 (java) S 5396 5398 3802 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1994066014 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 151.89
Current children cumulated vsize (KiB) 819792

[startup+150.302 s]
/proc/loadavg: 2.11 2.34 2.20 3/94 5411
/proc/meminfo: memFree=1174216/2055920 swapFree=4180500/4192956
[pid=5398] ppid=5396 vsize=819792 CPUtime=152.68
/proc/5398/stat : 5398 (java) S 5396 5398 3802 0 -1 0 185374 0 30 0 15184 84 0 0 18 0 13 0 1994051591 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5398/statm: 204948 174491 1389 9 0 202310 0
[pid=5398/tid=5400] ppid=5396 vsize=819792 CPUtime=36.37
/proc/5398/task/5400/stat : 5400 (java) S 5396 5398 3802 0 -1 64 35820 0 1 0 3617 20 0 0 18 0 13 0 1994051599 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5401] ppid=5396 vsize=819792 CPUtime=9.49
/proc/5398/task/5401/stat : 5401 (java) S 5396 5398 3802 0 -1 64 69687 0 0 0 923 26 0 0 16 0 13 0 1994051600 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5402] ppid=5396 vsize=819792 CPUtime=9.31
/proc/5398/task/5402/stat : 5402 (java) S 5396 5398 3802 0 -1 64 66597 0 0 0 903 28 0 0 15 0 13 0 1994051600 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5403] ppid=5396 vsize=819792 CPUtime=95.91
/proc/5398/task/5403/stat : 5403 (java) R 5396 5398 3802 0 -1 64 6531 0 0 0 9588 3 0 0 25 0 13 0 1994051602 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5404] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5404/stat : 5404 (java) S 5396 5398 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1994051602 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5405] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5405/stat : 5405 (java) S 5396 5398 3802 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1994051602 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5406] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5406/stat : 5406 (java) S 5396 5398 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5407] ppid=5396 vsize=819792 CPUtime=0.97
/proc/5398/task/5407/stat : 5407 (java) S 5396 5398 3802 0 -1 64 4160 0 0 0 96 1 0 0 16 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5408] ppid=5396 vsize=819792 CPUtime=0.56
/proc/5398/task/5408/stat : 5408 (java) S 5396 5398 3802 0 -1 64 1841 0 0 0 55 1 0 0 16 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5409] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5409/stat : 5409 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5410] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5410/stat : 5410 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1994051606 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5411] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5411/stat : 5411 (java) S 5396 5398 3802 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1994066014 839467008 174491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 152.68
Current children cumulated vsize (KiB) 819792

[startup+150.707 s]
/proc/loadavg: 2.11 2.34 2.20 3/93 5411
/proc/meminfo: memFree=1174088/2055920 swapFree=4180500/4192956
[pid=5398] ppid=5396 vsize=819792 CPUtime=153.07
/proc/5398/stat : 5398 (java) S 5396 5398 3802 0 -1 0 185377 0 30 0 15223 84 0 0 18 0 12 0 1994051591 839467008 174492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5398/statm: 204948 174492 1390 9 0 202310 0
[pid=5398/tid=5400] ppid=5396 vsize=819792 CPUtime=36.37
/proc/5398/task/5400/stat : 5400 (java) S 5396 5398 3802 0 -1 64 35821 0 1 0 3617 20 0 0 16 0 12 0 1994051599 839467008 174492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5401] ppid=5396 vsize=819792 CPUtime=9.49
/proc/5398/task/5401/stat : 5401 (java) S 5396 5398 3802 0 -1 64 69687 0 0 0 923 26 0 0 16 0 12 0 1994051600 839467008 174492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5402] ppid=5396 vsize=819792 CPUtime=9.31
/proc/5398/task/5402/stat : 5402 (java) S 5396 5398 3802 0 -1 64 66597 0 0 0 903 28 0 0 15 0 12 0 1994051600 839467008 174492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5403] ppid=5396 vsize=819792 CPUtime=96.3
/proc/5398/task/5403/stat : 5403 (java) S 5396 5398 3802 0 -1 64 6531 0 0 0 9627 3 0 0 25 0 12 0 1994051602 839467008 174492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5404] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5404/stat : 5404 (java) S 5396 5398 3802 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1994051602 839467008 174492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5405] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5405/stat : 5405 (java) S 5396 5398 3802 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994051602 839467008 174492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5398/tid=5406] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5406/stat : 5406 (java) S 5396 5398 3802 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994051606 839467008 174492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5407] ppid=5396 vsize=819792 CPUtime=0.97
/proc/5398/task/5407/stat : 5407 (java) S 5396 5398 3802 0 -1 64 4160 0 0 0 96 1 0 0 16 0 12 0 1994051606 839467008 174492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5408] ppid=5396 vsize=819792 CPUtime=0.56
/proc/5398/task/5408/stat : 5408 (java) S 5396 5398 3802 0 -1 64 1841 0 0 0 55 1 0 0 16 0 12 0 1994051606 839467008 174492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5409] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5409/stat : 5409 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1994051606 839467008 174492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5398/tid=5410] ppid=5396 vsize=819792 CPUtime=0
/proc/5398/task/5410/stat : 5410 (java) S 5396 5398 3802 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994051606 839467008 174492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 153.07
Current children cumulated vsize (KiB) 819792

[startup+150.802 s]
/proc/loadavg: 2.11 2.34 2.20 3/93 5411
/proc/meminfo: memFree=1174088/2055920 swapFree=4180500/4192956
[pid=5398] ppid=5396 vsize=0 CPUtime=153.15
/proc/5398/stat : 5398 (java) Z 5396 5398 3802 0 -1 12 185380 0 30 0 15223 92 0 0 16 0 2 0 1994051591 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5398/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 153.15
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 150.831
CPU time (s): 153.189
CPU user time (s): 152.234
CPU system time (s): 0.954854
CPU usage (%): 101.563
Max. virtual memory (cumulated for all children) (KiB): 819792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.234
system time used= 0.954854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185380
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= 4702
involuntary context switches= 9875

runsolver used 0.19297 second user time and 0.51992 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-04 07:53:22
IDJOB=1067651
IDBENCH=55408
IDSOLVER=344
FILE ID=node59/1067651-1215150802
PBS_JOBID= 7877407
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-20-2-3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067651-1215150802/watcher-1067651-1215150802 -o /tmp/evaluation-result-1067651-1215150802/solver-1067651-1215150802 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067651-1215150802.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fcb5e25cbad8cf27b8ac7c1007dae63e
RANDOM SEED=2104945363

node59.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.261
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.261
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:       1878032 kB
Buffers:          3768 kB
Cached:          69548 kB
SwapCached:       6176 kB
Active:          85756 kB
Inactive:        33488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1878032 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:          59932 kB
Slab:            43656 kB
Committed_AS:  4729104 kB
PageTables:       2016 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= 66552 MiB
End job on node59 at 2008-07-04 07:55:53