Trace number 1083441

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
galac E? (problem) 60.6658 61.2308

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-29.xml
MD5SUM10f4f3b19356da36a48ebac0d3244087
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1553
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
60.44/61.08	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
60.44/61.08		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
60.44/61.08		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:163)
60.44/61.08		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
60.44/61.08		at base.Problem.endConstraint(Problem.java:510)
60.44/61.08		at sat4j.Constraint.endElement(Constraint.java:37)
60.44/61.08		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
60.44/61.08		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
60.44/61.08		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
60.44/61.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
60.44/61.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
60.44/61.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
60.44/61.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
60.44/61.08		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
60.44/61.08		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
60.44/61.08		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
60.44/61.08		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
60.44/61.08		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
60.44/61.08		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
60.44/61.08		at base.Run.main(Run.java:171)

Verifier Data (download as text)

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

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-1083441-1215228183/watcher-1083441-1215228183 -o /tmp/evaluation-result-1083441-1215228183/solver-1083441-1215228183 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1083441-1215228183.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: 1.99 1.97 1.99 4/72 9723
/proc/meminfo: memFree=1644728/2055920 swapFree=4180584/4192956
[pid=9723] ppid=9721 vsize=8652 CPUtime=0
/proc/9723/stat : 9723 (galacE.sh) S 9721 9723 9075 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 2001768050 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9723/statm: 2163 280 208 79 0 156 0
[pid=9724] ppid=9723 vsize=8688 CPUtime=0
/proc/9724/stat : 9724 (galacE.sh) S 9723 9723 9075 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 2001768050 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 231882850386 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/9724/statm: 2172 286 209 79 0 165 0
[pid=9725] ppid=9724 vsize=8728 CPUtime=0
/proc/9725/stat : 9725 (galacE.sh) R 9724 9723 9075 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 2001768050 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 231882681639 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/9725/statm: 2182 290 209 79 0 175 0

[startup+0.0756251 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 9723
/proc/meminfo: memFree=1644728/2055920 swapFree=4180584/4192956
[pid=9723] ppid=9721 vsize=47572 CPUtime=0.01
/proc/9723/stat : 9723 (galacE.sh) S 9721 9723 9075 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001768050 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9723/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.102154 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 9723
/proc/meminfo: memFree=1644728/2055920 swapFree=4180584/4192956
[pid=9723] ppid=9721 vsize=47572 CPUtime=0.01
/proc/9723/stat : 9723 (galacE.sh) S 9721 9723 9075 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001768050 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9723/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.302183 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 9723
/proc/meminfo: memFree=1644728/2055920 swapFree=4180584/4192956
[pid=9723] ppid=9721 vsize=47572 CPUtime=0.01
/proc/9723/stat : 9723 (galacE.sh) S 9721 9723 9075 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001768050 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9723/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.702226 s]
/proc/loadavg: 1.99 1.97 1.99 4/72 9723
/proc/meminfo: memFree=1644728/2055920 swapFree=4180584/4192956
[pid=9723] ppid=9721 vsize=47572 CPUtime=0.01
/proc/9723/stat : 9723 (galacE.sh) S 9721 9723 9075 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001768050 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9723/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50232 s]
/proc/loadavg: 2.07 1.99 1.99 4/82 9745
/proc/meminfo: memFree=1617128/2055920 swapFree=4180584/4192956
[pid=9723] ppid=9721 vsize=47572 CPUtime=0.01
/proc/9723/stat : 9723 (galacE.sh) S 9721 9723 9075 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001768050 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9723/statm: 11893 364 245 79 0 219 0
[pid=9737] ppid=9723 vsize=812580 CPUtime=1.44
/proc/9737/stat : 9737 (java) S 9723 9723 9075 0 -1 0 19820 0 1 0 133 11 0 0 18 0 9 0 2001768053 832081920 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 203145 19056 2584 9 0 197178 0
[pid=9737/tid=9738] ppid=9723 vsize=812580 CPUtime=1.18
/proc/9737/task/9738/stat : 9738 (java) R 9723 9723 9075 0 -1 64 13622 0 1 0 110 8 0 0 25 0 9 0 2001768054 832081920 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4126911205 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9739] ppid=9723 vsize=812580 CPUtime=0.06
/proc/9737/task/9739/stat : 9739 (java) S 9723 9723 9075 0 -1 64 4703 0 0 0 5 1 0 0 17 0 9 0 2001768056 832081920 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9740] ppid=9723 vsize=812580 CPUtime=0
/proc/9737/task/9740/stat : 9740 (java) S 9723 9723 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001768056 832081920 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9741] ppid=9723 vsize=812580 CPUtime=0
/proc/9737/task/9741/stat : 9741 (java) S 9723 9723 9075 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001768056 832081920 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9723 vsize=812580 CPUtime=0
/proc/9737/task/9742/stat : 9742 (java) S 9723 9723 9075 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001768058 832081920 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9743] ppid=9723 vsize=812580 CPUtime=0.17
/proc/9737/task/9743/stat : 9743 (java) S 9723 9723 9075 0 -1 64 795 0 0 0 17 0 0 0 16 0 9 0 2001768058 832081920 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9744] ppid=9723 vsize=812580 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001768058 832081920 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9745] ppid=9723 vsize=812580 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001768058 832081920 19056 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860152

[startup+3.1015 s]
/proc/loadavg: 2.07 1.99 1.99 3/82 9745
/proc/meminfo: memFree=1527912/2055920 swapFree=4180584/4192956
[pid=9723] ppid=9721 vsize=47572 CPUtime=0.01
/proc/9723/stat : 9723 (galacE.sh) S 9721 9723 9075 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001768050 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9723/statm: 11893 364 245 79 0 219 0
[pid=9737] ppid=9723 vsize=815140 CPUtime=3.03
/proc/9737/stat : 9737 (java) S 9723 9723 9075 0 -1 0 44654 0 1 0 278 25 0 0 18 0 9 0 2001768053 834703360 43888 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 203785 43888 2588 9 0 197818 0
[pid=9737/tid=9738] ppid=9723 vsize=815140 CPUtime=2.06
/proc/9737/task/9738/stat : 9738 (java) R 9723 9723 9075 0 -1 64 15207 0 1 0 197 9 0 0 25 0 9 0 2001768054 834703360 43888 996147200 134512640 134550740 4294955600 18446744073709551615 4126877942 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9739] ppid=9723 vsize=815140 CPUtime=0.76
/proc/9737/task/9739/stat : 9739 (java) S 9723 9723 9075 0 -1 64 27950 0 0 0 62 14 0 0 19 0 9 0 2001768056 834703360 43888 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9740] ppid=9723 vsize=815140 CPUtime=0
/proc/9737/task/9740/stat : 9740 (java) S 9723 9723 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001768056 834703360 43888 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9741] ppid=9723 vsize=815140 CPUtime=0
/proc/9737/task/9741/stat : 9741 (java) S 9723 9723 9075 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001768056 834703360 43888 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9723 vsize=815140 CPUtime=0
/proc/9737/task/9742/stat : 9742 (java) S 9723 9723 9075 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001768058 834703360 43888 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9743] ppid=9723 vsize=815140 CPUtime=0.18
/proc/9737/task/9743/stat : 9743 (java) S 9723 9723 9075 0 -1 64 797 0 0 0 18 0 0 0 16 0 9 0 2001768058 834703360 43888 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9744] ppid=9723 vsize=815140 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001768058 834703360 43888 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9745] ppid=9723 vsize=815140 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001768058 834703360 43888 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 862712

[startup+6.30188 s]
/proc/loadavg: 2.15 2.00 2.00 3/82 9745
/proc/meminfo: memFree=1405352/2055920 swapFree=4180584/4192956
[pid=9723] ppid=9721 vsize=47572 CPUtime=0.01
/proc/9723/stat : 9723 (galacE.sh) S 9721 9723 9075 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001768050 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9723/statm: 11893 364 245 79 0 219 0
[pid=9737] ppid=9723 vsize=815268 CPUtime=6.21
/proc/9737/stat : 9737 (java) S 9723 9723 9075 0 -1 0 62761 0 1 0 586 35 0 0 18 0 9 0 2001768053 834834432 61983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 203817 61983 2592 9 0 197850 0
[pid=9737/tid=9738] ppid=9723 vsize=815268 CPUtime=4.67
/proc/9737/task/9738/stat : 9738 (java) R 9723 9723 9075 0 -1 64 15234 0 1 0 458 9 0 0 25 0 9 0 2001768054 834834432 61983 996147200 134512640 134550740 4294955600 18446744073709551615 4126901580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9739] ppid=9723 vsize=815268 CPUtime=1.32
/proc/9737/task/9739/stat : 9739 (java) S 9723 9723 9075 0 -1 64 46024 0 0 0 108 24 0 0 18 0 9 0 2001768056 834834432 61983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9740] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9740/stat : 9740 (java) S 9723 9723 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001768056 834834432 61983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9741] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9741/stat : 9741 (java) S 9723 9723 9075 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001768056 834834432 61983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9742/stat : 9742 (java) S 9723 9723 9075 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001768058 834834432 61983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9743] ppid=9723 vsize=815268 CPUtime=0.19
/proc/9737/task/9743/stat : 9743 (java) S 9723 9723 9075 0 -1 64 803 0 0 0 19 0 0 0 16 0 9 0 2001768058 834834432 61983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9744] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001768058 834834432 61983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9745] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001768058 834834432 61983 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 862840

[startup+12.7016 s]
/proc/loadavg: 2.14 2.00 2.00 4/82 9745
/proc/meminfo: memFree=1280688/2055920 swapFree=4180584/4192956
[pid=9723] ppid=9721 vsize=47572 CPUtime=0.01
/proc/9723/stat : 9723 (galacE.sh) S 9721 9723 9075 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001768050 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9723/statm: 11893 364 245 79 0 219 0
[pid=9737] ppid=9723 vsize=815268 CPUtime=12.54
/proc/9737/stat : 9737 (java) S 9723 9723 9075 0 -1 0 95567 0 1 0 1202 52 0 0 18 0 9 0 2001768053 834834432 94784 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 203817 94784 2592 9 0 197850 0
[pid=9737/tid=9738] ppid=9723 vsize=815268 CPUtime=10
/proc/9737/task/9738/stat : 9738 (java) R 9723 9723 9075 0 -1 64 15239 0 1 0 991 9 0 0 25 0 9 0 2001768054 834834432 94784 996147200 134512640 134550740 4294955600 18446744073709551615 4126877980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9739] ppid=9723 vsize=815268 CPUtime=2.31
/proc/9737/task/9739/stat : 9739 (java) S 9723 9723 9075 0 -1 64 78818 0 0 0 190 41 0 0 17 0 9 0 2001768056 834834432 94784 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9740] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9740/stat : 9740 (java) S 9723 9723 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001768056 834834432 94784 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9741] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9741/stat : 9741 (java) S 9723 9723 9075 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001768056 834834432 94784 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9742/stat : 9742 (java) S 9723 9723 9075 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001768058 834834432 94784 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9743] ppid=9723 vsize=815268 CPUtime=0.2
/proc/9737/task/9743/stat : 9743 (java) S 9723 9723 9075 0 -1 64 810 0 0 0 20 0 0 0 16 0 9 0 2001768058 834834432 94784 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9744] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001768058 834834432 94784 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9745] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001768058 834834432 94784 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 862840

[startup+25.5022 s]
/proc/loadavg: 2.11 2.00 2.00 3/82 9745
/proc/meminfo: memFree=1113328/2055920 swapFree=4180584/4192956
[pid=9723] ppid=9721 vsize=47572 CPUtime=0.01
/proc/9723/stat : 9723 (galacE.sh) S 9721 9723 9075 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001768050 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9723/statm: 11893 364 245 79 0 219 0
[pid=9737] ppid=9723 vsize=815268 CPUtime=25.24
/proc/9737/stat : 9737 (java) S 9723 9723 9075 0 -1 0 135632 0 1 0 2450 74 0 0 18 0 9 0 2001768053 834834432 134835 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 203817 134835 2591 9 0 197850 0
[pid=9737/tid=9738] ppid=9723 vsize=815268 CPUtime=19.67
/proc/9737/task/9738/stat : 9738 (java) R 9723 9723 9075 0 -1 64 15267 0 1 0 1958 9 0 0 25 0 9 0 2001768054 834834432 134835 996147200 134512640 134550740 4294955600 18446744073709551615 4126880568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9739] ppid=9723 vsize=815268 CPUtime=5.32
/proc/9737/task/9739/stat : 9739 (java) S 9723 9723 9075 0 -1 64 118848 0 0 0 469 63 0 0 16 0 9 0 2001768056 834834432 134835 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9740] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9740/stat : 9740 (java) S 9723 9723 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001768056 834834432 134835 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9741] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9741/stat : 9741 (java) S 9723 9723 9075 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001768056 834834432 134835 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9742/stat : 9742 (java) S 9723 9723 9075 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001768058 834834432 134835 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9743] ppid=9723 vsize=815268 CPUtime=0.21
/proc/9737/task/9743/stat : 9743 (java) S 9723 9723 9075 0 -1 64 817 0 0 0 21 0 0 0 17 0 9 0 2001768058 834834432 134835 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9744] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001768058 834834432 134835 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9745] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001768058 834834432 134835 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25

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

[pid=9737/tid=9739] ppid=9723 vsize=819272 CPUtime=17.57
/proc/9737/task/9739/stat : 9739 (java) R 9723 9723 9075 0 -1 64 170908 0 0 0 1665 92 0 0 25 0 9 0 2001768056 838934528 186402 996147200 134512640 134550740 4294955600 18446744073709551615 104180096 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9740] ppid=9723 vsize=819272 CPUtime=0
/proc/9737/task/9740/stat : 9740 (java) S 9723 9723 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001768056 838934528 186402 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9741] ppid=9723 vsize=819272 CPUtime=0
/proc/9737/task/9741/stat : 9741 (java) S 9723 9723 9075 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001768056 838934528 186402 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9723 vsize=819272 CPUtime=0
/proc/9737/task/9742/stat : 9742 (java) S 9723 9723 9075 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001768058 838934528 186402 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9743] ppid=9723 vsize=819272 CPUtime=0.23
/proc/9737/task/9743/stat : 9743 (java) S 9723 9723 9075 0 -1 64 825 0 0 0 23 0 0 0 16 0 9 0 2001768058 838934528 186402 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9744] ppid=9723 vsize=819272 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001768058 838934528 186402 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9745] ppid=9723 vsize=819272 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001768058 838934528 186402 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 866844

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

[startup+57.5029 s]
/proc/loadavg: 2.12 2.02 2.00 3/82 9745
/proc/meminfo: memFree=901744/2055920 swapFree=4180584/4192956
[pid=9723] ppid=9721 vsize=47572 CPUtime=0.01
/proc/9723/stat : 9723 (galacE.sh) S 9721 9723 9075 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001768050 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9723/statm: 11893 364 245 79 0 219 0
[pid=9737] ppid=9723 vsize=823272 CPUtime=56.96
/proc/9737/stat : 9737 (java) S 9723 9723 9075 0 -1 0 192895 0 1 0 5589 107 0 0 18 0 9 0 2001768053 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 205818 187575 2591 9 0 199851 0
[pid=9737/tid=9738] ppid=9723 vsize=823272 CPUtime=32.95
/proc/9737/task/9738/stat : 9738 (java) S 9723 9723 9075 0 -1 64 15457 0 1 0 3286 9 0 0 18 0 9 0 2001768054 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9739] ppid=9723 vsize=823272 CPUtime=23.75
/proc/9737/task/9739/stat : 9739 (java) R 9723 9723 9075 0 -1 64 175913 0 0 0 2279 96 0 0 25 0 9 0 2001768056 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9740] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9740/stat : 9740 (java) S 9723 9723 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001768056 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9741] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9741/stat : 9741 (java) S 9723 9723 9075 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001768056 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9742/stat : 9742 (java) S 9723 9723 9075 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001768058 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9743] ppid=9723 vsize=823272 CPUtime=0.23
/proc/9737/task/9743/stat : 9743 (java) S 9723 9723 9075 0 -1 64 825 0 0 0 23 0 0 0 16 0 9 0 2001768058 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9744] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001768058 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9745] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001768058 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.97
Current children cumulated vsize (KiB) 870844

[startup+59.1021 s]
/proc/loadavg: 2.12 2.02 2.00 3/82 9745
/proc/meminfo: memFree=901744/2055920 swapFree=4180584/4192956
[pid=9723] ppid=9721 vsize=47572 CPUtime=0.01
/proc/9723/stat : 9723 (galacE.sh) S 9721 9723 9075 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001768050 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9723/statm: 11893 364 245 79 0 219 0
[pid=9737] ppid=9723 vsize=823272 CPUtime=58.55
/proc/9737/stat : 9737 (java) S 9723 9723 9075 0 -1 0 196398 0 1 0 5746 109 0 0 18 0 9 0 2001768053 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 205818 187575 2591 9 0 199851 0
[pid=9737/tid=9738] ppid=9723 vsize=823272 CPUtime=32.95
/proc/9737/task/9738/stat : 9738 (java) S 9723 9723 9075 0 -1 64 15457 0 1 0 3286 9 0 0 18 0 9 0 2001768054 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9739] ppid=9723 vsize=823272 CPUtime=25.34
/proc/9737/task/9739/stat : 9739 (java) R 9723 9723 9075 0 -1 64 179416 0 0 0 2436 98 0 0 25 0 9 0 2001768056 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9740] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9740/stat : 9740 (java) S 9723 9723 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001768056 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9741] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9741/stat : 9741 (java) S 9723 9723 9075 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001768056 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9742/stat : 9742 (java) S 9723 9723 9075 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001768058 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9743] ppid=9723 vsize=823272 CPUtime=0.23
/proc/9737/task/9743/stat : 9743 (java) S 9723 9723 9075 0 -1 64 825 0 0 0 23 0 0 0 16 0 9 0 2001768058 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9744] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001768058 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9745] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001768058 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 58.56
Current children cumulated vsize (KiB) 870844

[startup+59.9022 s]
/proc/loadavg: 2.12 2.02 2.00 3/82 9745
/proc/meminfo: memFree=901744/2055920 swapFree=4180584/4192956
[pid=9723] ppid=9721 vsize=47572 CPUtime=0.01
/proc/9723/stat : 9723 (galacE.sh) S 9721 9723 9075 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001768050 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9723/statm: 11893 364 245 79 0 219 0
[pid=9737] ppid=9723 vsize=823272 CPUtime=59.34
/proc/9737/stat : 9737 (java) S 9723 9723 9075 0 -1 0 196398 0 1 0 5825 109 0 0 18 0 9 0 2001768053 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 205818 187575 2591 9 0 199851 0
[pid=9737/tid=9738] ppid=9723 vsize=823272 CPUtime=32.95
/proc/9737/task/9738/stat : 9738 (java) S 9723 9723 9075 0 -1 64 15457 0 1 0 3286 9 0 0 18 0 9 0 2001768054 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9739] ppid=9723 vsize=823272 CPUtime=26.13
/proc/9737/task/9739/stat : 9739 (java) R 9723 9723 9075 0 -1 64 179416 0 0 0 2515 98 0 0 25 0 9 0 2001768056 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9740] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9740/stat : 9740 (java) S 9723 9723 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001768056 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9741] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9741/stat : 9741 (java) S 9723 9723 9075 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001768056 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9742/stat : 9742 (java) S 9723 9723 9075 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001768058 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9743] ppid=9723 vsize=823272 CPUtime=0.23
/proc/9737/task/9743/stat : 9743 (java) S 9723 9723 9075 0 -1 64 825 0 0 0 23 0 0 0 16 0 9 0 2001768058 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9744] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001768058 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9745] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001768058 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 59.35
Current children cumulated vsize (KiB) 870844

[startup+60.7023 s]
/proc/loadavg: 2.11 2.02 2.00 3/82 9745
/proc/meminfo: memFree=901808/2055920 swapFree=4180584/4192956
[pid=9723] ppid=9721 vsize=47572 CPUtime=0.01
/proc/9723/stat : 9723 (galacE.sh) S 9721 9723 9075 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001768050 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9723/statm: 11893 364 245 79 0 219 0
[pid=9737] ppid=9723 vsize=823272 CPUtime=60.13
/proc/9737/stat : 9737 (java) S 9723 9723 9075 0 -1 0 196398 0 1 0 5904 109 0 0 18 0 9 0 2001768053 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 205818 187575 2591 9 0 199851 0
[pid=9737/tid=9738] ppid=9723 vsize=823272 CPUtime=32.95
/proc/9737/task/9738/stat : 9738 (java) S 9723 9723 9075 0 -1 64 15457 0 1 0 3286 9 0 0 18 0 9 0 2001768054 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9739] ppid=9723 vsize=823272 CPUtime=26.92
/proc/9737/task/9739/stat : 9739 (java) R 9723 9723 9075 0 -1 64 179416 0 0 0 2594 98 0 0 25 0 9 0 2001768056 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9740] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9740/stat : 9740 (java) S 9723 9723 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001768056 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9741] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9741/stat : 9741 (java) S 9723 9723 9075 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001768056 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9742/stat : 9742 (java) S 9723 9723 9075 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001768058 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9743] ppid=9723 vsize=823272 CPUtime=0.23
/proc/9737/task/9743/stat : 9743 (java) S 9723 9723 9075 0 -1 64 825 0 0 0 23 0 0 0 16 0 9 0 2001768058 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9744] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001768058 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9745] ppid=9723 vsize=823272 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001768058 843030528 187575 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.14
Current children cumulated vsize (KiB) 870844

[startup+61.1024 s]
/proc/loadavg: 2.11 2.02 2.00 3/82 9745
/proc/meminfo: memFree=901808/2055920 swapFree=4180584/4192956
[pid=9723] ppid=9721 vsize=47572 CPUtime=0.01
/proc/9723/stat : 9723 (galacE.sh) S 9721 9723 9075 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001768050 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9723/statm: 11893 364 245 79 0 219 0
[pid=9737] ppid=9723 vsize=815268 CPUtime=60.51
/proc/9737/stat : 9737 (java) S 9723 9723 9075 0 -1 0 196407 0 1 0 5942 109 0 0 18 0 9 0 2001768053 834834432 185578 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 203817 185578 2591 9 0 197850 0
[pid=9737/tid=9738] ppid=9723 vsize=815268 CPUtime=32.95
/proc/9737/task/9738/stat : 9738 (java) S 9723 9723 9075 0 -1 64 15466 0 1 0 3286 9 0 0 17 0 9 0 2001768054 834834432 185578 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9739] ppid=9723 vsize=815268 CPUtime=27.3
/proc/9737/task/9739/stat : 9739 (java) S 9723 9723 9075 0 -1 64 179416 0 0 0 2632 98 0 0 25 0 9 0 2001768056 834834432 185578 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9740] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9740/stat : 9740 (java) S 9723 9723 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001768056 834834432 185578 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9741] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9741/stat : 9741 (java) S 9723 9723 9075 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001768056 834834432 185578 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9742] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9742/stat : 9742 (java) S 9723 9723 9075 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001768058 834834432 185578 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9743] ppid=9723 vsize=815268 CPUtime=0.23
/proc/9737/task/9743/stat : 9743 (java) S 9723 9723 9075 0 -1 64 825 0 0 0 23 0 0 0 16 0 9 0 2001768058 834834432 185578 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9744] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9744/stat : 9744 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001768058 834834432 185578 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9737/tid=9745] ppid=9723 vsize=815268 CPUtime=0
/proc/9737/task/9745/stat : 9745 (java) S 9723 9723 9075 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001768058 834834432 185578 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.52
Current children cumulated vsize (KiB) 862840

[startup+61.2026 s]
/proc/loadavg: 2.11 2.02 2.00 3/82 9745
/proc/meminfo: memFree=901808/2055920 swapFree=4180584/4192956
[pid=9723] ppid=9721 vsize=47572 CPUtime=0.01
/proc/9723/stat : 9723 (galacE.sh) S 9721 9723 9075 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2001768050 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9723/statm: 11893 364 245 79 0 219 0
[pid=9737] ppid=9723 vsize=0 CPUtime=60.6
/proc/9737/stat : 9737 (java) Z 9723 9723 9075 0 -1 12 196412 0 1 0 5942 118 0 0 16 0 2 0 2001768053 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9737/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 60.61
Current children cumulated vsize (KiB) 47572

Child status: 0
Real time (s): 61.2308
CPU time (s): 60.6658
CPU user time (s): 59.432
CPU system time (s): 1.23381
CPU usage (%): 99.0772
Max. virtual memory (cumulated for all children) (KiB): 870844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.432
system time used= 1.23381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198896
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= 2266
involuntary context switches= 2337

runsolver used 0.067989 second user time and 0.219966 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-05 05:23:03
IDJOB=1083441
IDBENCH=57475
IDSOLVER=351
FILE ID=node75/1083441-1215228183
PBS_JOBID= 7881855
Free space on /tmp= 66556 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-29.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083441-1215228183/watcher-1083441-1215228183 -o /tmp/evaluation-result-1083441-1215228183/solver-1083441-1215228183 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1083441-1215228183.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 10f4f3b19356da36a48ebac0d3244087
RANDOM SEED=1572403645

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1645208 kB
Buffers:         67536 kB
Cached:         206236 kB
SwapCached:       6320 kB
Active:         218852 kB
Inactive:       127032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645208 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            4736 kB
Writeback:           0 kB
Mapped:          79652 kB
Slab:            50064 kB
Committed_AS:  4251772 kB
PageTables:       1908 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= 66556 MiB
End job on node75 at 2008-07-05 05:24:04