Trace number 1057595

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) 62.5085 63.1141

General information on the benchmark

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

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
62.27/62.99	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
62.27/62.99		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
62.27/62.99		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:167)
62.27/62.99		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
62.27/62.99		at base.Problem.endConstraint(Problem.java:510)
62.27/62.99		at sat4j.Constraint.endElement(Constraint.java:37)
62.27/62.99		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
62.27/62.99		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
62.27/62.99		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
62.27/62.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
62.27/62.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
62.27/62.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
62.27/62.99		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
62.27/62.99		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
62.27/62.99		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
62.27/62.99		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
62.27/62.99		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
62.27/62.99		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
62.27/62.99		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
62.27/62.99		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-1057595-1215111279/watcher-1057595-1215111279 -o /tmp/evaluation-result-1057595-1215111279/solver-1057595-1215111279 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1057595-1215111279.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.81 1.94 1.95 4/81 12107
/proc/meminfo: memFree=896936/2055920 swapFree=4181068/4192956
[pid=12107] ppid=12105 vsize=8652 CPUtime=0
/proc/12107/stat : 12107 (galacE.sh) S 12105 12107 11622 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 148939229 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 2163 280 208 79 0 156 0
[pid=12108] ppid=12107 vsize=8688 CPUtime=0
/proc/12108/stat : 12108 (galacE.sh) S 12107 12107 11622 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 148939230 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 212218904658 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/12108/statm: 2172 286 209 79 0 165 0
[pid=12109] ppid=12108 vsize=8728 CPUtime=0
/proc/12109/stat : 12109 (galacE.sh) R 12108 12107 11622 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 148939230 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 212218735911 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/12109/statm: 2182 290 209 79 0 175 0

[startup+0.0752719 s]
/proc/loadavg: 1.81 1.94 1.95 4/81 12107
/proc/meminfo: memFree=896936/2055920 swapFree=4181068/4192956
[pid=12107] ppid=12105 vsize=47568 CPUtime=0.01
/proc/12107/stat : 12107 (galacE.sh) S 12105 12107 11622 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 148939229 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.100973 s]
/proc/loadavg: 1.81 1.94 1.95 4/81 12107
/proc/meminfo: memFree=896936/2055920 swapFree=4181068/4192956
[pid=12107] ppid=12105 vsize=47568 CPUtime=0.01
/proc/12107/stat : 12107 (galacE.sh) S 12105 12107 11622 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 148939229 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301994 s]
/proc/loadavg: 1.81 1.94 1.95 4/81 12107
/proc/meminfo: memFree=896936/2055920 swapFree=4181068/4192956
[pid=12107] ppid=12105 vsize=47568 CPUtime=0.01
/proc/12107/stat : 12107 (galacE.sh) S 12105 12107 11622 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 148939229 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701034 s]
/proc/loadavg: 1.81 1.94 1.95 4/81 12107
/proc/meminfo: memFree=896936/2055920 swapFree=4181068/4192956
[pid=12107] ppid=12105 vsize=47568 CPUtime=0.01
/proc/12107/stat : 12107 (galacE.sh) S 12105 12107 11622 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 148939229 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50111 s]
/proc/loadavg: 1.83 1.94 1.95 3/91 12129
/proc/meminfo: memFree=847320/2055920 swapFree=4181068/4192956
[pid=12107] ppid=12105 vsize=47568 CPUtime=0.01
/proc/12107/stat : 12107 (galacE.sh) S 12105 12107 11622 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 148939229 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11892 364 245 79 0 219 0
[pid=12121] ppid=12107 vsize=812728 CPUtime=1.44
/proc/12121/stat : 12121 (java) S 12107 12107 11622 0 -1 0 15532 0 1 0 136 8 0 0 18 0 9 0 148939233 832233472 14759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 203182 14759 2587 9 0 197163 0
[pid=12121/tid=12122] ppid=12107 vsize=812728 CPUtime=1.22
/proc/12121/task/12122/stat : 12122 (java) R 12107 12107 11622 0 -1 64 9572 0 1 0 117 5 0 0 25 0 9 0 148939234 832233472 14759 996147200 134512640 134550740 4294955616 18446744073709551615 4126795495 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12123] ppid=12107 vsize=812728 CPUtime=0.05
/proc/12121/task/12123/stat : 12123 (java) S 12107 12107 11622 0 -1 64 4485 0 0 0 4 1 0 0 16 0 9 0 148939235 832233472 14759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12124] ppid=12107 vsize=812728 CPUtime=0
/proc/12121/task/12124/stat : 12124 (java) S 12107 12107 11622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 148939236 832233472 14759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12125] ppid=12107 vsize=812728 CPUtime=0
/proc/12121/task/12125/stat : 12125 (java) S 12107 12107 11622 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 148939236 832233472 14759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12126] ppid=12107 vsize=812728 CPUtime=0
/proc/12121/task/12126/stat : 12126 (java) S 12107 12107 11622 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 148939238 832233472 14759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12127] ppid=12107 vsize=812728 CPUtime=0.14
/proc/12121/task/12127/stat : 12127 (java) S 12107 12107 11622 0 -1 64 775 0 0 0 14 0 0 0 15 0 9 0 148939238 832233472 14759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12128] ppid=12107 vsize=812728 CPUtime=0
/proc/12121/task/12128/stat : 12128 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 148939238 832233472 14759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12129] ppid=12107 vsize=812728 CPUtime=0
/proc/12121/task/12129/stat : 12129 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 148939238 832233472 14759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860296

[startup+3.10229 s]
/proc/loadavg: 1.83 1.94 1.95 3/91 12129
/proc/meminfo: memFree=847000/2055920 swapFree=4181068/4192956
[pid=12107] ppid=12105 vsize=47568 CPUtime=0.01
/proc/12107/stat : 12107 (galacE.sh) S 12105 12107 11622 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 148939229 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11892 364 245 79 0 219 0
[pid=12121] ppid=12107 vsize=812728 CPUtime=3.02
/proc/12121/stat : 12121 (java) S 12107 12107 11622 0 -1 0 28209 0 1 0 290 12 0 0 18 0 9 0 148939233 832233472 27434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 203182 27434 2591 9 0 197163 0
[pid=12121/tid=12122] ppid=12107 vsize=812728 CPUtime=2.67
/proc/12121/task/12122/stat : 12122 (java) R 12107 12107 11622 0 -1 64 14590 0 1 0 260 7 0 0 25 0 9 0 148939234 832233472 27434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12123] ppid=12107 vsize=812728 CPUtime=0.19
/proc/12121/task/12123/stat : 12123 (java) R 12107 12107 11622 0 -1 64 12144 0 0 0 15 4 0 0 17 0 9 0 148939235 832233472 27434 996147200 134512640 134550740 4294955616 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12124] ppid=12107 vsize=812728 CPUtime=0
/proc/12121/task/12124/stat : 12124 (java) S 12107 12107 11622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 148939236 832233472 27434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12125] ppid=12107 vsize=812728 CPUtime=0
/proc/12121/task/12125/stat : 12125 (java) S 12107 12107 11622 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 148939236 832233472 27434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12126] ppid=12107 vsize=812728 CPUtime=0
/proc/12121/task/12126/stat : 12126 (java) S 12107 12107 11622 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 148939238 832233472 27434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12127] ppid=12107 vsize=812728 CPUtime=0.14
/proc/12121/task/12127/stat : 12127 (java) S 12107 12107 11622 0 -1 64 775 0 0 0 14 0 0 0 15 0 9 0 148939238 832233472 27434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12128] ppid=12107 vsize=812728 CPUtime=0
/proc/12121/task/12128/stat : 12128 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 148939238 832233472 27434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12129] ppid=12107 vsize=812728 CPUtime=0
/proc/12121/task/12129/stat : 12129 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 148939238 832233472 27434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860296

[startup+6.30262 s]
/proc/loadavg: 1.84 1.94 1.95 3/91 12129
/proc/meminfo: memFree=793816/2055920 swapFree=4181068/4192956
[pid=12107] ppid=12105 vsize=47568 CPUtime=0.01
/proc/12107/stat : 12107 (galacE.sh) S 12105 12107 11622 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 148939229 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11892 364 245 79 0 219 0
[pid=12121] ppid=12107 vsize=812728 CPUtime=6.19
/proc/12121/stat : 12121 (java) S 12107 12107 11622 0 -1 0 36655 0 1 0 603 16 0 0 18 0 9 0 148939233 832233472 35879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 203182 35879 2591 9 0 197163 0
[pid=12121/tid=12122] ppid=12107 vsize=812728 CPUtime=5.68
/proc/12121/task/12122/stat : 12122 (java) R 12107 12107 11622 0 -1 64 14592 0 1 0 561 7 0 0 25 0 9 0 148939234 832233472 35879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12123] ppid=12107 vsize=812728 CPUtime=0.35
/proc/12121/task/12123/stat : 12123 (java) R 12107 12107 11622 0 -1 64 20588 0 0 0 27 8 0 0 18 0 9 0 148939235 832233472 35879 996147200 134512640 134550740 4294955616 18446744073709551615 102722869 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12124] ppid=12107 vsize=812728 CPUtime=0
/proc/12121/task/12124/stat : 12124 (java) S 12107 12107 11622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 148939236 832233472 35879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12125] ppid=12107 vsize=812728 CPUtime=0
/proc/12121/task/12125/stat : 12125 (java) S 12107 12107 11622 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 148939236 832233472 35879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12126] ppid=12107 vsize=812728 CPUtime=0
/proc/12121/task/12126/stat : 12126 (java) S 12107 12107 11622 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 148939238 832233472 35879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12127] ppid=12107 vsize=812728 CPUtime=0.14
/proc/12121/task/12127/stat : 12127 (java) S 12107 12107 11622 0 -1 64 775 0 0 0 14 0 0 0 15 0 9 0 148939238 832233472 35879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12128] ppid=12107 vsize=812728 CPUtime=0
/proc/12121/task/12128/stat : 12128 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 148939238 832233472 35879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12129] ppid=12107 vsize=812728 CPUtime=0
/proc/12121/task/12129/stat : 12129 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 148939238 832233472 35879 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860296

[startup+12.7023 s]
/proc/loadavg: 1.93 1.96 1.95 3/91 12129
/proc/meminfo: memFree=656600/2055920 swapFree=4181068/4192956
[pid=12107] ppid=12105 vsize=47568 CPUtime=0.01
/proc/12107/stat : 12107 (galacE.sh) S 12105 12107 11622 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 148939229 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11892 364 245 79 0 219 0
[pid=12121] ppid=12107 vsize=812872 CPUtime=12.53
/proc/12121/stat : 12121 (java) S 12107 12107 11622 0 -1 0 62994 0 1 0 1226 27 0 0 18 0 9 0 148939233 832380928 62215 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 203218 62215 2591 9 0 197199 0
[pid=12121/tid=12122] ppid=12107 vsize=812872 CPUtime=11.33
/proc/12121/task/12122/stat : 12122 (java) R 12107 12107 11622 0 -1 64 14619 0 1 0 1126 7 0 0 25 0 9 0 148939234 832380928 62215 996147200 134512640 134550740 4294955616 18446744073709551615 4126790660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12123] ppid=12107 vsize=812872 CPUtime=1.03
/proc/12121/task/12123/stat : 12123 (java) S 12107 12107 11622 0 -1 64 46899 0 0 0 84 19 0 0 16 0 9 0 148939235 832380928 62215 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12124] ppid=12107 vsize=812872 CPUtime=0
/proc/12121/task/12124/stat : 12124 (java) S 12107 12107 11622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 148939236 832380928 62215 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12125] ppid=12107 vsize=812872 CPUtime=0
/proc/12121/task/12125/stat : 12125 (java) S 12107 12107 11622 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 148939236 832380928 62215 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12126] ppid=12107 vsize=812872 CPUtime=0
/proc/12121/task/12126/stat : 12126 (java) S 12107 12107 11622 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 148939238 832380928 62215 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12127] ppid=12107 vsize=812872 CPUtime=0.14
/proc/12121/task/12127/stat : 12127 (java) S 12107 12107 11622 0 -1 64 776 0 0 0 14 0 0 0 16 0 9 0 148939238 832380928 62215 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12128] ppid=12107 vsize=812872 CPUtime=0
/proc/12121/task/12128/stat : 12128 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 148939238 832380928 62215 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12129] ppid=12107 vsize=812872 CPUtime=0
/proc/12121/task/12129/stat : 12129 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 148939238 832380928 62215 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860440

[startup+25.5016 s]
/proc/loadavg: 2.02 1.97 1.96 4/91 12129
/proc/meminfo: memFree=373336/2055920 swapFree=4181068/4192956
[pid=12107] ppid=12105 vsize=47568 CPUtime=0.01
/proc/12107/stat : 12107 (galacE.sh) S 12105 12107 11622 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 148939229 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11892 364 245 79 0 219 0
[pid=12121] ppid=12107 vsize=812936 CPUtime=25.21
/proc/12121/stat : 12121 (java) S 12107 12107 11622 0 -1 0 140293 0 1 0 2459 62 0 0 18 0 9 0 148939233 832446464 139507 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 203234 139507 2593 9 0 197215 0
[pid=12121/tid=12122] ppid=12107 vsize=812936 CPUtime=22.15
/proc/12121/task/12122/stat : 12122 (java) R 12107 12107 11622 0 -1 64 14642 0 1 0 2208 7 0 0 25 0 9 0 148939234 832446464 139507 996147200 134512640 134550740 4294955616 18446744073709551615 4126793342 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12123] ppid=12107 vsize=812936 CPUtime=2.89
/proc/12121/task/12123/stat : 12123 (java) S 12107 12107 11622 0 -1 64 124171 0 0 0 236 53 0 0 17 0 9 0 148939235 832446464 139507 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12124] ppid=12107 vsize=812936 CPUtime=0
/proc/12121/task/12124/stat : 12124 (java) S 12107 12107 11622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 148939236 832446464 139507 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12125] ppid=12107 vsize=812936 CPUtime=0
/proc/12121/task/12125/stat : 12125 (java) S 12107 12107 11622 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 148939236 832446464 139507 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12126] ppid=12107 vsize=812936 CPUtime=0
/proc/12121/task/12126/stat : 12126 (java) S 12107 12107 11622 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 148939238 832446464 139507 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12127] ppid=12107 vsize=812936 CPUtime=0.14
/proc/12121/task/12127/stat : 12127 (java) S 12107 12107 11622 0 -1 64 780 0 0 0 14 0 0 0 16 0 9 0 148939238 832446464 139507 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12128] ppid=12107 vsize=812936 CPUtime=0
/proc/12121/task/12128/stat : 12128 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 148939238 832446464 139507 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12129] ppid=12107 vsize=812936 CPUtime=0
/proc/12121/task/12129/stat : 12129 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 148939238 832446464 139507 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860504

[startup+51.1014 s]
/proc/loadavg: 2.13 2.01 1.97 3/91 12129
/proc/meminfo: memFree=214104/2055920 swapFree=4181068/4192956
[pid=12107] ppid=12105 vsize=47568 CPUtime=0.01
/proc/12107/stat : 12107 (galacE.sh) S 12105 12107 11622 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 148939229 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11892 364 245 79 0 219 0
[pid=12121] ppid=12107 vsize=812776 CPUtime=50.57
/proc/12121/stat : 12121 (java) S 12107 12107 11622 0 -1 0 174434 0 1 0 4980 77 0 0 18 0 9 0 148939233 832282624 172607 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 203194 172607 2592 9 0 197175 0
[pid=12121/tid=12122] ppid=12107 vsize=812776 CPUtime=44.25
/proc/12121/task/12122/stat : 12122 (java) R 12107 12107 11622 0 -1 64 14665 0 1 0 4418 7 0 0 25 0 9 0 148939234 832282624 172607 996147200 134512640 134550740 4294955616 18446744073709551615 103826252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12123] ppid=12107 vsize=812776 CPUtime=6.16
/proc/12121/task/12123/stat : 12123 (java) S 12107 12107 11622 0 -1 64 158289 0 0 0 547 69 0 0 19 0 9 0 148939235 832282624 172607 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12124] ppid=12107 vsize=812776 CPUtime=0
/proc/12121/task/12124/stat : 12124 (java) S 12107 12107 11622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 148939236 832282624 172607 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12125] ppid=12107 vsize=812776 CPUtime=0
/proc/12121/task/12125/stat : 12125 (java) S 12107 12107 11622 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 148939236 832282624 172607 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12126] ppid=12107 vsize=812776 CPUtime=0
/proc/12121/task/12126/stat : 12126 (java) S 12107 12107 11622 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 148939238 832282624 172607 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12127] ppid=12107 vsize=812776 CPUtime=0.14
/proc/12121/task/12127/stat : 12127 (java) S 12107 12107 11622 0 -1 64 780 0 0 0 14 0 0 0 16 0 9 0 148939238 832282624 172607 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12128] ppid=12107 vsize=812776 CPUtime=0
/proc/12121/task/12128/stat : 12128 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 148939238 832282624 172607 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12129] ppid=12107 vsize=812776 CPUtime=0
/proc/12121/task/12129/stat : 12129 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 148939238 832282624 172607 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 860344

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

[startup+57.502 s]
/proc/loadavg: 2.12 2.01 1.97 3/91 12129
/proc/meminfo: memFree=142552/2055920 swapFree=4181068/4192956
[pid=12107] ppid=12105 vsize=47568 CPUtime=0.01
/proc/12107/stat : 12107 (galacE.sh) S 12105 12107 11622 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 148939229 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11892 364 245 79 0 219 0
[pid=12121] ppid=12107 vsize=835052 CPUtime=56.92
/proc/12121/stat : 12121 (java) S 12107 12107 11622 0 -1 0 212180 0 1 0 5598 94 0 0 18 0 9 0 148939233 855093248 190441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 208763 190441 2592 9 0 202744 0
[pid=12121/tid=12122] ppid=12107 vsize=835052 CPUtime=44.49
/proc/12121/task/12122/stat : 12122 (java) S 12107 12107 11622 0 -1 64 16115 0 1 0 4441 8 0 0 17 0 9 0 148939234 855093248 190441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12123] ppid=12107 vsize=835052 CPUtime=12.25
/proc/12121/task/12123/stat : 12123 (java) R 12107 12107 11622 0 -1 64 194585 0 0 0 1141 84 0 0 25 0 9 0 148939235 855093248 190441 996147200 134512640 134550740 4294955616 18446744073709551615 104180295 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12124] ppid=12107 vsize=835052 CPUtime=0
/proc/12121/task/12124/stat : 12124 (java) S 12107 12107 11622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 148939236 855093248 190441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12125] ppid=12107 vsize=835052 CPUtime=0
/proc/12121/task/12125/stat : 12125 (java) S 12107 12107 11622 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 148939236 855093248 190441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12126] ppid=12107 vsize=835052 CPUtime=0
/proc/12121/task/12126/stat : 12126 (java) S 12107 12107 11622 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 148939238 855093248 190441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12127] ppid=12107 vsize=835052 CPUtime=0.14
/proc/12121/task/12127/stat : 12127 (java) S 12107 12107 11622 0 -1 64 780 0 0 0 14 0 0 0 16 0 9 0 148939238 855093248 190441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12128] ppid=12107 vsize=835052 CPUtime=0
/proc/12121/task/12128/stat : 12128 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 148939238 855093248 190441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12129] ppid=12107 vsize=835052 CPUtime=0
/proc/12121/task/12129/stat : 12129 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 148939238 855093248 190441 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.93
Current children cumulated vsize (KiB) 882620

[startup+60.7014 s]
/proc/loadavg: 2.11 2.01 1.97 3/91 12129
/proc/meminfo: memFree=142424/2055920 swapFree=4181068/4192956
[pid=12107] ppid=12105 vsize=47568 CPUtime=0.01
/proc/12107/stat : 12107 (galacE.sh) S 12105 12107 11622 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 148939229 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11892 364 245 79 0 219 0
[pid=12121] ppid=12107 vsize=819376 CPUtime=60.09
/proc/12121/stat : 12121 (java) S 12107 12107 11622 0 -1 0 220201 0 1 0 5912 97 0 0 18 0 9 0 148939233 839041024 186490 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 204844 186490 2592 9 0 198825 0
[pid=12121/tid=12122] ppid=12107 vsize=819376 CPUtime=44.49
/proc/12121/task/12122/stat : 12122 (java) S 12107 12107 11622 0 -1 64 16116 0 1 0 4441 8 0 0 17 0 9 0 148939234 839041024 186490 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12123] ppid=12107 vsize=819376 CPUtime=15.42
/proc/12121/task/12123/stat : 12123 (java) R 12107 12107 11622 0 -1 64 202605 0 0 0 1455 87 0 0 25 0 9 0 148939235 839041024 186490 996147200 134512640 134550740 4294955616 18446744073709551615 103735967 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12124] ppid=12107 vsize=819376 CPUtime=0
/proc/12121/task/12124/stat : 12124 (java) S 12107 12107 11622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 148939236 839041024 186490 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12125] ppid=12107 vsize=819376 CPUtime=0
/proc/12121/task/12125/stat : 12125 (java) S 12107 12107 11622 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 148939236 839041024 186490 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12126] ppid=12107 vsize=819376 CPUtime=0
/proc/12121/task/12126/stat : 12126 (java) S 12107 12107 11622 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 148939238 839041024 186490 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12127] ppid=12107 vsize=819376 CPUtime=0.14
/proc/12121/task/12127/stat : 12127 (java) S 12107 12107 11622 0 -1 64 780 0 0 0 14 0 0 0 16 0 9 0 148939238 839041024 186490 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12128] ppid=12107 vsize=819376 CPUtime=0
/proc/12121/task/12128/stat : 12128 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 148939238 839041024 186490 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12129] ppid=12107 vsize=819376 CPUtime=0
/proc/12121/task/12129/stat : 12129 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 148939238 839041024 186490 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60.1
Current children cumulated vsize (KiB) 866944

[startup+62.3025 s]
/proc/loadavg: 2.11 2.01 1.97 3/91 12129
/proc/meminfo: memFree=142424/2055920 swapFree=4181068/4192956
[pid=12107] ppid=12105 vsize=47568 CPUtime=0.01
/proc/12107/stat : 12107 (galacE.sh) S 12105 12107 11622 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 148939229 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11892 364 245 79 0 219 0
[pid=12121] ppid=12107 vsize=835148 CPUtime=61.67
/proc/12121/stat : 12121 (java) S 12107 12107 11622 0 -1 0 228145 0 1 0 6066 101 0 0 18 0 9 0 148939233 855191552 190465 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 208787 190465 2592 9 0 202768 0
[pid=12121/tid=12122] ppid=12107 vsize=835148 CPUtime=44.49
/proc/12121/task/12122/stat : 12122 (java) S 12107 12107 11622 0 -1 64 16116 0 1 0 4441 8 0 0 17 0 9 0 148939234 855191552 190465 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12123] ppid=12107 vsize=835148 CPUtime=17
/proc/12121/task/12123/stat : 12123 (java) R 12107 12107 11622 0 -1 64 210549 0 0 0 1609 91 0 0 25 0 9 0 148939235 855191552 190465 996147200 134512640 134550740 4294955616 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12124] ppid=12107 vsize=835148 CPUtime=0
/proc/12121/task/12124/stat : 12124 (java) S 12107 12107 11622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 148939236 855191552 190465 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12125] ppid=12107 vsize=835148 CPUtime=0
/proc/12121/task/12125/stat : 12125 (java) S 12107 12107 11622 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 148939236 855191552 190465 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12126] ppid=12107 vsize=835148 CPUtime=0
/proc/12121/task/12126/stat : 12126 (java) S 12107 12107 11622 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 148939238 855191552 190465 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12127] ppid=12107 vsize=835148 CPUtime=0.14
/proc/12121/task/12127/stat : 12127 (java) S 12107 12107 11622 0 -1 64 780 0 0 0 14 0 0 0 16 0 9 0 148939238 855191552 190465 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12128] ppid=12107 vsize=835148 CPUtime=0
/proc/12121/task/12128/stat : 12128 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 148939238 855191552 190465 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12129] ppid=12107 vsize=835148 CPUtime=0
/proc/12121/task/12129/stat : 12129 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 148939238 855191552 190465 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 61.68
Current children cumulated vsize (KiB) 882716

[startup+62.7066 s]
/proc/loadavg: 2.11 2.01 1.97 3/91 12129
/proc/meminfo: memFree=142424/2055920 swapFree=4181068/4192956
[pid=12107] ppid=12105 vsize=47568 CPUtime=0.01
/proc/12107/stat : 12107 (galacE.sh) S 12105 12107 11622 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 148939229 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11892 364 245 79 0 219 0
[pid=12121] ppid=12107 vsize=819144 CPUtime=62.07
/proc/12121/stat : 12121 (java) S 12107 12107 11622 0 -1 0 228145 0 1 0 6106 101 0 0 18 0 9 0 148939233 838803456 186464 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 204786 186464 2592 9 0 198767 0
[pid=12121/tid=12122] ppid=12107 vsize=819144 CPUtime=44.49
/proc/12121/task/12122/stat : 12122 (java) S 12107 12107 11622 0 -1 64 16116 0 1 0 4441 8 0 0 17 0 9 0 148939234 838803456 186464 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12123] ppid=12107 vsize=819144 CPUtime=17.4
/proc/12121/task/12123/stat : 12123 (java) R 12107 12107 11622 0 -1 64 210549 0 0 0 1649 91 0 0 25 0 9 0 148939235 838803456 186464 996147200 134512640 134550740 4294955616 18446744073709551615 102109856 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12124] ppid=12107 vsize=819144 CPUtime=0
/proc/12121/task/12124/stat : 12124 (java) S 12107 12107 11622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 148939236 838803456 186464 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12125] ppid=12107 vsize=819144 CPUtime=0
/proc/12121/task/12125/stat : 12125 (java) S 12107 12107 11622 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 148939236 838803456 186464 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12126] ppid=12107 vsize=819144 CPUtime=0
/proc/12121/task/12126/stat : 12126 (java) S 12107 12107 11622 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 148939238 838803456 186464 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12127] ppid=12107 vsize=819144 CPUtime=0.14
/proc/12121/task/12127/stat : 12127 (java) S 12107 12107 11622 0 -1 64 780 0 0 0 14 0 0 0 16 0 9 0 148939238 838803456 186464 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12128] ppid=12107 vsize=819144 CPUtime=0
/proc/12121/task/12128/stat : 12128 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 148939238 838803456 186464 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12129] ppid=12107 vsize=819144 CPUtime=0
/proc/12121/task/12129/stat : 12129 (java) S 12107 12107 11622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 148939238 838803456 186464 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 62.08
Current children cumulated vsize (KiB) 866712

[startup+63.1027 s]
/proc/loadavg: 2.11 2.01 1.97 3/91 12129
/proc/meminfo: memFree=142424/2055920 swapFree=4181068/4192956
[pid=12107] ppid=12105 vsize=47568 CPUtime=0.01
/proc/12107/stat : 12107 (galacE.sh) S 12105 12107 11622 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 148939229 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11892 364 245 79 0 219 0
[pid=12121] ppid=12107 vsize=0 CPUtime=62.46
/proc/12121/stat : 12121 (java) Z 12107 12107 11622 0 -1 12 228161 0 1 0 6135 111 0 0 16 0 2 0 148939233 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 62.47
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 63.1141
CPU time (s): 62.5085
CPU user time (s): 61.3617
CPU system time (s): 1.14682
CPU usage (%): 99.0405
Max. virtual memory (cumulated for all children) (KiB): 890720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.3617
system time used= 1.14682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230645
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= 2098
involuntary context switches= 4050

runsolver used 0.076988 second user time and 0.218966 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-03 20:54:39
IDJOB=1057595
IDBENCH=54053
IDSOLVER=351
FILE ID=node46/1057595-1215111279
PBS_JOBID= 7877113
Free space on /tmp= 66208 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-11.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057595-1215111279/watcher-1057595-1215111279 -o /tmp/evaluation-result-1057595-1215111279/solver-1057595-1215111279 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1057595-1215111279.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 871ea481d5d83bc5de69fc7155928cbb
RANDOM SEED=874569581

node46.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.238
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.238
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:        897416 kB
Buffers:         63912 kB
Cached:         306616 kB
SwapCached:       5852 kB
Active:         900600 kB
Inactive:       195056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        897416 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            3432 kB
Writeback:           0 kB
Mapped:         741952 kB
Slab:            46724 kB
Committed_AS:  1040332 kB
PageTables:       3152 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66204 MiB
End job on node46 at 2008-07-03 20:55:42