Trace number 1057672

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? 1125.97 1129.01

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-33.xml
MD5SUM900c1faf1b63451a04d7782d7fb55e71
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.074988
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity23
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data (download as text)

0.23/0.46	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.23/0.46	c This is free software under the dual EPL/GNU LGPL licenses.
0.23/0.46	c See www.sat4j.org for details.
0.23/0.46	c That software uses the Rhino library from the Mozilla project.
0.32/0.51	c version 9.9.9.token
0.32/0.51	c sun.arch.data.model	32
0.32/0.51	c java.version	1.6.0_06
0.32/0.51	c os.name	Linux
0.32/0.51	c os.version	2.6.9-22.EL.rootsmp
0.32/0.51	c os.arch	i386
0.32/0.51	c Free memory 669864272
0.32/0.51	c Max memory 672137216
0.32/0.51	c Total memory 672137216
0.32/0.51	c Number of processors 2
0.32/0.55	c c --- Begin Solver configuration ---
0.32/0.55	c Stops conflict analysis at the first Unique Implication Point
0.32/0.55	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.32/0.55	c Learn all clauses as in MiniSAT
0.32/0.55	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.55	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.32/0.55	c Expensive reason simplification
0.32/0.55	c MiniSAT restarts strategy
0.32/0.55	c timeout=2147483s
0.32/0.55	c DB Simplification allowed=false
0.32/0.55	c --- End Solver configuration ---
0.32/0.55	c solving HOME/instance-1057672-1215111396.xml
0.32/0.55	c reading problem ... 
0.60/0.83	c reading problem named null
0.60/0.83	c reading domains done.
0.60/0.84	c reading variables done.
0.60/0.89	c reading predicates  done.
1.09/1.35	c reading constraints
1120.11/1123.15	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1120.11/1123.15		at org.mozilla.javascript.gen.c16._c0(rhino.log:1)
1120.11/1123.15		at org.mozilla.javascript.gen.c16.call(rhino.log)
1120.11/1123.15		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
1120.11/1123.15		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
1120.11/1123.15		at org.mozilla.javascript.gen.c16.call(rhino.log)
1120.11/1123.15		at org.mozilla.javascript.gen.c16.exec(rhino.log)
1120.11/1123.15		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
1120.11/1123.15		at org.sat4j.csp.Predicate.find(Predicate.java:129)
1120.11/1123.15		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1120.11/1123.15		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1120.11/1123.15		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1120.11/1123.15		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1120.11/1123.15		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1120.11/1123.15		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1120.11/1123.15		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1120.11/1123.15		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1120.11/1123.15		at org.sat4j.csp.Predicate.find(Predicate.java:139)
1120.11/1123.15		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
1120.11/1123.15		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
1120.11/1123.15		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
1120.11/1123.15		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
1120.11/1123.15		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
1120.11/1123.15		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
1120.11/1123.15		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
1120.11/1123.15		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
1120.11/1123.15		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
1120.11/1123.15		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
1120.11/1123.15		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1120.11/1123.15		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1120.11/1123.15		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
1120.11/1123.15		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
1120.11/1123.15		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
1125.58/1128.63	c starts		: 0
1125.58/1128.63	c conflicts		: 0
1125.58/1128.63	c decisions		: 0
1125.58/1128.63	c propagations		: 0
1125.58/1128.63	c inspects		: 0
1125.58/1128.63	c learnt literals	: 0
1125.58/1128.63	c learnt binary clauses	: 0
1125.58/1128.63	c learnt ternary clauses	: 0
1125.58/1128.63	c learnt clauses	: 0
1125.58/1128.63	c ignored clauses	: 0
1125.58/1128.63	c root simplifications	: 0
1125.58/1128.63	c removed literals (reason simplification)	: 0
1125.58/1128.63	c reason swapping (by a shorter reason)	: 0
1125.58/1128.63	c Calls to reduceDB	: 0
1125.58/1128.63	c speed (assignments/second)	: 0.0
1125.58/1128.63	c non guided choices	0
1125.58/1128.63	s UNKNOWN
1125.58/1128.63	c Total wall clock time (in seconds) : 1122.6

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-1057672-1215111396/watcher-1057672-1215111396 -o /tmp/evaluation-result-1057672-1215111396/solver-1057672-1215111396 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057672-1215111396.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: 3.15 2.56 2.17 4/84 12109
/proc/meminfo: memFree=1921528/2055920 swapFree=4180096/4192956
[pid=12109] ppid=12107 vsize=18572 CPUtime=0
/proc/12109/stat : 12109 (runsolver) D 12107 12109 11785 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1990114187 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/12109/statm: 4643 292 257 25 0 2626 0

[startup+0.053658 s]
/proc/loadavg: 3.15 2.56 2.17 4/84 12109
/proc/meminfo: memFree=1921528/2055920 swapFree=4180096/4192956
[pid=12109] ppid=12107 vsize=13012 CPUtime=0.01
/proc/12109/stat : 12109 (java) D 12107 12109 11785 0 -1 0 386 0 17 0 0 1 0 0 18 0 1 0 1990114187 13324288 204 996147200 134512640 134550740 4294956032 18446744073709551615 7177002 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/12109/statm: 3253 204 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.101642 s]
/proc/loadavg: 3.15 2.56 2.17 4/84 12109
/proc/meminfo: memFree=1921528/2055920 swapFree=4180096/4192956
[pid=12109] ppid=12107 vsize=13496 CPUtime=0.01
/proc/12109/stat : 12109 (java) S 12107 12109 11785 0 -1 0 812 0 35 0 0 1 0 0 18 0 2 0 1990114187 13819904 613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12109/statm: 3374 613 277 9 0 1247 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13496

[startup+0.301583 s]
/proc/loadavg: 3.15 2.56 2.17 4/84 12109
/proc/meminfo: memFree=1921528/2055920 swapFree=4180096/4192956
[pid=12109] ppid=12107 vsize=806008 CPUtime=0.14
/proc/12109/stat : 12109 (java) S 12107 12109 11785 0 -1 0 3588 0 36 0 11 3 0 0 18 0 12 0 1990114187 825352192 3354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12109/statm: 201502 3354 1278 9 0 198871 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 806008

[startup+0.70148 s]
/proc/loadavg: 3.15 2.56 2.17 4/84 12109
/proc/meminfo: memFree=1921528/2055920 swapFree=4180096/4192956
[pid=12109] ppid=12107 vsize=808244 CPUtime=0.5
/proc/12109/stat : 12109 (java) S 12107 12109 11785 0 -1 0 5915 0 37 0 45 5 0 0 18 0 12 0 1990114187 827641856 5133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12109/statm: 202061 5133 1322 9 0 199423 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 808244

[startup+1.50127 s]
/proc/loadavg: 3.15 2.56 2.17 3/96 12121
/proc/meminfo: memFree=1895000/2055920 swapFree=4180096/4192956
[pid=12109] ppid=12107 vsize=808244 CPUtime=1.3
/proc/12109/stat : 12109 (java) S 12107 12109 11785 0 -1 0 7542 0 37 0 123 7 0 0 18 0 12 0 1990114187 827641856 6718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12109/statm: 202061 6718 1353 9 0 199423 0
[pid=12109/tid=12111] ppid=12107 vsize=808244 CPUtime=0.77
/proc/12109/task/12111/stat : 12111 (java) R 12107 12109 11785 0 -1 64 5035 0 2 0 73 4 0 0 25 0 12 0 1990114196 827641856 6718 996147200 134512640 134550740 4294956032 18446744073709551615 4109147589 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12112] ppid=12107 vsize=808244 CPUtime=0
/proc/12109/task/12112/stat : 12112 (java) S 12107 12109 11785 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 1990114205 827641856 6718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12113] ppid=12107 vsize=808244 CPUtime=0
/proc/12109/task/12113/stat : 12113 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1990114205 827641856 6718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12114] ppid=12107 vsize=808244 CPUtime=0
/proc/12109/task/12114/stat : 12114 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990114206 827641856 6718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12115] ppid=12107 vsize=808244 CPUtime=0
/proc/12109/task/12115/stat : 12115 (java) S 12107 12109 11785 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 1990114207 827641856 6718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12116] ppid=12107 vsize=808244 CPUtime=0
/proc/12109/task/12116/stat : 12116 (java) S 12107 12109 11785 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 1990114207 827641856 6718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12117] ppid=12107 vsize=808244 CPUtime=0
/proc/12109/task/12117/stat : 12117 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1990114212 827641856 6718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12118] ppid=12107 vsize=808244 CPUtime=0.16
/proc/12109/task/12118/stat : 12118 (java) S 12107 12109 11785 0 -1 64 399 0 0 0 16 0 0 0 16 0 12 0 1990114212 827641856 6718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12119] ppid=12107 vsize=808244 CPUtime=0.33
/proc/12109/task/12119/stat : 12119 (java) S 12107 12109 11785 0 -1 64 1378 0 0 0 33 0 0 0 16 0 12 0 1990114212 827641856 6719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12120] ppid=12107 vsize=808244 CPUtime=0
/proc/12109/task/12120/stat : 12120 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1990114212 827641856 6719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12121] ppid=12107 vsize=808244 CPUtime=0
/proc/12109/task/12121/stat : 12121 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990114212 827641856 6719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 808244

[startup+3.10289 s]
/proc/loadavg: 3.05 2.55 2.17 3/96 12121
/proc/meminfo: memFree=1884504/2055920 swapFree=4180096/4192956
[pid=12109] ppid=12107 vsize=814784 CPUtime=2.9
/proc/12109/stat : 12109 (java) S 12107 12109 11785 0 -1 0 14956 0 37 0 280 10 0 0 18 0 12 0 1990114187 834338816 11108 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12109/statm: 203696 11109 1380 9 0 201058 0
[pid=12109/tid=12111] ppid=12107 vsize=814784 CPUtime=1.25
/proc/12109/task/12111/stat : 12111 (java) R 12107 12109 11785 0 -1 64 7660 0 2 0 119 6 0 0 25 0 12 0 1990114196 834338816 11109 996147200 134512640 134550740 4294956032 18446744073709551615 104119558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12112] ppid=12107 vsize=814784 CPUtime=0
/proc/12109/task/12112/stat : 12112 (java) S 12107 12109 11785 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 1990114205 834338816 11109 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12113] ppid=12107 vsize=814784 CPUtime=0
/proc/12109/task/12113/stat : 12113 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1990114205 834338816 11109 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12114] ppid=12107 vsize=814784 CPUtime=0
/proc/12109/task/12114/stat : 12114 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990114206 834338816 11110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12115] ppid=12107 vsize=814784 CPUtime=0
/proc/12109/task/12115/stat : 12115 (java) S 12107 12109 11785 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 1990114207 834338816 11110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12116] ppid=12107 vsize=814784 CPUtime=0
/proc/12109/task/12116/stat : 12116 (java) S 12107 12109 11785 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 1990114207 834338816 11110 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12117] ppid=12107 vsize=814784 CPUtime=0
/proc/12109/task/12117/stat : 12117 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1990114212 834338816 11111 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12118] ppid=12107 vsize=814784 CPUtime=0.74
/proc/12109/task/12118/stat : 12118 (java) S 12107 12109 11785 0 -1 64 4077 0 0 0 73 1 0 0 16 0 12 0 1990114212 834338816 11111 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12119] ppid=12107 vsize=814784 CPUtime=0.87
/proc/12109/task/12119/stat : 12119 (java) S 12107 12109 11785 0 -1 64 2490 0 0 0 86 1 0 0 16 0 12 0 1990114212 834338816 11111 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12120] ppid=12107 vsize=814784 CPUtime=0
/proc/12109/task/12120/stat : 12120 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1990114212 834338816 11111 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12121] ppid=12107 vsize=814784 CPUtime=0
/proc/12109/task/12121/stat : 12121 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990114212 834338816 11112 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 814784

[startup+6.30206 s]
/proc/loadavg: 3.05 2.55 2.17 4/96 12121
/proc/meminfo: memFree=1827416/2055920 swapFree=4180096/4192956
[pid=12109] ppid=12107 vsize=814912 CPUtime=6.12
/proc/12109/stat : 12109 (java) S 12107 12109 11785 0 -1 0 32158 0 37 0 594 18 0 0 18 0 12 0 1990114187 834469888 25424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12109/statm: 203728 25424 1386 9 0 201090 0
[pid=12109/tid=12111] ppid=12107 vsize=814912 CPUtime=3.4
/proc/12109/task/12111/stat : 12111 (java) R 12107 12109 11785 0 -1 64 17280 0 2 0 330 10 0 0 25 0 12 0 1990114196 834469888 25424 996147200 134512640 134550740 4294956032 18446744073709551615 4109188354 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12112] ppid=12107 vsize=814912 CPUtime=0.08
/proc/12109/task/12112/stat : 12112 (java) S 12107 12109 11785 0 -1 64 2050 0 0 0 8 0 0 0 17 0 12 0 1990114205 834469888 25424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12113] ppid=12107 vsize=814912 CPUtime=0.08
/proc/12109/task/12113/stat : 12113 (java) S 12107 12109 11785 0 -1 64 2485 0 0 0 7 1 0 0 17 0 12 0 1990114205 834469888 25424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12114] ppid=12107 vsize=814912 CPUtime=0
/proc/12109/task/12114/stat : 12114 (java) S 12107 12109 11785 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 1990114206 834469888 25424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12115] ppid=12107 vsize=814912 CPUtime=0
/proc/12109/task/12115/stat : 12115 (java) S 12107 12109 11785 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1990114207 834469888 25424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12116] ppid=12107 vsize=814912 CPUtime=0
/proc/12109/task/12116/stat : 12116 (java) S 12107 12109 11785 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1990114207 834469888 25424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12117] ppid=12107 vsize=814912 CPUtime=0
/proc/12109/task/12117/stat : 12117 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1990114212 834469888 25424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12118] ppid=12107 vsize=814912 CPUtime=1.17
/proc/12109/task/12118/stat : 12118 (java) S 12107 12109 11785 0 -1 64 5675 0 0 0 115 2 0 0 17 0 12 0 1990114212 834469888 25424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12119] ppid=12107 vsize=814912 CPUtime=1.33
/proc/12109/task/12119/stat : 12119 (java) S 12107 12109 11785 0 -1 64 3886 0 0 0 132 1 0 0 16 0 12 0 1990114212 834469888 25424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12120] ppid=12107 vsize=814912 CPUtime=0
/proc/12109/task/12120/stat : 12120 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1990114212 834469888 25424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12121] ppid=12107 vsize=814912 CPUtime=0
/proc/12109/task/12121/stat : 12121 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990114212 834469888 25424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 814912

[startup+12.7024 s]
/proc/loadavg: 2.97 2.55 2.17 3/96 12121
/proc/meminfo: memFree=1781592/2055920 swapFree=4180096/4192956
[pid=12109] ppid=12107 vsize=820040 CPUtime=12.71
/proc/12109/stat : 12109 (java) S 12107 12109 11785 0 -1 0 47155 0 37 0 1247 24 0 0 18 0 12 0 1990114187 839720960 36621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12109/statm: 205010 36621 1386 9 0 202372 0
[pid=12109/tid=12111] ppid=12107 vsize=820040 CPUtime=7.95
/proc/12109/task/12111/stat : 12111 (java) R 12107 12109 11785 0 -1 64 17291 0 2 0 785 10 0 0 25 0 12 0 1990114196 839720960 36621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12112] ppid=12107 vsize=820040 CPUtime=0.63
/proc/12109/task/12112/stat : 12112 (java) R 12107 12109 11785 0 -1 64 7223 0 0 0 61 2 0 0 16 0 12 0 1990114205 839720960 36621 996147200 134512640 134550740 4294956032 18446744073709551615 106160151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12113] ppid=12107 vsize=820040 CPUtime=0.68
/proc/12109/task/12113/stat : 12113 (java) R 12107 12109 11785 0 -1 64 9551 0 0 0 63 5 0 0 16 0 12 0 1990114205 839720960 36621 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12114] ppid=12107 vsize=820040 CPUtime=0
/proc/12109/task/12114/stat : 12114 (java) S 12107 12109 11785 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1990114206 839720960 36621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12115] ppid=12107 vsize=820040 CPUtime=0
/proc/12109/task/12115/stat : 12115 (java) S 12107 12109 11785 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1990114207 839720960 36621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12116] ppid=12107 vsize=820040 CPUtime=0
/proc/12109/task/12116/stat : 12116 (java) S 12107 12109 11785 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1990114207 839720960 36621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12117] ppid=12107 vsize=820040 CPUtime=0
/proc/12109/task/12117/stat : 12117 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1990114212 839720960 36621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12118] ppid=12107 vsize=820040 CPUtime=1.18
/proc/12109/task/12118/stat : 12118 (java) S 12107 12109 11785 0 -1 64 5675 0 0 0 116 2 0 0 16 0 12 0 1990114212 839720960 36621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12119] ppid=12107 vsize=820040 CPUtime=2.2
/proc/12109/task/12119/stat : 12119 (java) S 12107 12109 11785 0 -1 64 6632 0 0 0 218 2 0 0 20 0 12 0 1990114212 839720960 36621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12120] ppid=12107 vsize=820040 CPUtime=0
/proc/12109/task/12120/stat : 12120 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1990114212 839720960 36621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12121] ppid=12107 vsize=820040 CPUtime=0
/proc/12109/task/12121/stat : 12121 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990114212 839720960 36621 996147200 134512640 134550740 4294956032 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) 820040

[startup+25.501 s]
/proc/loadavg: 2.90 2.55 2.17 3/96 12121
/proc/meminfo: memFree=1704856/2055920 swapFree=4180096/4192956
[pid=12109] ppid=12107 vsize=824368 CPUtime=25.4
/proc/12109/stat : 12109 (java) S 12107 12109 11785 0 -1 0 67248 0 37 0 2508 32 0 0 18 0 12 0 1990114187 844152832 53654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12109/statm: 206092 53654 1386 9 0 203454 0
[pid=12109/tid=12111] ppid=12107 vsize=824368 CPUtime=17.82
/proc/12109/task/12111/stat : 12111 (java) R 12107 12109 11785 0 -1 64 17314 0 2 0 1772 10 0 0 25 0 12 0 1990114196 844152832 53654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12112] ppid=12107 vsize=824368 CPUtime=1.24
/proc/12109/task/12112/stat : 12112 (java) R 12107 12109 11785 0 -1 64 15171 0 0 0 119 5 0 0 17 0 12 0 1990114205 844152832 53654 996147200 134512640 134550740 4294956032 18446744073709551615 106158174 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12113] ppid=12107 vsize=824368 CPUtime=1.32
/proc/12109/task/12113/stat : 12113 (java) R 12107 12109 11785 0 -1 64 17456 0 0 0 124 8 0 0 16 0 12 0 1990114205 844152832 53654 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12114] ppid=12107 vsize=824368 CPUtime=0
/proc/12109/task/12114/stat : 12114 (java) S 12107 12109 11785 0 -1 64 56 0 0 0 0 0 0 0 15 0 12 0 1990114206 844152832 53654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12115] ppid=12107 vsize=824368 CPUtime=0
/proc/12109/task/12115/stat : 12115 (java) S 12107 12109 11785 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1990114207 844152832 53654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12116] ppid=12107 vsize=824368 CPUtime=0
/proc/12109/task/12116/stat : 12116 (java) S 12107 12109 11785 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1990114207 844152832 53654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12117] ppid=12107 vsize=824368 CPUtime=0
/proc/12109/task/12117/stat : 12117 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1990114212 844152832 53654 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=12109/tid=12112] ppid=12107 vsize=824832 CPUtime=9.85
/proc/12109/task/12112/stat : 12112 (java) S 12107 12109 11785 0 -1 64 72295 0 0 0 957 28 0 0 15 0 12 0 1990114205 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12113] ppid=12107 vsize=824832 CPUtime=9.91
/proc/12109/task/12113/stat : 12113 (java) S 12107 12109 11785 0 -1 64 84137 0 0 0 956 35 0 0 16 0 12 0 1990114205 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12114] ppid=12107 vsize=824832 CPUtime=968.81
/proc/12109/task/12114/stat : 12114 (java) R 12107 12109 11785 0 -1 64 517438 0 0 0 96647 234 0 0 25 0 12 0 1990114206 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 106123325 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12115] ppid=12107 vsize=824832 CPUtime=0
/proc/12109/task/12115/stat : 12115 (java) S 12107 12109 11785 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990114207 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12116] ppid=12107 vsize=824832 CPUtime=0
/proc/12109/task/12116/stat : 12116 (java) S 12107 12109 11785 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1990114207 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12117] ppid=12107 vsize=824832 CPUtime=0
/proc/12109/task/12117/stat : 12117 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1990114212 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12118] ppid=12107 vsize=824832 CPUtime=3.9
/proc/12109/task/12118/stat : 12118 (java) S 12107 12109 11785 0 -1 64 12853 0 0 0 384 6 0 0 16 0 12 0 1990114212 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12119] ppid=12107 vsize=824832 CPUtime=4.32
/proc/12109/task/12119/stat : 12119 (java) S 12107 12109 11785 0 -1 64 10586 0 0 0 428 4 0 0 16 0 12 0 1990114212 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12120] ppid=12107 vsize=824832 CPUtime=0
/proc/12109/task/12120/stat : 12120 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1990114212 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12121] ppid=12107 vsize=824832 CPUtime=0
/proc/12109/task/12121/stat : 12121 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990114212 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1119.31
Current children cumulated vsize (KiB) 824832

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

[startup+1123.11 s]
/proc/loadavg: 2.04 2.05 2.09 3/96 12127
/proc/meminfo: memFree=1210584/2055920 swapFree=4180096/4192956
[pid=12109] ppid=12107 vsize=824832 CPUtime=1120.11
/proc/12109/stat : 12109 (java) S 12107 12109 11785 0 -1 0 715720 0 37 0 111689 322 0 0 18 0 12 0 1990114187 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12109/statm: 206208 176293 1390 9 0 203570 0
[pid=12109/tid=12111] ppid=12107 vsize=824832 CPUtime=122.45
/proc/12109/task/12111/stat : 12111 (java) S 12107 12109 11785 0 -1 64 17684 0 2 0 12234 11 0 0 16 0 12 0 1990114196 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12112] ppid=12107 vsize=824832 CPUtime=9.85
/proc/12109/task/12112/stat : 12112 (java) S 12107 12109 11785 0 -1 64 72295 0 0 0 957 28 0 0 15 0 12 0 1990114205 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12113] ppid=12107 vsize=824832 CPUtime=9.91
/proc/12109/task/12113/stat : 12113 (java) S 12107 12109 11785 0 -1 64 84137 0 0 0 956 35 0 0 16 0 12 0 1990114205 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12114] ppid=12107 vsize=824832 CPUtime=969.61
/proc/12109/task/12114/stat : 12114 (java) R 12107 12109 11785 0 -1 64 517438 0 0 0 96727 234 0 0 25 0 12 0 1990114206 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 106123786 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12115] ppid=12107 vsize=824832 CPUtime=0
/proc/12109/task/12115/stat : 12115 (java) S 12107 12109 11785 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990114207 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12116] ppid=12107 vsize=824832 CPUtime=0
/proc/12109/task/12116/stat : 12116 (java) S 12107 12109 11785 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 1990114207 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12117] ppid=12107 vsize=824832 CPUtime=0
/proc/12109/task/12117/stat : 12117 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1990114212 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12118] ppid=12107 vsize=824832 CPUtime=3.9
/proc/12109/task/12118/stat : 12118 (java) S 12107 12109 11785 0 -1 64 12853 0 0 0 384 6 0 0 16 0 12 0 1990114212 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12119] ppid=12107 vsize=824832 CPUtime=4.32
/proc/12109/task/12119/stat : 12119 (java) S 12107 12109 11785 0 -1 64 10586 0 0 0 428 4 0 0 16 0 12 0 1990114212 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12120] ppid=12107 vsize=824832 CPUtime=0
/proc/12109/task/12120/stat : 12120 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1990114212 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12121] ppid=12107 vsize=824832 CPUtime=0
/proc/12109/task/12121/stat : 12121 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990114212 844627968 176293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1120.11
Current children cumulated vsize (KiB) 824832

[startup+1126.3 s]
/proc/loadavg: 2.12 2.07 2.09 3/97 12128
/proc/meminfo: memFree=1210576/2055920 swapFree=4180096/4192956
[pid=12109] ppid=12107 vsize=825156 CPUtime=1123.29
/proc/12109/stat : 12109 (java) S 12107 12109 11785 0 -1 0 716730 0 37 0 112007 322 0 0 18 0 13 0 1990114187 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12109/statm: 206289 176299 1390 9 0 203651 0
[pid=12109/tid=12111] ppid=12107 vsize=825156 CPUtime=122.45
/proc/12109/task/12111/stat : 12111 (java) S 12107 12109 11785 0 -1 64 17687 0 2 0 12234 11 0 0 16 0 13 0 1990114196 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12112] ppid=12107 vsize=825156 CPUtime=9.85
/proc/12109/task/12112/stat : 12112 (java) S 12107 12109 11785 0 -1 64 72295 0 0 0 957 28 0 0 15 0 13 0 1990114205 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12113] ppid=12107 vsize=825156 CPUtime=9.91
/proc/12109/task/12113/stat : 12113 (java) S 12107 12109 11785 0 -1 64 84137 0 0 0 956 35 0 0 16 0 13 0 1990114205 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12114] ppid=12107 vsize=825156 CPUtime=972.79
/proc/12109/task/12114/stat : 12114 (java) R 12107 12109 11785 0 -1 64 518440 0 0 0 97045 234 0 0 25 0 13 0 1990114206 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12115] ppid=12107 vsize=825156 CPUtime=0
/proc/12109/task/12115/stat : 12115 (java) S 12107 12109 11785 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1990114207 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12116] ppid=12107 vsize=825156 CPUtime=0
/proc/12109/task/12116/stat : 12116 (java) S 12107 12109 11785 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1990114207 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12117] ppid=12107 vsize=825156 CPUtime=0
/proc/12109/task/12117/stat : 12117 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1990114212 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12118] ppid=12107 vsize=825156 CPUtime=3.9
/proc/12109/task/12118/stat : 12118 (java) S 12107 12109 11785 0 -1 64 12853 0 0 0 384 6 0 0 16 0 13 0 1990114212 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12119] ppid=12107 vsize=825156 CPUtime=4.32
/proc/12109/task/12119/stat : 12119 (java) S 12107 12109 11785 0 -1 64 10586 0 0 0 428 4 0 0 16 0 13 0 1990114212 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12120] ppid=12107 vsize=825156 CPUtime=0
/proc/12109/task/12120/stat : 12120 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1990114212 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12121] ppid=12107 vsize=825156 CPUtime=0
/proc/12109/task/12121/stat : 12121 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990114212 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12128] ppid=12107 vsize=825156 CPUtime=0
/proc/12109/task/12128/stat : 12128 (java) S 12107 12109 11785 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1990226503 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.29
Current children cumulated vsize (KiB) 825156

[startup+1127.9 s]
/proc/loadavg: 2.12 2.07 2.09 3/97 12128
/proc/meminfo: memFree=1210576/2055920 swapFree=4180096/4192956
[pid=12109] ppid=12107 vsize=825156 CPUtime=1124.88
/proc/12109/stat : 12109 (java) S 12107 12109 11785 0 -1 0 716730 0 37 0 112166 322 0 0 18 0 13 0 1990114187 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12109/statm: 206289 176299 1390 9 0 203651 0
[pid=12109/tid=12111] ppid=12107 vsize=825156 CPUtime=122.45
/proc/12109/task/12111/stat : 12111 (java) S 12107 12109 11785 0 -1 64 17687 0 2 0 12234 11 0 0 16 0 13 0 1990114196 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12112] ppid=12107 vsize=825156 CPUtime=9.85
/proc/12109/task/12112/stat : 12112 (java) S 12107 12109 11785 0 -1 64 72295 0 0 0 957 28 0 0 15 0 13 0 1990114205 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12113] ppid=12107 vsize=825156 CPUtime=9.91
/proc/12109/task/12113/stat : 12113 (java) S 12107 12109 11785 0 -1 64 84137 0 0 0 956 35 0 0 16 0 13 0 1990114205 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12114] ppid=12107 vsize=825156 CPUtime=974.38
/proc/12109/task/12114/stat : 12114 (java) R 12107 12109 11785 0 -1 64 518440 0 0 0 97204 234 0 0 25 0 13 0 1990114206 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 104136424 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12115] ppid=12107 vsize=825156 CPUtime=0
/proc/12109/task/12115/stat : 12115 (java) S 12107 12109 11785 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1990114207 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12116] ppid=12107 vsize=825156 CPUtime=0
/proc/12109/task/12116/stat : 12116 (java) S 12107 12109 11785 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1990114207 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12117] ppid=12107 vsize=825156 CPUtime=0
/proc/12109/task/12117/stat : 12117 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 1990114212 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12118] ppid=12107 vsize=825156 CPUtime=3.9
/proc/12109/task/12118/stat : 12118 (java) S 12107 12109 11785 0 -1 64 12853 0 0 0 384 6 0 0 16 0 13 0 1990114212 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12119] ppid=12107 vsize=825156 CPUtime=4.32
/proc/12109/task/12119/stat : 12119 (java) S 12107 12109 11785 0 -1 64 10586 0 0 0 428 4 0 0 16 0 13 0 1990114212 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12120] ppid=12107 vsize=825156 CPUtime=0
/proc/12109/task/12120/stat : 12120 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1990114212 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12121] ppid=12107 vsize=825156 CPUtime=0
/proc/12109/task/12121/stat : 12121 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1990114212 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12128] ppid=12107 vsize=825156 CPUtime=0
/proc/12109/task/12128/stat : 12128 (java) S 12107 12109 11785 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1990226503 844959744 176299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1124.88
Current children cumulated vsize (KiB) 825156

[startup+1128.7 s]
/proc/loadavg: 2.12 2.07 2.09 3/97 12128
/proc/meminfo: memFree=1210576/2055920 swapFree=4180096/4192956
[pid=12109] ppid=12107 vsize=823152 CPUtime=1125.67
/proc/12109/stat : 12109 (java) S 12107 12109 11785 0 -1 0 716732 0 37 0 112245 322 0 0 18 0 12 0 1990114187 842907648 175799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12109/statm: 205788 175799 1391 9 0 203150 0
[pid=12109/tid=12111] ppid=12107 vsize=823152 CPUtime=122.45
/proc/12109/task/12111/stat : 12111 (java) S 12107 12109 11785 0 -1 64 17687 0 2 0 12234 11 0 0 16 0 12 0 1990114196 842907648 175799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12112] ppid=12107 vsize=823152 CPUtime=9.85
/proc/12109/task/12112/stat : 12112 (java) S 12107 12109 11785 0 -1 64 72295 0 0 0 957 28 0 0 15 0 12 0 1990114205 842907648 175799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12113] ppid=12107 vsize=823152 CPUtime=9.91
/proc/12109/task/12113/stat : 12113 (java) S 12107 12109 11785 0 -1 64 84137 0 0 0 956 35 0 0 16 0 12 0 1990114205 842907648 175799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12114] ppid=12107 vsize=823152 CPUtime=975.17
/proc/12109/task/12114/stat : 12114 (java) R 12107 12109 11785 0 -1 64 518440 0 0 0 97283 234 0 0 25 0 12 0 1990114206 842907648 175799 996147200 134512640 134550740 4294956032 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12115] ppid=12107 vsize=823152 CPUtime=0
/proc/12109/task/12115/stat : 12115 (java) S 12107 12109 11785 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990114207 842907648 175799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12116] ppid=12107 vsize=823152 CPUtime=0
/proc/12109/task/12116/stat : 12116 (java) S 12107 12109 11785 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990114207 842907648 175799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12117] ppid=12107 vsize=823152 CPUtime=0
/proc/12109/task/12117/stat : 12117 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1990114212 842907648 175799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12118] ppid=12107 vsize=823152 CPUtime=3.9
/proc/12109/task/12118/stat : 12118 (java) S 12107 12109 11785 0 -1 64 12853 0 0 0 384 6 0 0 16 0 12 0 1990114212 842907648 175799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12119] ppid=12107 vsize=823152 CPUtime=4.32
/proc/12109/task/12119/stat : 12119 (java) S 12107 12109 11785 0 -1 64 10586 0 0 0 428 4 0 0 16 0 12 0 1990114212 842907648 175799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12109/tid=12120] ppid=12107 vsize=823152 CPUtime=0
/proc/12109/task/12120/stat : 12120 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 1990114212 842907648 175799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12109/tid=12121] ppid=12107 vsize=823152 CPUtime=0
/proc/12109/task/12121/stat : 12121 (java) S 12107 12109 11785 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990114212 842907648 175799 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1125.67
Current children cumulated vsize (KiB) 823152

[startup+1128.9 s]
/proc/loadavg: 2.12 2.07 2.09 3/97 12128
/proc/meminfo: memFree=1210576/2055920 swapFree=4180096/4192956
[pid=12109] ppid=12107 vsize=0 CPUtime=1125.85
/proc/12109/stat : 12109 (java) Z 12107 12109 11785 0 -1 12 716737 0 37 0 112262 323 0 0 16 0 2 0 1990114187 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12109/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1125.85
Current children cumulated vsize (KiB) 0

[startup+1129 s]
/proc/loadavg: 2.12 2.07 2.09 3/97 12128
/proc/meminfo: memFree=1210576/2055920 swapFree=4180096/4192956
[pid=12109] ppid=12107 vsize=0 CPUtime=1125.95
/proc/12109/stat : 12109 (java) Z 12107 12109 11785 0 -1 12 716737 0 37 0 112262 333 0 0 16 0 2 0 1990114187 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12109/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1125.95
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1129.01
CPU time (s): 1125.97
CPU user time (s): 1122.63
CPU system time (s): 3.33849
CPU usage (%): 99.7306
Max. virtual memory (cumulated for all children) (KiB): 870836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1122.63
system time used= 3.33849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 716737
page faults= 37
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25200
involuntary context switches= 45490

runsolver used 1.53677 second user time and 3.60745 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-03 20:56:36
IDJOB=1057672
IDBENCH=54063
IDSOLVER=344
FILE ID=node16/1057672-1215111396
PBS_JOBID= 7877172
Free space on /tmp= 66532 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-33.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-1057672-1215111396/watcher-1057672-1215111396 -o /tmp/evaluation-result-1057672-1215111396/solver-1057672-1215111396 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057672-1215111396.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 900c1faf1b63451a04d7782d7fb55e71
RANDOM SEED=674388505

node16.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.213
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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1922200 kB
Buffers:          2832 kB
Cached:          36216 kB
SwapCached:       6648 kB
Active:          75608 kB
Inactive:         3116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1922200 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:          56956 kB
Slab:            39920 kB
Committed_AS:  3429380 kB
PageTables:       2028 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node16 at 2008-07-03 21:15:25