Trace number 1073304

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) 275.489 285.503

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-01-08.xml
MD5SUM0c9002fa5828e7988c1ebba4c2893b17
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 benchmark5.18421
Satisfiable
(Un)Satisfiability was proved
Number of variables9685
Number of constraints65555
Maximum constraint arity39
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65555
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
275.28/285.38	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
275.28/285.38		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
275.28/285.38		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:163)
275.28/285.38		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
275.28/285.38		at base.Problem.endConstraint(Problem.java:510)
275.28/285.38		at sat4j.Constraint.endElement(Constraint.java:37)
275.28/285.38		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
275.28/285.38		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
275.28/285.38		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
275.28/285.38		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
275.28/285.38		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
275.28/285.38		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
275.28/285.38		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
275.28/285.38		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
275.28/285.38		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
275.28/285.38		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
275.28/285.38		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
275.28/285.38		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
275.28/285.38		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
275.28/285.38		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-1073304-1215176977/watcher-1073304-1215176977 -o /tmp/evaluation-result-1073304-1215176977/solver-1073304-1215176977 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1073304-1215176977.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.04 2.17 2.16 4/83 9564
/proc/meminfo: memFree=1111624/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=8560 CPUtime=0
/proc/9564/stat : 9564 (galacE.sh) R 9562 9564 8814 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 1996672613 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 262910232463 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9564/statm: 2140 254 197 79 0 133 0

[startup+0.0829881 s]
/proc/loadavg: 2.04 2.17 2.16 4/83 9564
/proc/meminfo: memFree=1111624/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=47572 CPUtime=0.01
/proc/9564/stat : 9564 (galacE.sh) S 9562 9564 8814 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1996672613 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9564/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.101996 s]
/proc/loadavg: 2.04 2.17 2.16 4/83 9564
/proc/meminfo: memFree=1111624/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=47572 CPUtime=0.01
/proc/9564/stat : 9564 (galacE.sh) S 9562 9564 8814 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1996672613 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9564/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301013 s]
/proc/loadavg: 2.04 2.17 2.16 4/83 9564
/proc/meminfo: memFree=1111624/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=47572 CPUtime=0.01
/proc/9564/stat : 9564 (galacE.sh) S 9562 9564 8814 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1996672613 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9564/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701068 s]
/proc/loadavg: 2.04 2.17 2.16 4/83 9564
/proc/meminfo: memFree=1111624/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=47572 CPUtime=0.01
/proc/9564/stat : 9564 (galacE.sh) S 9562 9564 8814 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1996672613 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9564/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50216 s]
/proc/loadavg: 2.04 2.17 2.16 3/93 9586
/proc/meminfo: memFree=1083384/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=47572 CPUtime=0.01
/proc/9564/stat : 9564 (galacE.sh) S 9562 9564 8814 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1996672613 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9564/statm: 11893 364 245 79 0 219 0
[pid=9578] ppid=9564 vsize=812864 CPUtime=1.4
/proc/9578/stat : 9578 (java) S 9564 9564 8814 0 -1 0 15698 0 1 0 128 12 0 0 18 0 9 0 1996672616 832372736 14918 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 203216 14918 2587 9 0 197197 0
[pid=9578/tid=9579] ppid=9564 vsize=812864 CPUtime=1.04
/proc/9578/task/9579/stat : 9579 (java) R 9564 9564 8814 0 -1 64 9324 0 1 0 97 7 0 0 25 0 9 0 1996672618 832372736 14918 996147200 134512640 134550740 4294955600 18446744073709551615 4125950624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9580] ppid=9564 vsize=812864 CPUtime=0.09
/proc/9578/task/9580/stat : 9580 (java) S 9564 9564 8814 0 -1 64 4822 0 0 0 6 3 0 0 16 0 9 0 1996672623 832372736 14918 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9581] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9581/stat : 9581 (java) S 9564 9564 8814 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996672623 832372736 14918 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9582] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9564 9564 8814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996672623 832372736 14918 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996672626 832372736 14918 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9584] ppid=9564 vsize=812864 CPUtime=0.24
/proc/9578/task/9584/stat : 9584 (java) S 9564 9564 8814 0 -1 64 852 0 0 0 24 0 0 0 16 0 9 0 1996672626 832372736 14918 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9585] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9585/stat : 9585 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996672626 832372736 14918 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996672626 832372736 14918 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 860436

[startup+3.10235 s]
/proc/loadavg: 2.04 2.17 2.16 3/93 9586
/proc/meminfo: memFree=1060920/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=47572 CPUtime=0.01
/proc/9564/stat : 9564 (galacE.sh) S 9562 9564 8814 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1996672613 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9564/statm: 11893 364 245 79 0 219 0
[pid=9578] ppid=9564 vsize=812864 CPUtime=2.98
/proc/9578/stat : 9578 (java) S 9564 9564 8814 0 -1 0 15768 0 1 0 286 12 0 0 18 0 9 0 1996672616 832372736 14979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 203216 14979 2586 9 0 197197 0
[pid=9578/tid=9579] ppid=9564 vsize=812864 CPUtime=2.46
/proc/9578/task/9579/stat : 9579 (java) R 9564 9564 8814 0 -1 64 9329 0 1 0 239 7 0 0 25 0 9 0 1996672618 832372736 14979 996147200 134512640 134550740 4294955600 18446744073709551615 101444450 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9580] ppid=9564 vsize=812864 CPUtime=0.18
/proc/9578/task/9580/stat : 9580 (java) S 9564 9564 8814 0 -1 64 4845 0 0 0 15 3 0 0 17 0 9 0 1996672623 832372736 14979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9581] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9581/stat : 9581 (java) S 9564 9564 8814 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996672623 832372736 14979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9582] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9564 9564 8814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996672623 832372736 14979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996672626 832372736 14979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9584] ppid=9564 vsize=812864 CPUtime=0.32
/proc/9578/task/9584/stat : 9584 (java) S 9564 9564 8814 0 -1 64 894 0 0 0 31 1 0 0 15 0 9 0 1996672626 832372736 14979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9585] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9585/stat : 9585 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996672626 832372736 14979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996672626 832372736 14979 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 860436

[startup+6.30172 s]
/proc/loadavg: 2.04 2.17 2.16 3/93 9586
/proc/meminfo: memFree=1060728/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=47572 CPUtime=0.01
/proc/9564/stat : 9564 (galacE.sh) S 9562 9564 8814 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1996672613 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9564/statm: 11893 364 245 79 0 219 0
[pid=9578] ppid=9564 vsize=812864 CPUtime=5.78
/proc/9578/stat : 9578 (java) S 9564 9564 8814 0 -1 0 16357 0 1 0 564 14 0 0 18 0 9 0 1996672616 832372736 15566 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 203216 15566 2586 9 0 197197 0
[pid=9578/tid=9579] ppid=9564 vsize=812864 CPUtime=5.25
/proc/9578/task/9579/stat : 9579 (java) R 9564 9564 8814 0 -1 64 9917 0 1 0 517 8 0 0 25 0 9 0 1996672618 832372736 15566 996147200 134512640 134550740 4294955600 18446744073709551615 4127081888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9580] ppid=9564 vsize=812864 CPUtime=0.18
/proc/9578/task/9580/stat : 9580 (java) S 9564 9564 8814 0 -1 64 4845 0 0 0 15 3 0 0 16 0 9 0 1996672623 832372736 15566 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9581] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9581/stat : 9581 (java) S 9564 9564 8814 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996672623 832372736 15566 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9582] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9564 9564 8814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996672623 832372736 15566 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996672626 832372736 15566 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9584] ppid=9564 vsize=812864 CPUtime=0.32
/proc/9578/task/9584/stat : 9584 (java) S 9564 9564 8814 0 -1 64 895 0 0 0 31 1 0 0 16 0 9 0 1996672626 832372736 15566 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9585] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9585/stat : 9585 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996672626 832372736 15566 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996672626 832372736 15566 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 860436

[startup+12.7015 s]
/proc/loadavg: 2.03 2.17 2.16 3/93 9586
/proc/meminfo: memFree=1038136/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=47572 CPUtime=0.01
/proc/9564/stat : 9564 (galacE.sh) S 9562 9564 8814 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1996672613 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9564/statm: 11893 364 245 79 0 219 0
[pid=9578] ppid=9564 vsize=812864 CPUtime=11.81
/proc/9578/stat : 9578 (java) S 9564 9564 8814 0 -1 0 21428 0 1 0 1163 18 0 0 18 0 9 0 1996672616 832372736 20635 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 203216 20635 2590 9 0 197197 0
[pid=9578/tid=9579] ppid=9564 vsize=812864 CPUtime=11.25
/proc/9578/task/9579/stat : 9579 (java) R 9564 9564 8814 0 -1 64 14612 0 1 0 1113 12 0 0 25 0 9 0 1996672618 832372736 20635 996147200 134512640 134550740 4294955600 18446744073709551615 4126632660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9580] ppid=9564 vsize=812864 CPUtime=0.2
/proc/9578/task/9580/stat : 9580 (java) S 9564 9564 8814 0 -1 64 5220 0 0 0 17 3 0 0 17 0 9 0 1996672623 832372736 20635 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9581] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9581/stat : 9581 (java) S 9564 9564 8814 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996672623 832372736 20635 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9582] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9564 9564 8814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996672623 832372736 20635 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996672626 832372736 20635 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9584] ppid=9564 vsize=812864 CPUtime=0.32
/proc/9578/task/9584/stat : 9584 (java) S 9564 9564 8814 0 -1 64 896 0 0 0 31 1 0 0 16 0 9 0 1996672626 832372736 20635 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9585] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9585/stat : 9585 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996672626 832372736 20635 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996672626 832372736 20635 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 860436

[startup+25.503 s]
/proc/loadavg: 2.16 2.19 2.17 3/93 9586
/proc/meminfo: memFree=1035512/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=47572 CPUtime=0.01
/proc/9564/stat : 9564 (galacE.sh) S 9562 9564 8814 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1996672613 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9564/statm: 11893 364 245 79 0 219 0
[pid=9578] ppid=9564 vsize=812864 CPUtime=23.87
/proc/9578/stat : 9578 (java) S 9564 9564 8814 0 -1 0 22095 0 1 0 2368 19 0 0 18 0 9 0 1996672616 832372736 21297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 203216 21297 2590 9 0 197197 0
[pid=9578/tid=9579] ppid=9564 vsize=812864 CPUtime=23.03
/proc/9578/task/9579/stat : 9579 (java) R 9564 9564 8814 0 -1 64 14617 0 1 0 2290 13 0 0 25 0 9 0 1996672618 832372736 21297 996147200 134512640 134550740 4294955600 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9580] ppid=9564 vsize=812864 CPUtime=0.48
/proc/9578/task/9580/stat : 9580 (java) S 9564 9564 8814 0 -1 64 5880 0 0 0 45 3 0 0 16 0 9 0 1996672623 832372736 21297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9581] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9581/stat : 9581 (java) S 9564 9564 8814 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996672623 832372736 21297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9582] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9564 9564 8814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996672623 832372736 21297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996672626 832372736 21297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9584] ppid=9564 vsize=812864 CPUtime=0.33
/proc/9578/task/9584/stat : 9584 (java) S 9564 9564 8814 0 -1 64 898 0 0 0 32 1 0 0 16 0 9 0 1996672626 832372736 21297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9585] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9585/stat : 9585 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996672626 832372736 21297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996672626 832372736 21297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.88
Current children cumulated vsize (KiB) 860436

[startup+51.103 s]
/proc/loadavg: 2.10 2.17 2.16 3/93 9586
/proc/meminfo: memFree=1032952/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=47572 CPUtime=0.01

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

/proc/9578/statm: 203216 48354 2593 9 0 197197 0
[pid=9578/tid=9579] ppid=9564 vsize=812864 CPUtime=149.51
/proc/9578/task/9579/stat : 9579 (java) R 9564 9564 8814 0 -1 64 14651 0 1 0 14935 16 0 0 25 0 9 0 1996672618 832372736 48354 996147200 134512640 134550740 4294955600 18446744073709551615 4127292407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9580] ppid=9564 vsize=812864 CPUtime=3.34
/proc/9578/task/9580/stat : 9580 (java) S 9564 9564 8814 0 -1 64 32923 0 0 0 316 18 0 0 16 0 9 0 1996672623 832372736 48354 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9581] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9581/stat : 9581 (java) S 9564 9564 8814 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996672623 832372736 48354 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9582] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9564 9564 8814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996672623 832372736 48354 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996672626 832372736 48354 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9584] ppid=9564 vsize=812864 CPUtime=0.35
/proc/9578/task/9584/stat : 9584 (java) S 9564 9564 8814 0 -1 64 911 0 0 0 34 1 0 0 15 0 9 0 1996672626 832372736 48354 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9585] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9585/stat : 9585 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996672626 832372736 48354 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9564 vsize=812864 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996672626 832372736 48354 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 153.23
Current children cumulated vsize (KiB) 860436

[startup+222.302 s]
/proc/loadavg: 2.20 2.17 2.16 3/79 9818
/proc/meminfo: memFree=1312688/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=47572 CPUtime=0.01
/proc/9564/stat : 9564 (galacE.sh) S 9562 9564 8814 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1996672613 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9564/statm: 11893 364 245 79 0 219 0
[pid=9578] ppid=9564 vsize=812900 CPUtime=212.3
/proc/9578/stat : 9578 (java) S 9564 9564 8814 0 -1 0 124439 0 1 0 21147 83 0 0 18 0 9 0 1996672616 832409600 123297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 203225 123297 2593 9 0 197206 0
[pid=9578/tid=9579] ppid=9564 vsize=812900 CPUtime=206.57
/proc/9578/task/9579/stat : 9579 (java) R 9564 9564 8814 0 -1 64 14973 0 1 0 20638 19 0 0 25 0 9 0 1996672618 832409600 123297 996147200 134512640 134550740 4294955600 18446744073709551615 4127289487 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9580] ppid=9564 vsize=812900 CPUtime=5.35
/proc/9578/task/9580/stat : 9580 (java) S 9564 9564 8814 0 -1 64 107855 0 0 0 474 61 0 0 16 0 9 0 1996672623 832409600 123297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9581] ppid=9564 vsize=812900 CPUtime=0
/proc/9578/task/9581/stat : 9581 (java) S 9564 9564 8814 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996672623 832409600 123297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9582] ppid=9564 vsize=812900 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9564 9564 8814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996672623 832409600 123297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9564 vsize=812900 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996672626 832409600 123297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9584] ppid=9564 vsize=812900 CPUtime=0.35
/proc/9578/task/9584/stat : 9584 (java) S 9564 9564 8814 0 -1 64 911 0 0 0 34 1 0 0 15 0 9 0 1996672626 832409600 123297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9585] ppid=9564 vsize=812900 CPUtime=0
/proc/9578/task/9585/stat : 9585 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996672626 832409600 123297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9564 vsize=812900 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996672626 832409600 123297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 212.31
Current children cumulated vsize (KiB) 860472

[startup+282.302 s]
/proc/loadavg: 2.31 2.20 2.17 3/83 9943
/proc/meminfo: memFree=931216/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=47572 CPUtime=0.01
/proc/9564/stat : 9564 (galacE.sh) S 9562 9564 8814 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1996672613 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9564/statm: 11893 364 245 79 0 219 0
[pid=9578] ppid=9564 vsize=850536 CPUtime=272.27
/proc/9578/stat : 9578 (java) S 9564 9564 8814 0 -1 0 283201 0 1 0 27075 152 0 0 18 0 9 0 1996672616 870948864 194438 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 212634 194438 2593 9 0 206615 0
[pid=9578/tid=9579] ppid=9564 vsize=850536 CPUtime=248.79
/proc/9578/task/9579/stat : 9579 (java) S 9564 9564 8814 0 -1 64 16247 0 1 0 24855 24 0 0 16 0 9 0 1996672618 870948864 194438 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9580] ppid=9564 vsize=850536 CPUtime=23.09
/proc/9578/task/9580/stat : 9580 (java) R 9564 9564 8814 0 -1 64 265343 0 0 0 2184 125 0 0 25 0 9 0 1996672623 870948864 194438 996147200 134512640 134550740 4294955600 18446744073709551615 102731825 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9581] ppid=9564 vsize=850536 CPUtime=0
/proc/9578/task/9581/stat : 9581 (java) S 9564 9564 8814 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996672623 870948864 194438 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9582] ppid=9564 vsize=850536 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9564 9564 8814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996672623 870948864 194438 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9564 vsize=850536 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996672626 870948864 194438 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9584] ppid=9564 vsize=850536 CPUtime=0.35
/proc/9578/task/9584/stat : 9584 (java) S 9564 9564 8814 0 -1 64 911 0 0 0 34 1 0 0 15 0 9 0 1996672626 870948864 194438 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9585] ppid=9564 vsize=850536 CPUtime=0
/proc/9578/task/9585/stat : 9585 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996672626 870948864 194438 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9564 vsize=850536 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996672626 870948864 194438 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 272.28
Current children cumulated vsize (KiB) 898108

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

[startup+283.102 s]
/proc/loadavg: 2.31 2.20 2.17 3/83 9943
/proc/meminfo: memFree=963216/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=47572 CPUtime=0.01
/proc/9564/stat : 9564 (galacE.sh) S 9562 9564 8814 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1996672613 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9564/statm: 11893 364 245 79 0 219 0
[pid=9578] ppid=9564 vsize=850568 CPUtime=273.06
/proc/9578/stat : 9578 (java) S 9564 9564 8814 0 -1 0 299180 0 1 0 27147 159 0 0 18 0 9 0 1996672616 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 212642 194446 2593 9 0 206623 0
[pid=9578/tid=9579] ppid=9564 vsize=850568 CPUtime=248.79
/proc/9578/task/9579/stat : 9579 (java) S 9564 9564 8814 0 -1 64 16247 0 1 0 24855 24 0 0 16 0 9 0 1996672618 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9580] ppid=9564 vsize=850568 CPUtime=23.9
/proc/9578/task/9580/stat : 9580 (java) R 9564 9564 8814 0 -1 64 281322 0 0 0 2257 133 0 0 25 0 9 0 1996672623 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 103735892 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9581] ppid=9564 vsize=850568 CPUtime=0
/proc/9578/task/9581/stat : 9581 (java) S 9564 9564 8814 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996672623 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9582] ppid=9564 vsize=850568 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9564 9564 8814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996672623 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9564 vsize=850568 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996672626 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9584] ppid=9564 vsize=850568 CPUtime=0.35
/proc/9578/task/9584/stat : 9584 (java) S 9564 9564 8814 0 -1 64 911 0 0 0 34 1 0 0 15 0 9 0 1996672626 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9585] ppid=9564 vsize=850568 CPUtime=0
/proc/9578/task/9585/stat : 9585 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996672626 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9564 vsize=850568 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996672626 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 273.07
Current children cumulated vsize (KiB) 898140

[startup+284.702 s]
/proc/loadavg: 2.29 2.20 2.17 3/83 9943
/proc/meminfo: memFree=931152/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=47572 CPUtime=0.01
/proc/9564/stat : 9564 (galacE.sh) S 9562 9564 8814 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1996672613 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9564/statm: 11893 364 245 79 0 219 0
[pid=9578] ppid=9564 vsize=850568 CPUtime=274.66
/proc/9578/stat : 9578 (java) S 9564 9564 8814 0 -1 0 299180 0 1 0 27307 159 0 0 18 0 9 0 1996672616 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 212642 194446 2593 9 0 206623 0
[pid=9578/tid=9579] ppid=9564 vsize=850568 CPUtime=248.79
/proc/9578/task/9579/stat : 9579 (java) S 9564 9564 8814 0 -1 64 16247 0 1 0 24855 24 0 0 16 0 9 0 1996672618 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9580] ppid=9564 vsize=850568 CPUtime=25.5
/proc/9578/task/9580/stat : 9580 (java) R 9564 9564 8814 0 -1 64 281322 0 0 0 2417 133 0 0 25 0 9 0 1996672623 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 104182233 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9581] ppid=9564 vsize=850568 CPUtime=0
/proc/9578/task/9581/stat : 9581 (java) S 9564 9564 8814 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996672623 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9582] ppid=9564 vsize=850568 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9564 9564 8814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996672623 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9564 vsize=850568 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996672626 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9584] ppid=9564 vsize=850568 CPUtime=0.35
/proc/9578/task/9584/stat : 9584 (java) S 9564 9564 8814 0 -1 64 911 0 0 0 34 1 0 0 15 0 9 0 1996672626 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9585] ppid=9564 vsize=850568 CPUtime=0
/proc/9578/task/9585/stat : 9585 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996672626 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9564 vsize=850568 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996672626 870981632 194446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 274.67
Current children cumulated vsize (KiB) 898140

[startup+285.102 s]
/proc/loadavg: 2.29 2.20 2.17 3/83 9943
/proc/meminfo: memFree=931152/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=47572 CPUtime=0.01
/proc/9564/stat : 9564 (galacE.sh) S 9562 9564 8814 0 -1 4194304 765 1697 0 0 0 0 0 1 25 0 1 0 1996672613 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9564/statm: 11893 364 245 79 0 219 0
[pid=9578] ppid=9564 vsize=818564 CPUtime=275.07
/proc/9578/stat : 9578 (java) S 9564 9564 8814 0 -1 0 299183 0 1 0 27347 160 0 0 18 0 9 0 1996672616 838209536 186446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9578/statm: 204641 186446 2593 9 0 198622 0
[pid=9578/tid=9579] ppid=9564 vsize=818564 CPUtime=248.79
/proc/9578/task/9579/stat : 9579 (java) S 9564 9564 8814 0 -1 64 16250 0 1 0 24855 24 0 0 17 0 9 0 1996672618 838209536 186446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9580] ppid=9564 vsize=818564 CPUtime=25.9
/proc/9578/task/9580/stat : 9580 (java) R 9564 9564 8814 0 -1 64 281322 0 0 0 2457 133 0 0 25 0 9 0 1996672623 838209536 186446 996147200 134512640 134550740 4294955600 18446744073709551615 104181768 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9581] ppid=9564 vsize=818564 CPUtime=0
/proc/9578/task/9581/stat : 9581 (java) S 9564 9564 8814 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996672623 838209536 186446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9578/tid=9582] ppid=9564 vsize=818564 CPUtime=0
/proc/9578/task/9582/stat : 9582 (java) S 9564 9564 8814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996672623 838209536 186446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9583] ppid=9564 vsize=818564 CPUtime=0
/proc/9578/task/9583/stat : 9583 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996672626 838209536 186446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9584] ppid=9564 vsize=818564 CPUtime=0.35
/proc/9578/task/9584/stat : 9584 (java) S 9564 9564 8814 0 -1 64 911 0 0 0 34 1 0 0 15 0 9 0 1996672626 838209536 186446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9585] ppid=9564 vsize=818564 CPUtime=0
/proc/9578/task/9585/stat : 9585 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996672626 838209536 186446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9578/tid=9586] ppid=9564 vsize=818564 CPUtime=0
/proc/9578/task/9586/stat : 9586 (java) S 9564 9564 8814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996672626 838209536 186446 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 275.08
Current children cumulated vsize (KiB) 866136

[startup+285.502 s]
/proc/loadavg: 2.29 2.20 2.17 3/83 9943
/proc/meminfo: memFree=931152/2055920 swapFree=4179968/4192956
[pid=9564] ppid=9562 vsize=47572 CPUtime=275.47
/proc/9564/stat : 9564 (galacE.sh) S 9562 9564 8814 0 -1 4194304 765 300894 0 1 0 0 27375 172 19 0 1 0 1996672613 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 262910043116 0 65538 4096 73728 0 0 0 17 0 0 0
/proc/9564/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 275.47
Current children cumulated vsize (KiB) 47572

Child status: 0
Real time (s): 285.503
CPU time (s): 275.489
CPU user time (s): 273.761
CPU system time (s): 1.72774
CPU usage (%): 96.4925
Max. virtual memory (cumulated for all children) (KiB): 914112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 273.761
system time used= 1.72774
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301681
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= 7205
involuntary context switches= 10179

runsolver used 0.361944 second user time and 0.952855 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-04 15:09:38
IDJOB=1073304
IDBENCH=56334
IDSOLVER=351
FILE ID=node11/1073304-1215176977
PBS_JOBID= 7881515
Free space on /tmp= 66540 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-01-08.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073304-1215176977/watcher-1073304-1215176977 -o /tmp/evaluation-result-1073304-1215176977/solver-1073304-1215176977 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1073304-1215176977.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0c9002fa5828e7988c1ebba4c2893b17
RANDOM SEED=940274939

node11.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.224
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.224
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:       1112104 kB
Buffers:         39116 kB
Cached:         122080 kB
SwapCached:       7036 kB
Active:         827868 kB
Inactive:        59984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1112104 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:           12144 kB
Writeback:           0 kB
Mapped:         722664 kB
Slab:            39568 kB
Committed_AS:  3955540 kB
PageTables:       3444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node11 at 2008-07-04 15:14:23