Trace number 1093081

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? (TO) 1800.01 1824.32

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-11.xml
MD5SUMbe265c4c7616125513fb29148c5bf38d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark308.316
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/17.11	c --- Preproc Stats ---
21.19/38.52	c start processing
21.19/38.52	c start relation processing
40.42/58.00	c start cnf exporting
68.47/86.26	c parsing time : 21.322
68.47/86.26	c preprocessing time : 69.057
68.47/86.26	
68.47/86.26	c Nary constraints - conflicts : 0 supports : 56
68.47/86.26	c Binary constraints - conflicts : 0 supports :0
68.47/86.26	c max arity constraint : 7
68.47/86.26	c Max Tuples generated 0
68.47/86.26	c relations : 56
68.47/86.26	c relations BDD: 56
68.47/86.26	c sampling 0/0
68.47/86.26	c vars : 211686 - clauses :  827637
68.47/86.26	
68.55/86.34	 
68.55/86.34	c --- SAT Solver Stats ---
68.55/86.34	 
68.55/86.34	c eSAT 0.1 : minisat core with additionnal features
68.55/86.34	c ============================[ Problem Statistics ]=============================
68.55/86.34	c |                                                                             |
68.55/86.35	c |  Number of variables:  211685                                               |
68.55/86.35	c |  Number of clauses:    827637                                               |
69.44/87.29	c |  Parsing time:         0.85         s                                       |

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-1093081-1215248082/watcher-1093081-1215248082 -o /tmp/evaluation-result-1093081-1215248082/solver-1093081-1215248082 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1093081-1215248082.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.00 2.03 1.87 2/73 6855
/proc/meminfo: memFree=1867808/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=18572 CPUtime=0
/proc/6855/stat : 6855 (runsolver) D 6853 6855 5417 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 680538035 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 230266826023 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/6855/statm: 4643 292 257 25 0 2626 0

[startup+0.0855021 s]
/proc/loadavg: 2.00 2.03 1.87 2/73 6855
/proc/meminfo: memFree=1867808/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=18572 CPUtime=0
/proc/6855/stat : 6855 (runsolver) D 6853 6855 5417 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 680538035 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 230266826023 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/6855/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101505 s]
/proc/loadavg: 2.00 2.03 1.87 2/73 6855
/proc/meminfo: memFree=1867808/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=18572 CPUtime=0
/proc/6855/stat : 6855 (runsolver) D 6853 6855 5417 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 680538035 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 230266826023 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/6855/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.301542 s]
/proc/loadavg: 2.00 2.03 1.87 2/73 6855
/proc/meminfo: memFree=1867808/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=18572 CPUtime=0
/proc/6855/stat : 6855 (runsolver) D 6853 6855 5417 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 680538035 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 230266826023 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/6855/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.701616 s]
/proc/loadavg: 2.00 2.03 1.87 2/73 6855
/proc/meminfo: memFree=1867808/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=18572 CPUtime=0
/proc/6855/stat : 6855 (runsolver) D 6853 6855 5417 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 680538035 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 230266826023 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/6855/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+1.50176 s]
/proc/loadavg: 2.00 2.03 1.87 2/74 6856
/proc/meminfo: memFree=1867480/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=544 CPUtime=0
/proc/6855/stat : 6855 (galacE.sh) D 6853 6855 5417 0 -1 4194304 15 0 0 0 0 0 0 0 18 0 1 0 680538035 557056 1 996147200 0 0 548682069581 18446744073709551615 230266826023 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/6855/statm: 136 1 0 0 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 544

[startup+3.10106 s]
/proc/loadavg: 2.16 2.06 1.89 2/74 6856
/proc/meminfo: memFree=1867480/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=5180 CPUtime=0
/proc/6855/stat : 6855 (galacE.sh) D 6853 6855 5417 0 -1 4194304 78 0 1 0 0 0 0 0 18 0 1 0 680538035 5304320 53 996147200 4194304 4520092 548682068832 18446744073709551615 4456064 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/6855/statm: 1295 53 37 79 0 105 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5180

[startup+6.30165 s]
/proc/loadavg: 2.16 2.06 1.89 2/74 6856
/proc/meminfo: memFree=1867224/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=8560 CPUtime=0
/proc/6855/stat : 6855 (galacE.sh) D 6853 6855 5417 0 -1 4194304 306 0 3 0 0 0 0 0 18 0 1 100 680538035 8765440 255 996147200 4194304 4520092 548682068832 18446744073709551615 230266994770 0 2 4096 8192 18446744071563479169 0 0 17 0 0 0
/proc/6855/statm: 2140 255 198 79 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8560

[startup+12.7018 s]
/proc/loadavg: 2.29 2.09 1.90 2/75 6861
/proc/meminfo: memFree=1867088/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=8748 CPUtime=0
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 415 833 4 0 0 0 0 0 17 0 1 0 680538035 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 2187 312 217 79 0 180 0
[pid=6861] ppid=6855 vsize=8768 CPUtime=0
/proc/6861/stat : 6861 (galacE.sh) D 6855 6855 5417 0 -1 4194368 22 0 0 0 0 0 0 0 18 0 1 0 680539203 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 230266826023 0 0 4096 73728 18446744071563479169 0 0 17 1 0 0
/proc/6861/statm: 2192 315 217 79 0 185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 17516

[startup+25.5022 s]
/proc/loadavg: 2.32 2.11 1.90 3/83 6877
/proc/meminfo: memFree=1707800/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=0.01
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 759 1697 6 0 0 0 0 1 16 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6869] ppid=6855 vsize=812660 CPUtime=8.28
/proc/6869/stat : 6869 (java) S 6855 6855 5417 0 -1 0 43171 0 1 0 807 21 0 0 18 0 9 0 680539747 832163840 42574 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6869/statm: 203165 42574 1882 9 0 197146 0
[pid=6869/tid=6870] ppid=6855 vsize=812660 CPUtime=7.55
/proc/6869/task/6870/stat : 6870 (java) R 6855 6855 5417 0 -1 64 14480 0 1 0 746 9 0 0 25 0 9 0 680539748 832163840 42574 996147200 134512640 134550740 4294955600 18446744073709551615 4126752501 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6869/tid=6871] ppid=6855 vsize=812660 CPUtime=0.6
/proc/6869/task/6871/stat : 6871 (java) S 6855 6855 5417 0 -1 64 27227 0 0 0 49 11 0 0 16 0 9 0 680539749 832163840 42574 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6869/tid=6872] ppid=6855 vsize=812660 CPUtime=0
/proc/6869/task/6872/stat : 6872 (java) S 6855 6855 5417 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 680539749 832163840 42574 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6869/tid=6873] ppid=6855 vsize=812660 CPUtime=0
/proc/6869/task/6873/stat : 6873 (java) S 6855 6855 5417 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 680539750 832163840 42574 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6869/tid=6874] ppid=6855 vsize=812660 CPUtime=0
/proc/6869/task/6874/stat : 6874 (java) S 6855 6855 5417 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 680539752 832163840 42574 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6869/tid=6875] ppid=6855 vsize=812660 CPUtime=0.12
/proc/6869/task/6875/stat : 6875 (java) S 6855 6855 5417 0 -1 64 765 0 0 0 12 0 0 0 16 0 9 0 680539752 832163840 42574 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6869/tid=6876] ppid=6855 vsize=812660 CPUtime=0
/proc/6869/task/6876/stat : 6876 (java) S 6855 6855 5417 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 680539752 832163840 42574 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6869/tid=6877] ppid=6855 vsize=812660 CPUtime=0
/proc/6869/task/6877/stat : 6877 (java) S 6855 6855 5417 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 680539752 832163840 42574 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 860228

[startup+51.103 s]
/proc/loadavg: 2.21 2.10 1.91 3/83 6877
/proc/meminfo: memFree=1540760/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=0.01
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 759 1697 6 0 0 0 0 1 16 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6869] ppid=6855 vsize=812660 CPUtime=33.67
/proc/6869/stat : 6869 (java) S 6855 6855 5417 0 -1 0 84095 0 1 0 3330 37 0 0 18 0 9 0 680539747 832163840 83453 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6869/statm: 203165 83453 1891 9 0 197146 0
[pid=6869/tid=6870] ppid=6855 vsize=812660 CPUtime=31.64
/proc/6869/task/6870/stat : 6870 (java) R 6855 6855 5417 0 -1 64 14542 0 1 0 3153 11 0 0 25 0 9 0 680539748 832163840 83453 996147200 134512640 134550740 4294955600 18446744073709551615 4126920966 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6869/tid=6871] ppid=6855 vsize=812660 CPUtime=1.82
/proc/6869/task/6871/stat : 6871 (java) S 6855 6855 5417 0 -1 64 68051 0 0 0 157 25 0 0 16 0 9 0 680539749 832163840 83453 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6869/tid=6872] ppid=6855 vsize=812660 CPUtime=0
/proc/6869/task/6872/stat : 6872 (java) S 6855 6855 5417 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 680539749 832163840 83453 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6869/tid=6873] ppid=6855 vsize=812660 CPUtime=0
/proc/6869/task/6873/stat : 6873 (java) S 6855 6855 5417 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 680539750 832163840 83453 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6869/tid=6874] ppid=6855 vsize=812660 CPUtime=0
/proc/6869/task/6874/stat : 6874 (java) S 6855 6855 5417 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 680539752 832163840 83453 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6869/tid=6875] ppid=6855 vsize=812660 CPUtime=0.18
/proc/6869/task/6875/stat : 6875 (java) S 6855 6855 5417 0 -1 64 803 0 0 0 18 0 0 0 15 0 9 0 680539752 832163840 83453 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6869/tid=6876] ppid=6855 vsize=812660 CPUtime=0
/proc/6869/task/6876/stat : 6876 (java) S 6855 6855 5417 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 680539752 832163840 83453 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6869/tid=6877] ppid=6855 vsize=812660 CPUtime=0
/proc/6869/task/6877/stat : 6877 (java) S 6855 6855 5417 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 680539752 832163840 83453 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.68
Current children cumulated vsize (KiB) 860228

[startup+102.306 s]
/proc/loadavg: 2.13 2.09 1.91 3/75 6878
/proc/meminfo: memFree=1738584/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=68.6
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 793 105250 6 1 0 0 6798 62 17 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6878] ppid=6855 vsize=120840 CPUtime=15.94
/proc/6878/stat : 6878 (eSAT_static) R 6855 6855 5417 0 -1 4194304 32146 0 0 0 1575 19 0 0 25 0 1 0 680546670 123740160 28191 996147200 134512640 135177480 4294955968 18446744073709551615 134548393 0 0 4096 3 0 0 0 17 1 0 0
/proc/6878/statm: 30210 28191 80 162 0 30045 0
Current children cumulated CPU time (s) 84.54
Current children cumulated vsize (KiB) 168408

[startup+162.302 s]
/proc/loadavg: 2.09 2.09 1.92 3/75 6878
/proc/meminfo: memFree=1738520/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=68.6
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 793 105250 6 1 0 0 6798 62 17 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6878] ppid=6855 vsize=120840 CPUtime=75.9
/proc/6878/stat : 6878 (eSAT_static) R 6855 6855 5417 0 -1 4194304 32150 0 0 0 7571 19 0 0 25 0 1 0 680546670 123740160 28195 996147200 134512640 135177480 4294955968 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/6878/statm: 30210 28195 80 162 0 30045 0
Current children cumulated CPU time (s) 144.5
Current children cumulated vsize (KiB) 168408

[startup+222.302 s]
/proc/loadavg: 2.03 2.07 1.92 3/75 6878
/proc/meminfo: memFree=1738584/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=68.6
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 793 105250 6 1 0 0 6798 62 17 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6878] ppid=6855 vsize=121020 CPUtime=135.88
/proc/6878/stat : 6878 (eSAT_static) R 6855 6855 5417 0 -1 4194304 32159 0 0 0 13569 19 0 0 25 0 1 0 680546670 123924480 28204 996147200 134512640 135177480 4294955968 18446744073709551615 134565199 0 0 4096 3 0 0 0 17 1 0 0
/proc/6878/statm: 30255 28204 80 162 0 30090 0
Current children cumulated CPU time (s) 204.48
Current children cumulated vsize (KiB) 168588

[startup+282.302 s]
/proc/loadavg: 2.05 2.07 1.93 3/75 6878
/proc/meminfo: memFree=1738584/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=68.6
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 793 105250 6 1 0 0 6798 62 17 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6878] ppid=6855 vsize=121020 CPUtime=195.86
/proc/6878/stat : 6878 (eSAT_static) R 6855 6855 5417 0 -1 4194304 32159 0 0 0 19567 19 0 0 25 0 1 0 680546670 123924480 28204 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6878/statm: 30255 28204 80 162 0 30090 0
Current children cumulated CPU time (s) 264.46
Current children cumulated vsize (KiB) 168588

[startup+342.302 s]

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

/proc/6878/statm: 30255 28213 80 162 0 30090 0
Current children cumulated CPU time (s) 1161.06
Current children cumulated vsize (KiB) 168588

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/83 6924
/proc/meminfo: memFree=1474120/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=68.6
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 793 105250 6 1 0 0 6798 62 17 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6878] ppid=6855 vsize=121020 CPUtime=1152.16
/proc/6878/stat : 6878 (eSAT_static) R 6855 6855 5417 0 -1 4194304 32169 0 0 0 115193 23 0 0 25 0 1 0 680546670 123924480 28214 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6878/statm: 30255 28214 80 162 0 30090 0
Current children cumulated CPU time (s) 1220.76
Current children cumulated vsize (KiB) 168588

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 6924
/proc/meminfo: memFree=1474120/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=68.6
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 793 105250 6 1 0 0 6798 62 17 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6878] ppid=6855 vsize=121020 CPUtime=1211.87
/proc/6878/stat : 6878 (eSAT_static) R 6855 6855 5417 0 -1 4194304 32170 0 0 0 121164 23 0 0 25 0 1 0 680546670 123924480 28215 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6878/statm: 30255 28215 80 162 0 30090 0
Current children cumulated CPU time (s) 1280.47
Current children cumulated vsize (KiB) 168588

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 6924
/proc/meminfo: memFree=1474120/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=68.6
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 793 105250 6 1 0 0 6798 62 17 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6878] ppid=6855 vsize=121020 CPUtime=1271.58
/proc/6878/stat : 6878 (eSAT_static) R 6855 6855 5417 0 -1 4194304 32171 0 0 0 127135 23 0 0 25 0 1 0 680546670 123924480 28216 996147200 134512640 135177480 4294955968 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/6878/statm: 30255 28216 80 162 0 30090 0
Current children cumulated CPU time (s) 1340.18
Current children cumulated vsize (KiB) 168588

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 6924
/proc/meminfo: memFree=1474056/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=68.6
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 793 105250 6 1 0 0 6798 62 17 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6878] ppid=6855 vsize=121020 CPUtime=1331.28
/proc/6878/stat : 6878 (eSAT_static) R 6855 6855 5417 0 -1 4194304 32173 0 0 0 133105 23 0 0 25 0 1 0 680546670 123924480 28218 996147200 134512640 135177480 4294955968 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 1 0 0
/proc/6878/statm: 30255 28218 80 162 0 30090 0
Current children cumulated CPU time (s) 1399.88
Current children cumulated vsize (KiB) 168588

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 6924
/proc/meminfo: memFree=1473992/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=68.6
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 793 105250 6 1 0 0 6798 62 17 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6878] ppid=6855 vsize=121020 CPUtime=1390.99
/proc/6878/stat : 6878 (eSAT_static) R 6855 6855 5417 0 -1 4194304 32174 0 0 0 139076 23 0 0 25 0 1 0 680546670 123924480 28219 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/6878/statm: 30255 28219 80 162 0 30090 0
Current children cumulated CPU time (s) 1459.59
Current children cumulated vsize (KiB) 168588

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 6924
/proc/meminfo: memFree=1473928/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=68.6
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 793 105250 6 1 0 0 6798 62 17 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6878] ppid=6855 vsize=121020 CPUtime=1450.69
/proc/6878/stat : 6878 (eSAT_static) R 6855 6855 5417 0 -1 4194304 32174 0 0 0 145046 23 0 0 25 0 1 0 680546670 123924480 28219 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6878/statm: 30255 28219 80 162 0 30090 0
Current children cumulated CPU time (s) 1519.29
Current children cumulated vsize (KiB) 168588

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 6924
/proc/meminfo: memFree=1473864/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=68.6
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 793 105250 6 1 0 0 6798 62 17 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6878] ppid=6855 vsize=121020 CPUtime=1510.4
/proc/6878/stat : 6878 (eSAT_static) R 6855 6855 5417 0 -1 4194304 32181 0 0 0 151017 23 0 0 25 0 1 0 680546670 123924480 28226 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6878/statm: 30255 28226 80 162 0 30090 0
Current children cumulated CPU time (s) 1579
Current children cumulated vsize (KiB) 168588

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/72 6927
/proc/meminfo: memFree=1634664/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=68.6
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 793 105250 6 1 0 0 6798 62 17 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6878] ppid=6855 vsize=121020 CPUtime=1570.17
/proc/6878/stat : 6878 (eSAT_static) R 6855 6855 5417 0 -1 4194304 32184 0 0 0 156994 23 0 0 25 0 1 0 680546670 123924480 28229 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6878/statm: 30255 28229 80 162 0 30090 0
Current children cumulated CPU time (s) 1638.77
Current children cumulated vsize (KiB) 168588

[startup+1722.3 s]
/proc/loadavg: 2.09 2.03 1.99 3/96 6978
/proc/meminfo: memFree=1587808/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=68.6
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 793 105250 6 1 0 0 6798 62 17 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6878] ppid=6855 vsize=121020 CPUtime=1629.92
/proc/6878/stat : 6878 (eSAT_static) R 6855 6855 5417 0 -1 4194304 32185 0 0 0 162967 25 0 0 25 0 1 0 680546670 123924480 28230 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6878/statm: 30255 28230 80 162 0 30090 0
Current children cumulated CPU time (s) 1698.52
Current children cumulated vsize (KiB) 168588

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 1.99 3/96 6978
/proc/meminfo: memFree=1587808/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=68.6
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 793 105250 6 1 0 0 6798 62 17 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6878] ppid=6855 vsize=121020 CPUtime=1689.61
/proc/6878/stat : 6878 (eSAT_static) R 6855 6855 5417 0 -1 4194304 32186 0 0 0 168936 25 0 0 25 0 1 0 680546670 123924480 28231 996147200 134512640 135177480 4294955968 18446744073709551615 134565495 0 0 4096 3 0 0 0 17 0 0 0
/proc/6878/statm: 30255 28231 80 162 0 30090 0
Current children cumulated CPU time (s) 1758.21
Current children cumulated vsize (KiB) 168588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1824.3 s]
/proc/loadavg: 2.02 2.02 1.99 3/96 6978
/proc/meminfo: memFree=1587808/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=68.6
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 793 105250 6 1 0 0 6798 62 17 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6878] ppid=6855 vsize=121020 CPUtime=1731.41
/proc/6878/stat : 6878 (eSAT_static) R 6855 6855 5417 0 -1 4194304 32187 0 0 0 173115 26 0 0 25 0 1 0 680546670 123924480 28232 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6878/statm: 30255 28232 80 162 0 30090 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 168588

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1824.3 s]
/proc/loadavg: 2.02 2.02 1.99 3/96 6978
/proc/meminfo: memFree=1587808/2055924 swapFree=4177320/4192956
[pid=6855] ppid=6853 vsize=47568 CPUtime=68.6
/proc/6855/stat : 6855 (galacE.sh) S 6853 6855 5417 0 -1 4194304 793 105250 6 1 0 0 6798 62 17 0 1 0 680538035 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6855/statm: 11892 364 245 79 0 219 0
[pid=6878] ppid=6855 vsize=121020 CPUtime=1731.41
/proc/6878/stat : 6878 (eSAT_static) R 6855 6855 5417 0 -1 4194304 32187 0 0 0 173115 26 0 0 25 0 1 0 680546670 123924480 28232 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6878/statm: 30255 28232 80 162 0 30090 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 168588

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6855 and gives
#  childrusage.ru_utime.tv_sec=67
#  childrusage.ru_utime.tv_usec=993663
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=629904
# CPU time returned by wait4() is 68.6236
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1824.32
CPU time (s): 1800.01
CPU user time (s): 1799.13
CPU system time (s): 0.88
CPU usage (%): 98.6677
Max. virtual memory (cumulated for all children) (KiB): 860228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.9937
system time used= 0.629904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106043
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3469
involuntary context switches= 4913

runsolver used 1.77973 second user time and 5.06323 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 10:54:44
IDJOB=1093081
IDBENCH=58684
IDSOLVER=351
FILE ID=node83/1093081-1215248082
PBS_JOBID= 7881916
Free space on /tmp= 66468 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-11.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093081-1215248082/watcher-1093081-1215248082 -o /tmp/evaluation-result-1093081-1215248082/solver-1093081-1215248082 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1093081-1215248082.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= be265c4c7616125513fb29148c5bf38d
RANDOM SEED=439464113

node83.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1869376 kB
Buffers:          8276 kB
Cached:         117676 kB
SwapCached:       9708 kB
Active:         116704 kB
Inactive:        24448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1869376 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:           33448 kB
Writeback:           0 kB
Mapped:          22100 kB
Slab:            30776 kB
Committed_AS:  1126820 kB
PageTables:       1724 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= 66424 MiB
End job on node83 at 2008-07-05 11:25:11