Trace number 1057825

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 M? (problem) 65.4421 66.1294

General information on the benchmark

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

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
65.24/65.96	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
65.24/65.96		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
65.24/65.96		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:167)
65.24/65.96		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
65.24/65.96		at base.Problem.endConstraint(Problem.java:510)
65.24/65.96		at sat4j.Constraint.endElement(Constraint.java:37)
65.24/65.96		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
65.24/65.96		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
65.24/65.96		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
65.24/65.96		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
65.24/65.96		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
65.24/65.96		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
65.24/65.96		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
65.24/65.96		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
65.24/65.96		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
65.24/65.96		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
65.24/65.96		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
65.24/65.96		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
65.24/65.96		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
65.24/65.96		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-1057825-1215111678/watcher-1057825-1215111678 -o /tmp/evaluation-result-1057825-1215111678/solver-1057825-1215111678 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1057825-1215111678.xml 

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


[startup+0 s]
/proc/loadavg: 2.06 2.08 2.03 4/80 24088
/proc/meminfo: memFree=1642288/2055920 swapFree=4180456/4192956
[pid=24088] ppid=24086 vsize=8560 CPUtime=0
/proc/24088/stat : 24088 (galacM.sh) S 24086 24088 23759 0 -1 4194304 308 0 0 0 0 0 0 0 16 0 1 0 1990142191 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 255236753295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24088/statm: 2163 280 208 79 0 156 0
[pid=24089] ppid=24088 vsize=8688 CPUtime=0
/proc/24089/stat : 24089 (galacM.sh) S 24088 24088 23759 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 1990142192 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 255236735058 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/24089/statm: 2172 286 209 79 0 165 0
[pid=24090] ppid=24089 vsize=8688 CPUtime=0
/proc/24090/stat : 24090 (galacM.sh) R 24089 24088 23759 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 1990142192 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 255236733628 0 0 4096 73728 0 0 0 17 1 0 0
/proc/24090/statm: 2172 286 209 79 0 165 0

[startup+0.0548679 s]
/proc/loadavg: 2.06 2.08 2.03 4/80 24088
/proc/meminfo: memFree=1642288/2055920 swapFree=4180456/4192956
[pid=24088] ppid=24086 vsize=47564 CPUtime=0.01
/proc/24088/stat : 24088 (galacM.sh) S 24086 24088 23759 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1990142191 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24088/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102857 s]
/proc/loadavg: 2.06 2.08 2.03 4/80 24088
/proc/meminfo: memFree=1642288/2055920 swapFree=4180456/4192956
[pid=24088] ppid=24086 vsize=47564 CPUtime=0.01
/proc/24088/stat : 24088 (galacM.sh) S 24086 24088 23759 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1990142191 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24088/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301896 s]
/proc/loadavg: 2.06 2.08 2.03 4/80 24088
/proc/meminfo: memFree=1642288/2055920 swapFree=4180456/4192956
[pid=24088] ppid=24086 vsize=47564 CPUtime=0.01
/proc/24088/stat : 24088 (galacM.sh) S 24086 24088 23759 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1990142191 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24088/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.70197 s]
/proc/loadavg: 2.06 2.08 2.03 4/80 24088
/proc/meminfo: memFree=1642288/2055920 swapFree=4180456/4192956
[pid=24088] ppid=24086 vsize=47564 CPUtime=0.01
/proc/24088/stat : 24088 (galacM.sh) S 24086 24088 23759 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1990142191 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24088/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50212 s]
/proc/loadavg: 2.06 2.08 2.03 4/90 24110
/proc/meminfo: memFree=1591648/2055920 swapFree=4180456/4192956
[pid=24088] ppid=24086 vsize=47564 CPUtime=0.01
/proc/24088/stat : 24088 (galacM.sh) S 24086 24088 23759 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1990142191 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24088/statm: 11891 365 246 79 0 219 0
[pid=24102] ppid=24088 vsize=812800 CPUtime=1.44
/proc/24102/stat : 24102 (java) S 24088 24088 23759 0 -1 0 15804 0 1 0 135 9 0 0 18 0 9 0 1990142195 832307200 15029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24102/statm: 203200 15029 2588 9 0 197181 0
[pid=24102/tid=24103] ppid=24088 vsize=812800 CPUtime=1.18
/proc/24102/task/24103/stat : 24103 (java) R 24088 24088 23759 0 -1 64 9826 0 1 0 112 6 0 0 25 0 9 0 1990142196 832307200 15029 996147200 134512640 134550740 4294955616 18446744073709551615 4126792439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24104] ppid=24088 vsize=812800 CPUtime=0.08
/proc/24102/task/24104/stat : 24104 (java) S 24088 24088 23759 0 -1 64 4496 0 0 0 7 1 0 0 16 0 9 0 1990142198 832307200 15029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24105] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24105/stat : 24105 (java) S 24088 24088 23759 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990142198 832307200 15029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24106] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24106/stat : 24106 (java) S 24088 24088 23759 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990142198 832307200 15029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24107] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24107/stat : 24107 (java) S 24088 24088 23759 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990142200 832307200 15029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24108] ppid=24088 vsize=812800 CPUtime=0.14
/proc/24102/task/24108/stat : 24108 (java) S 24088 24088 23759 0 -1 64 782 0 0 0 14 0 0 0 16 0 9 0 1990142200 832307200 15029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24109] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24109/stat : 24109 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990142200 832307200 15029 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24110] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24110/stat : 24110 (java) R 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990142200 832307200 15029 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) 860364

[startup+3.10141 s]
/proc/loadavg: 2.06 2.08 2.03 3/90 24110
/proc/meminfo: memFree=1591392/2055920 swapFree=4180456/4192956
[pid=24088] ppid=24086 vsize=47564 CPUtime=0.01
/proc/24088/stat : 24088 (galacM.sh) S 24086 24088 23759 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1990142191 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24088/statm: 11891 365 246 79 0 219 0
[pid=24102] ppid=24088 vsize=812800 CPUtime=3.03
/proc/24102/stat : 24102 (java) S 24088 24088 23759 0 -1 0 19719 0 1 0 292 11 0 0 18 0 9 0 1990142195 832307200 18943 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24102/statm: 203200 18943 2588 9 0 197181 0
[pid=24102/tid=24103] ppid=24088 vsize=812800 CPUtime=2.77
/proc/24102/task/24103/stat : 24103 (java) R 24088 24088 23759 0 -1 64 13740 0 1 0 269 8 0 0 25 0 9 0 1990142196 832307200 18943 996147200 134512640 134550740 4294955616 18446744073709551615 4126798788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24104] ppid=24088 vsize=812800 CPUtime=0.08
/proc/24102/task/24104/stat : 24104 (java) S 24088 24088 23759 0 -1 64 4496 0 0 0 7 1 0 0 16 0 9 0 1990142198 832307200 18943 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24105] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24105/stat : 24105 (java) S 24088 24088 23759 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990142198 832307200 18943 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24106] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24106/stat : 24106 (java) S 24088 24088 23759 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990142198 832307200 18943 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24107] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24107/stat : 24107 (java) S 24088 24088 23759 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990142200 832307200 18943 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24108] ppid=24088 vsize=812800 CPUtime=0.15
/proc/24102/task/24108/stat : 24108 (java) S 24088 24088 23759 0 -1 64 783 0 0 0 15 0 0 0 16 0 9 0 1990142200 832307200 18943 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24109] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24109/stat : 24109 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990142200 832307200 18943 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24110] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24110/stat : 24110 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990142200 832307200 18943 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860364

[startup+6.30302 s]
/proc/loadavg: 2.06 2.08 2.03 3/90 24110
/proc/meminfo: memFree=1539168/2055920 swapFree=4180456/4192956
[pid=24088] ppid=24086 vsize=47564 CPUtime=0.01
/proc/24088/stat : 24088 (galacM.sh) S 24086 24088 23759 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1990142191 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24088/statm: 11891 365 246 79 0 219 0
[pid=24102] ppid=24088 vsize=812960 CPUtime=6.2
/proc/24102/stat : 24102 (java) S 24088 24088 23759 0 -1 0 41244 0 1 0 601 19 0 0 18 0 9 0 1990142195 832471040 40466 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24102/statm: 203240 40466 2592 9 0 197221 0
[pid=24102/tid=24103] ppid=24088 vsize=812960 CPUtime=5.49
/proc/24102/task/24103/stat : 24103 (java) R 24088 24088 23759 0 -1 64 14623 0 1 0 541 8 0 0 25 0 9 0 1990142196 832471040 40466 996147200 134512640 134550740 4294955616 18446744073709551615 4126842622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24104] ppid=24088 vsize=812960 CPUtime=0.53
/proc/24102/task/24104/stat : 24104 (java) S 24088 24088 23759 0 -1 64 25138 0 0 0 44 9 0 0 18 0 9 0 1990142198 832471040 40466 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24105] ppid=24088 vsize=812960 CPUtime=0
/proc/24102/task/24105/stat : 24105 (java) S 24088 24088 23759 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990142198 832471040 40466 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24106] ppid=24088 vsize=812960 CPUtime=0
/proc/24102/task/24106/stat : 24106 (java) S 24088 24088 23759 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990142198 832471040 40466 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24107] ppid=24088 vsize=812960 CPUtime=0
/proc/24102/task/24107/stat : 24107 (java) S 24088 24088 23759 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990142200 832471040 40466 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24108] ppid=24088 vsize=812960 CPUtime=0.15
/proc/24102/task/24108/stat : 24108 (java) S 24088 24088 23759 0 -1 64 783 0 0 0 15 0 0 0 16 0 9 0 1990142200 832471040 40466 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24109] ppid=24088 vsize=812960 CPUtime=0
/proc/24102/task/24109/stat : 24109 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990142200 832471040 40466 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24110] ppid=24088 vsize=812960 CPUtime=0
/proc/24102/task/24110/stat : 24110 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990142200 832471040 40466 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860524

[startup+12.7012 s]
/proc/loadavg: 2.05 2.07 2.02 3/90 24110
/proc/meminfo: memFree=1400736/2055920 swapFree=4180456/4192956
[pid=24088] ppid=24086 vsize=47564 CPUtime=0.01
/proc/24088/stat : 24088 (galacM.sh) S 24086 24088 23759 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1990142191 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24088/statm: 11891 365 246 79 0 219 0
[pid=24102] ppid=24088 vsize=812800 CPUtime=12.53
/proc/24102/stat : 24102 (java) S 24088 24088 23759 0 -1 0 63330 0 1 0 1225 28 0 0 18 0 9 0 1990142195 832307200 62542 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24102/statm: 203200 62542 2594 9 0 197181 0
[pid=24102/tid=24103] ppid=24088 vsize=812800 CPUtime=11.32
/proc/24102/task/24103/stat : 24103 (java) R 24088 24088 23759 0 -1 64 14627 0 1 0 1124 8 0 0 25 0 9 0 1990142196 832307200 62542 996147200 134512640 134550740 4294955616 18446744073709551615 4126798780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24104] ppid=24088 vsize=812800 CPUtime=1.03
/proc/24102/task/24104/stat : 24104 (java) S 24088 24088 23759 0 -1 64 47218 0 0 0 85 18 0 0 16 0 9 0 1990142198 832307200 62542 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24105] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24105/stat : 24105 (java) S 24088 24088 23759 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990142198 832307200 62542 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24106] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24106/stat : 24106 (java) S 24088 24088 23759 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990142198 832307200 62542 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24107] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24107/stat : 24107 (java) S 24088 24088 23759 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990142200 832307200 62542 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24108] ppid=24088 vsize=812800 CPUtime=0.15
/proc/24102/task/24108/stat : 24108 (java) S 24088 24088 23759 0 -1 64 785 0 0 0 15 0 0 0 17 0 9 0 1990142200 832307200 62542 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24109] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24109/stat : 24109 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990142200 832307200 62542 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24110] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24110/stat : 24110 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990142200 832307200 62542 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) 860364

[startup+25.5026 s]
/proc/loadavg: 2.12 2.09 2.03 3/90 24110
/proc/meminfo: memFree=1268128/2055920 swapFree=4180456/4192956
[pid=24088] ppid=24086 vsize=47564 CPUtime=0.01
/proc/24088/stat : 24088 (galacM.sh) S 24086 24088 23759 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1990142191 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24088/statm: 11891 365 246 79 0 219 0
[pid=24102] ppid=24088 vsize=812800 CPUtime=25.21
/proc/24102/stat : 24102 (java) S 24088 24088 23759 0 -1 0 96455 0 1 0 2478 43 0 0 18 0 9 0 1990142195 832307200 95656 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24102/statm: 203200 95656 2594 9 0 197181 0
[pid=24102/tid=24103] ppid=24088 vsize=812800 CPUtime=23.1
/proc/24102/task/24103/stat : 24103 (java) R 24088 24088 23759 0 -1 64 14638 0 1 0 2302 8 0 0 25 0 9 0 1990142196 832307200 95656 996147200 134512640 134550740 4294955616 18446744073709551615 4126797145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24104] ppid=24088 vsize=812800 CPUtime=1.93
/proc/24102/task/24104/stat : 24104 (java) S 24088 24088 23759 0 -1 64 80332 0 0 0 161 32 0 0 16 0 9 0 1990142198 832307200 95656 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24105] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24105/stat : 24105 (java) S 24088 24088 23759 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990142198 832307200 95656 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24106] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24106/stat : 24106 (java) S 24088 24088 23759 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990142198 832307200 95656 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24107] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24107/stat : 24107 (java) S 24088 24088 23759 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990142200 832307200 95656 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24108] ppid=24088 vsize=812800 CPUtime=0.15
/proc/24102/task/24108/stat : 24108 (java) S 24088 24088 23759 0 -1 64 785 0 0 0 15 0 0 0 17 0 9 0 1990142200 832307200 95656 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24109] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24109/stat : 24109 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990142200 832307200 95656 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24110] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24110/stat : 24110 (java) R 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990142200 832307200 95656 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

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

[pid=24102/tid=24104] ppid=24088 vsize=812800 CPUtime=5.95
/proc/24102/task/24104/stat : 24104 (java) R 24088 24088 23759 0 -1 64 157654 0 0 0 528 67 0 0 16 0 9 0 1990142198 832307200 172976 996147200 134512640 134550740 4294955616 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24105] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24105/stat : 24105 (java) S 24088 24088 23759 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990142198 832307200 172976 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24106] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24106/stat : 24106 (java) S 24088 24088 23759 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990142198 832307200 172976 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24107] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24107/stat : 24107 (java) S 24088 24088 23759 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990142200 832307200 172976 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24108] ppid=24088 vsize=812800 CPUtime=0.15
/proc/24102/task/24108/stat : 24108 (java) S 24088 24088 23759 0 -1 64 787 0 0 0 15 0 0 0 17 0 9 0 1990142200 832307200 172976 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24109] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24109/stat : 24109 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990142200 832307200 172976 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24110] ppid=24088 vsize=812800 CPUtime=0
/proc/24102/task/24110/stat : 24110 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990142200 832307200 172976 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) 860364

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

[startup+57.5026 s]
/proc/loadavg: 2.19 2.11 2.04 4/90 24110
/proc/meminfo: memFree=907616/2055920 swapFree=4180456/4192956
[pid=24088] ppid=24086 vsize=47564 CPUtime=0.01
/proc/24088/stat : 24088 (galacM.sh) S 24086 24088 23759 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1990142191 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24088/statm: 11891 365 246 79 0 219 0
[pid=24102] ppid=24088 vsize=831884 CPUtime=56.91
/proc/24102/stat : 24102 (java) S 24088 24088 23759 0 -1 0 212531 0 1 0 5597 94 0 0 18 0 9 0 1990142195 851849216 189647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24102/statm: 207971 189647 2593 9 0 201952 0
[pid=24102/tid=24103] ppid=24088 vsize=831884 CPUtime=45.44
/proc/24102/task/24103/stat : 24103 (java) S 24088 24088 23759 0 -1 64 17491 0 1 0 4534 10 0 0 17 0 9 0 1990142196 851849216 189647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24104] ppid=24088 vsize=831884 CPUtime=11.29
/proc/24102/task/24104/stat : 24104 (java) R 24088 24088 23759 0 -1 64 193553 0 0 0 1047 82 0 0 25 0 9 0 1990142198 851849216 189647 996147200 134512640 134550740 4294955616 18446744073709551615 103736180 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24105] ppid=24088 vsize=831884 CPUtime=0
/proc/24102/task/24105/stat : 24105 (java) S 24088 24088 23759 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990142198 851849216 189647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24106] ppid=24088 vsize=831884 CPUtime=0
/proc/24102/task/24106/stat : 24106 (java) S 24088 24088 23759 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990142198 851849216 189647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24107] ppid=24088 vsize=831884 CPUtime=0
/proc/24102/task/24107/stat : 24107 (java) S 24088 24088 23759 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990142200 851849216 189647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24108] ppid=24088 vsize=831884 CPUtime=0.15
/proc/24102/task/24108/stat : 24108 (java) S 24088 24088 23759 0 -1 64 787 0 0 0 15 0 0 0 17 0 9 0 1990142200 851849216 189647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24109] ppid=24088 vsize=831884 CPUtime=0
/proc/24102/task/24109/stat : 24109 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990142200 851849216 189647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24110] ppid=24088 vsize=831884 CPUtime=0
/proc/24102/task/24110/stat : 24110 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990142200 851849216 189647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.92
Current children cumulated vsize (KiB) 879448

[startup+60.7022 s]
/proc/loadavg: 2.19 2.11 2.04 3/90 24110
/proc/meminfo: memFree=891104/2055920 swapFree=4180456/4192956
[pid=24088] ppid=24086 vsize=47564 CPUtime=0.01
/proc/24088/stat : 24088 (galacM.sh) S 24086 24088 23759 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1990142191 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24088/statm: 11891 365 246 79 0 219 0
[pid=24102] ppid=24088 vsize=831980 CPUtime=60.08
/proc/24102/stat : 24102 (java) S 24088 24088 23759 0 -1 0 220525 0 1 0 5910 98 0 0 18 0 9 0 1990142195 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24102/statm: 207995 189674 2593 9 0 201976 0
[pid=24102/tid=24103] ppid=24088 vsize=831980 CPUtime=45.44
/proc/24102/task/24103/stat : 24103 (java) S 24088 24088 23759 0 -1 64 17491 0 1 0 4534 10 0 0 17 0 9 0 1990142196 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24104] ppid=24088 vsize=831980 CPUtime=14.46
/proc/24102/task/24104/stat : 24104 (java) R 24088 24088 23759 0 -1 64 201547 0 0 0 1360 86 0 0 25 0 9 0 1990142198 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 104457043 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24105] ppid=24088 vsize=831980 CPUtime=0
/proc/24102/task/24105/stat : 24105 (java) S 24088 24088 23759 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990142198 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24106] ppid=24088 vsize=831980 CPUtime=0
/proc/24102/task/24106/stat : 24106 (java) S 24088 24088 23759 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990142198 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24107] ppid=24088 vsize=831980 CPUtime=0
/proc/24102/task/24107/stat : 24107 (java) S 24088 24088 23759 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990142200 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24108] ppid=24088 vsize=831980 CPUtime=0.15
/proc/24102/task/24108/stat : 24108 (java) S 24088 24088 23759 0 -1 64 787 0 0 0 15 0 0 0 17 0 9 0 1990142200 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24109] ppid=24088 vsize=831980 CPUtime=0
/proc/24102/task/24109/stat : 24109 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990142200 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24110] ppid=24088 vsize=831980 CPUtime=0
/proc/24102/task/24110/stat : 24110 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990142200 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60.09
Current children cumulated vsize (KiB) 879544

[startup+63.9018 s]
/proc/loadavg: 2.18 2.10 2.04 3/90 24110
/proc/meminfo: memFree=907104/2055920 swapFree=4180456/4192956
[pid=24088] ppid=24086 vsize=47564 CPUtime=0.01
/proc/24088/stat : 24088 (galacM.sh) S 24086 24088 23759 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1990142191 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24088/statm: 11891 365 246 79 0 219 0
[pid=24102] ppid=24088 vsize=823980 CPUtime=63.24
/proc/24102/stat : 24102 (java) S 24088 24088 23759 0 -1 0 232459 0 1 0 6221 103 0 0 18 0 9 0 1990142195 843755520 187674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24102/statm: 205995 187674 2593 9 0 199976 0
[pid=24102/tid=24103] ppid=24088 vsize=823980 CPUtime=45.44
/proc/24102/task/24103/stat : 24103 (java) S 24088 24088 23759 0 -1 64 17492 0 1 0 4534 10 0 0 17 0 9 0 1990142196 843755520 187674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24104] ppid=24088 vsize=823980 CPUtime=17.62
/proc/24102/task/24104/stat : 24104 (java) R 24088 24088 23759 0 -1 64 213480 0 0 0 1671 91 0 0 25 0 9 0 1990142198 843755520 187674 996147200 134512640 134550740 4294955616 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24105] ppid=24088 vsize=823980 CPUtime=0
/proc/24102/task/24105/stat : 24105 (java) S 24088 24088 23759 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990142198 843755520 187674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24106] ppid=24088 vsize=823980 CPUtime=0
/proc/24102/task/24106/stat : 24106 (java) S 24088 24088 23759 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990142198 843755520 187674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24107] ppid=24088 vsize=823980 CPUtime=0
/proc/24102/task/24107/stat : 24107 (java) S 24088 24088 23759 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990142200 843755520 187674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24108] ppid=24088 vsize=823980 CPUtime=0.15
/proc/24102/task/24108/stat : 24108 (java) S 24088 24088 23759 0 -1 64 787 0 0 0 15 0 0 0 17 0 9 0 1990142200 843755520 187674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24109] ppid=24088 vsize=823980 CPUtime=0
/proc/24102/task/24109/stat : 24109 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990142200 843755520 187674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24110] ppid=24088 vsize=823980 CPUtime=0
/proc/24102/task/24110/stat : 24110 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990142200 843755520 187674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.25
Current children cumulated vsize (KiB) 871544

[startup+65.5021 s]
/proc/loadavg: 2.18 2.10 2.04 3/90 24110
/proc/meminfo: memFree=891104/2055920 swapFree=4180456/4192956
[pid=24088] ppid=24086 vsize=47564 CPUtime=0.01
/proc/24088/stat : 24088 (galacM.sh) S 24086 24088 23759 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1990142191 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24088/statm: 11891 365 246 79 0 219 0
[pid=24102] ppid=24088 vsize=831980 CPUtime=64.83
/proc/24102/stat : 24102 (java) S 24088 24088 23759 0 -1 0 236460 0 1 0 6378 105 0 0 18 0 9 0 1990142195 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24102/statm: 207995 189674 2593 9 0 201976 0
[pid=24102/tid=24103] ppid=24088 vsize=831980 CPUtime=45.44
/proc/24102/task/24103/stat : 24103 (java) S 24088 24088 23759 0 -1 64 17492 0 1 0 4534 10 0 0 17 0 9 0 1990142196 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24104] ppid=24088 vsize=831980 CPUtime=19.21
/proc/24102/task/24104/stat : 24104 (java) R 24088 24088 23759 0 -1 64 217481 0 0 0 1828 93 0 0 25 0 9 0 1990142198 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24105] ppid=24088 vsize=831980 CPUtime=0
/proc/24102/task/24105/stat : 24105 (java) S 24088 24088 23759 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990142198 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24106] ppid=24088 vsize=831980 CPUtime=0
/proc/24102/task/24106/stat : 24106 (java) S 24088 24088 23759 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990142198 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24107] ppid=24088 vsize=831980 CPUtime=0
/proc/24102/task/24107/stat : 24107 (java) S 24088 24088 23759 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990142200 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24108] ppid=24088 vsize=831980 CPUtime=0.15
/proc/24102/task/24108/stat : 24108 (java) S 24088 24088 23759 0 -1 64 787 0 0 0 15 0 0 0 17 0 9 0 1990142200 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24109] ppid=24088 vsize=831980 CPUtime=0
/proc/24102/task/24109/stat : 24109 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990142200 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24110] ppid=24088 vsize=831980 CPUtime=0
/proc/24102/task/24110/stat : 24110 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990142200 851947520 189674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 64.84
Current children cumulated vsize (KiB) 879544

[startup+65.9022 s]
/proc/loadavg: 2.18 2.10 2.04 3/90 24110
/proc/meminfo: memFree=907104/2055920 swapFree=4180456/4192956
[pid=24088] ppid=24086 vsize=47564 CPUtime=0.01
/proc/24088/stat : 24088 (galacM.sh) S 24086 24088 23759 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1990142191 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24088/statm: 11891 365 246 79 0 219 0
[pid=24102] ppid=24088 vsize=815976 CPUtime=65.23
/proc/24102/stat : 24102 (java) S 24088 24088 23759 0 -1 0 236463 0 1 0 6418 105 0 0 18 0 9 0 1990142195 835559424 185674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24102/statm: 203994 185674 2593 9 0 197975 0
[pid=24102/tid=24103] ppid=24088 vsize=815976 CPUtime=45.44
/proc/24102/task/24103/stat : 24103 (java) S 24088 24088 23759 0 -1 64 17495 0 1 0 4534 10 0 0 17 0 9 0 1990142196 835559424 185674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24104] ppid=24088 vsize=815976 CPUtime=19.6
/proc/24102/task/24104/stat : 24104 (java) R 24088 24088 23759 0 -1 64 217481 0 0 0 1867 93 0 0 25 0 9 0 1990142198 835559424 185674 996147200 134512640 134550740 4294955616 18446744073709551615 104181582 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24105] ppid=24088 vsize=815976 CPUtime=0
/proc/24102/task/24105/stat : 24105 (java) S 24088 24088 23759 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1990142198 835559424 185674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24106] ppid=24088 vsize=815976 CPUtime=0
/proc/24102/task/24106/stat : 24106 (java) S 24088 24088 23759 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990142198 835559424 185674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24107] ppid=24088 vsize=815976 CPUtime=0
/proc/24102/task/24107/stat : 24107 (java) S 24088 24088 23759 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1990142200 835559424 185674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24108] ppid=24088 vsize=815976 CPUtime=0.15
/proc/24102/task/24108/stat : 24108 (java) S 24088 24088 23759 0 -1 64 787 0 0 0 15 0 0 0 17 0 9 0 1990142200 835559424 185674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24109] ppid=24088 vsize=815976 CPUtime=0
/proc/24102/task/24109/stat : 24109 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1990142200 835559424 185674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24102/tid=24110] ppid=24088 vsize=815976 CPUtime=0
/proc/24102/task/24110/stat : 24110 (java) S 24088 24088 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990142200 835559424 185674 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.24
Current children cumulated vsize (KiB) 863540

[startup+66.1026 s]
/proc/loadavg: 2.18 2.10 2.04 3/90 24110
/proc/meminfo: memFree=907104/2055920 swapFree=4180456/4192956
[pid=24088] ppid=24086 vsize=47564 CPUtime=0.01
/proc/24088/stat : 24088 (galacM.sh) S 24086 24088 23759 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1990142191 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24088/statm: 11891 365 246 79 0 219 0
[pid=24102] ppid=24088 vsize=0 CPUtime=65.37
/proc/24102/stat : 24102 (java) Z 24088 24088 23759 0 -1 12 236475 0 1 0 6423 114 0 0 16 0 2 0 1990142195 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24102/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 65.38
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 66.1294
CPU time (s): 65.4421
CPU user time (s): 64.2482
CPU system time (s): 1.19382
CPU usage (%): 98.9607
Max. virtual memory (cumulated for all children) (KiB): 887068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.2482
system time used= 1.19382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238961
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= 1976
involuntary context switches= 3315

runsolver used 0.089986 second user time and 0.221966 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 21:01:18
IDJOB=1057825
IDBENCH=54081
IDSOLVER=350
FILE ID=node19/1057825-1215111678
PBS_JOBID= 7877166
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 780ac7c3256afa3bb183f60e445bc901
RANDOM SEED=308427717

node19.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.263
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	: 5931.00
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.263
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:       1642768 kB
Buffers:         52496 kB
Cached:         221736 kB
SwapCached:       6540 kB
Active:         211660 kB
Inactive:       133984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642768 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            3236 kB
Writeback:           0 kB
Mapped:          85080 kB
Slab:            52524 kB
Committed_AS:  4143572 kB
PageTables:       1984 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= 66544 MiB
End job on node19 at 2008-07-03 21:02:24