Trace number 1086946

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? 711.431 716.447

General information on the benchmark

Namecsp/fapp/fapp04/
normalized-fapp04-0300-5.xml
MD5SUM9b390cbd2e7aec20d5f3a2cc4b660065
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 benchmark24.2143
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3360
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3360
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.28	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.37	c c --- Begin Solver configuration ---
0.28/0.37	c Stops conflict analysis at the first Unique Implication Point
0.28/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.37	c Learn all clauses as in MiniSAT
0.28/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.37	c Expensive reason simplification
0.28/0.37	c MiniSAT restarts strategy
0.28/0.37	c timeout=2147483s
0.28/0.37	c DB Simplification allowed=false
0.28/0.37	c --- End Solver configuration ---
0.28/0.37	c solving HOME/instance-1086946-1215242022.xml
0.28/0.37	c reading problem ... 
0.59/0.62	c reading problem named null
0.59/0.62	c reading domains done.
0.79/0.80	c reading variables done.
1.09/1.20	c reading predicates  done.
1.28/1.37	c reading constraints
707.25/710.63	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
707.25/710.63		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
707.25/710.63		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
707.25/710.63		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
707.25/710.63		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
707.25/710.63		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
707.25/710.63		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
707.25/710.63		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
707.25/710.63		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
707.25/710.63		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
707.25/710.63		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
707.25/710.63		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
707.25/710.63		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
708.26/711.69		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
708.26/711.69		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
708.26/711.69		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
708.26/711.69		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
708.26/711.69		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
708.26/711.69		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
708.26/711.69		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
708.26/711.69		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
708.26/711.69		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
708.26/711.69		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
708.26/711.69		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
708.26/711.69		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
708.26/711.69		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
708.26/711.69		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
708.26/711.69		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
711.04/714.49	c starts		: 0
711.04/714.49	c conflicts		: 0
711.04/714.49	c decisions		: 0
711.04/714.49	c propagations		: 0
711.04/714.49	c inspects		: 0
711.04/714.49	c learnt literals	: 0
711.04/714.49	c learnt binary clauses	: 0
711.04/714.49	c learnt ternary clauses	: 0
711.04/714.49	c learnt clauses	: 0
711.04/714.49	c ignored clauses	: 0
711.04/714.49	c root simplifications	: 0
711.04/714.49	c removed literals (reason simplification)	: 0
711.04/714.49	c reason swapping (by a shorter reason)	: 0
711.04/714.49	c Calls to reduceDB	: 0
711.04/714.49	c speed (assignments/second)	: 0.0
711.04/714.49	c non guided choices	0
711.04/714.49	s UNKNOWN
711.04/714.49	c Total wall clock time (in seconds) : 710.261

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-1086946-1215242022/watcher-1086946-1215242022 -o /tmp/evaluation-result-1086946-1215242022/solver-1086946-1215242022 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1086946-1215242022.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.10 2.00 1.99 4/73 15099
/proc/meminfo: memFree=1381456/2055920 swapFree=4147000/4192956
[pid=15099] ppid=15097 vsize=152 CPUtime=0
/proc/15099/stat : 15099 (java) R 15097 15099 14271 0 -1 0 211 0 0 0 0 0 0 0 20 0 1 0 689327644 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 5714219 0 0 4096 0 0 0 0 17 0 0 0
/proc/15099/statm: 38 26 19 9 0 4 0

[startup+0.087238 s]
/proc/loadavg: 2.10 2.00 1.99 4/73 15099
/proc/meminfo: memFree=1381456/2055920 swapFree=4147000/4192956
[pid=15099] ppid=15097 vsize=804612 CPUtime=0.08
/proc/15099/stat : 15099 (java) S 15097 15099 14271 0 -1 0 2994 0 1 0 6 2 0 0 20 0 12 0 689327644 823922688 2727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15099/statm: 201153 2727 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.101239 s]
/proc/loadavg: 2.10 2.00 1.99 4/73 15099
/proc/meminfo: memFree=1381456/2055920 swapFree=4147000/4192956
[pid=15099] ppid=15097 vsize=804756 CPUtime=0.09
/proc/15099/stat : 15099 (java) S 15097 15099 14271 0 -1 0 3225 0 1 0 7 2 0 0 20 0 12 0 689327644 824070144 2956 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15099/statm: 201189 2958 1222 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301266 s]
/proc/loadavg: 2.10 2.00 1.99 4/73 15099
/proc/meminfo: memFree=1381456/2055920 swapFree=4147000/4192956
[pid=15099] ppid=15097 vsize=808176 CPUtime=0.28
/proc/15099/stat : 15099 (java) S 15097 15099 14271 0 -1 0 5041 0 1 0 25 3 0 0 20 0 12 0 689327644 827572224 4370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15099/statm: 202044 4370 1310 9 0 199413 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808176

[startup+0.701313 s]
/proc/loadavg: 2.10 2.00 1.99 4/73 15099
/proc/meminfo: memFree=1381456/2055920 swapFree=4147000/4192956
[pid=15099] ppid=15097 vsize=808532 CPUtime=0.69
/proc/15099/stat : 15099 (java) S 15097 15099 14271 0 -1 0 6813 0 1 0 64 5 0 0 20 0 12 0 689327644 827936768 5614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15099/statm: 202133 5622 1335 9 0 199495 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808532

[startup+1.50141 s]
/proc/loadavg: 2.10 2.00 1.99 4/85 15111
/proc/meminfo: memFree=1361904/2055920 swapFree=4147000/4192956
[pid=15099] ppid=15097 vsize=808204 CPUtime=1.49
/proc/15099/stat : 15099 (java) S 15097 15099 14271 0 -1 0 11756 0 1 0 141 8 0 0 20 0 12 0 689327644 827600896 9649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15099/statm: 202051 9649 1354 9 0 199413 0
[pid=15099/tid=15101] ppid=15097 vsize=808204 CPUtime=0.8
/proc/15099/task/15101/stat : 15101 (java) R 15097 15099 14271 0 -1 64 7947 0 1 0 74 6 0 0 25 0 12 0 689327645 827600896 9650 996147200 134512640 134550740 4294956016 18446744073709551615 104119558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15102] ppid=15097 vsize=808204 CPUtime=0
/proc/15099/task/15102/stat : 15102 (java) S 15097 15099 14271 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 689327646 827600896 9650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15103] ppid=15097 vsize=808204 CPUtime=0
/proc/15099/task/15103/stat : 15103 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 689327646 827600896 9650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15104] ppid=15097 vsize=808204 CPUtime=0
/proc/15099/task/15104/stat : 15104 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 689327648 827600896 9650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15105] ppid=15097 vsize=808204 CPUtime=0
/proc/15099/task/15105/stat : 15105 (java) S 15097 15099 14271 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 689327648 827600896 9650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15106] ppid=15097 vsize=808204 CPUtime=0
/proc/15099/task/15106/stat : 15106 (java) S 15097 15099 14271 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 689327648 827600896 9650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15107] ppid=15097 vsize=808204 CPUtime=0
/proc/15099/task/15107/stat : 15107 (java) S 15097 15099 14271 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 689327652 827600896 9650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15108] ppid=15097 vsize=808204 CPUtime=0.44
/proc/15099/task/15108/stat : 15108 (java) S 15097 15099 14271 0 -1 64 2000 0 0 0 44 0 0 0 16 0 12 0 689327652 827600896 9650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15109] ppid=15097 vsize=808204 CPUtime=0.22
/proc/15099/task/15109/stat : 15109 (java) S 15097 15099 14271 0 -1 64 1049 0 0 0 22 0 0 0 16 0 12 0 689327652 827600896 9650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15110] ppid=15097 vsize=808204 CPUtime=0
/proc/15099/task/15110/stat : 15110 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 689327652 827600896 9650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15111] ppid=15097 vsize=808204 CPUtime=0
/proc/15099/task/15111/stat : 15111 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 689327653 827600896 9650 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 808204

[startup+3.10261 s]
/proc/loadavg: 2.10 2.00 1.99 4/85 15111
/proc/meminfo: memFree=1336368/2055920 swapFree=4147000/4192956
[pid=15099] ppid=15097 vsize=816296 CPUtime=3.09
/proc/15099/stat : 15099 (java) S 15097 15099 14271 0 -1 0 28261 0 1 0 293 16 0 0 20 0 12 0 689327644 835887104 23718 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15099/statm: 204074 23720 1386 9 0 201436 0
[pid=15099/tid=15101] ppid=15097 vsize=816296 CPUtime=1.4
/proc/15099/task/15101/stat : 15101 (java) R 15097 15099 14271 0 -1 64 17320 0 1 0 130 10 0 0 25 0 12 0 689327645 835887104 23721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15102] ppid=15097 vsize=816296 CPUtime=0.02
/proc/15099/task/15102/stat : 15102 (java) R 15097 15099 14271 0 -1 64 1377 0 0 0 2 0 0 0 17 0 12 0 689327646 835887104 23722 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15103] ppid=15097 vsize=816296 CPUtime=0.02
/proc/15099/task/15103/stat : 15103 (java) R 15097 15099 14271 0 -1 64 1393 0 0 0 2 0 0 0 17 0 12 0 689327646 835887104 23724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15104] ppid=15097 vsize=816296 CPUtime=0
/proc/15099/task/15104/stat : 15104 (java) S 15097 15099 14271 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 689327648 835887104 23725 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15105] ppid=15097 vsize=816296 CPUtime=0
/proc/15099/task/15105/stat : 15105 (java) S 15097 15099 14271 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 689327648 835887104 23727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15106] ppid=15097 vsize=816296 CPUtime=0
/proc/15099/task/15106/stat : 15106 (java) S 15097 15099 14271 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 689327648 835887104 23728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15107] ppid=15097 vsize=816296 CPUtime=0
/proc/15099/task/15107/stat : 15107 (java) S 15097 15099 14271 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 689327652 835887104 23730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15108] ppid=15097 vsize=816296 CPUtime=1
/proc/15099/task/15108/stat : 15108 (java) S 15097 15099 14271 0 -1 64 6057 0 0 0 98 2 0 0 16 0 12 0 689327652 835887104 23731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15109] ppid=15097 vsize=816296 CPUtime=0.58
/proc/15099/task/15109/stat : 15109 (java) S 15097 15099 14271 0 -1 64 1358 0 0 0 58 0 0 0 16 0 12 0 689327652 835887104 23732 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15110] ppid=15097 vsize=816296 CPUtime=0
/proc/15099/task/15110/stat : 15110 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 689327652 835887104 23734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15111] ppid=15097 vsize=816296 CPUtime=0
/proc/15099/task/15111/stat : 15111 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 689327653 835887104 23735 996147200 134512640 134550740 4294956016 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) 816296

[startup+6.30301 s]
/proc/loadavg: 2.09 2.00 1.99 3/85 15111
/proc/meminfo: memFree=1275440/2055920 swapFree=4147000/4192956
[pid=15099] ppid=15097 vsize=815656 CPUtime=6.29
/proc/15099/stat : 15099 (java) S 15097 15099 14271 0 -1 0 32631 0 1 0 612 17 0 0 20 0 12 0 689327644 835231744 27924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15099/statm: 203914 27924 1388 9 0 201276 0
[pid=15099/tid=15101] ppid=15097 vsize=815656 CPUtime=4.26
/proc/15099/task/15101/stat : 15101 (java) R 15097 15099 14271 0 -1 64 17328 0 1 0 416 10 0 0 25 0 12 0 689327645 835231744 27924 996147200 134512640 134550740 4294956016 18446744073709551615 4109724896 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15102] ppid=15097 vsize=815656 CPUtime=0.13
/proc/15099/task/15102/stat : 15102 (java) S 15097 15099 14271 0 -1 64 3456 0 0 0 12 1 0 0 16 0 12 0 689327646 835231744 27924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15103] ppid=15097 vsize=815656 CPUtime=0.13
/proc/15099/task/15103/stat : 15103 (java) S 15097 15099 14271 0 -1 64 3633 0 0 0 12 1 0 0 16 0 12 0 689327646 835231744 27924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15104] ppid=15097 vsize=815656 CPUtime=0
/proc/15099/task/15104/stat : 15104 (java) S 15097 15099 14271 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 689327648 835231744 27924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15105] ppid=15097 vsize=815656 CPUtime=0
/proc/15099/task/15105/stat : 15105 (java) S 15097 15099 14271 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 689327648 835231744 27924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15106] ppid=15097 vsize=815656 CPUtime=0
/proc/15099/task/15106/stat : 15106 (java) S 15097 15099 14271 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 689327648 835231744 27924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15107] ppid=15097 vsize=815656 CPUtime=0
/proc/15099/task/15107/stat : 15107 (java) S 15097 15099 14271 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 689327652 835231744 27924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15108] ppid=15097 vsize=815656 CPUtime=1.08
/proc/15099/task/15108/stat : 15108 (java) S 15097 15099 14271 0 -1 64 6064 0 0 0 106 2 0 0 16 0 12 0 689327652 835231744 27924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15109] ppid=15097 vsize=815656 CPUtime=0.62
/proc/15099/task/15109/stat : 15109 (java) S 15097 15099 14271 0 -1 64 1360 0 0 0 62 0 0 0 16 0 12 0 689327652 835231744 27924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15110] ppid=15097 vsize=815656 CPUtime=0
/proc/15099/task/15110/stat : 15110 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 689327652 835231744 27924 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15111] ppid=15097 vsize=815656 CPUtime=0
/proc/15099/task/15111/stat : 15111 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 689327653 835231744 27924 996147200 134512640 134550740 4294956016 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) 815656

[startup+12.7028 s]
/proc/loadavg: 2.08 2.00 1.99 3/85 15111
/proc/meminfo: memFree=1253752/2055920 swapFree=4147000/4192956
[pid=15099] ppid=15097 vsize=814440 CPUtime=12.71
/proc/15099/stat : 15099 (java) S 15097 15099 14271 0 -1 0 39025 0 1 0 1251 20 0 0 20 0 12 0 689327644 833986560 33751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15099/statm: 203610 33751 1388 9 0 200972 0
[pid=15099/tid=15101] ppid=15097 vsize=814440 CPUtime=10.39
/proc/15099/task/15101/stat : 15101 (java) R 15097 15099 14271 0 -1 64 17342 0 1 0 1029 10 0 0 25 0 12 0 689327645 833986560 33751 996147200 134512640 134550740 4294956016 18446744073709551615 4109175701 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15102] ppid=15097 vsize=814440 CPUtime=0.23
/proc/15099/task/15102/stat : 15102 (java) S 15097 15099 14271 0 -1 64 6414 0 0 0 21 2 0 0 16 0 12 0 689327646 833986560 33751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15103] ppid=15097 vsize=814440 CPUtime=0.22
/proc/15099/task/15103/stat : 15103 (java) S 15097 15099 14271 0 -1 64 7046 0 0 0 20 2 0 0 16 0 12 0 689327646 833986560 33751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15104] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15104/stat : 15104 (java) S 15097 15099 14271 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 689327648 833986560 33751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15105] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15105/stat : 15105 (java) S 15097 15099 14271 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 689327648 833986560 33751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15106] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15106/stat : 15106 (java) S 15097 15099 14271 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 689327648 833986560 33751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15107] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15107/stat : 15107 (java) S 15097 15099 14271 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 689327652 833986560 33751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15108] ppid=15097 vsize=814440 CPUtime=1.13
/proc/15099/task/15108/stat : 15108 (java) S 15097 15099 14271 0 -1 64 6072 0 0 0 111 2 0 0 16 0 12 0 689327652 833986560 33751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15109] ppid=15097 vsize=814440 CPUtime=0.66
/proc/15099/task/15109/stat : 15109 (java) S 15097 15099 14271 0 -1 64 1361 0 0 0 66 0 0 0 17 0 12 0 689327652 833986560 33751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15110] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15110/stat : 15110 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 689327652 833986560 33751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15111] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15111/stat : 15111 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 689327653 833986560 33751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 814440

[startup+25.5014 s]
/proc/loadavg: 2.14 2.02 2.00 3/85 15111
/proc/meminfo: memFree=1222136/2055920 swapFree=4147000/4192956
[pid=15099] ppid=15097 vsize=814440 CPUtime=25.49
/proc/15099/stat : 15099 (java) S 15097 15099 14271 0 -1 0 46549 0 1 0 2526 23 0 0 20 0 12 0 689327644 833986560 41254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15099/statm: 203610 41254 1389 9 0 200972 0
[pid=15099/tid=15101] ppid=15097 vsize=814440 CPUtime=22.96
/proc/15099/task/15101/stat : 15101 (java) R 15097 15099 14271 0 -1 64 17366 0 1 0 2286 10 0 0 25 0 12 0 689327645 833986560 41254 996147200 134512640 134550740 4294956016 18446744073709551615 4109690057 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15102] ppid=15097 vsize=814440 CPUtime=0.3
/proc/15099/task/15102/stat : 15102 (java) S 15097 15099 14271 0 -1 64 9056 0 0 0 27 3 0 0 16 0 12 0 689327646 833986560 41254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15103] ppid=15097 vsize=814440 CPUtime=0.31
/proc/15099/task/15103/stat : 15103 (java) S 15097 15099 14271 0 -1 64 11899 0 0 0 26 5 0 0 16 0 12 0 689327646 833986560 41254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15104] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15104/stat : 15104 (java) S 15097 15099 14271 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 689327648 833986560 41254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15105] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15105/stat : 15105 (java) S 15097 15099 14271 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 689327648 833986560 41254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15106] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15106/stat : 15106 (java) S 15097 15099 14271 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 689327648 833986560 41254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15107] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15107/stat : 15107 (java) S 15097 15099 14271 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 689327652 833986560 41254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/15099/task/15102/stat : 15102 (java) S 15097 15099 14271 0 -1 64 72002 0 0 0 286 25 0 0 16 0 12 0 689327646 838086656 174295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15103] ppid=15097 vsize=818444 CPUtime=3.21
/proc/15099/task/15103/stat : 15103 (java) S 15097 15099 14271 0 -1 64 80523 0 0 0 291 30 0 0 15 0 12 0 689327646 838086656 174295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15104] ppid=15097 vsize=818444 CPUtime=390.42
/proc/15099/task/15104/stat : 15104 (java) R 15097 15099 14271 0 -1 64 24498 0 0 0 38995 47 0 0 25 0 12 0 689327648 838086656 174295 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15105] ppid=15097 vsize=818444 CPUtime=0
/proc/15099/task/15105/stat : 15105 (java) S 15097 15099 14271 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 689327648 838086656 174295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15106] ppid=15097 vsize=818444 CPUtime=0
/proc/15099/task/15106/stat : 15106 (java) S 15097 15099 14271 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 689327648 838086656 174295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15107] ppid=15097 vsize=818444 CPUtime=0
/proc/15099/task/15107/stat : 15107 (java) S 15097 15099 14271 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 689327652 838086656 174295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15108] ppid=15097 vsize=818444 CPUtime=1.52
/proc/15099/task/15108/stat : 15108 (java) S 15097 15099 14271 0 -1 64 6293 0 0 0 150 2 0 0 17 0 12 0 689327652 838086656 174295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15109] ppid=15097 vsize=818444 CPUtime=0.94
/proc/15099/task/15109/stat : 15109 (java) S 15097 15099 14271 0 -1 64 1370 0 0 0 94 0 0 0 16 0 12 0 689327652 838086656 174295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15110] ppid=15097 vsize=818444 CPUtime=0
/proc/15099/task/15110/stat : 15110 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 689327652 838086656 174295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15111] ppid=15097 vsize=818444 CPUtime=0
/proc/15099/task/15111/stat : 15111 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 689327653 838086656 174295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 699.03
Current children cumulated vsize (KiB) 818444

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

[startup+703.903 s]
/proc/loadavg: 4.38 3.87 2.89 3/95 15198
/proc/meminfo: memFree=18096/2055920 swapFree=4147428/4192956
[pid=15099] ppid=15097 vsize=814440 CPUtime=700.6
/proc/15099/stat : 15099 (java) S 15097 15099 14271 0 -1 0 205109 0 1 0 69937 123 0 0 20 0 12 0 689327644 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15099/statm: 203610 173294 1395 9 0 200972 0
[pid=15099/tid=15101] ppid=15097 vsize=814440 CPUtime=299.76
/proc/15099/task/15101/stat : 15101 (java) S 15097 15099 14271 0 -1 64 18161 0 1 0 29963 13 0 0 16 0 12 0 689327645 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15102] ppid=15097 vsize=814440 CPUtime=3.11
/proc/15099/task/15102/stat : 15102 (java) S 15097 15099 14271 0 -1 64 72002 0 0 0 286 25 0 0 16 0 12 0 689327646 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15103] ppid=15097 vsize=814440 CPUtime=3.21
/proc/15099/task/15103/stat : 15103 (java) S 15097 15099 14271 0 -1 64 80523 0 0 0 291 30 0 0 15 0 12 0 689327646 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15104] ppid=15097 vsize=814440 CPUtime=391.99
/proc/15099/task/15104/stat : 15104 (java) R 15097 15099 14271 0 -1 64 26000 0 0 0 39151 48 0 0 25 0 12 0 689327648 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15105] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15105/stat : 15105 (java) S 15097 15099 14271 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 689327648 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15106] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15106/stat : 15106 (java) S 15097 15099 14271 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 689327648 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15107] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15107/stat : 15107 (java) S 15097 15099 14271 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 689327652 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15108] ppid=15097 vsize=814440 CPUtime=1.52
/proc/15099/task/15108/stat : 15108 (java) S 15097 15099 14271 0 -1 64 6293 0 0 0 150 2 0 0 17 0 12 0 689327652 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15109] ppid=15097 vsize=814440 CPUtime=0.94
/proc/15099/task/15109/stat : 15109 (java) S 15097 15099 14271 0 -1 64 1370 0 0 0 94 0 0 0 16 0 12 0 689327652 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15110] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15110/stat : 15110 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 689327652 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15111] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15111/stat : 15111 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 689327653 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 700.6
Current children cumulated vsize (KiB) 814440

[startup+710.301 s]
/proc/loadavg: 4.43 3.88 2.90 3/95 15198
/proc/meminfo: memFree=15728/2055920 swapFree=4147428/4192956
[pid=15099] ppid=15097 vsize=814440 CPUtime=706.96
/proc/15099/stat : 15099 (java) S 15097 15099 14271 0 -1 0 209622 0 1 0 70570 126 0 0 20 0 12 0 689327644 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15099/statm: 203610 173294 1395 9 0 200972 0
[pid=15099/tid=15101] ppid=15097 vsize=814440 CPUtime=299.76
/proc/15099/task/15101/stat : 15101 (java) S 15097 15099 14271 0 -1 64 18168 0 1 0 29963 13 0 0 16 0 12 0 689327645 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15102] ppid=15097 vsize=814440 CPUtime=3.11
/proc/15099/task/15102/stat : 15102 (java) S 15097 15099 14271 0 -1 64 72002 0 0 0 286 25 0 0 16 0 12 0 689327646 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15103] ppid=15097 vsize=814440 CPUtime=3.21
/proc/15099/task/15103/stat : 15103 (java) S 15097 15099 14271 0 -1 64 80523 0 0 0 291 30 0 0 15 0 12 0 689327646 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15104] ppid=15097 vsize=814440 CPUtime=398.35
/proc/15099/task/15104/stat : 15104 (java) R 15097 15099 14271 0 -1 64 30506 0 0 0 39783 52 0 0 25 0 12 0 689327648 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15105] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15105/stat : 15105 (java) S 15097 15099 14271 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 689327648 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15106] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15106/stat : 15106 (java) S 15097 15099 14271 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 689327648 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15107] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15107/stat : 15107 (java) S 15097 15099 14271 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 689327652 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15108] ppid=15097 vsize=814440 CPUtime=1.52
/proc/15099/task/15108/stat : 15108 (java) S 15097 15099 14271 0 -1 64 6293 0 0 0 150 2 0 0 17 0 12 0 689327652 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15109] ppid=15097 vsize=814440 CPUtime=0.94
/proc/15099/task/15109/stat : 15109 (java) S 15097 15099 14271 0 -1 64 1370 0 0 0 94 0 0 0 16 0 12 0 689327652 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15110] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15110/stat : 15110 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 689327652 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15111] ppid=15097 vsize=814440 CPUtime=0
/proc/15099/task/15111/stat : 15111 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 689327653 833986560 173294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 706.96
Current children cumulated vsize (KiB) 814440

[startup+713.503 s]
/proc/loadavg: 4.43 3.88 2.90 3/96 15199
/proc/meminfo: memFree=15080/2055920 swapFree=4147428/4192956
[pid=15099] ppid=15097 vsize=814764 CPUtime=710.14
/proc/15099/stat : 15099 (java) S 15097 15099 14271 0 -1 0 209633 0 1 0 70887 127 0 0 20 0 13 0 689327644 834318336 173301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15099/statm: 203691 173301 1395 9 0 201053 0
[pid=15099/tid=15101] ppid=15097 vsize=814764 CPUtime=299.76
/proc/15099/task/15101/stat : 15101 (java) S 15097 15099 14271 0 -1 64 18172 0 1 0 29963 13 0 0 17 0 13 0 689327645 834318336 173301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15102] ppid=15097 vsize=814764 CPUtime=3.11
/proc/15099/task/15102/stat : 15102 (java) S 15097 15099 14271 0 -1 64 72002 0 0 0 286 25 0 0 16 0 13 0 689327646 834318336 173301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15103] ppid=15097 vsize=814764 CPUtime=3.21
/proc/15099/task/15103/stat : 15103 (java) S 15097 15099 14271 0 -1 64 80523 0 0 0 291 30 0 0 15 0 13 0 689327646 834318336 173301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15104] ppid=15097 vsize=814764 CPUtime=401.53
/proc/15099/task/15104/stat : 15104 (java) R 15097 15099 14271 0 -1 64 30506 0 0 0 40101 52 0 0 25 0 13 0 689327648 834318336 173301 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15105] ppid=15097 vsize=814764 CPUtime=0
/proc/15099/task/15105/stat : 15105 (java) S 15097 15099 14271 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 689327648 834318336 173301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15106] ppid=15097 vsize=814764 CPUtime=0
/proc/15099/task/15106/stat : 15106 (java) S 15097 15099 14271 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 689327648 834318336 173301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15107] ppid=15097 vsize=814764 CPUtime=0
/proc/15099/task/15107/stat : 15107 (java) S 15097 15099 14271 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 689327652 834318336 173301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15108] ppid=15097 vsize=814764 CPUtime=1.52
/proc/15099/task/15108/stat : 15108 (java) S 15097 15099 14271 0 -1 64 6293 0 0 0 150 2 0 0 17 0 13 0 689327652 834318336 173301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15109] ppid=15097 vsize=814764 CPUtime=0.94
/proc/15099/task/15109/stat : 15109 (java) S 15097 15099 14271 0 -1 64 1370 0 0 0 94 0 0 0 16 0 13 0 689327652 834318336 173301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15110] ppid=15097 vsize=814764 CPUtime=0
/proc/15099/task/15110/stat : 15110 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 689327652 834318336 173301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15111] ppid=15097 vsize=814764 CPUtime=0
/proc/15099/task/15111/stat : 15111 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 689327653 834318336 173301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15199] ppid=15097 vsize=814764 CPUtime=0
/proc/15099/task/15199/stat : 15199 (java) S 15097 15099 14271 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 689398708 834318336 173301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 710.14
Current children cumulated vsize (KiB) 814764

[startup+715.103 s]
/proc/loadavg: 4.48 3.90 2.91 2/92 15199
/proc/meminfo: memFree=15912/2055920 swapFree=4147428/4192956
[pid=15099] ppid=15097 vsize=814764 CPUtime=711.32
/proc/15099/stat : 15099 (java) S 15097 15099 14271 0 -1 0 209639 0 1 0 71005 127 0 0 20 0 9 0 689327644 834318336 173305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15099/statm: 203691 173305 1396 9 0 201053 0
[pid=15099/tid=15101] ppid=15097 vsize=814764 CPUtime=299.76
/proc/15099/task/15101/stat : 15101 (java) D 15097 15099 14271 0 -1 64 18173 0 1 0 29963 13 0 0 15 0 9 0 689327645 834318336 173305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=15099/tid=15102] ppid=15097 vsize=814764 CPUtime=3.11
/proc/15099/task/15102/stat : 15102 (java) S 15097 15099 14271 0 -1 64 72002 0 0 0 286 25 0 0 16 0 9 0 689327646 834318336 173305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15103] ppid=15097 vsize=814764 CPUtime=3.21
/proc/15099/task/15103/stat : 15103 (java) S 15097 15099 14271 0 -1 64 80523 0 0 0 291 30 0 0 15 0 9 0 689327646 834318336 173305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15099/tid=15105] ppid=15097 vsize=814764 CPUtime=0
/proc/15099/task/15105/stat : 15105 (java) S 15097 15099 14271 0 -1 64 8 0 0 0 0 0 0 0 15 0 9 0 689327648 834318336 173305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15106] ppid=15097 vsize=814764 CPUtime=0
/proc/15099/task/15106/stat : 15106 (java) S 15097 15099 14271 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 689327648 834318336 173305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15108] ppid=15097 vsize=814764 CPUtime=1.52
/proc/15099/task/15108/stat : 15108 (java) S 15097 15099 14271 0 -1 64 6293 0 0 0 150 2 0 0 17 0 9 0 689327652 834318336 173305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15109] ppid=15097 vsize=814764 CPUtime=0.94
/proc/15099/task/15109/stat : 15109 (java) S 15097 15099 14271 0 -1 64 1370 0 0 0 94 0 0 0 16 0 9 0 689327652 834318336 173305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15099/tid=15110] ppid=15097 vsize=814764 CPUtime=0
/proc/15099/task/15110/stat : 15110 (java) S 15097 15099 14271 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 689327652 834318336 173305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 711.32
Current children cumulated vsize (KiB) 814764

[startup+715.902 s]
/proc/loadavg: 4.48 3.90 2.91 2/92 15199
/proc/meminfo: memFree=15912/2055920 swapFree=4147428/4192956
[pid=15099] ppid=15097 vsize=0 CPUtime=711.42
/proc/15099/stat : 15099 (java) Z 15097 15099 14271 0 -1 12 209639 0 1 0 71005 137 0 0 16 0 2 0 689327644 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15099/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 711.42
Current children cumulated vsize (KiB) 0

[startup+716.302 s]
/proc/loadavg: 4.48 3.90 2.91 2/85 15199
/proc/meminfo: memFree=702632/2055920 swapFree=4147428/4192956
[pid=15099] ppid=15097 vsize=0 CPUtime=711.42
/proc/15099/stat : 15099 (java) Z 15097 15099 14271 0 -1 12 209639 0 1 0 71005 137 0 0 16 0 2 0 689327644 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15099/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 711.42
Current children cumulated vsize (KiB) 0

[startup+716.402 s]
/proc/loadavg: 4.48 3.90 2.91 2/85 15199
/proc/meminfo: memFree=702632/2055920 swapFree=4147428/4192956
[pid=15099] ppid=15097 vsize=0 CPUtime=711.42
/proc/15099/stat : 15099 (java) Z 15097 15099 14271 0 -1 12 209639 0 1 0 71005 137 0 0 16 0 2 0 689327644 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15099/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 711.42
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 716.447
CPU time (s): 711.431
CPU user time (s): 710.057
CPU system time (s): 1.37379
CPU usage (%): 99.2998
Max. virtual memory (cumulated for all children) (KiB): 820448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 710.057
system time used= 1.37379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209639
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= 21250
involuntary context switches= 21655

runsolver used 0.910861 second user time and 2.27565 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-05 09:13:42
IDJOB=1086946
IDBENCH=57906
IDSOLVER=344
FILE ID=node80/1086946-1215242022
PBS_JOBID= 7881939
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9b390cbd2e7aec20d5f3a2cc4b660065
RANDOM SEED=604721616

node80.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:       1382008 kB
Buffers:         61472 kB
Cached:         187208 kB
SwapCached:      39844 kB
Active:         536352 kB
Inactive:        83680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1382008 kB
SwapTotal:     4192956 kB
SwapFree:      4147000 kB
Dirty:            1612 kB
Writeback:           0 kB
Mapped:         378264 kB
Slab:            38616 kB
Committed_AS:  1451796 kB
PageTables:       2504 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= 64848 MiB
End job on node80 at 2008-07-05 09:25:39