Trace number 1050813

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? 121.619 120.199

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-70-13-a3.xml
MD5SUM944163575f12720c687c0df864291e95
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.108983
Satisfiable
(Un)Satisfiability was proved
Number of variables91
Number of constraints3159
Maximum constraint arity3
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3159
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1050813-1215050797/watcher-1050813-1215050797 -o /tmp/evaluation-result-1050813-1215050797/solver-1050813-1215050797 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1050813-1215050797.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.04 2.07 4/80 31023
/proc/meminfo: memFree=1644152/2055920 swapFree=4181476/4192956
[pid=31023] ppid=31021 vsize=152 CPUtime=0
/proc/31023/stat : 31023 (java) R 31021 31023 27576 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1984049224 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 6890276 0 0 4096 0 0 0 0 17 0 0 0
/proc/31023/statm: 38 26 19 9 0 4 0

[startup+0.015479 s]
/proc/loadavg: 2.01 2.04 2.07 4/80 31023
/proc/meminfo: memFree=1644152/2055920 swapFree=4181476/4192956
[pid=31023] ppid=31021 vsize=796360 CPUtime=0
/proc/31023/stat : 31023 (java) S 31021 31023 27576 0 -1 0 1029 0 1 0 0 0 0 0 18 0 2 0 1984049224 815472640 771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31023/statm: 199090 784 389 9 0 196868 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 796360

[startup+0.10149 s]
/proc/loadavg: 2.01 2.04 2.07 4/80 31023
/proc/meminfo: memFree=1644152/2055920 swapFree=4181476/4192956
[pid=31023] ppid=31021 vsize=804756 CPUtime=0.08
/proc/31023/stat : 31023 (java) S 31021 31023 27576 0 -1 0 3215 0 1 0 6 2 0 0 18 0 12 0 1984049224 824070144 2946 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31023/statm: 201189 2949 1212 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301527 s]
/proc/loadavg: 2.01 2.04 2.07 4/80 31023
/proc/meminfo: memFree=1644152/2055920 swapFree=4181476/4192956
[pid=31023] ppid=31021 vsize=808508 CPUtime=0.34
/proc/31023/stat : 31023 (java) S 31021 31023 27576 0 -1 0 5211 0 1 0 30 4 0 0 18 0 12 0 1984049224 827912192 4543 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31023/statm: 202127 4543 1310 9 0 199496 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 808508

[startup+0.701599 s]
/proc/loadavg: 2.01 2.04 2.07 4/80 31023
/proc/meminfo: memFree=1644152/2055920 swapFree=4181476/4192956
[pid=31023] ppid=31021 vsize=808916 CPUtime=0.74
/proc/31023/stat : 31023 (java) S 31021 31023 27576 0 -1 0 6530 0 1 0 69 5 0 0 18 0 12 0 1984049224 828329984 5710 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31023/statm: 202229 5710 1335 9 0 199591 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 808916

[startup+1.50174 s]
/proc/loadavg: 2.01 2.04 2.07 3/92 31035
/proc/meminfo: memFree=1622744/2055920 swapFree=4181476/4192956
[pid=31023] ppid=31021 vsize=811684 CPUtime=1.54
/proc/31023/stat : 31023 (java) S 31021 31023 27576 0 -1 0 10232 0 1 0 146 8 0 0 18 0 12 0 1984049224 831164416 7889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31023/statm: 202921 7889 1363 9 0 200283 0
[pid=31023/tid=31025] ppid=31021 vsize=811684 CPUtime=0.76
/proc/31023/task/31025/stat : 31025 (java) R 31021 31023 27576 0 -1 64 5576 0 1 0 71 5 0 0 22 0 12 0 1984049225 831164416 7890 996147200 134512640 134550740 4294956032 18446744073709551615 104119558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31026] ppid=31021 vsize=811684 CPUtime=0
/proc/31023/task/31026/stat : 31026 (java) S 31021 31023 27576 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1984049226 831164416 7891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31027] ppid=31021 vsize=811684 CPUtime=0
/proc/31023/task/31027/stat : 31027 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1984049226 831164416 7891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31028] ppid=31021 vsize=811684 CPUtime=0
/proc/31023/task/31028/stat : 31028 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1984049228 831164416 7892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31029] ppid=31021 vsize=811684 CPUtime=0
/proc/31023/task/31029/stat : 31029 (java) S 31021 31023 27576 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1984049228 831164416 7892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31030] ppid=31021 vsize=811684 CPUtime=0
/proc/31023/task/31030/stat : 31030 (java) S 31021 31023 27576 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1984049228 831164416 7892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31031] ppid=31021 vsize=811684 CPUtime=0
/proc/31023/task/31031/stat : 31031 (java) S 31021 31023 27576 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984049232 831164416 7893 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31032] ppid=31021 vsize=811684 CPUtime=0.5
/proc/31023/task/31032/stat : 31032 (java) S 31021 31023 27576 0 -1 64 2843 0 0 0 49 1 0 0 16 0 12 0 1984049232 831164416 7893 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31033] ppid=31021 vsize=811684 CPUtime=0.25
/proc/31023/task/31033/stat : 31033 (java) S 31021 31023 27576 0 -1 64 1048 0 0 0 25 0 0 0 16 0 12 0 1984049232 831164416 7893 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31034] ppid=31021 vsize=811684 CPUtime=0
/proc/31023/task/31034/stat : 31034 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1984049232 831164416 7894 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31035] ppid=31021 vsize=811684 CPUtime=0
/proc/31023/task/31035/stat : 31035 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984049232 831164416 7894 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 811684

[startup+3.10204 s]
/proc/loadavg: 2.01 2.04 2.07 4/92 31035
/proc/meminfo: memFree=1596760/2055920 swapFree=4181476/4192956
[pid=31023] ppid=31021 vsize=821452 CPUtime=3.29
/proc/31023/stat : 31023 (java) S 31021 31023 27576 0 -1 0 24689 0 1 0 314 15 0 0 18 0 12 0 1984049224 841166848 17354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31023/statm: 205363 17354 1373 9 0 202725 0
[pid=31023/tid=31025] ppid=31021 vsize=821452 CPUtime=1.63
/proc/31023/task/31025/stat : 31025 (java) R 31021 31023 27576 0 -1 64 12547 0 1 0 154 9 0 0 25 0 12 0 1984049225 841166848 17354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31026] ppid=31021 vsize=821452 CPUtime=0
/proc/31023/task/31026/stat : 31026 (java) S 31021 31023 27576 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1984049226 841166848 17354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31027] ppid=31021 vsize=821452 CPUtime=0
/proc/31023/task/31027/stat : 31027 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1984049226 841166848 17354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31028] ppid=31021 vsize=821452 CPUtime=0
/proc/31023/task/31028/stat : 31028 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1984049228 841166848 17354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31029] ppid=31021 vsize=821452 CPUtime=0
/proc/31023/task/31029/stat : 31029 (java) S 31021 31023 27576 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1984049228 841166848 17354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31030] ppid=31021 vsize=821452 CPUtime=0
/proc/31023/task/31030/stat : 31030 (java) S 31021 31023 27576 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1984049228 841166848 17354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31031] ppid=31021 vsize=821452 CPUtime=0
/proc/31023/task/31031/stat : 31031 (java) S 31021 31023 27576 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984049232 841166848 17354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31032] ppid=31021 vsize=821452 CPUtime=1.14
/proc/31023/task/31032/stat : 31032 (java) S 31021 31023 27576 0 -1 64 8684 0 0 0 111 3 0 0 21 0 12 0 1984049232 841166848 17354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31033] ppid=31021 vsize=821452 CPUtime=0.49
/proc/31023/task/31033/stat : 31033 (java) R 31021 31023 27576 0 -1 64 2692 0 0 0 48 1 0 0 17 0 12 0 1984049232 841166848 17354 996147200 134512640 134550740 4294956032 18446744073709551615 103114806 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31034] ppid=31021 vsize=821452 CPUtime=0
/proc/31023/task/31034/stat : 31034 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1984049232 841166848 17354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31035] ppid=31021 vsize=821452 CPUtime=0
/proc/31023/task/31035/stat : 31035 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984049232 841166848 17354 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 821452

[startup+6.30162 s]
/proc/loadavg: 2.01 2.04 2.07 6/92 31035
/proc/meminfo: memFree=1533720/2055920 swapFree=4181476/4192956
[pid=31023] ppid=31021 vsize=821420 CPUtime=6.5
/proc/31023/stat : 31023 (java) S 31021 31023 27576 0 -1 0 39088 0 1 0 629 21 0 0 18 0 12 0 1984049224 841134080 31217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31023/statm: 205355 31217 1380 9 0 202717 0
[pid=31023/tid=31025] ppid=31021 vsize=821420 CPUtime=4.45
/proc/31023/task/31025/stat : 31025 (java) R 31021 31023 27576 0 -1 64 17551 0 1 0 433 12 0 0 25 0 12 0 1984049225 841134080 31217 996147200 134512640 134550740 4294956032 18446744073709551615 4109892483 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31026] ppid=31021 vsize=821420 CPUtime=0.1
/proc/31023/task/31026/stat : 31026 (java) S 31021 31023 27576 0 -1 64 5994 0 0 0 8 2 0 0 17 0 12 0 1984049226 841134080 31217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31027] ppid=31021 vsize=821420 CPUtime=0.07
/proc/31023/task/31027/stat : 31027 (java) S 31021 31023 27576 0 -1 64 3338 0 0 0 6 1 0 0 17 0 12 0 1984049226 841134080 31217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31028] ppid=31021 vsize=821420 CPUtime=0
/proc/31023/task/31028/stat : 31028 (java) S 31021 31023 27576 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1984049228 841134080 31217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31029] ppid=31021 vsize=821420 CPUtime=0
/proc/31023/task/31029/stat : 31029 (java) S 31021 31023 27576 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984049228 841134080 31217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31030] ppid=31021 vsize=821420 CPUtime=0
/proc/31023/task/31030/stat : 31030 (java) S 31021 31023 27576 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984049228 841134080 31217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31031] ppid=31021 vsize=821420 CPUtime=0
/proc/31023/task/31031/stat : 31031 (java) S 31021 31023 27576 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984049232 841134080 31217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31032] ppid=31021 vsize=821420 CPUtime=1.26
/proc/31023/task/31032/stat : 31032 (java) S 31021 31023 27576 0 -1 64 8687 0 0 0 123 3 0 0 16 0 12 0 1984049232 841134080 31217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31033] ppid=31021 vsize=821420 CPUtime=0.57
/proc/31023/task/31033/stat : 31033 (java) S 31021 31023 27576 0 -1 64 2697 0 0 0 56 1 0 0 16 0 12 0 1984049232 841134080 31217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31034] ppid=31021 vsize=821420 CPUtime=0
/proc/31023/task/31034/stat : 31034 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1984049232 841134080 31217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31035] ppid=31021 vsize=821420 CPUtime=0
/proc/31023/task/31035/stat : 31035 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984049232 841134080 31217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 821420

[startup+12.7028 s]
/proc/loadavg: 2.01 2.04 2.07 6/92 31035
/proc/meminfo: memFree=1464728/2055920 swapFree=4181476/4192956
[pid=31023] ppid=31021 vsize=821420 CPUtime=13
/proc/31023/stat : 31023 (java) S 31021 31023 27576 0 -1 0 56195 0 1 0 1271 29 0 0 18 0 12 0 1984049224 841134080 47475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31023/statm: 205355 47475 1383 9 0 202717 0
[pid=31023/tid=31025] ppid=31021 vsize=821420 CPUtime=9.47
/proc/31023/task/31025/stat : 31025 (java) R 31021 31023 27576 0 -1 64 17576 0 1 0 935 12 0 0 25 0 12 0 1984049225 841134080 47475 996147200 134512640 134550740 4294956032 18446744073709551615 4109626441 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31026] ppid=31021 vsize=821420 CPUtime=0.49
/proc/31023/task/31026/stat : 31026 (java) S 31021 31023 27576 0 -1 64 16102 0 0 0 43 6 0 0 16 0 12 0 1984049226 841134080 47475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31027] ppid=31021 vsize=821420 CPUtime=0.47
/proc/31023/task/31027/stat : 31027 (java) S 31021 31023 27576 0 -1 64 10264 0 0 0 43 4 0 0 16 0 12 0 1984049226 841134080 47475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31028] ppid=31021 vsize=821420 CPUtime=0
/proc/31023/task/31028/stat : 31028 (java) S 31021 31023 27576 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1984049228 841134080 47475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31029] ppid=31021 vsize=821420 CPUtime=0
/proc/31023/task/31029/stat : 31029 (java) S 31021 31023 27576 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984049228 841134080 47475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31030] ppid=31021 vsize=821420 CPUtime=0
/proc/31023/task/31030/stat : 31030 (java) S 31021 31023 27576 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984049228 841134080 47475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31031] ppid=31021 vsize=821420 CPUtime=0
/proc/31023/task/31031/stat : 31031 (java) S 31021 31023 27576 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984049232 841134080 47475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31032] ppid=31021 vsize=821420 CPUtime=1.58
/proc/31023/task/31032/stat : 31032 (java) S 31021 31023 27576 0 -1 64 8704 0 0 0 155 3 0 0 16 0 12 0 1984049232 841134080 47475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31033] ppid=31021 vsize=821420 CPUtime=0.92
/proc/31023/task/31033/stat : 31033 (java) S 31021 31023 27576 0 -1 64 2728 0 0 0 91 1 0 0 16 0 12 0 1984049232 841134080 47475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31034] ppid=31021 vsize=821420 CPUtime=0
/proc/31023/task/31034/stat : 31034 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1984049232 841134080 47475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31035] ppid=31021 vsize=821420 CPUtime=0
/proc/31023/task/31035/stat : 31035 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984049232 841134080 47475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13
Current children cumulated vsize (KiB) 821420

[startup+25.5011 s]
/proc/loadavg: 2.00 2.04 2.07 3/92 31035
/proc/meminfo: memFree=1386264/2055920 swapFree=4181476/4192956
[pid=31023] ppid=31021 vsize=821420 CPUtime=25.8
/proc/31023/stat : 31023 (java) S 31021 31023 27576 0 -1 0 74542 0 1 0 2544 36 0 0 18 0 12 0 1984049224 841134080 65756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31023/statm: 205355 65756 1389 9 0 202717 0
[pid=31023/tid=31025] ppid=31021 vsize=821420 CPUtime=20.85
/proc/31023/task/31025/stat : 31025 (java) R 31021 31023 27576 0 -1 64 17598 0 1 0 2073 12 0 0 25 0 12 0 1984049225 841134080 65756 996147200 134512640 134550740 4294956032 18446744073709551615 103352752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31026] ppid=31021 vsize=821420 CPUtime=0.81
/proc/31023/task/31026/stat : 31026 (java) S 31021 31023 27576 0 -1 64 25490 0 0 0 71 10 0 0 17 0 12 0 1984049226 841134080 65756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31027] ppid=31021 vsize=821420 CPUtime=0.8
/proc/31023/task/31027/stat : 31027 (java) S 31021 31023 27576 0 -1 64 19156 0 0 0 73 7 0 0 17 0 12 0 1984049226 841134080 65756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31028] ppid=31021 vsize=821420 CPUtime=0
/proc/31023/task/31028/stat : 31028 (java) S 31021 31023 27576 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 1984049228 841134080 65756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31029] ppid=31021 vsize=821420 CPUtime=0
/proc/31023/task/31029/stat : 31029 (java) S 31021 31023 27576 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984049228 841134080 65756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31030] ppid=31021 vsize=821420 CPUtime=0
/proc/31023/task/31030/stat : 31030 (java) S 31021 31023 27576 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984049228 841134080 65756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31031] ppid=31021 vsize=821420 CPUtime=0
/proc/31023/task/31031/stat : 31031 (java) S 31021 31023 27576 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984049232 841134080 65756 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=31023/tid=31035] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31035/stat : 31035 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.81
Current children cumulated vsize (KiB) 823984

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

[startup+108.702 s]
/proc/loadavg: 2.05 2.05 2.07 3/92 31035
/proc/meminfo: memFree=945376/2055920 swapFree=4181476/4192956
[pid=31023] ppid=31021 vsize=823984 CPUtime=110.17
/proc/31023/stat : 31023 (java) S 31021 31023 27576 0 -1 0 233092 0 1 0 10915 102 0 0 18 0 12 0 1984049224 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31023/statm: 205996 175698 1392 9 0 203358 0
[pid=31023/tid=31025] ppid=31021 vsize=823984 CPUtime=34.43
/proc/31023/task/31025/stat : 31025 (java) S 31021 31023 27576 0 -1 64 19203 0 1 0 3429 14 0 0 17 0 12 0 1984049225 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31026] ppid=31021 vsize=823984 CPUtime=5.62
/proc/31023/task/31026/stat : 31026 (java) S 31021 31023 27576 0 -1 64 88545 0 0 0 525 37 0 0 16 0 12 0 1984049226 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31027] ppid=31021 vsize=823984 CPUtime=5.11
/proc/31023/task/31027/stat : 31027 (java) S 31021 31023 27576 0 -1 64 64941 0 0 0 488 23 0 0 17 0 12 0 1984049226 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31028] ppid=31021 vsize=823984 CPUtime=61.69
/proc/31023/task/31028/stat : 31028 (java) R 31021 31023 27576 0 -1 64 48163 0 0 0 6148 21 0 0 25 0 12 0 1984049228 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 106736532 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31029] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31029/stat : 31029 (java) S 31021 31023 27576 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984049228 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31030] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31030/stat : 31030 (java) S 31021 31023 27576 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984049228 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31031] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31031/stat : 31031 (java) S 31021 31023 27576 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31032] ppid=31021 vsize=823984 CPUtime=1.92
/proc/31023/task/31032/stat : 31032 (java) S 31021 31023 27576 0 -1 64 8720 0 0 0 189 3 0 0 15 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31033] ppid=31021 vsize=823984 CPUtime=1.35
/proc/31023/task/31033/stat : 31033 (java) S 31021 31023 27576 0 -1 64 2756 0 0 0 134 1 0 0 15 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31034] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31034/stat : 31034 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31035] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31035/stat : 31035 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 110.17
Current children cumulated vsize (KiB) 823984

[startup+115.102 s]
/proc/loadavg: 2.04 2.05 2.07 3/92 31035
/proc/meminfo: memFree=945376/2055920 swapFree=4181476/4192956
[pid=31023] ppid=31021 vsize=823984 CPUtime=116.54
/proc/31023/stat : 31023 (java) S 31021 31023 27576 0 -1 0 233096 0 1 0 11552 102 0 0 18 0 12 0 1984049224 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31023/statm: 205996 175698 1392 9 0 203358 0
[pid=31023/tid=31025] ppid=31021 vsize=823984 CPUtime=34.43
/proc/31023/task/31025/stat : 31025 (java) S 31021 31023 27576 0 -1 64 19207 0 1 0 3429 14 0 0 16 0 12 0 1984049225 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31026] ppid=31021 vsize=823984 CPUtime=5.62
/proc/31023/task/31026/stat : 31026 (java) S 31021 31023 27576 0 -1 64 88545 0 0 0 525 37 0 0 16 0 12 0 1984049226 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31027] ppid=31021 vsize=823984 CPUtime=5.11
/proc/31023/task/31027/stat : 31027 (java) S 31021 31023 27576 0 -1 64 64941 0 0 0 488 23 0 0 17 0 12 0 1984049226 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31028] ppid=31021 vsize=823984 CPUtime=68.05
/proc/31023/task/31028/stat : 31028 (java) R 31021 31023 27576 0 -1 64 48163 0 0 0 6784 21 0 0 25 0 12 0 1984049228 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 105677324 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31029] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31029/stat : 31029 (java) S 31021 31023 27576 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984049228 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31030] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31030/stat : 31030 (java) S 31021 31023 27576 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984049228 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31031] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31031/stat : 31031 (java) S 31021 31023 27576 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31032] ppid=31021 vsize=823984 CPUtime=1.92
/proc/31023/task/31032/stat : 31032 (java) S 31021 31023 27576 0 -1 64 8720 0 0 0 189 3 0 0 15 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31033] ppid=31021 vsize=823984 CPUtime=1.35
/proc/31023/task/31033/stat : 31033 (java) S 31021 31023 27576 0 -1 64 2756 0 0 0 134 1 0 0 15 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31034] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31034/stat : 31034 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31035] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31035/stat : 31035 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 116.54
Current children cumulated vsize (KiB) 823984

[startup+118.301 s]
/proc/loadavg: 2.04 2.05 2.07 3/92 31035
/proc/meminfo: memFree=945376/2055920 swapFree=4181476/4192956
[pid=31023] ppid=31021 vsize=823984 CPUtime=119.72
/proc/31023/stat : 31023 (java) S 31021 31023 27576 0 -1 0 233097 0 1 0 11870 102 0 0 18 0 12 0 1984049224 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31023/statm: 205996 175698 1392 9 0 203358 0
[pid=31023/tid=31025] ppid=31021 vsize=823984 CPUtime=34.43
/proc/31023/task/31025/stat : 31025 (java) S 31021 31023 27576 0 -1 64 19208 0 1 0 3429 14 0 0 17 0 12 0 1984049225 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31026] ppid=31021 vsize=823984 CPUtime=5.62
/proc/31023/task/31026/stat : 31026 (java) S 31021 31023 27576 0 -1 64 88545 0 0 0 525 37 0 0 16 0 12 0 1984049226 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31027] ppid=31021 vsize=823984 CPUtime=5.11
/proc/31023/task/31027/stat : 31027 (java) S 31021 31023 27576 0 -1 64 64941 0 0 0 488 23 0 0 17 0 12 0 1984049226 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31028] ppid=31021 vsize=823984 CPUtime=71.24
/proc/31023/task/31028/stat : 31028 (java) R 31021 31023 27576 0 -1 64 48163 0 0 0 7103 21 0 0 25 0 12 0 1984049228 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 106122394 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31029] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31029/stat : 31029 (java) S 31021 31023 27576 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984049228 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31030] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31030/stat : 31030 (java) S 31021 31023 27576 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984049228 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31031] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31031/stat : 31031 (java) S 31021 31023 27576 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31032] ppid=31021 vsize=823984 CPUtime=1.92
/proc/31023/task/31032/stat : 31032 (java) S 31021 31023 27576 0 -1 64 8720 0 0 0 189 3 0 0 15 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31033] ppid=31021 vsize=823984 CPUtime=1.35
/proc/31023/task/31033/stat : 31033 (java) S 31021 31023 27576 0 -1 64 2756 0 0 0 134 1 0 0 15 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31034] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31034/stat : 31034 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31035] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31035/stat : 31035 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 119.72
Current children cumulated vsize (KiB) 823984

[startup+119.102 s]
/proc/loadavg: 2.04 2.05 2.07 3/92 31035
/proc/meminfo: memFree=945376/2055920 swapFree=4181476/4192956
[pid=31023] ppid=31021 vsize=823984 CPUtime=120.52
/proc/31023/stat : 31023 (java) S 31021 31023 27576 0 -1 0 233097 0 1 0 11950 102 0 0 18 0 12 0 1984049224 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31023/statm: 205996 175698 1392 9 0 203358 0
[pid=31023/tid=31025] ppid=31021 vsize=823984 CPUtime=34.43
/proc/31023/task/31025/stat : 31025 (java) S 31021 31023 27576 0 -1 64 19208 0 1 0 3429 14 0 0 17 0 12 0 1984049225 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31026] ppid=31021 vsize=823984 CPUtime=5.62
/proc/31023/task/31026/stat : 31026 (java) S 31021 31023 27576 0 -1 64 88545 0 0 0 525 37 0 0 16 0 12 0 1984049226 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31027] ppid=31021 vsize=823984 CPUtime=5.11
/proc/31023/task/31027/stat : 31027 (java) S 31021 31023 27576 0 -1 64 64941 0 0 0 488 23 0 0 17 0 12 0 1984049226 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31028] ppid=31021 vsize=823984 CPUtime=72.03
/proc/31023/task/31028/stat : 31028 (java) R 31021 31023 27576 0 -1 64 48163 0 0 0 7182 21 0 0 25 0 12 0 1984049228 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 106736464 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31029] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31029/stat : 31029 (java) S 31021 31023 27576 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984049228 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31030] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31030/stat : 31030 (java) S 31021 31023 27576 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984049228 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31031] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31031/stat : 31031 (java) S 31021 31023 27576 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31032] ppid=31021 vsize=823984 CPUtime=1.92
/proc/31023/task/31032/stat : 31032 (java) S 31021 31023 27576 0 -1 64 8720 0 0 0 189 3 0 0 15 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31033] ppid=31021 vsize=823984 CPUtime=1.35
/proc/31023/task/31033/stat : 31033 (java) S 31021 31023 27576 0 -1 64 2756 0 0 0 134 1 0 0 15 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31034] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31034/stat : 31034 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31035] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31035/stat : 31035 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 120.52
Current children cumulated vsize (KiB) 823984

[startup+119.907 s]
/proc/loadavg: 2.04 2.05 2.07 3/92 31035
/proc/meminfo: memFree=945376/2055920 swapFree=4181476/4192956
[pid=31023] ppid=31021 vsize=823984 CPUtime=121.32
/proc/31023/stat : 31023 (java) S 31021 31023 27576 0 -1 0 233097 0 1 0 12030 102 0 0 18 0 12 0 1984049224 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31023/statm: 205996 175698 1392 9 0 203358 0
[pid=31023/tid=31025] ppid=31021 vsize=823984 CPUtime=34.43
/proc/31023/task/31025/stat : 31025 (java) S 31021 31023 27576 0 -1 64 19208 0 1 0 3429 14 0 0 17 0 12 0 1984049225 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31026] ppid=31021 vsize=823984 CPUtime=5.62
/proc/31023/task/31026/stat : 31026 (java) S 31021 31023 27576 0 -1 64 88545 0 0 0 525 37 0 0 16 0 12 0 1984049226 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31027] ppid=31021 vsize=823984 CPUtime=5.11
/proc/31023/task/31027/stat : 31027 (java) S 31021 31023 27576 0 -1 64 64941 0 0 0 488 23 0 0 17 0 12 0 1984049226 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31028] ppid=31021 vsize=823984 CPUtime=72.83
/proc/31023/task/31028/stat : 31028 (java) R 31021 31023 27576 0 -1 64 48163 0 0 0 7262 21 0 0 25 0 12 0 1984049228 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31029] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31029/stat : 31029 (java) S 31021 31023 27576 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984049228 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31023/tid=31030] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31030/stat : 31030 (java) S 31021 31023 27576 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984049228 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31031] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31031/stat : 31031 (java) S 31021 31023 27576 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31032] ppid=31021 vsize=823984 CPUtime=1.92
/proc/31023/task/31032/stat : 31032 (java) S 31021 31023 27576 0 -1 64 8720 0 0 0 189 3 0 0 15 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31033] ppid=31021 vsize=823984 CPUtime=1.35
/proc/31023/task/31033/stat : 31033 (java) S 31021 31023 27576 0 -1 64 2756 0 0 0 134 1 0 0 15 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31034] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31034/stat : 31034 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31023/tid=31035] ppid=31021 vsize=823984 CPUtime=0
/proc/31023/task/31035/stat : 31035 (java) S 31021 31023 27576 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984049232 843759616 175698 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 121.32
Current children cumulated vsize (KiB) 823984

[startup+120.102 s]
/proc/loadavg: 2.04 2.05 2.07 3/92 31035
/proc/meminfo: memFree=945376/2055920 swapFree=4181476/4192956
[pid=31023] ppid=31021 vsize=0 CPUtime=121.52
/proc/31023/stat : 31023 (java) Z 31021 31023 27576 0 -1 12 233109 0 1 0 12048 104 0 0 16 0 2 0 1984049224 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31023/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 121.52
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 120.199
CPU time (s): 121.619
CPU user time (s): 120.481
CPU system time (s): 1.13783
CPU usage (%): 101.181
Max. virtual memory (cumulated for all children) (KiB): 871992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 120.481
system time used= 1.13783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233109
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3993
involuntary context switches= 4276

runsolver used 0.145977 second user time and 0.419936 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-03 04:06:37
IDJOB=1050813
IDBENCH=55379
IDSOLVER=344
FILE ID=node67/1050813-1215050797
PBS_JOBID= 7875042
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 944163575f12720c687c0df864291e95
RANDOM SEED=254695315

node67.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.281
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.281
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:       1644632 kB
Buffers:         43396 kB
Cached:         199536 kB
SwapCached:       5336 kB
Active:         240660 kB
Inactive:       105988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644632 kB
SwapTotal:     4192956 kB
SwapFree:      4181476 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:         119944 kB
Slab:            49536 kB
Committed_AS:  4777208 kB
PageTables:       2008 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= 66536 MiB
End job on node67 at 2008-07-03 04:08:37