Trace number 1067567

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? 224.842 226.641

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-80-3-5.xml
MD5SUM07a44e1cfeebba994ced5ca515590998
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 benchmark91.1171
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity8
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1067567-1215150657/watcher-1067567-1215150657 -o /tmp/evaluation-result-1067567-1215150657/solver-1067567-1215150657 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067567-1215150657.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.01 2.02 2.00 3/74 9486
/proc/meminfo: memFree=1701592/2055920 swapFree=4180808/4192956
[pid=9486] ppid=9484 vsize=1804 CPUtime=0
/proc/9486/stat : 9486 (java6) D 9484 9486 6336 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 637999285 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/9486/statm: 451 158 114 9 0 93 0

[startup+0.101369 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 9486
/proc/meminfo: memFree=1701592/2055920 swapFree=4180808/4192956
[pid=9486] ppid=9484 vsize=804756 CPUtime=0.08
/proc/9486/stat : 9486 (java) S 9484 9486 6336 0 -1 0 3157 0 1 0 6 2 0 0 18 0 12 0 637999285 824070144 2888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9486/statm: 201189 2889 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.202386 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 9486
/proc/meminfo: memFree=1701592/2055920 swapFree=4180808/4192956
[pid=9486] ppid=9484 vsize=808744 CPUtime=0.19
/proc/9486/stat : 9486 (java) S 9484 9486 6336 0 -1 0 4529 0 1 0 17 2 0 0 18 0 12 0 637999285 828153856 3915 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9486/statm: 202186 3915 1295 9 0 199555 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 808744

[startup+0.3024 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 9486
/proc/meminfo: memFree=1701592/2055920 swapFree=4180808/4192956
[pid=9486] ppid=9484 vsize=808200 CPUtime=0.29
/proc/9486/stat : 9486 (java) S 9484 9486 6336 0 -1 0 5007 0 1 0 26 3 0 0 18 0 12 0 637999285 827596800 4334 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9486/statm: 202050 4334 1307 9 0 199419 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808200

[startup+0.702458 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 9486
/proc/meminfo: memFree=1701592/2055920 swapFree=4180808/4192956
[pid=9486] ppid=9484 vsize=808228 CPUtime=0.69
/proc/9486/stat : 9486 (java) S 9484 9486 6336 0 -1 0 6330 0 1 0 64 5 0 0 18 0 12 0 637999285 827625472 5605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9486/statm: 202057 5605 1335 9 0 199419 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808228

[startup+1.50158 s]
/proc/loadavg: 2.17 2.05 2.01 4/86 9498
/proc/meminfo: memFree=1680184/2055920 swapFree=4180808/4192956
[pid=9486] ppid=9484 vsize=810968 CPUtime=1.48
/proc/9486/stat : 9486 (java) S 9484 9486 6336 0 -1 0 9252 0 1 0 142 6 0 0 18 0 12 0 637999285 830431232 7503 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9486/statm: 202742 7503 1367 9 0 200104 0
[pid=9486/tid=9488] ppid=9484 vsize=810968 CPUtime=0.79
/proc/9486/task/9488/stat : 9488 (java) R 9484 9486 6336 0 -1 64 5236 0 1 0 75 4 0 0 25 0 12 0 637999286 830431232 7503 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9489] ppid=9484 vsize=810968 CPUtime=0
/proc/9486/task/9489/stat : 9489 (java) S 9484 9486 6336 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 637999287 830431232 7503 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9490] ppid=9484 vsize=810968 CPUtime=0
/proc/9486/task/9490/stat : 9490 (java) S 9484 9486 6336 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 637999287 830431232 7503 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9491] ppid=9484 vsize=810968 CPUtime=0
/proc/9486/task/9491/stat : 9491 (java) S 9484 9486 6336 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 637999289 830431232 7503 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9492] ppid=9484 vsize=810968 CPUtime=0
/proc/9486/task/9492/stat : 9492 (java) S 9484 9486 6336 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 637999289 830431232 7509 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9493] ppid=9484 vsize=810968 CPUtime=0
/proc/9486/task/9493/stat : 9493 (java) S 9484 9486 6336 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 637999289 830431232 7515 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9494] ppid=9484 vsize=810968 CPUtime=0
/proc/9486/task/9494/stat : 9494 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 637999293 830431232 7517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9495] ppid=9484 vsize=810968 CPUtime=0.19
/proc/9486/task/9495/stat : 9495 (java) S 9484 9486 6336 0 -1 64 463 0 0 0 19 0 0 0 16 0 12 0 637999293 830431232 7519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9496] ppid=9484 vsize=810968 CPUtime=0.47
/proc/9486/task/9496/stat : 9496 (java) R 9484 9486 6336 0 -1 64 2803 0 0 0 47 0 0 0 16 0 12 0 637999293 830431232 7520 996147200 134512640 134550740 4294956032 18446744073709551615 103823175 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9497] ppid=9484 vsize=810968 CPUtime=0
/proc/9486/task/9497/stat : 9497 (java) S 9484 9486 6336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 637999293 830431232 7520 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9498] ppid=9484 vsize=810968 CPUtime=0
/proc/9486/task/9498/stat : 9498 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 637999293 830431232 7352 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810968

[startup+3.10281 s]
/proc/loadavg: 2.17 2.05 2.01 4/86 9498
/proc/meminfo: memFree=1668088/2055920 swapFree=4180808/4192956
[pid=9486] ppid=9484 vsize=817324 CPUtime=3.09
/proc/9486/stat : 9486 (java) S 9484 9486 6336 0 -1 0 28965 0 1 0 294 15 0 0 18 0 12 0 637999285 836939776 24193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9486/statm: 204331 24193 1380 9 0 201693 0
[pid=9486/tid=9488] ppid=9484 vsize=817324 CPUtime=1.65
/proc/9486/task/9488/stat : 9488 (java) R 9484 9486 6336 0 -1 64 17263 0 1 0 155 10 0 0 25 0 12 0 637999286 836939776 24193 996147200 134512640 134550740 4294956032 18446744073709551615 4109602958 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9489] ppid=9484 vsize=817324 CPUtime=0.07
/proc/9486/task/9489/stat : 9489 (java) S 9484 9486 6336 0 -1 64 1786 0 0 0 7 0 0 0 17 0 12 0 637999287 836939776 24193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9490] ppid=9484 vsize=817324 CPUtime=0.06
/proc/9486/task/9490/stat : 9490 (java) S 9484 9486 6336 0 -1 64 1409 0 0 0 6 0 0 0 17 0 12 0 637999287 836939776 24193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9491] ppid=9484 vsize=817324 CPUtime=0
/proc/9486/task/9491/stat : 9491 (java) S 9484 9486 6336 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 637999289 836939776 24193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9492] ppid=9484 vsize=817324 CPUtime=0
/proc/9486/task/9492/stat : 9492 (java) S 9484 9486 6336 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 637999289 836939776 24193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9493] ppid=9484 vsize=817324 CPUtime=0
/proc/9486/task/9493/stat : 9493 (java) S 9484 9486 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 637999289 836939776 24193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9494] ppid=9484 vsize=817324 CPUtime=0
/proc/9486/task/9494/stat : 9494 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 637999293 836939776 24193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9495] ppid=9484 vsize=817324 CPUtime=0.31
/proc/9486/task/9495/stat : 9495 (java) S 9484 9486 6336 0 -1 64 551 0 0 0 31 0 0 0 16 0 12 0 637999293 836939776 24193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9496] ppid=9484 vsize=817324 CPUtime=0.95
/proc/9486/task/9496/stat : 9496 (java) S 9484 9486 6336 0 -1 64 7162 0 0 0 93 2 0 0 17 0 12 0 637999293 836939776 24193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9497] ppid=9484 vsize=817324 CPUtime=0
/proc/9486/task/9497/stat : 9497 (java) S 9484 9486 6336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 637999293 836939776 24193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9498] ppid=9484 vsize=817324 CPUtime=0
/proc/9486/task/9498/stat : 9498 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 637999293 836939776 24193 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 817324

[startup+6.3023 s]
/proc/loadavg: 2.16 2.05 2.01 3/86 9498
/proc/meminfo: memFree=1588920/2055920 swapFree=4180808/4192956
[pid=9486] ppid=9484 vsize=817140 CPUtime=6.29
/proc/9486/stat : 9486 (java) S 9484 9486 6336 0 -1 0 36186 0 1 0 611 18 0 0 18 0 12 0 637999285 836751360 29305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9486/statm: 204285 29305 1384 9 0 201647 0
[pid=9486/tid=9488] ppid=9484 vsize=817140 CPUtime=4.19
/proc/9486/task/9488/stat : 9488 (java) R 9484 9486 6336 0 -1 64 17271 0 1 0 409 10 0 0 25 0 12 0 637999286 836751360 29305 996147200 134512640 134550740 4294956032 18446744073709551615 103906227 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9489] ppid=9484 vsize=817140 CPUtime=0.18
/proc/9486/task/9489/stat : 9489 (java) S 9484 9486 6336 0 -1 64 4159 0 0 0 17 1 0 0 17 0 12 0 637999287 836751360 29305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9490] ppid=9484 vsize=817140 CPUtime=0.18
/proc/9486/task/9490/stat : 9490 (java) S 9484 9486 6336 0 -1 64 4304 0 0 0 17 1 0 0 17 0 12 0 637999287 836751360 29305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9491] ppid=9484 vsize=817140 CPUtime=0
/proc/9486/task/9491/stat : 9491 (java) S 9484 9486 6336 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 637999289 836751360 29305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9492] ppid=9484 vsize=817140 CPUtime=0
/proc/9486/task/9492/stat : 9492 (java) S 9484 9486 6336 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 637999289 836751360 29305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9493] ppid=9484 vsize=817140 CPUtime=0
/proc/9486/task/9493/stat : 9493 (java) S 9484 9486 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 637999289 836751360 29305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9494] ppid=9484 vsize=817140 CPUtime=0
/proc/9486/task/9494/stat : 9494 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 637999293 836751360 29305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9495] ppid=9484 vsize=817140 CPUtime=0.63
/proc/9486/task/9495/stat : 9495 (java) S 9484 9486 6336 0 -1 64 2368 0 0 0 62 1 0 0 19 0 12 0 637999293 836751360 29305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9496] ppid=9484 vsize=817140 CPUtime=1.05
/proc/9486/task/9496/stat : 9496 (java) S 9484 9486 6336 0 -1 64 7290 0 0 0 103 2 0 0 16 0 12 0 637999293 836751360 29305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9497] ppid=9484 vsize=817140 CPUtime=0
/proc/9486/task/9497/stat : 9497 (java) S 9484 9486 6336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 637999293 836751360 29305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9498] ppid=9484 vsize=817140 CPUtime=0
/proc/9486/task/9498/stat : 9498 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 637999293 836751360 29305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 817140

[startup+12.7012 s]
/proc/loadavg: 2.14 2.05 2.01 3/86 9498
/proc/meminfo: memFree=1494648/2055920 swapFree=4180808/4192956
[pid=9486] ppid=9484 vsize=823540 CPUtime=13.25
/proc/9486/stat : 9486 (java) S 9484 9486 6336 0 -1 0 66674 0 1 0 1295 30 0 0 18 0 12 0 637999285 843304960 57290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9486/statm: 205885 57290 1388 9 0 203247 0
[pid=9486/tid=9488] ppid=9484 vsize=823540 CPUtime=7.99
/proc/9486/task/9488/stat : 9488 (java) R 9484 9486 6336 0 -1 64 17291 0 1 0 789 10 0 0 19 0 12 0 637999286 843304960 57290 996147200 134512640 134550740 4294956032 18446744073709551615 4109572396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9489] ppid=9484 vsize=823540 CPUtime=1.61
/proc/9486/task/9489/stat : 9489 (java) S 9484 9486 6336 0 -1 64 16459 0 0 0 156 5 0 0 16 0 12 0 637999287 843304960 57290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9490] ppid=9484 vsize=823540 CPUtime=1.7
/proc/9486/task/9490/stat : 9490 (java) S 9484 9486 6336 0 -1 64 22455 0 0 0 162 8 0 0 16 0 12 0 637999287 843304960 57290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9491] ppid=9484 vsize=823540 CPUtime=0
/proc/9486/task/9491/stat : 9491 (java) S 9484 9486 6336 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 637999289 843304960 57290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9492] ppid=9484 vsize=823540 CPUtime=0
/proc/9486/task/9492/stat : 9492 (java) S 9484 9486 6336 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 637999289 843304960 57290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9493] ppid=9484 vsize=823540 CPUtime=0
/proc/9486/task/9493/stat : 9493 (java) S 9484 9486 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 637999289 843304960 57290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9494] ppid=9484 vsize=823540 CPUtime=0
/proc/9486/task/9494/stat : 9494 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 637999293 843304960 57290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9495] ppid=9484 vsize=823540 CPUtime=0.72
/proc/9486/task/9495/stat : 9495 (java) S 9484 9486 6336 0 -1 64 2375 0 0 0 71 1 0 0 16 0 12 0 637999293 843304960 57290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9496] ppid=9484 vsize=823540 CPUtime=1.16
/proc/9486/task/9496/stat : 9496 (java) S 9484 9486 6336 0 -1 64 7300 0 0 0 114 2 0 0 16 0 12 0 637999293 843304960 57290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9497] ppid=9484 vsize=823540 CPUtime=0
/proc/9486/task/9497/stat : 9497 (java) S 9484 9486 6336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 637999293 843304960 57290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9498] ppid=9484 vsize=823540 CPUtime=0
/proc/9486/task/9498/stat : 9498 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 637999293 843304960 57290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.25
Current children cumulated vsize (KiB) 823540

[startup+25.5021 s]
/proc/loadavg: 2.33 2.10 2.02 3/86 9498
/proc/meminfo: memFree=1298872/2055920 swapFree=4180808/4192956
[pid=9486] ppid=9484 vsize=824052 CPUtime=26.63
/proc/9486/stat : 9486 (java) S 9484 9486 6336 0 -1 0 112996 0 1 0 2612 51 0 0 18 0 12 0 637999285 843829248 101587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9486/statm: 206013 101587 1390 9 0 203375 0
[pid=9486/tid=9488] ppid=9484 vsize=824052 CPUtime=15.98
/proc/9486/task/9488/stat : 9488 (java) R 9484 9486 6336 0 -1 64 17319 0 1 0 1588 10 0 0 19 0 12 0 637999286 843829248 101587 996147200 134512640 134550740 4294956032 18446744073709551615 4109670247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9489] ppid=9484 vsize=824052 CPUtime=3.87
/proc/9486/task/9489/stat : 9489 (java) S 9484 9486 6336 0 -1 64 33621 0 0 0 374 13 0 0 16 0 12 0 637999287 843829248 101587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9490] ppid=9484 vsize=824052 CPUtime=4.31
/proc/9486/task/9490/stat : 9490 (java) S 9484 9486 6336 0 -1 64 50052 0 0 0 410 21 0 0 17 0 12 0 637999287 843829248 101587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9491] ppid=9484 vsize=824052 CPUtime=0
/proc/9486/task/9491/stat : 9491 (java) S 9484 9486 6336 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 637999289 843829248 101587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9492] ppid=9484 vsize=824052 CPUtime=0
/proc/9486/task/9492/stat : 9492 (java) S 9484 9486 6336 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 637999289 843829248 101587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9493] ppid=9484 vsize=824052 CPUtime=0
/proc/9486/task/9493/stat : 9493 (java) S 9484 9486 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 637999289 843829248 101587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9494] ppid=9484 vsize=824052 CPUtime=0
/proc/9486/task/9494/stat : 9494 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 637999293 843829248 101587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/loadavg: 1.86 2.07 2.03 4/83 9851
/proc/meminfo: memFree=1156568/2055920 swapFree=4180808/4192956
[pid=9486] ppid=9484 vsize=824052 CPUtime=164.64
/proc/9486/stat : 9486 (java) S 9484 9486 6336 0 -1 0 377857 0 1 0 16285 179 0 0 18 0 12 0 637999285 843829248 175637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9486/statm: 206013 175637 1393 9 0 203375 0
[pid=9486/tid=9488] ppid=9484 vsize=824052 CPUtime=33.45
/proc/9486/task/9488/stat : 9488 (java) S 9484 9486 6336 0 -1 64 29675 0 1 0 3330 15 0 0 17 0 12 0 637999286 843829248 175637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9489] ppid=9484 vsize=824052 CPUtime=8.91
/proc/9486/task/9489/stat : 9489 (java) S 9484 9486 6336 0 -1 64 62192 0 0 0 868 23 0 0 16 0 12 0 637999287 843829248 175637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9490] ppid=9484 vsize=824052 CPUtime=9.44
/proc/9486/task/9490/stat : 9490 (java) S 9484 9486 6336 0 -1 64 78219 0 0 0 912 32 0 0 16 0 12 0 637999287 843829248 175637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9491] ppid=9484 vsize=824052 CPUtime=110.36
/proc/9486/task/9491/stat : 9491 (java) R 9484 9486 6336 0 -1 64 195797 0 0 0 10935 101 0 0 25 0 12 0 637999289 843829248 175637 996147200 134512640 134550740 4294956032 18446744073709551615 104136424 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9492] ppid=9484 vsize=824052 CPUtime=0
/proc/9486/task/9492/stat : 9492 (java) S 9484 9486 6336 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 637999289 843829248 175637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9493] ppid=9484 vsize=824052 CPUtime=0
/proc/9486/task/9493/stat : 9493 (java) S 9484 9486 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 637999289 843829248 175637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9494] ppid=9484 vsize=824052 CPUtime=0
/proc/9486/task/9494/stat : 9494 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 637999293 843829248 175637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9495] ppid=9484 vsize=824052 CPUtime=0.83
/proc/9486/task/9495/stat : 9495 (java) S 9484 9486 6336 0 -1 64 2799 0 0 0 81 2 0 0 16 0 12 0 637999293 843829248 175637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9496] ppid=9484 vsize=824052 CPUtime=1.59
/proc/9486/task/9496/stat : 9496 (java) S 9484 9486 6336 0 -1 64 8411 0 0 0 156 3 0 0 20 0 12 0 637999293 843829248 175637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9497] ppid=9484 vsize=824052 CPUtime=0
/proc/9486/task/9497/stat : 9497 (java) S 9484 9486 6336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 637999293 843829248 175637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9498] ppid=9484 vsize=824052 CPUtime=0
/proc/9486/task/9498/stat : 9498 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 637999293 843829248 175637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 164.64
Current children cumulated vsize (KiB) 824052

[startup+222.307 s]
/proc/loadavg: 2.32 2.14 2.05 5/96 9984
/proc/meminfo: memFree=642480/2055920 swapFree=4180808/4192956
[pid=9486] ppid=9484 vsize=824376 CPUtime=221.36
/proc/9486/stat : 9486 (java) S 9484 9486 6336 0 -1 0 472403 0 1 0 21912 224 0 0 18 0 13 0 637999285 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9486/statm: 206094 175645 1393 9 0 203456 0
[pid=9486/tid=9488] ppid=9484 vsize=824376 CPUtime=33.49
/proc/9486/task/9488/stat : 9488 (java) S 9484 9486 6336 0 -1 64 29698 0 1 0 3334 15 0 0 17 0 13 0 637999286 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9489] ppid=9484 vsize=824376 CPUtime=8.91
/proc/9486/task/9489/stat : 9489 (java) S 9484 9486 6336 0 -1 64 62192 0 0 0 868 23 0 0 16 0 13 0 637999287 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9490] ppid=9484 vsize=824376 CPUtime=9.44
/proc/9486/task/9490/stat : 9490 (java) S 9484 9486 6336 0 -1 64 78219 0 0 0 912 32 0 0 16 0 13 0 637999287 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9491] ppid=9484 vsize=824376 CPUtime=167.06
/proc/9486/task/9491/stat : 9491 (java) R 9484 9486 6336 0 -1 64 290315 0 0 0 16559 147 0 0 25 0 13 0 637999289 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 104126456 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9492] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9492/stat : 9492 (java) S 9484 9486 6336 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 637999289 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9493] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9493/stat : 9493 (java) S 9484 9486 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 637999289 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9494] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9494/stat : 9494 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 637999293 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9495] ppid=9484 vsize=824376 CPUtime=0.83
/proc/9486/task/9495/stat : 9495 (java) S 9484 9486 6336 0 -1 64 2799 0 0 0 81 2 0 0 16 0 13 0 637999293 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9496] ppid=9484 vsize=824376 CPUtime=1.59
/proc/9486/task/9496/stat : 9496 (java) S 9484 9486 6336 0 -1 64 8411 0 0 0 156 3 0 0 20 0 13 0 637999293 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9497] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9497/stat : 9497 (java) S 9484 9486 6336 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 637999293 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9498] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9498/stat : 9498 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 637999293 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9984] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9984/stat : 9984 (java) S 9484 9486 6336 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 638021094 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.36
Current children cumulated vsize (KiB) 824376

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

[startup+224.003 s]
/proc/loadavg: 2.32 2.14 2.05 3/96 9984
/proc/meminfo: memFree=633200/2055920 swapFree=4180808/4192956
[pid=9486] ppid=9484 vsize=824376 CPUtime=222.67
/proc/9486/stat : 9486 (java) S 9484 9486 6336 0 -1 0 472403 0 1 0 22043 224 0 0 18 0 13 0 637999285 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9486/statm: 206094 175645 1393 9 0 203456 0
[pid=9486/tid=9488] ppid=9484 vsize=824376 CPUtime=33.49
/proc/9486/task/9488/stat : 9488 (java) S 9484 9486 6336 0 -1 64 29698 0 1 0 3334 15 0 0 17 0 13 0 637999286 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9489] ppid=9484 vsize=824376 CPUtime=8.91
/proc/9486/task/9489/stat : 9489 (java) S 9484 9486 6336 0 -1 64 62192 0 0 0 868 23 0 0 16 0 13 0 637999287 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9490] ppid=9484 vsize=824376 CPUtime=9.44
/proc/9486/task/9490/stat : 9490 (java) S 9484 9486 6336 0 -1 64 78219 0 0 0 912 32 0 0 16 0 13 0 637999287 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9491] ppid=9484 vsize=824376 CPUtime=168.37
/proc/9486/task/9491/stat : 9491 (java) R 9484 9486 6336 0 -1 64 290315 0 0 0 16690 147 0 0 25 0 13 0 637999289 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 105852563 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9492] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9492/stat : 9492 (java) S 9484 9486 6336 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 637999289 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9493] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9493/stat : 9493 (java) S 9484 9486 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 637999289 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9494] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9494/stat : 9494 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 637999293 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9495] ppid=9484 vsize=824376 CPUtime=0.83
/proc/9486/task/9495/stat : 9495 (java) S 9484 9486 6336 0 -1 64 2799 0 0 0 81 2 0 0 16 0 13 0 637999293 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9496] ppid=9484 vsize=824376 CPUtime=1.59
/proc/9486/task/9496/stat : 9496 (java) S 9484 9486 6336 0 -1 64 8411 0 0 0 156 3 0 0 20 0 13 0 637999293 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9497] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9497/stat : 9497 (java) S 9484 9486 6336 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 637999293 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9498] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9498/stat : 9498 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 637999293 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9984] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9984/stat : 9984 (java) S 9484 9486 6336 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 638021094 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.67
Current children cumulated vsize (KiB) 824376

[startup+225.607 s]
/proc/loadavg: 2.37 2.15 2.05 3/96 9984
/proc/meminfo: memFree=610608/2055920 swapFree=4180808/4192956
[pid=9486] ppid=9484 vsize=824376 CPUtime=224
/proc/9486/stat : 9486 (java) S 9484 9486 6336 0 -1 0 472403 0 1 0 22176 224 0 0 18 0 13 0 637999285 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9486/statm: 206094 175645 1393 9 0 203456 0
[pid=9486/tid=9488] ppid=9484 vsize=824376 CPUtime=33.49
/proc/9486/task/9488/stat : 9488 (java) S 9484 9486 6336 0 -1 64 29698 0 1 0 3334 15 0 0 17 0 13 0 637999286 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9489] ppid=9484 vsize=824376 CPUtime=8.91
/proc/9486/task/9489/stat : 9489 (java) S 9484 9486 6336 0 -1 64 62192 0 0 0 868 23 0 0 16 0 13 0 637999287 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9490] ppid=9484 vsize=824376 CPUtime=9.44
/proc/9486/task/9490/stat : 9490 (java) S 9484 9486 6336 0 -1 64 78219 0 0 0 912 32 0 0 16 0 13 0 637999287 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9491] ppid=9484 vsize=824376 CPUtime=169.7
/proc/9486/task/9491/stat : 9491 (java) R 9484 9486 6336 0 -1 64 290315 0 0 0 16823 147 0 0 25 0 13 0 637999289 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 106123544 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9492] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9492/stat : 9492 (java) S 9484 9486 6336 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 637999289 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9493] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9493/stat : 9493 (java) S 9484 9486 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 637999289 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9494] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9494/stat : 9494 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 637999293 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9495] ppid=9484 vsize=824376 CPUtime=0.83
/proc/9486/task/9495/stat : 9495 (java) S 9484 9486 6336 0 -1 64 2799 0 0 0 81 2 0 0 16 0 13 0 637999293 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9496] ppid=9484 vsize=824376 CPUtime=1.59
/proc/9486/task/9496/stat : 9496 (java) S 9484 9486 6336 0 -1 64 8411 0 0 0 156 3 0 0 20 0 13 0 637999293 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9497] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9497/stat : 9497 (java) S 9484 9486 6336 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 637999293 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9498] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9498/stat : 9498 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 637999293 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9984] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9984/stat : 9984 (java) S 9484 9486 6336 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 638021094 844161024 175645 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 224
Current children cumulated vsize (KiB) 824376

[startup+226.403 s]
/proc/loadavg: 2.37 2.15 2.05 3/96 9984
/proc/meminfo: memFree=610608/2055920 swapFree=4180808/4192956
[pid=9486] ppid=9484 vsize=824376 CPUtime=224.66
/proc/9486/stat : 9486 (java) S 9484 9486 6336 0 -1 0 472405 0 1 0 22242 224 0 0 18 0 12 0 637999285 844161024 175646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9486/statm: 206094 175646 1394 9 0 203456 0
[pid=9486/tid=9488] ppid=9484 vsize=824376 CPUtime=33.49
/proc/9486/task/9488/stat : 9488 (java) S 9484 9486 6336 0 -1 64 29698 0 1 0 3334 15 0 0 16 0 12 0 637999286 844161024 175646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9489] ppid=9484 vsize=824376 CPUtime=8.91
/proc/9486/task/9489/stat : 9489 (java) S 9484 9486 6336 0 -1 64 62192 0 0 0 868 23 0 0 16 0 12 0 637999287 844161024 175646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9490] ppid=9484 vsize=824376 CPUtime=9.44
/proc/9486/task/9490/stat : 9490 (java) S 9484 9486 6336 0 -1 64 78219 0 0 0 912 32 0 0 16 0 12 0 637999287 844161024 175646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9491] ppid=9484 vsize=824376 CPUtime=170.36
/proc/9486/task/9491/stat : 9491 (java) R 9484 9486 6336 0 -1 64 290315 0 0 0 16889 147 0 0 25 0 12 0 637999289 844161024 175646 996147200 134512640 134550740 4294956032 18446744073709551615 106122948 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9492] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9492/stat : 9492 (java) S 9484 9486 6336 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 637999289 844161024 175646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9486/tid=9493] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9493/stat : 9493 (java) S 9484 9486 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 637999289 844161024 175646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9494] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9494/stat : 9494 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 637999293 844161024 175646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9495] ppid=9484 vsize=824376 CPUtime=0.83
/proc/9486/task/9495/stat : 9495 (java) S 9484 9486 6336 0 -1 64 2799 0 0 0 81 2 0 0 16 0 12 0 637999293 844161024 175646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9496] ppid=9484 vsize=824376 CPUtime=1.59
/proc/9486/task/9496/stat : 9496 (java) S 9484 9486 6336 0 -1 64 8411 0 0 0 156 3 0 0 20 0 12 0 637999293 844161024 175646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9497] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9497/stat : 9497 (java) S 9484 9486 6336 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 637999293 844161024 175646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9486/tid=9498] ppid=9484 vsize=824376 CPUtime=0
/proc/9486/task/9498/stat : 9498 (java) S 9484 9486 6336 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 637999293 844161024 175646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 224.66
Current children cumulated vsize (KiB) 824376

[startup+226.603 s]
/proc/loadavg: 2.37 2.15 2.05 4/85 9984
/proc/meminfo: memFree=1038448/2055920 swapFree=4180808/4192956
[pid=9486] ppid=9484 vsize=0 CPUtime=224.8
/proc/9486/stat : 9486 (java) Z 9484 9486 6336 0 -1 12 472409 0 1 0 22249 231 0 0 16 0 2 0 637999285 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9486/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 224.8
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 226.641
CPU time (s): 224.842
CPU user time (s): 222.492
CPU system time (s): 2.34964
CPU usage (%): 99.2061
Max. virtual memory (cumulated for all children) (KiB): 920060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.492
system time used= 2.34964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 472409
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= 6034
involuntary context switches= 7457

runsolver used 0.297954 second user time and 0.761884 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-04 07:50:57
IDJOB=1067567
IDBENCH=55403
IDSOLVER=344
FILE ID=node39/1067567-1215150657
PBS_JOBID= 7877313
Free space on /tmp= 66500 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 07a44e1cfeebba994ced5ca515590998
RANDOM SEED=1886831204

node39.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.267
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.267
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:       1702072 kB
Buffers:         24236 kB
Cached:         167360 kB
SwapCached:       6012 kB
Active:         252084 kB
Inactive:        43640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702072 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            1172 kB
Writeback:           0 kB
Mapped:         111000 kB
Slab:            43184 kB
Committed_AS:   996004 kB
PageTables:       2004 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= 66560 MiB
End job on node39 at 2008-07-04 07:54:44