Trace number 1080605

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) 119.52 120.34

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-1.xml
MD5SUM41c546e7ed00f23c3960c433d0b9277c
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.031994
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity13
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
119.38/120.20	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
119.38/120.20		at tuples.IP4BigConstraints.createTuples(IP4BigConstraints.java:48)
119.38/120.20		at tuples.IP4BigConstraints.generateLessNumberOfTuples(IP4BigConstraints.java:167)
119.38/120.20		at base.MixedEncoding.createRelation(MixedEncoding.java:63)
119.38/120.20		at base.Problem.endConstraint(Problem.java:510)
119.38/120.20		at sat4j.Constraint.endElement(Constraint.java:37)
119.38/120.20		at sat4j.InstanceParser.endElement(InstanceParser.java:49)
119.38/120.20		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
119.38/120.20		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
119.38/120.20		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
119.38/120.20		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
119.38/120.20		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
119.38/120.20		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
119.38/120.20		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
119.38/120.20		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
119.38/120.20		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
119.38/120.20		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
119.38/120.20		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
119.38/120.20		at sat4j.CspXmlParser.parse(CspXmlParser.java:42)
119.38/120.20		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-1080605-1215213164/watcher-1080605-1215213164 -o /tmp/evaluation-result-1080605-1215213164/solver-1080605-1215213164 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1080605-1215213164.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.10 2.03 2.01 4/80 25689
/proc/meminfo: memFree=1742624/2055920 swapFree=4180056/4192956
[pid=25689] ppid=25687 vsize=8772 CPUtime=0.01
/proc/25689/stat : 25689 (galacE.sh) S 25687 25689 25147 0 -1 4194304 527 1176 0 0 0 0 0 1 19 0 1 0 2000291570 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 244671283282 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/25689/statm: 2193 317 217 79 0 186 0
[pid=25697] ppid=25689 vsize=8836 CPUtime=0
/proc/25697/stat : 25697 (galacE.sh) R 25689 25689 25147 0 -1 4194368 31 0 0 0 0 0 0 0 22 0 1 0 2000291572 9048064 325 996147200 4194304 4520092 548682068832 18446744073709551615 244671114535 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/25697/statm: 2209 325 217 79 0 202 0

[startup+0.066376 s]
/proc/loadavg: 2.10 2.03 2.01 4/80 25689
/proc/meminfo: memFree=1742624/2055920 swapFree=4180056/4192956
[pid=25689] ppid=25687 vsize=47568 CPUtime=0.01
/proc/25689/stat : 25689 (galacE.sh) S 25687 25689 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2000291570 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25689/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.101875 s]
/proc/loadavg: 2.10 2.03 2.01 4/80 25689
/proc/meminfo: memFree=1742624/2055920 swapFree=4180056/4192956
[pid=25689] ppid=25687 vsize=47568 CPUtime=0.01
/proc/25689/stat : 25689 (galacE.sh) S 25687 25689 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2000291570 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25689/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.302899 s]
/proc/loadavg: 2.10 2.03 2.01 4/80 25689
/proc/meminfo: memFree=1742624/2055920 swapFree=4180056/4192956
[pid=25689] ppid=25687 vsize=47568 CPUtime=0.01
/proc/25689/stat : 25689 (galacE.sh) S 25687 25689 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2000291570 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25689/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.702937 s]
/proc/loadavg: 2.10 2.03 2.01 4/80 25689
/proc/meminfo: memFree=1742624/2055920 swapFree=4180056/4192956
[pid=25689] ppid=25687 vsize=47568 CPUtime=0.01
/proc/25689/stat : 25689 (galacE.sh) S 25687 25689 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2000291570 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25689/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50302 s]
/proc/loadavg: 2.17 2.04 2.01 4/90 25711
/proc/meminfo: memFree=1697808/2055920 swapFree=4180056/4192956
[pid=25689] ppid=25687 vsize=47568 CPUtime=0.01
/proc/25689/stat : 25689 (galacE.sh) S 25687 25689 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2000291570 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25689/statm: 11892 365 246 79 0 219 0
[pid=25703] ppid=25689 vsize=812576 CPUtime=1.44
/proc/25703/stat : 25703 (java) S 25689 25689 25147 0 -1 0 14567 0 1 0 137 7 0 0 18 0 9 0 2000291574 832077824 13778 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 203144 13778 2589 9 0 197178 0
[pid=25703/tid=25704] ppid=25689 vsize=812576 CPUtime=0.81
/proc/25703/task/25704/stat : 25704 (java) R 25689 25689 25147 0 -1 64 8433 0 1 0 77 4 0 0 22 0 9 0 2000291575 832077824 13778 996147200 134512640 134550740 4294955600 18446744073709551615 4126790455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25705] ppid=25689 vsize=812576 CPUtime=0.46
/proc/25703/task/25705/stat : 25705 (java) S 25689 25689 25147 0 -1 64 4652 0 0 0 45 1 0 0 18 0 9 0 2000291577 832077824 13778 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25706/stat : 25706 (java) S 25689 25689 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000291577 832077824 13778 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25707] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25707/stat : 25707 (java) S 25689 25689 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000291577 832077824 13778 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25708] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25708/stat : 25708 (java) S 25689 25689 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000291579 832077824 13778 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25709] ppid=25689 vsize=812576 CPUtime=0.14
/proc/25703/task/25709/stat : 25709 (java) S 25689 25689 25147 0 -1 64 783 0 0 0 14 0 0 0 16 0 9 0 2000291579 832077824 13778 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000291579 832077824 13778 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000291579 832077824 13778 996147200 134512640 134550740 4294955600 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) 860144

[startup+3.10119 s]
/proc/loadavg: 2.17 2.04 2.01 3/90 25711
/proc/meminfo: memFree=1696720/2055920 swapFree=4180056/4192956
[pid=25689] ppid=25687 vsize=47568 CPUtime=0.01
/proc/25689/stat : 25689 (galacE.sh) S 25687 25689 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2000291570 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25689/statm: 11892 365 246 79 0 219 0
[pid=25703] ppid=25689 vsize=812576 CPUtime=3.03
/proc/25703/stat : 25703 (java) S 25689 25689 25147 0 -1 0 18570 0 1 0 294 9 0 0 18 0 9 0 2000291574 832077824 17780 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 203144 17780 2589 9 0 197178 0
[pid=25703/tid=25704] ppid=25689 vsize=812576 CPUtime=2.38
/proc/25703/task/25704/stat : 25704 (java) R 25689 25689 25147 0 -1 64 12427 0 1 0 232 6 0 0 25 0 9 0 2000291575 832077824 17780 996147200 134512640 134550740 4294955600 18446744073709551615 4126791262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25705] ppid=25689 vsize=812576 CPUtime=0.46
/proc/25703/task/25705/stat : 25705 (java) S 25689 25689 25147 0 -1 64 4652 0 0 0 45 1 0 0 17 0 9 0 2000291577 832077824 17780 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25706/stat : 25706 (java) S 25689 25689 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000291577 832077824 17780 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25707] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25707/stat : 25707 (java) S 25689 25689 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000291577 832077824 17780 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25708] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25708/stat : 25708 (java) S 25689 25689 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000291579 832077824 17780 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25709] ppid=25689 vsize=812576 CPUtime=0.15
/proc/25703/task/25709/stat : 25709 (java) S 25689 25689 25147 0 -1 64 792 0 0 0 15 0 0 0 16 0 9 0 2000291579 832077824 17780 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000291579 832077824 17780 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000291579 832077824 17780 996147200 134512640 134550740 4294955600 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) 860144

[startup+6.30253 s]
/proc/loadavg: 2.17 2.04 2.01 3/90 25711
/proc/meminfo: memFree=1640784/2055920 swapFree=4180056/4192956
[pid=25689] ppid=25687 vsize=47568 CPUtime=0.01
/proc/25689/stat : 25689 (galacE.sh) S 25687 25689 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2000291570 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25689/statm: 11892 365 246 79 0 219 0
[pid=25703] ppid=25689 vsize=812576 CPUtime=6.19
/proc/25703/stat : 25703 (java) S 25689 25689 25147 0 -1 0 28479 0 1 0 605 14 0 0 18 0 9 0 2000291574 832077824 27687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 203144 27687 2593 9 0 197178 0
[pid=25703/tid=25704] ppid=25689 vsize=812576 CPUtime=5.41
/proc/25703/task/25704/stat : 25704 (java) R 25689 25689 25147 0 -1 64 14599 0 1 0 534 7 0 0 25 0 9 0 2000291575 832077824 27687 996147200 134512640 134550740 4294955600 18446744073709551615 104454738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25705] ppid=25689 vsize=812576 CPUtime=0.6
/proc/25703/task/25705/stat : 25705 (java) S 25689 25689 25147 0 -1 64 12389 0 0 0 55 5 0 0 16 0 9 0 2000291577 832077824 27687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25706/stat : 25706 (java) S 25689 25689 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000291577 832077824 27687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25707] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25707/stat : 25707 (java) S 25689 25689 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000291577 832077824 27687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25708] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25708/stat : 25708 (java) S 25689 25689 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000291579 832077824 27687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25709] ppid=25689 vsize=812576 CPUtime=0.15
/proc/25703/task/25709/stat : 25709 (java) S 25689 25689 25147 0 -1 64 792 0 0 0 15 0 0 0 17 0 9 0 2000291579 832077824 27687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000291579 832077824 27687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000291579 832077824 27687 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860144

[startup+12.7012 s]
/proc/loadavg: 2.15 2.04 2.01 3/90 25711
/proc/meminfo: memFree=1567632/2055920 swapFree=4180056/4192956
[pid=25689] ppid=25687 vsize=47568 CPUtime=0.01
/proc/25689/stat : 25689 (galacE.sh) S 25687 25689 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2000291570 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25689/statm: 11892 365 246 79 0 219 0
[pid=25703] ppid=25689 vsize=812576 CPUtime=12.53
/proc/25703/stat : 25703 (java) S 25689 25689 25147 0 -1 0 55389 0 1 0 1227 26 0 0 18 0 9 0 2000291574 832077824 54593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 203144 54593 2593 9 0 197178 0
[pid=25703/tid=25704] ppid=25689 vsize=812576 CPUtime=11.25
/proc/25703/task/25704/stat : 25704 (java) R 25689 25689 25147 0 -1 64 14603 0 1 0 1118 7 0 0 25 0 9 0 2000291575 832077824 54593 996147200 134512640 134550740 4294955600 18446744073709551615 4126789977 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25705] ppid=25689 vsize=812576 CPUtime=1.09
/proc/25703/task/25705/stat : 25705 (java) S 25689 25689 25147 0 -1 64 39294 0 0 0 92 17 0 0 18 0 9 0 2000291577 832077824 54593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25706/stat : 25706 (java) S 25689 25689 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000291577 832077824 54593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25707] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25707/stat : 25707 (java) S 25689 25689 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000291577 832077824 54593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25708] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25708/stat : 25708 (java) S 25689 25689 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000291579 832077824 54593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25709] ppid=25689 vsize=812576 CPUtime=0.15
/proc/25703/task/25709/stat : 25709 (java) S 25689 25689 25147 0 -1 64 793 0 0 0 15 0 0 0 17 0 9 0 2000291579 832077824 54593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000291579 832077824 54593 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000291579 832077824 54593 996147200 134512640 134550740 4294955600 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) 860144

[startup+25.5025 s]
/proc/loadavg: 2.12 2.04 2.01 3/90 25711
/proc/meminfo: memFree=1419408/2055920 swapFree=4180056/4192956
[pid=25689] ppid=25687 vsize=47568 CPUtime=0.01
/proc/25689/stat : 25689 (galacE.sh) S 25687 25689 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2000291570 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25689/statm: 11892 365 246 79 0 219 0
[pid=25703] ppid=25689 vsize=812576 CPUtime=25.21
/proc/25703/stat : 25703 (java) S 25689 25689 25147 0 -1 0 83660 0 1 0 2482 39 0 0 18 0 9 0 2000291574 832077824 82861 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 203144 82861 2593 9 0 197178 0
[pid=25703/tid=25704] ppid=25689 vsize=812576 CPUtime=23.37
/proc/25703/task/25704/stat : 25704 (java) R 25689 25689 25147 0 -1 64 14606 0 1 0 2330 7 0 0 25 0 9 0 2000291575 832077824 82861 996147200 134512640 134550740 4294955600 18446744073709551615 4126785248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25705] ppid=25689 vsize=812576 CPUtime=1.64
/proc/25703/task/25705/stat : 25705 (java) S 25689 25689 25147 0 -1 64 67556 0 0 0 134 30 0 0 16 0 9 0 2000291577 832077824 82861 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25706/stat : 25706 (java) S 25689 25689 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000291577 832077824 82861 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25707] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25707/stat : 25707 (java) S 25689 25689 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000291577 832077824 82861 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25708] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25708/stat : 25708 (java) S 25689 25689 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000291579 832077824 82861 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25709] ppid=25689 vsize=812576 CPUtime=0.16
/proc/25703/task/25709/stat : 25709 (java) S 25689 25689 25147 0 -1 64 799 0 0 0 16 0 0 0 17 0 9 0 2000291579 832077824 82861 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000291579 832077824 82861 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25689 vsize=812576 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000291579 832077824 82861 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 860144

[startup+51.1022 s]

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

[pid=25703/tid=25705] ppid=25689 vsize=812592 CPUtime=8.5
/proc/25703/task/25705/stat : 25705 (java) S 25689 25689 25147 0 -1 64 169832 0 0 0 774 76 0 0 16 0 9 0 2000291577 832094208 181409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25703/tid=25706] ppid=25689 vsize=812592 CPUtime=0
/proc/25703/task/25706/stat : 25706 (java) S 25689 25689 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000291577 832094208 181409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25707] ppid=25689 vsize=812592 CPUtime=0
/proc/25703/task/25707/stat : 25707 (java) S 25689 25689 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000291577 832094208 181409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25708] ppid=25689 vsize=812592 CPUtime=0
/proc/25703/task/25708/stat : 25708 (java) S 25689 25689 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000291579 832094208 181409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25709] ppid=25689 vsize=812592 CPUtime=0.17
/proc/25703/task/25709/stat : 25709 (java) S 25689 25689 25147 0 -1 64 801 0 0 0 17 0 0 0 16 0 9 0 2000291579 832094208 181409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25689 vsize=812592 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000291579 832094208 181409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25689 vsize=812592 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000291579 832094208 181409 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 860160

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

[startup+108.702 s]
/proc/loadavg: 2.06 2.04 2.01 3/92 25752
/proc/meminfo: memFree=316800/2055920 swapFree=4180056/4192956
[pid=25689] ppid=25687 vsize=47568 CPUtime=0.01
/proc/25689/stat : 25689 (galacE.sh) S 25687 25689 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2000291570 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25689/statm: 11892 365 246 79 0 219 0
[pid=25703] ppid=25689 vsize=820596 CPUtime=107.87
/proc/25703/stat : 25703 (java) S 25689 25689 25147 0 -1 0 201515 0 1 0 10693 94 0 0 18 0 9 0 2000291574 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 205149 186891 2593 9 0 199183 0
[pid=25703/tid=25704] ppid=25689 vsize=820596 CPUtime=93.75
/proc/25703/task/25704/stat : 25704 (java) S 25689 25689 25147 0 -1 64 15125 0 1 0 9366 9 0 0 17 0 9 0 2000291575 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25703/tid=25705] ppid=25689 vsize=820596 CPUtime=13.92
/proc/25703/task/25705/stat : 25705 (java) R 25689 25689 25147 0 -1 64 184890 0 0 0 1309 83 0 0 25 0 9 0 2000291577 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25703/tid=25706] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25706/stat : 25706 (java) S 25689 25689 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000291577 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25703/tid=25707] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25707/stat : 25707 (java) S 25689 25689 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000291577 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25708] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25708/stat : 25708 (java) S 25689 25689 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000291579 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25709] ppid=25689 vsize=820596 CPUtime=0.17
/proc/25703/task/25709/stat : 25709 (java) S 25689 25689 25147 0 -1 64 801 0 0 0 17 0 0 0 16 0 9 0 2000291579 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000291579 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000291579 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 107.88
Current children cumulated vsize (KiB) 868164

[startup+115.103 s]
/proc/loadavg: 2.06 2.04 2.01 3/92 25752
/proc/meminfo: memFree=298880/2055920 swapFree=4180056/4192956
[pid=25689] ppid=25687 vsize=47568 CPUtime=0.01
/proc/25689/stat : 25689 (galacE.sh) S 25687 25689 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2000291570 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25689/statm: 11892 365 246 79 0 219 0
[pid=25703] ppid=25689 vsize=820596 CPUtime=114.26
/proc/25703/stat : 25703 (java) S 25689 25689 25147 0 -1 0 209402 0 1 0 11327 99 0 0 18 0 9 0 2000291574 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 205149 186891 2593 9 0 199183 0
[pid=25703/tid=25704] ppid=25689 vsize=820596 CPUtime=93.75
/proc/25703/task/25704/stat : 25704 (java) S 25689 25689 25147 0 -1 64 15126 0 1 0 9366 9 0 0 17 0 9 0 2000291575 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25703/tid=25705] ppid=25689 vsize=820596 CPUtime=20.33
/proc/25703/task/25705/stat : 25705 (java) R 25689 25689 25147 0 -1 64 192776 0 0 0 1944 89 0 0 25 0 9 0 2000291577 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 104456944 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25703/tid=25706] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25706/stat : 25706 (java) S 25689 25689 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000291577 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25703/tid=25707] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25707/stat : 25707 (java) S 25689 25689 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000291577 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25708] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25708/stat : 25708 (java) S 25689 25689 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000291579 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25709] ppid=25689 vsize=820596 CPUtime=0.17
/proc/25703/task/25709/stat : 25709 (java) S 25689 25689 25147 0 -1 64 801 0 0 0 17 0 0 0 16 0 9 0 2000291579 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000291579 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000291579 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 114.27
Current children cumulated vsize (KiB) 868164

[startup+118.302 s]
/proc/loadavg: 2.05 2.04 2.00 3/92 25752
/proc/meminfo: memFree=298496/2055920 swapFree=4180056/4192956
[pid=25689] ppid=25687 vsize=47568 CPUtime=0.01
/proc/25689/stat : 25689 (galacE.sh) S 25687 25689 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2000291570 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25689/statm: 11892 365 246 79 0 219 0
[pid=25703] ppid=25689 vsize=820596 CPUtime=117.46
/proc/25703/stat : 25703 (java) S 25689 25689 25147 0 -1 0 213345 0 1 0 11645 101 0 0 18 0 9 0 2000291574 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 205149 186891 2593 9 0 199183 0
[pid=25703/tid=25704] ppid=25689 vsize=820596 CPUtime=93.75
/proc/25703/task/25704/stat : 25704 (java) S 25689 25689 25147 0 -1 64 15126 0 1 0 9366 9 0 0 17 0 9 0 2000291575 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25703/tid=25705] ppid=25689 vsize=820596 CPUtime=23.52
/proc/25703/task/25705/stat : 25705 (java) R 25689 25689 25147 0 -1 64 196719 0 0 0 2261 91 0 0 25 0 9 0 2000291577 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 104181521 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25703/tid=25706] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25706/stat : 25706 (java) S 25689 25689 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000291577 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25703/tid=25707] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25707/stat : 25707 (java) S 25689 25689 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000291577 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25708] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25708/stat : 25708 (java) S 25689 25689 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000291579 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25709] ppid=25689 vsize=820596 CPUtime=0.17
/proc/25703/task/25709/stat : 25709 (java) S 25689 25689 25147 0 -1 64 801 0 0 0 17 0 0 0 16 0 9 0 2000291579 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000291579 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000291579 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 117.47
Current children cumulated vsize (KiB) 868164

[startup+119.102 s]
/proc/loadavg: 2.05 2.04 2.00 3/92 25752
/proc/meminfo: memFree=298496/2055920 swapFree=4180056/4192956
[pid=25689] ppid=25687 vsize=47568 CPUtime=0.01
/proc/25689/stat : 25689 (galacE.sh) S 25687 25689 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2000291570 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25689/statm: 11892 365 246 79 0 219 0
[pid=25703] ppid=25689 vsize=820596 CPUtime=118.26
/proc/25703/stat : 25703 (java) S 25689 25689 25147 0 -1 0 213345 0 1 0 11725 101 0 0 18 0 9 0 2000291574 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 205149 186891 2593 9 0 199183 0
[pid=25703/tid=25704] ppid=25689 vsize=820596 CPUtime=93.75
/proc/25703/task/25704/stat : 25704 (java) S 25689 25689 25147 0 -1 64 15126 0 1 0 9366 9 0 0 17 0 9 0 2000291575 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25703/tid=25705] ppid=25689 vsize=820596 CPUtime=24.32
/proc/25703/task/25705/stat : 25705 (java) R 25689 25689 25147 0 -1 64 196719 0 0 0 2341 91 0 0 25 0 9 0 2000291577 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 104182213 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25703/tid=25706] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25706/stat : 25706 (java) S 25689 25689 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000291577 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25703/tid=25707] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25707/stat : 25707 (java) S 25689 25689 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000291577 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25708] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25708/stat : 25708 (java) S 25689 25689 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000291579 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25709] ppid=25689 vsize=820596 CPUtime=0.17
/proc/25703/task/25709/stat : 25709 (java) S 25689 25689 25147 0 -1 64 801 0 0 0 17 0 0 0 16 0 9 0 2000291579 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000291579 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25689 vsize=820596 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000291579 840290304 186891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 118.27
Current children cumulated vsize (KiB) 868164

[startup+119.91 s]
/proc/loadavg: 2.05 2.04 2.00 3/92 25752
/proc/meminfo: memFree=298432/2055920 swapFree=4180056/4192956
[pid=25689] ppid=25687 vsize=47568 CPUtime=0.01
/proc/25689/stat : 25689 (galacE.sh) S 25687 25689 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2000291570 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25689/statm: 11892 365 246 79 0 219 0
[pid=25703] ppid=25689 vsize=812592 CPUtime=119.08
/proc/25703/stat : 25703 (java) S 25689 25689 25147 0 -1 0 213349 0 1 0 11806 102 0 0 18 0 9 0 2000291574 832094208 184892 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 203148 184892 2593 9 0 197182 0
[pid=25703/tid=25704] ppid=25689 vsize=812592 CPUtime=93.75
/proc/25703/task/25704/stat : 25704 (java) S 25689 25689 25147 0 -1 64 15130 0 1 0 9366 9 0 0 17 0 9 0 2000291575 832094208 184892 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25703/tid=25705] ppid=25689 vsize=812592 CPUtime=25.13
/proc/25703/task/25705/stat : 25705 (java) R 25689 25689 25147 0 -1 64 196719 0 0 0 2422 91 0 0 25 0 9 0 2000291577 832094208 184892 996147200 134512640 134550740 4294955600 18446744073709551615 104181584 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25703/tid=25706] ppid=25689 vsize=812592 CPUtime=0
/proc/25703/task/25706/stat : 25706 (java) S 25689 25689 25147 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000291577 832094208 184892 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25703/tid=25707] ppid=25689 vsize=812592 CPUtime=0
/proc/25703/task/25707/stat : 25707 (java) S 25689 25689 25147 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000291577 832094208 184892 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25708] ppid=25689 vsize=812592 CPUtime=0
/proc/25703/task/25708/stat : 25708 (java) S 25689 25689 25147 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000291579 832094208 184892 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25709] ppid=25689 vsize=812592 CPUtime=0.17
/proc/25703/task/25709/stat : 25709 (java) S 25689 25689 25147 0 -1 64 801 0 0 0 17 0 0 0 16 0 9 0 2000291579 832094208 184892 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25689 vsize=812592 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000291579 832094208 184892 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25689 vsize=812592 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25689 25689 25147 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000291579 832094208 184892 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 119.09
Current children cumulated vsize (KiB) 860160

[startup+120.302 s]
/proc/loadavg: 2.05 2.04 2.00 3/92 25752
/proc/meminfo: memFree=298432/2055920 swapFree=4180056/4192956
[pid=25689] ppid=25687 vsize=47568 CPUtime=0.01
/proc/25689/stat : 25689 (galacE.sh) S 25687 25689 25147 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2000291570 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25689/statm: 11892 365 246 79 0 219 0
[pid=25703] ppid=25689 vsize=0 CPUtime=119.44
/proc/25703/stat : 25703 (java) Z 25689 25689 25147 0 -1 12 213361 0 1 0 11835 109 0 0 16 0 2 0 2000291574 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25703/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 119.45
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 120.34
CPU time (s): 119.52
CPU user time (s): 118.36
CPU system time (s): 1.15982
CPU usage (%): 99.3188
Max. virtual memory (cumulated for all children) (KiB): 872168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 118.36
system time used= 1.15982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215846
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= 3168
involuntary context switches= 4163

runsolver used 0.177972 second user time and 0.414936 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 01:12:44
IDJOB=1080605
IDBENCH=57001
IDSOLVER=351
FILE ID=node7/1080605-1215213164
PBS_JOBID= 7881781
Free space on /tmp= 66516 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 41c546e7ed00f23c3960c433d0b9277c
RANDOM SEED=1574810355

node7.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.236
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.236
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:       1743104 kB
Buffers:         21720 kB
Cached:         150228 kB
SwapCached:       7300 kB
Active:         208616 kB
Inactive:        52324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743104 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:            3132 kB
Writeback:           0 kB
Mapped:         102272 kB
Slab:            37068 kB
Committed_AS:  4264128 kB
PageTables:       2008 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node7 at 2008-07-05 01:14:44