Trace number 2065707

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? 286.564 287.673

General information on the benchmark

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

Solver Data

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

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065707-1247338847/watcher-2065707-1247338847 -o /tmp/evaluation-result-2065707-1247338847/solver-2065707-1247338847 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065707-1247338847.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.72 3.11 2.60 4/82 12795
/proc/meminfo: memFree=1792448/2055920 swapFree=4192812/4192956
[pid=12795] ppid=12793 vsize=18576 CPUtime=0
/proc/12795/stat : 12795 (runsolver) D 12793 12795 11542 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 20951245 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 272467815719 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/12795/statm: 4644 284 249 26 0 2626 0

[startup+0.0591099 s]
/proc/loadavg: 3.72 3.11 2.60 4/82 12795
/proc/meminfo: memFree=1792448/2055920 swapFree=4192812/4192956
[pid=12795] ppid=12793 vsize=12928 CPUtime=0
/proc/12795/stat : 12795 (java) D 12793 12795 11542 0 -1 0 360 0 7 0 0 0 0 0 18 0 1 0 20951245 13238272 174 996147200 134512640 134550932 4294956016 18446744073709551615 4647800 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/12795/statm: 3232 174 134 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.101211 s]
/proc/loadavg: 3.72 3.11 2.60 4/82 12795
/proc/meminfo: memFree=1792448/2055920 swapFree=4192812/4192956
[pid=12795] ppid=12793 vsize=12928 CPUtime=0.01
/proc/12795/stat : 12795 (java) D 12793 12795 11542 0 -1 0 516 0 33 0 0 1 0 0 18 0 1 0 20951245 13238272 356 996147200 134512640 134550932 4294956016 18446744073709551615 4649770 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/12795/statm: 3232 356 138 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.301147 s]
/proc/loadavg: 3.72 3.11 2.60 4/82 12795
/proc/meminfo: memFree=1792448/2055920 swapFree=4192812/4192956
[pid=12795] ppid=12793 vsize=802168 CPUtime=0.07
/proc/12795/stat : 12795 (java) S 12793 12795 11542 0 -1 0 2736 0 45 0 5 2 0 0 18 0 7 0 20951245 821420032 2525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12795/statm: 200542 2525 1032 9 0 197893 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802168

[startup+0.701205 s]
/proc/loadavg: 3.72 3.11 2.60 4/82 12795
/proc/meminfo: memFree=1792448/2055920 swapFree=4192812/4192956
[pid=12795] ppid=12793 vsize=807180 CPUtime=0.38
/proc/12795/stat : 12795 (java) S 12793 12795 11542 0 -1 0 4876 0 46 0 33 5 0 0 18 0 12 0 20951245 826552320 4453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12795/statm: 201795 4453 1368 9 0 199122 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 807180

[startup+1.50232 s]
/proc/loadavg: 3.72 3.11 2.60 4/94 12807
/proc/meminfo: memFree=1751904/2055920 swapFree=4192812/4192956
[pid=12795] ppid=12793 vsize=808404 CPUtime=1.14
/proc/12795/stat : 12795 (java) S 12793 12795 11542 0 -1 0 16826 0 46 0 102 12 0 0 18 0 12 0 20951245 827805696 15867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12795/statm: 202101 15867 1394 9 0 199428 0
[pid=12795/tid=12797] ppid=12793 vsize=808404 CPUtime=0.67
/proc/12795/task/12797/stat : 12797 (java) R 12793 12795 11542 0 -1 64 14161 0 10 0 57 10 0 0 21 0 12 0 20951256 827805696 15867 996147200 134512640 134550932 4294956016 18446744073709551615 106549161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12798] ppid=12793 vsize=808404 CPUtime=0
/proc/12795/task/12798/stat : 12798 (java) S 12793 12795 11542 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 20951266 827805696 15867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12799] ppid=12793 vsize=808404 CPUtime=0
/proc/12795/task/12799/stat : 12799 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20951266 827805696 15867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12800] ppid=12793 vsize=808404 CPUtime=0
/proc/12795/task/12800/stat : 12800 (java) S 12793 12795 11542 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 20951269 827805696 15867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12801] ppid=12793 vsize=808404 CPUtime=0
/proc/12795/task/12801/stat : 12801 (java) S 12793 12795 11542 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 20951270 827805696 15867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12802] ppid=12793 vsize=808404 CPUtime=0
/proc/12795/task/12802/stat : 12802 (java) S 12793 12795 11542 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 20951270 827805696 15867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12803] ppid=12793 vsize=808404 CPUtime=0
/proc/12795/task/12803/stat : 12803 (java) S 12793 12795 11542 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20951278 827805696 15867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12804] ppid=12793 vsize=808404 CPUtime=0
/proc/12795/task/12804/stat : 12804 (java) S 12793 12795 11542 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20951278 827805696 15867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12805] ppid=12793 vsize=808404 CPUtime=0.45
/proc/12795/task/12805/stat : 12805 (java) S 12793 12795 11542 0 -1 64 1948 0 0 0 44 1 0 0 17 0 12 0 20951279 827805696 15867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12806] ppid=12793 vsize=808404 CPUtime=0
/proc/12795/task/12806/stat : 12806 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20951279 827805696 15867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12807] ppid=12793 vsize=808404 CPUtime=0
/proc/12795/task/12807/stat : 12807 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20951279 827805696 15867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 808404

[startup+3.1016 s]
/proc/loadavg: 3.66 3.11 2.61 4/94 12807
/proc/meminfo: memFree=1685536/2055920 swapFree=4192812/4192956
[pid=12795] ppid=12793 vsize=814632 CPUtime=2.92
/proc/12795/stat : 12795 (java) S 12793 12795 11542 0 -1 0 33156 0 46 0 272 20 0 0 18 0 12 0 20951245 834183168 29920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12795/statm: 203658 29920 1431 9 0 200985 0
[pid=12795/tid=12797] ppid=12793 vsize=814632 CPUtime=1.2
/proc/12795/task/12797/stat : 12797 (java) R 12793 12795 11542 0 -1 64 17189 0 10 0 108 12 0 0 16 0 12 0 20951256 834183168 29920 996147200 134512640 134550932 4294956016 18446744073709551615 4109753400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12798] ppid=12793 vsize=814632 CPUtime=0.15
/proc/12795/task/12798/stat : 12798 (java) S 12793 12795 11542 0 -1 64 3934 0 0 0 14 1 0 0 18 0 12 0 20951266 834183168 29920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12799] ppid=12793 vsize=814632 CPUtime=0.19
/proc/12795/task/12799/stat : 12799 (java) R 12793 12795 11542 0 -1 64 5617 0 0 0 17 2 0 0 18 0 12 0 20951266 834183168 29920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12800] ppid=12793 vsize=814632 CPUtime=0
/proc/12795/task/12800/stat : 12800 (java) S 12793 12795 11542 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 20951269 834183168 29920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12801] ppid=12793 vsize=814632 CPUtime=0
/proc/12795/task/12801/stat : 12801 (java) S 12793 12795 11542 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20951270 834183168 29920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12802] ppid=12793 vsize=814632 CPUtime=0
/proc/12795/task/12802/stat : 12802 (java) R 12793 12795 11542 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 20951270 834183168 29920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12803] ppid=12793 vsize=814632 CPUtime=0
/proc/12795/task/12803/stat : 12803 (java) S 12793 12795 11542 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20951278 834183168 29920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12804] ppid=12793 vsize=814632 CPUtime=0.27
/proc/12795/task/12804/stat : 12804 (java) S 12793 12795 11542 0 -1 64 838 0 0 0 27 0 0 0 18 0 12 0 20951278 834183168 29920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12805] ppid=12793 vsize=814632 CPUtime=1.04
/proc/12795/task/12805/stat : 12805 (java) S 12793 12795 11542 0 -1 64 4869 0 0 0 102 2 0 0 16 0 12 0 20951279 834183168 29920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12806] ppid=12793 vsize=814632 CPUtime=0
/proc/12795/task/12806/stat : 12806 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20951279 834183168 29920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12807] ppid=12793 vsize=814632 CPUtime=0
/proc/12795/task/12807/stat : 12807 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20951279 834183168 29920 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 814632

[startup+6.30301 s]
/proc/loadavg: 3.66 3.11 2.61 3/94 12807
/proc/meminfo: memFree=1580320/2055920 swapFree=4192812/4192956
[pid=12795] ppid=12793 vsize=813936 CPUtime=6.14
/proc/12795/stat : 12795 (java) S 12793 12795 11542 0 -1 0 38906 0 46 0 591 23 0 0 18 0 12 0 20951245 833470464 35290 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12795/statm: 203484 35299 1433 9 0 200811 0
[pid=12795/tid=12797] ppid=12793 vsize=813936 CPUtime=3.96
/proc/12795/task/12797/stat : 12797 (java) R 12793 12795 11542 0 -1 64 17200 0 10 0 384 12 0 0 25 0 12 0 20951256 833470464 35305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12798] ppid=12793 vsize=813936 CPUtime=0.38
/proc/12795/task/12798/stat : 12798 (java) R 12793 12795 11542 0 -1 64 5990 0 0 0 36 2 0 0 16 0 12 0 20951266 833470464 35311 996147200 134512640 134550932 4294956016 18446744073709551615 105886418 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12799] ppid=12793 vsize=813936 CPUtime=0.37
/proc/12795/task/12799/stat : 12799 (java) R 12793 12795 11542 0 -1 64 9243 0 0 0 33 4 0 0 16 0 12 0 20951266 833470464 35318 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12800] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12800/stat : 12800 (java) S 12793 12795 11542 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20951269 833470464 35324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12801] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12801/stat : 12801 (java) S 12793 12795 11542 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20951270 833470464 35331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12802] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12802/stat : 12802 (java) S 12793 12795 11542 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20951270 833470464 35338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12803] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12803/stat : 12803 (java) S 12793 12795 11542 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20951278 833470464 35345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12804] ppid=12793 vsize=813936 CPUtime=0.27
/proc/12795/task/12804/stat : 12804 (java) S 12793 12795 11542 0 -1 64 838 0 0 0 27 0 0 0 18 0 12 0 20951278 833470464 35352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12805] ppid=12793 vsize=813936 CPUtime=1.1
/proc/12795/task/12805/stat : 12805 (java) S 12793 12795 11542 0 -1 64 4952 0 0 0 108 2 0 0 16 0 12 0 20951279 833470464 35359 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12806] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12806/stat : 12806 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20951279 833470464 35366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12807] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12807/stat : 12807 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20951279 833470464 35371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 813936

[startup+12.7029 s]
/proc/loadavg: 3.56 3.11 2.61 3/94 12807
/proc/meminfo: memFree=1439008/2055920 swapFree=4192812/4192956
[pid=12795] ppid=12793 vsize=813936 CPUtime=12.5
/proc/12795/stat : 12795 (java) S 12793 12795 11542 0 -1 0 53922 0 46 0 1218 32 0 0 18 0 12 0 20951245 833470464 50274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12795/statm: 203484 50274 1433 9 0 200811 0
[pid=12795/tid=12797] ppid=12793 vsize=813936 CPUtime=9.95
/proc/12795/task/12797/stat : 12797 (java) R 12793 12795 11542 0 -1 64 17223 0 10 0 981 14 0 0 25 0 12 0 20951256 833470464 50274 996147200 134512640 134550932 4294956016 18446744073709551615 4109689357 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12798] ppid=12793 vsize=813936 CPUtime=0.58
/proc/12795/task/12798/stat : 12798 (java) S 12793 12795 11542 0 -1 64 13915 0 0 0 53 5 0 0 16 0 12 0 20951266 833470464 50274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12799] ppid=12793 vsize=813936 CPUtime=0.52
/proc/12795/task/12799/stat : 12799 (java) S 12793 12795 11542 0 -1 64 16282 0 0 0 45 7 0 0 16 0 12 0 20951266 833470464 50274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12800] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12800/stat : 12800 (java) S 12793 12795 11542 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 20951269 833470464 50274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12801] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12801/stat : 12801 (java) S 12793 12795 11542 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20951270 833470464 50274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12802] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12802/stat : 12802 (java) S 12793 12795 11542 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20951270 833470464 50274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12803] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12803/stat : 12803 (java) S 12793 12795 11542 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20951278 833470464 50274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12804] ppid=12793 vsize=813936 CPUtime=0.27
/proc/12795/task/12804/stat : 12804 (java) S 12793 12795 11542 0 -1 64 838 0 0 0 27 0 0 0 18 0 12 0 20951278 833470464 50274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12805] ppid=12793 vsize=813936 CPUtime=1.1
/proc/12795/task/12805/stat : 12805 (java) S 12793 12795 11542 0 -1 64 4952 0 0 0 108 2 0 0 16 0 12 0 20951279 833470464 50274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12806] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12806/stat : 12806 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20951279 833470464 50274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12807] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12807/stat : 12807 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20951279 833470464 50274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 813936

[startup+25.5028 s]
/proc/loadavg: 3.47 3.10 2.61 3/94 12813
/proc/meminfo: memFree=1199840/2055920 swapFree=4192812/4192956
[pid=12795] ppid=12793 vsize=813936 CPUtime=25.2
/proc/12795/stat : 12795 (java) S 12793 12795 11542 0 -1 0 72895 0 46 0 2477 43 0 0 18 0 12 0 20951245 833470464 69221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12795/statm: 203484 69221 1433 9 0 200811 0
[pid=12795/tid=12797] ppid=12793 vsize=813936 CPUtime=22.22
/proc/12795/task/12797/stat : 12797 (java) R 12793 12795 11542 0 -1 64 17249 0 10 0 2204 18 0 0 25 0 12 0 20951256 833470464 69221 996147200 134512640 134550932 4294956016 18446744073709551615 4109669420 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12798] ppid=12793 vsize=813936 CPUtime=0.77
/proc/12795/task/12798/stat : 12798 (java) S 12793 12795 11542 0 -1 64 22939 0 0 0 69 8 0 0 15 0 12 0 20951266 833470464 69221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12799] ppid=12793 vsize=813936 CPUtime=0.7
/proc/12795/task/12799/stat : 12799 (java) S 12793 12795 11542 0 -1 64 26205 0 0 0 59 11 0 0 16 0 12 0 20951266 833470464 69221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12800] ppid=12793 vsize=813936 CPUtime=0.01
/proc/12795/task/12800/stat : 12800 (java) S 12793 12795 11542 0 -1 64 10 0 0 0 1 0 0 0 15 0 12 0 20951269 833470464 69221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12801] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12801/stat : 12801 (java) S 12793 12795 11542 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20951270 833470464 69221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12802] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12802/stat : 12802 (java) S 12793 12795 11542 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20951270 833470464 69221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12803] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12803/stat : 12803 (java) S 12793 12795 11542 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20951278 833470464 69221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12804] ppid=12793 vsize=813936 CPUtime=0.27

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

[pid=12795/tid=12807] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12807/stat : 12807 (java) R 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20951279 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.52
Current children cumulated vsize (KiB) 815940

[startup+282.302 s]
/proc/loadavg: 2.45 2.63 2.53 4/94 13055
/proc/meminfo: memFree=1067096/2055920 swapFree=4192812/4192956
[pid=12795] ppid=12793 vsize=815940 CPUtime=281.22
/proc/12795/stat : 12795 (java) S 12793 12795 11542 0 -1 0 220630 0 46 0 27989 133 0 0 18 0 12 0 20951245 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12795/statm: 203985 173284 1437 9 0 201312 0
[pid=12795/tid=12797] ppid=12793 vsize=815940 CPUtime=231.4
/proc/12795/task/12797/stat : 12797 (java) R 12793 12795 11542 0 -1 64 17753 0 10 0 23100 40 0 0 25 0 12 0 20951256 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12798] ppid=12793 vsize=815940 CPUtime=4.69
/proc/12795/task/12798/stat : 12798 (java) S 12793 12795 11542 0 -1 64 77949 0 0 0 438 31 0 0 15 0 12 0 20951266 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12799] ppid=12793 vsize=815940 CPUtime=4.68
/proc/12795/task/12799/stat : 12799 (java) S 12793 12795 11542 0 -1 64 77340 0 0 0 436 32 0 0 16 0 12 0 20951266 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12800] ppid=12793 vsize=815940 CPUtime=38.92
/proc/12795/task/12800/stat : 12800 (java) R 12793 12795 11542 0 -1 64 41094 0 0 0 3868 24 0 0 16 0 12 0 20951269 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12801] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12801/stat : 12801 (java) S 12793 12795 11542 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20951270 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12802] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12802/stat : 12802 (java) S 12793 12795 11542 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20951270 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12803] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12803/stat : 12803 (java) S 12793 12795 11542 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20951278 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12804] ppid=12793 vsize=815940 CPUtime=0.27
/proc/12795/task/12804/stat : 12804 (java) S 12793 12795 11542 0 -1 64 838 0 0 0 27 0 0 0 18 0 12 0 20951278 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12805] ppid=12793 vsize=815940 CPUtime=1.18
/proc/12795/task/12805/stat : 12805 (java) S 12793 12795 11542 0 -1 64 4954 0 0 0 116 2 0 0 16 0 12 0 20951279 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12806] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12806/stat : 12806 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20951279 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12807] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12807/stat : 12807 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20951279 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.22
Current children cumulated vsize (KiB) 815940

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

[startup+284.703 s]
/proc/loadavg: 2.45 2.63 2.53 4/94 13055
/proc/meminfo: memFree=1064024/2055920 swapFree=4192812/4192956
[pid=12795] ppid=12793 vsize=815940 CPUtime=283.61
/proc/12795/stat : 12795 (java) S 12793 12795 11542 0 -1 0 223140 0 46 0 28226 135 0 0 18 0 12 0 20951245 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12795/statm: 203985 173284 1437 9 0 201312 0
[pid=12795/tid=12797] ppid=12793 vsize=815940 CPUtime=231.66
/proc/12795/task/12797/stat : 12797 (java) R 12793 12795 11542 0 -1 64 17758 0 10 0 23126 40 0 0 25 0 12 0 20951256 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12798] ppid=12793 vsize=815940 CPUtime=4.69
/proc/12795/task/12798/stat : 12798 (java) S 12793 12795 11542 0 -1 64 77949 0 0 0 438 31 0 0 15 0 12 0 20951266 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12799] ppid=12793 vsize=815940 CPUtime=4.68
/proc/12795/task/12799/stat : 12799 (java) S 12793 12795 11542 0 -1 64 77340 0 0 0 436 32 0 0 16 0 12 0 20951266 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12800] ppid=12793 vsize=815940 CPUtime=41.05
/proc/12795/task/12800/stat : 12800 (java) R 12793 12795 11542 0 -1 64 43599 0 0 0 4079 26 0 0 16 0 12 0 20951269 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12801] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12801/stat : 12801 (java) S 12793 12795 11542 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20951270 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12802] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12802/stat : 12802 (java) S 12793 12795 11542 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20951270 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12803] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12803/stat : 12803 (java) S 12793 12795 11542 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20951278 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12804] ppid=12793 vsize=815940 CPUtime=0.27
/proc/12795/task/12804/stat : 12804 (java) S 12793 12795 11542 0 -1 64 838 0 0 0 27 0 0 0 18 0 12 0 20951278 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12805] ppid=12793 vsize=815940 CPUtime=1.18
/proc/12795/task/12805/stat : 12805 (java) S 12793 12795 11542 0 -1 64 4954 0 0 0 116 2 0 0 16 0 12 0 20951279 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12806] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12806/stat : 12806 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20951279 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12807] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12807/stat : 12807 (java) R 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20951279 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 283.61
Current children cumulated vsize (KiB) 815940

[startup+286.302 s]
/proc/loadavg: 2.45 2.63 2.53 4/94 13055
/proc/meminfo: memFree=1062936/2055920 swapFree=4192812/4192956
[pid=12795] ppid=12793 vsize=815940 CPUtime=285.2
/proc/12795/stat : 12795 (java) S 12793 12795 11542 0 -1 0 225148 0 46 0 28384 136 0 0 18 0 12 0 20951245 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12795/statm: 203985 173284 1437 9 0 201312 0
[pid=12795/tid=12797] ppid=12793 vsize=815940 CPUtime=231.8
/proc/12795/task/12797/stat : 12797 (java) R 12793 12795 11542 0 -1 64 17762 0 10 0 23140 40 0 0 25 0 12 0 20951256 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12798] ppid=12793 vsize=815940 CPUtime=4.69
/proc/12795/task/12798/stat : 12798 (java) S 12793 12795 11542 0 -1 64 77949 0 0 0 438 31 0 0 15 0 12 0 20951266 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12799] ppid=12793 vsize=815940 CPUtime=4.68
/proc/12795/task/12799/stat : 12799 (java) S 12793 12795 11542 0 -1 64 77340 0 0 0 436 32 0 0 16 0 12 0 20951266 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12800] ppid=12793 vsize=815940 CPUtime=42.5
/proc/12795/task/12800/stat : 12800 (java) R 12793 12795 11542 0 -1 64 45603 0 0 0 4223 27 0 0 16 0 12 0 20951269 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 105696681 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12801] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12801/stat : 12801 (java) S 12793 12795 11542 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20951270 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12802] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12802/stat : 12802 (java) S 12793 12795 11542 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20951270 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12803] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12803/stat : 12803 (java) S 12793 12795 11542 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20951278 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12804] ppid=12793 vsize=815940 CPUtime=0.27
/proc/12795/task/12804/stat : 12804 (java) S 12793 12795 11542 0 -1 64 838 0 0 0 27 0 0 0 18 0 12 0 20951278 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12805] ppid=12793 vsize=815940 CPUtime=1.18
/proc/12795/task/12805/stat : 12805 (java) S 12793 12795 11542 0 -1 64 4954 0 0 0 116 2 0 0 16 0 12 0 20951279 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12806] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12806/stat : 12806 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20951279 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12807] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12807/stat : 12807 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20951279 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 285.2
Current children cumulated vsize (KiB) 815940

[startup+287.107 s]
/proc/loadavg: 2.50 2.63 2.53 4/94 13055
/proc/meminfo: memFree=1062936/2055920 swapFree=4192812/4192956
[pid=12795] ppid=12793 vsize=813936 CPUtime=286.01
/proc/12795/stat : 12795 (java) S 12793 12795 11542 0 -1 0 225650 0 46 0 28464 137 0 0 18 0 12 0 20951245 833470464 172783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12795/statm: 203484 172783 1437 9 0 200811 0
[pid=12795/tid=12797] ppid=12793 vsize=813936 CPUtime=231.83
/proc/12795/task/12797/stat : 12797 (java) R 12793 12795 11542 0 -1 64 17763 0 10 0 23143 40 0 0 25 0 12 0 20951256 833470464 172783 996147200 134512640 134550932 4294956016 18446744073709551615 4109601810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12798] ppid=12793 vsize=813936 CPUtime=4.69
/proc/12795/task/12798/stat : 12798 (java) S 12793 12795 11542 0 -1 64 77949 0 0 0 438 31 0 0 15 0 12 0 20951266 833470464 172783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12799] ppid=12793 vsize=813936 CPUtime=4.68
/proc/12795/task/12799/stat : 12799 (java) S 12793 12795 11542 0 -1 64 77340 0 0 0 436 32 0 0 16 0 12 0 20951266 833470464 172783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12800] ppid=12793 vsize=813936 CPUtime=43.28
/proc/12795/task/12800/stat : 12800 (java) S 12793 12795 11542 0 -1 64 46104 0 0 0 4300 28 0 0 17 0 12 0 20951269 833470464 172783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12801] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12801/stat : 12801 (java) S 12793 12795 11542 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20951270 833470464 172783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12802] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12802/stat : 12802 (java) S 12793 12795 11542 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20951270 833470464 172783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12803] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12803/stat : 12803 (java) S 12793 12795 11542 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20951278 833470464 172783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12804] ppid=12793 vsize=813936 CPUtime=0.27
/proc/12795/task/12804/stat : 12804 (java) S 12793 12795 11542 0 -1 64 838 0 0 0 27 0 0 0 18 0 12 0 20951278 833470464 172783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12805] ppid=12793 vsize=813936 CPUtime=1.18
/proc/12795/task/12805/stat : 12805 (java) S 12793 12795 11542 0 -1 64 4954 0 0 0 116 2 0 0 16 0 12 0 20951279 833470464 172783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12806] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12806/stat : 12806 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20951279 833470464 172783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12807] ppid=12793 vsize=813936 CPUtime=0
/proc/12795/task/12807/stat : 12807 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20951279 833470464 172783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 286.01
Current children cumulated vsize (KiB) 813936

[startup+287.502 s]
/proc/loadavg: 2.50 2.63 2.53 4/94 13055
/proc/meminfo: memFree=1062936/2055920 swapFree=4192812/4192956
[pid=12795] ppid=12793 vsize=815940 CPUtime=286.4
/proc/12795/stat : 12795 (java) S 12793 12795 11542 0 -1 0 226154 0 46 0 28503 137 0 0 18 0 12 0 20951245 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12795/statm: 203985 173284 1436 9 0 201312 0
[pid=12795/tid=12797] ppid=12793 vsize=815940 CPUtime=231.87
/proc/12795/task/12797/stat : 12797 (java) R 12793 12795 11542 0 -1 64 17766 0 10 0 23147 40 0 0 25 0 12 0 20951256 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12798] ppid=12793 vsize=815940 CPUtime=4.69
/proc/12795/task/12798/stat : 12798 (java) S 12793 12795 11542 0 -1 64 77949 0 0 0 438 31 0 0 15 0 12 0 20951266 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12799] ppid=12793 vsize=815940 CPUtime=4.68
/proc/12795/task/12799/stat : 12799 (java) S 12793 12795 11542 0 -1 64 77340 0 0 0 436 32 0 0 16 0 12 0 20951266 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12800] ppid=12793 vsize=815940 CPUtime=43.63
/proc/12795/task/12800/stat : 12800 (java) R 12793 12795 11542 0 -1 64 46605 0 0 0 4335 28 0 0 16 0 12 0 20951269 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12801] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12801/stat : 12801 (java) S 12793 12795 11542 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 20951270 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12802] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12802/stat : 12802 (java) S 12793 12795 11542 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20951270 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12795/tid=12803] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12803/stat : 12803 (java) S 12793 12795 11542 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20951278 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12804] ppid=12793 vsize=815940 CPUtime=0.27
/proc/12795/task/12804/stat : 12804 (java) S 12793 12795 11542 0 -1 64 838 0 0 0 27 0 0 0 18 0 12 0 20951278 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12805] ppid=12793 vsize=815940 CPUtime=1.18
/proc/12795/task/12805/stat : 12805 (java) S 12793 12795 11542 0 -1 64 4954 0 0 0 116 2 0 0 16 0 12 0 20951279 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12806] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12806/stat : 12806 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20951279 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12795/tid=12807] ppid=12793 vsize=815940 CPUtime=0
/proc/12795/task/12807/stat : 12807 (java) S 12793 12795 11542 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20951279 835522560 173284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 286.4
Current children cumulated vsize (KiB) 815940

[startup+287.601 s]
/proc/loadavg: 2.50 2.63 2.53 4/94 13055
/proc/meminfo: memFree=1062936/2055920 swapFree=4192812/4192956
[pid=12795] ppid=12793 vsize=0 CPUtime=286.48
/proc/12795/stat : 12795 (java) Z 12793 12795 11542 0 -1 12 226170 0 46 0 28508 140 0 0 16 0 2 0 20951245 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12795/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 286.48
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 287.673
CPU time (s): 286.564
CPU user time (s): 285.085
CPU system time (s): 1.47978
CPU usage (%): 99.6146
Max. virtual memory (cumulated for all children) (KiB): 815940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 285.085
system time used= 1.47978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226170
page faults= 46
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15909
involuntary context switches= 13982

runsolver used 0.39194 second user time and 0.988849 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-11 21:00:47
IDJOB=2065707
IDBENCH=54404
IDSOLVER=731
FILE ID=node22/2065707-1247338847
PBS_JOBID= 9506651
Free space on /tmp= 66328 MiB

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

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

MD5SUM BENCH= 5e792bc79615f181544eb9a50a682e17
RANDOM SEED=391839574

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1793184 kB
Buffers:          4260 kB
Cached:          91076 kB
SwapCached:          0 kB
Active:         207468 kB
Inactive:         6612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           62468 kB
Writeback:           0 kB
Mapped:         140012 kB
Slab:            33752 kB
Committed_AS:   282156 kB
PageTables:       2088 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= 66388 MiB
End job on node22 at 2009-07-11 21:05:35