Trace number 1060240

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? (exit code) 235.751 236.542

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-5.xml
MD5SUMce732ab8a5c33564f9023cce545e99bd
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 benchmark1.14282
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size1007
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.29	c See www.sat4j.org for details.
0.18/0.29	c That software uses the Rhino library from the Mozilla project.
0.28/0.33	c version 9.9.9.token
0.28/0.33	c sun.arch.data.model	32
0.28/0.33	c java.version	1.6.0_06
0.28/0.33	c os.name	Linux
0.28/0.33	c os.version	2.6.9-22.EL.rootsmp
0.28/0.33	c os.arch	i386
0.28/0.33	c Free memory 669864272
0.28/0.33	c Max memory 672137216
0.28/0.33	c Total memory 672137216
0.28/0.33	c Number of processors 2
0.28/0.38	c c --- Begin Solver configuration ---
0.28/0.38	c Stops conflict analysis at the first Unique Implication Point
0.28/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.38	c Learn all clauses as in MiniSAT
0.28/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.38	c Expensive reason simplification
0.28/0.38	c MiniSAT restarts strategy
0.28/0.38	c timeout=2147483s
0.28/0.38	c DB Simplification allowed=false
0.28/0.38	c --- End Solver configuration ---
0.28/0.38	c solving HOME/instance-1060240-1215126181.xml
0.28/0.38	c reading problem ... 
0.58/0.63	c reading problem named null
0.58/0.63	c reading domains done.
0.78/0.80	c reading variables done.
1.08/1.18	c reading predicates  done.
1.27/1.36	c reading constraints
233.23/234.09	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
233.23/234.09		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
234.72/235.59		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
234.72/235.59		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
234.72/235.59		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
234.72/235.59		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
234.72/235.59		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
234.72/235.59		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
234.72/235.59		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
234.72/235.59		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
234.72/235.59		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
234.72/235.59		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
234.72/235.59		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
234.72/235.59		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
234.72/235.59		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
234.72/235.59		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
234.72/235.59		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
234.72/235.59		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
234.72/235.59		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
234.72/235.59		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
234.72/235.59		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
234.72/235.59		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
234.72/235.59		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
234.72/235.59		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
234.72/235.59		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
234.72/235.59		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
234.72/235.59		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
234.72/235.59		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
235.52/236.33	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
235.52/236.33		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:91)
235.52/236.33		at org.sat4j.minisat.core.Solver.printStat(Solver.java:1232)
235.52/236.33		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:94)
235.52/236.33		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:79)

Verifier Data (download as text)

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

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-1060240-1215126181/watcher-1060240-1215126181 -o /tmp/evaluation-result-1060240-1215126181/solver-1060240-1215126181 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1060240-1215126181.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.02 2.01 2.00 4/82 20423
/proc/meminfo: memFree=1478848/2055920 swapFree=4137148/4192956
[pid=20423] ppid=20421 vsize=18572 CPUtime=0
/proc/20423/stat : 20423 (runsolver) R 20421 20423 19835 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 624865384 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 270187162919 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/20423/statm: 4643 292 257 25 0 2626 0

[startup+0.0827321 s]
/proc/loadavg: 2.02 2.01 2.00 4/82 20423
/proc/meminfo: memFree=1478848/2055920 swapFree=4137148/4192956
[pid=20423] ppid=20421 vsize=802236 CPUtime=0.06
/proc/20423/stat : 20423 (java) S 20421 20423 19835 0 -1 0 2859 0 1 0 5 1 0 0 20 0 7 0 624865384 821489664 2594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/20423/statm: 200559 2594 1011 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101734 s]
/proc/loadavg: 2.02 2.01 2.00 4/82 20423
/proc/meminfo: memFree=1478848/2055920 swapFree=4137148/4192956
[pid=20423] ppid=20421 vsize=804612 CPUtime=0.08
/proc/20423/stat : 20423 (java) S 20421 20423 19835 0 -1 0 3010 0 1 0 7 1 0 0 20 0 12 0 624865384 823922688 2743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20423/statm: 201153 2743 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301754 s]
/proc/loadavg: 2.02 2.01 2.00 4/82 20423
/proc/meminfo: memFree=1478848/2055920 swapFree=4137148/4192956
[pid=20423] ppid=20421 vsize=808920 CPUtime=0.28
/proc/20423/stat : 20423 (java) S 20421 20423 19835 0 -1 0 4973 0 1 0 25 3 0 0 20 0 12 0 624865384 828334080 4315 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20423/statm: 202230 4315 1308 9 0 199599 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808920

[startup+0.701803 s]
/proc/loadavg: 2.02 2.01 2.00 4/82 20423
/proc/meminfo: memFree=1478848/2055920 swapFree=4137148/4192956
[pid=20423] ppid=20421 vsize=809268 CPUtime=0.68
/proc/20423/stat : 20423 (java) S 20421 20423 19835 0 -1 0 6394 0 1 0 64 4 0 0 20 0 12 0 624865384 828690432 5473 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20423/statm: 202317 5473 1335 9 0 199679 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 809268

[startup+1.50289 s]
/proc/loadavg: 2.02 2.01 2.00 4/94 20435
/proc/meminfo: memFree=1453856/2055920 swapFree=4137148/4192956
[pid=20423] ppid=20421 vsize=810140 CPUtime=1.47
/proc/20423/stat : 20423 (java) S 20421 20423 19835 0 -1 0 18703 0 1 0 137 10 0 0 20 0 12 0 624865384 829583360 17228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20423/statm: 202535 17228 1358 9 0 199897 0
[pid=20423/tid=20425] ppid=20421 vsize=810140 CPUtime=0.9
/proc/20423/task/20425/stat : 20425 (java) R 20421 20423 19835 0 -1 64 15313 0 1 0 82 8 0 0 25 0 12 0 624865386 829583360 17228 996147200 134512640 134550740 4294956032 18446744073709551615 4109211062 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20426] ppid=20421 vsize=810140 CPUtime=0
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19835 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 624865387 829583360 17228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20427] ppid=20421 vsize=810140 CPUtime=0
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19835 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 624865387 829583360 17228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20428] ppid=20421 vsize=810140 CPUtime=0
/proc/20423/task/20428/stat : 20428 (java) S 20421 20423 19835 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 624865389 829583360 17228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20429] ppid=20421 vsize=810140 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19835 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 624865389 829583360 17228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=810140 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19835 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 624865389 829583360 17228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=810140 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 624865393 829583360 17228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=810140 CPUtime=0.36
/proc/20423/task/20432/stat : 20432 (java) S 20421 20423 19835 0 -1 64 1631 0 0 0 35 1 0 0 16 0 12 0 624865393 829583360 17228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=810140 CPUtime=0.19
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19835 0 -1 64 992 0 0 0 19 0 0 0 16 0 12 0 624865393 829583360 17228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20434] ppid=20421 vsize=810140 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19835 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 624865393 829583360 17228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=810140 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 624865393 829583360 17228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810140

[startup+3.10208 s]
/proc/loadavg: 2.02 2.01 2.00 4/94 20435
/proc/meminfo: memFree=1404896/2055920 swapFree=4137148/4192956
[pid=20423] ppid=20421 vsize=821440 CPUtime=3.33
/proc/20423/stat : 20423 (java) S 20421 20423 19835 0 -1 0 38036 0 1 0 315 18 0 0 20 0 12 0 624865384 841154560 31657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20423/statm: 205360 31657 1384 9 0 202722 0
[pid=20423/tid=20425] ppid=20421 vsize=821440 CPUtime=1.62
/proc/20423/task/20425/stat : 20425 (java) R 20421 20423 19835 0 -1 64 17271 0 1 0 154 8 0 0 25 0 12 0 624865386 841154560 31657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20426] ppid=20421 vsize=821440 CPUtime=0.32
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19835 0 -1 64 6993 0 0 0 30 2 0 0 20 0 12 0 624865387 841154560 31657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20427] ppid=20421 vsize=821440 CPUtime=0.3
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19835 0 -1 64 6489 0 0 0 28 2 0 0 19 0 12 0 624865387 841154560 31657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20428] ppid=20421 vsize=821440 CPUtime=0
/proc/20423/task/20428/stat : 20428 (java) S 20421 20423 19835 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 624865389 841154560 31657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20429] ppid=20421 vsize=821440 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19835 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 624865389 841154560 31657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=821440 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19835 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 624865389 841154560 31657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=821440 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 624865393 841154560 31657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=821440 CPUtime=0.75
/proc/20423/task/20432/stat : 20432 (java) R 20421 20423 19835 0 -1 64 5198 0 0 0 73 2 0 0 17 0 12 0 624865393 841154560 31657 996147200 134512640 134550740 4294956032 18446744073709551615 105483117 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=821440 CPUtime=0.27
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19835 0 -1 64 1289 0 0 0 27 0 0 0 16 0 12 0 624865393 841154560 31657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20434] ppid=20421 vsize=821440 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19835 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 624865393 841154560 31657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=821440 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 624865393 841154560 31657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 821440

[startup+6.30144 s]
/proc/loadavg: 2.02 2.01 2.00 3/94 20435
/proc/meminfo: memFree=1329000/2055920 swapFree=4137148/4192956
[pid=20423] ppid=20421 vsize=821408 CPUtime=6.51
/proc/20423/stat : 20423 (java) S 20421 20423 19835 0 -1 0 46778 0 1 0 630 21 0 0 20 0 12 0 624865384 841121792 40330 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20423/statm: 205352 40330 1385 9 0 202714 0
[pid=20423/tid=20425] ppid=20421 vsize=821408 CPUtime=4.5
/proc/20423/task/20425/stat : 20425 (java) R 20421 20423 19835 0 -1 64 17278 0 1 0 442 8 0 0 18 0 12 0 624865386 841121792 40330 996147200 134512640 134550740 4294956032 18446744073709551615 4109680875 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20423/tid=20426] ppid=20421 vsize=821408 CPUtime=0.44
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19835 0 -1 64 10951 0 0 0 41 3 0 0 16 0 12 0 624865387 841121792 40330 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20427] ppid=20421 vsize=821408 CPUtime=0.43
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19835 0 -1 64 11220 0 0 0 39 4 0 0 16 0 12 0 624865387 841121792 40330 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20423/tid=20428] ppid=20421 vsize=821408 CPUtime=0
/proc/20423/task/20428/stat : 20428 (java) S 20421 20423 19835 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 624865389 841121792 40330 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20429] ppid=20421 vsize=821408 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19835 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 624865389 841121792 40330 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=821408 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19835 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 624865389 841121792 40330 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=821408 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 624865393 841121792 40330 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=821408 CPUtime=0.78
/proc/20423/task/20432/stat : 20432 (java) S 20421 20423 19835 0 -1 64 5199 0 0 0 76 2 0 0 17 0 12 0 624865393 841121792 40330 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=821408 CPUtime=0.3
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19835 0 -1 64 1334 0 0 0 30 0 0 0 17 0 12 0 624865393 841121792 40330 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20434] ppid=20421 vsize=821408 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19835 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 624865393 841121792 40330 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=821408 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 624865393 841121792 40330 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 821408

[startup+12.7022 s]
/proc/loadavg: 2.01 2.01 2.00 6/94 20435
/proc/meminfo: memFree=1270504/2055920 swapFree=4137148/4192956
[pid=20423] ppid=20421 vsize=821408 CPUtime=12.88
/proc/20423/stat : 20423 (java) S 20421 20423 19835 0 -1 0 60803 0 1 0 1262 26 0 0 20 0 12 0 624865384 841121792 53870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20423/statm: 205352 53870 1385 9 0 202714 0
[pid=20423/tid=20425] ppid=20421 vsize=821408 CPUtime=10.62
/proc/20423/task/20425/stat : 20425 (java) R 20421 20423 19835 0 -1 64 17301 0 1 0 1054 8 0 0 25 0 12 0 624865386 841121792 53870 996147200 134512640 134550740 4294956032 18446744073709551615 4109583584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20423/tid=20426] ppid=20421 vsize=821408 CPUtime=0.57
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19835 0 -1 64 19059 0 0 0 52 5 0 0 16 0 12 0 624865387 841121792 53870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20423/tid=20427] ppid=20421 vsize=821408 CPUtime=0.55
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19835 0 -1 64 17114 0 0 0 48 7 0 0 16 0 12 0 624865387 841121792 53870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20423/tid=20428] ppid=20421 vsize=821408 CPUtime=0
/proc/20423/task/20428/stat : 20428 (java) S 20421 20423 19835 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 624865389 841121792 53870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20423/tid=20429] ppid=20421 vsize=821408 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19835 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 624865389 841121792 53870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=821408 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19835 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 624865389 841121792 53870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=821408 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 624865393 841121792 53870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=821408 CPUtime=0.78
/proc/20423/task/20432/stat : 20432 (java) S 20421 20423 19835 0 -1 64 5199 0 0 0 76 2 0 0 17 0 12 0 624865393 841121792 53870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=821408 CPUtime=0.3
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19835 0 -1 64 1334 0 0 0 30 0 0 0 17 0 12 0 624865393 841121792 53870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20423/tid=20434] ppid=20421 vsize=821408 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19835 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 624865393 841121792 53870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=821408 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 624865393 841121792 53870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.88
Current children cumulated vsize (KiB) 821408

[startup+25.5017 s]
/proc/loadavg: 2.21 2.06 2.02 3/94 20435
/proc/meminfo: memFree=1167720/2055920 swapFree=4137148/4192956
[pid=20423] ppid=20421 vsize=819604 CPUtime=25.63
/proc/20423/stat : 20423 (java) S 20421 20423 19835 0 -1 0 86682 0 1 0 2527 36 0 0 20 0 12 0 624865384 839274496 79315 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20423/statm: 204901 79315 1385 9 0 202263 0
[pid=20423/tid=20425] ppid=20421 vsize=819604 CPUtime=22.86
/proc/20423/task/20425/stat : 20425 (java) R 20421 20423 19835 0 -1 64 17329 0 1 0 2277 9 0 0 25 0 12 0 624865386 839274496 79315 996147200 134512640 134550740 4294956032 18446744073709551615 4109659842 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20423/tid=20426] ppid=20421 vsize=819604 CPUtime=0.8
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19835 0 -1 64 32667 0 0 0 70 10 0 0 16 0 12 0 624865387 839274496 79315 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20423/tid=20427] ppid=20421 vsize=819604 CPUtime=0.75
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19835 0 -1 64 29343 0 0 0 64 11 0 0 16 0 12 0 624865387 839274496 79315 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20423/tid=20428] ppid=20421 vsize=819604 CPUtime=0
/proc/20423/task/20428/stat : 20428 (java) S 20421 20423 19835 0 -1 64 31 0 0 0 0 0 0 0 15 0 12 0 624865389 839274496 79315 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20423/tid=20429] ppid=20421 vsize=819604 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19835 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 624865389 839274496 79315 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=819604 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19835 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 624865389 839274496 79315 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=819604 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 624865393 839274496 79315 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=20423/tid=20435] ppid=20421 vsize=819604 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 624865393 839274496 174159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.59
Current children cumulated vsize (KiB) 819604

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

[startup+230.302 s]
/proc/loadavg: 2.35 2.12 2.03 4/94 20435
/proc/meminfo: memFree=753320/2055920 swapFree=4137148/4192956
[pid=20423] ppid=20421 vsize=819604 CPUtime=229.54
/proc/20423/stat : 20423 (java) S 20421 20423 19835 0 -1 0 208348 0 1 0 22866 88 0 0 20 0 12 0 624865384 839274496 174159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20423/statm: 204901 174159 1389 9 0 202263 0
[pid=20423/tid=20425] ppid=20421 vsize=819604 CPUtime=198.07
/proc/20423/task/20425/stat : 20425 (java) R 20421 20423 19835 0 -1 64 17743 0 1 0 19797 10 0 0 25 0 12 0 624865386 839274496 174159 996147200 134512640 134550740 4294956032 18446744073709551615 4109686388 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20426] ppid=20421 vsize=819604 CPUtime=4.2
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19835 0 -1 64 81692 0 0 0 391 29 0 0 15 0 12 0 624865387 839274496 174159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20427] ppid=20421 vsize=819604 CPUtime=3.96
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19835 0 -1 64 75289 0 0 0 369 27 0 0 16 0 12 0 624865387 839274496 174159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20428] ppid=20421 vsize=819604 CPUtime=22.06
/proc/20423/task/20428/stat : 20428 (java) S 20421 20423 19835 0 -1 64 26310 0 0 0 2190 16 0 0 16 0 12 0 624865389 839274496 174159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20429] ppid=20421 vsize=819604 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19835 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 624865389 839274496 174159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=819604 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19835 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 624865389 839274496 174159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=819604 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 624865393 839274496 174159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=819604 CPUtime=0.82
/proc/20423/task/20432/stat : 20432 (java) S 20421 20423 19835 0 -1 64 5210 0 0 0 80 2 0 0 17 0 12 0 624865393 839274496 174159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=819604 CPUtime=0.36
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19835 0 -1 64 1339 0 0 0 36 0 0 0 17 0 12 0 624865393 839274496 174159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20434] ppid=20421 vsize=819604 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19835 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 624865393 839274496 174159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=819604 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 624865393 839274496 174159 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 229.54
Current children cumulated vsize (KiB) 819604

[startup+233.503 s]
/proc/loadavg: 2.35 2.12 2.03 5/94 20435
/proc/meminfo: memFree=751464/2055920 swapFree=4137148/4192956
[pid=20423] ppid=20421 vsize=821608 CPUtime=232.72
/proc/20423/stat : 20423 (java) S 20421 20423 19835 0 -1 0 211861 0 1 0 23183 89 0 0 20 0 12 0 624865384 841326592 174660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20423/statm: 205402 174660 1389 9 0 202764 0
[pid=20423/tid=20425] ppid=20421 vsize=821608 CPUtime=198.39
/proc/20423/task/20425/stat : 20425 (java) R 20421 20423 19835 0 -1 64 17749 0 1 0 19829 10 0 0 25 0 12 0 624865386 841326592 174660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20426] ppid=20421 vsize=821608 CPUtime=4.2
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19835 0 -1 64 81692 0 0 0 391 29 0 0 15 0 12 0 624865387 841326592 174660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20427] ppid=20421 vsize=821608 CPUtime=3.96
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19835 0 -1 64 75289 0 0 0 369 27 0 0 16 0 12 0 624865387 841326592 174660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20428] ppid=20421 vsize=821608 CPUtime=24.93
/proc/20423/task/20428/stat : 20428 (java) R 20421 20423 19835 0 -1 64 29817 0 0 0 2475 18 0 0 17 0 12 0 624865389 841326592 174660 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20429] ppid=20421 vsize=821608 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19835 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 624865389 841326592 174660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=821608 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19835 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 624865389 841326592 174660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=821608 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 624865393 841326592 174660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=821608 CPUtime=0.82
/proc/20423/task/20432/stat : 20432 (java) S 20421 20423 19835 0 -1 64 5210 0 0 0 80 2 0 0 17 0 12 0 624865393 841326592 174660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=821608 CPUtime=0.36
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19835 0 -1 64 1339 0 0 0 36 0 0 0 17 0 12 0 624865393 841326592 174660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20434] ppid=20421 vsize=821608 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19835 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 624865393 841326592 174660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=821608 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 624865393 841326592 174660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 232.72
Current children cumulated vsize (KiB) 821608

[startup+235.102 s]
/proc/loadavg: 2.35 2.12 2.03 4/94 20435
/proc/meminfo: memFree=751464/2055920 swapFree=4137148/4192956
[pid=20423] ppid=20421 vsize=821608 CPUtime=234.32
/proc/20423/stat : 20423 (java) S 20421 20423 19835 0 -1 0 213870 0 1 0 23342 90 0 0 20 0 12 0 624865384 841326592 174662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20423/statm: 205402 174662 1390 9 0 202764 0
[pid=20423/tid=20425] ppid=20421 vsize=821608 CPUtime=198.39
/proc/20423/task/20425/stat : 20425 (java) S 20421 20423 19835 0 -1 64 17754 0 1 0 19829 10 0 0 24 0 12 0 624865386 841326592 174662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20426] ppid=20421 vsize=821608 CPUtime=4.2
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19835 0 -1 64 81692 0 0 0 391 29 0 0 15 0 12 0 624865387 841326592 174662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20427] ppid=20421 vsize=821608 CPUtime=3.96
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19835 0 -1 64 75289 0 0 0 369 27 0 0 16 0 12 0 624865387 841326592 174662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20428] ppid=20421 vsize=821608 CPUtime=26.52
/proc/20423/task/20428/stat : 20428 (java) R 20421 20423 19835 0 -1 64 31821 0 0 0 2633 19 0 0 19 0 12 0 624865389 841326592 174662 996147200 134512640 134550740 4294956032 18446744073709551615 106123425 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20429] ppid=20421 vsize=821608 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19835 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 624865389 841326592 174662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=821608 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19835 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 624865389 841326592 174662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=821608 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 624865393 841326592 174662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=821608 CPUtime=0.82
/proc/20423/task/20432/stat : 20432 (java) S 20421 20423 19835 0 -1 64 5210 0 0 0 80 2 0 0 17 0 12 0 624865393 841326592 174662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=821608 CPUtime=0.36
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19835 0 -1 64 1339 0 0 0 36 0 0 0 17 0 12 0 624865393 841326592 174662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20434] ppid=20421 vsize=821608 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19835 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 624865393 841326592 174662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=821608 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 624865393 841326592 174662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 234.32
Current children cumulated vsize (KiB) 821608

[startup+235.902 s]
/proc/loadavg: 2.41 2.13 2.03 3/94 20435
/proc/meminfo: memFree=751464/2055920 swapFree=4137148/4192956
[pid=20423] ppid=20421 vsize=821932 CPUtime=235.12
/proc/20423/stat : 20423 (java) S 20421 20423 19835 0 -1 0 214378 0 1 0 23421 91 0 0 20 0 13 0 624865384 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20423/statm: 205483 174669 1390 9 0 202845 0
[pid=20423/tid=20425] ppid=20421 vsize=821932 CPUtime=198.39
/proc/20423/task/20425/stat : 20425 (java) S 20421 20423 19835 0 -1 64 17756 0 1 0 19829 10 0 0 17 0 13 0 624865386 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20426] ppid=20421 vsize=821932 CPUtime=4.2
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19835 0 -1 64 81692 0 0 0 391 29 0 0 15 0 13 0 624865387 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20427] ppid=20421 vsize=821932 CPUtime=3.96
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19835 0 -1 64 75289 0 0 0 369 27 0 0 16 0 13 0 624865387 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20428] ppid=20421 vsize=821932 CPUtime=27.31
/proc/20423/task/20428/stat : 20428 (java) R 20421 20423 19835 0 -1 64 32322 0 0 0 2712 19 0 0 21 0 13 0 624865389 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20429] ppid=20421 vsize=821932 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19835 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 624865389 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=821932 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19835 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 624865389 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=821932 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 624865393 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=821932 CPUtime=0.82
/proc/20423/task/20432/stat : 20432 (java) S 20421 20423 19835 0 -1 64 5210 0 0 0 80 2 0 0 17 0 13 0 624865393 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=821932 CPUtime=0.36
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19835 0 -1 64 1339 0 0 0 36 0 0 0 17 0 13 0 624865393 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20434] ppid=20421 vsize=821932 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19835 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 624865393 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=821932 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 624865393 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 235.12
Current children cumulated vsize (KiB) 821932

[startup+236.301 s]
/proc/loadavg: 2.41 2.13 2.03 3/94 20435
/proc/meminfo: memFree=751464/2055920 swapFree=4137148/4192956
[pid=20423] ppid=20421 vsize=821932 CPUtime=235.52
/proc/20423/stat : 20423 (java) S 20421 20423 19835 0 -1 0 214378 0 1 0 23461 91 0 0 20 0 13 0 624865384 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20423/statm: 205483 174669 1390 9 0 202845 0
[pid=20423/tid=20425] ppid=20421 vsize=821932 CPUtime=198.39
/proc/20423/task/20425/stat : 20425 (java) S 20421 20423 19835 0 -1 64 17756 0 1 0 19829 10 0 0 17 0 13 0 624865386 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20426] ppid=20421 vsize=821932 CPUtime=4.2
/proc/20423/task/20426/stat : 20426 (java) S 20421 20423 19835 0 -1 64 81692 0 0 0 391 29 0 0 15 0 13 0 624865387 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20427] ppid=20421 vsize=821932 CPUtime=3.96
/proc/20423/task/20427/stat : 20427 (java) S 20421 20423 19835 0 -1 64 75289 0 0 0 369 27 0 0 16 0 13 0 624865387 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20428] ppid=20421 vsize=821932 CPUtime=27.71
/proc/20423/task/20428/stat : 20428 (java) R 20421 20423 19835 0 -1 64 32322 0 0 0 2752 19 0 0 22 0 13 0 624865389 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20429] ppid=20421 vsize=821932 CPUtime=0
/proc/20423/task/20429/stat : 20429 (java) S 20421 20423 19835 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 624865389 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20430] ppid=20421 vsize=821932 CPUtime=0
/proc/20423/task/20430/stat : 20430 (java) S 20421 20423 19835 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 624865389 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20431] ppid=20421 vsize=821932 CPUtime=0
/proc/20423/task/20431/stat : 20431 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 624865393 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20432] ppid=20421 vsize=821932 CPUtime=0.82
/proc/20423/task/20432/stat : 20432 (java) S 20421 20423 19835 0 -1 64 5210 0 0 0 80 2 0 0 17 0 13 0 624865393 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20433] ppid=20421 vsize=821932 CPUtime=0.36
/proc/20423/task/20433/stat : 20433 (java) S 20421 20423 19835 0 -1 64 1339 0 0 0 36 0 0 0 17 0 13 0 624865393 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20434] ppid=20421 vsize=821932 CPUtime=0
/proc/20423/task/20434/stat : 20434 (java) S 20421 20423 19835 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 624865393 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20423/tid=20435] ppid=20421 vsize=821932 CPUtime=0
/proc/20423/task/20435/stat : 20435 (java) S 20421 20423 19835 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 624865393 841658368 174669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 235.52
Current children cumulated vsize (KiB) 821932

[startup+236.506 s]
/proc/loadavg: 2.41 2.13 2.03 3/94 20436
/proc/meminfo: memFree=753256/2055920 swapFree=4137148/4192956
[pid=20423] ppid=20421 vsize=0 CPUtime=235.71
/proc/20423/stat : 20423 (java) Z 20421 20423 19835 0 -1 12 214384 0 1 0 23474 97 0 0 16 0 2 0 624865384 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20423/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 235.71
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 236.542
CPU time (s): 235.751
CPU user time (s): 234.742
CPU system time (s): 1.00885
CPU usage (%): 99.6657
Max. virtual memory (cumulated for all children) (KiB): 821932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 234.742
system time used= 1.00885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214384
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= 11464
involuntary context switches= 10801

runsolver used 0.316951 second user time and 0.791879 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-04 01:03:01
IDJOB=1060240
IDBENCH=54417
IDSOLVER=344
FILE ID=node88/1060240-1215126181
PBS_JOBID= 7877203
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ce732ab8a5c33564f9023cce545e99bd
RANDOM SEED=819021820

node88.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1479264 kB
Buffers:         25016 kB
Cached:         403196 kB
SwapCached:      49964 kB
Active:         260208 kB
Inactive:       276296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1479264 kB
SwapTotal:     4192956 kB
SwapFree:      4137148 kB
Dirty:            1524 kB
Writeback:           0 kB
Mapped:          78960 kB
Slab:            25232 kB
Committed_AS:  1694372 kB
PageTables:       2028 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= 66540 MiB
End job on node88 at 2008-07-04 01:06:58