Trace number 1039688

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac M? (TO) 1800.03 1806.51

General information on the benchmark

Namecsp/frb59-26/
normalized-frb59-26-4-mgd_ext.xml
MD5SUMfd3536ed5e2ccfdf16ec9d1318bd7cce
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables59
Number of constraints559
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension559
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.35/1.46	c start processing
1.35/1.46	c start relation processing
1.45/1.51	c start cnf exporting
4.42/4.53	c parsing time : 1.341
4.42/4.53	c preprocessing time : 4.412
4.42/4.53	
4.42/4.54	c Nary constraints - conflicts : 0 supports : 0
4.42/4.54	c Binary constraints - conflicts : 550 supports :9
4.42/4.54	c max arity constraint : 2
4.42/4.54	c Max Tuples generated 0
4.42/4.54	c relations : 559
4.42/4.54	c relations BDD: 0
4.42/4.54	c sampling 0/0
4.42/4.54	c vars : 1535 - clauses :  124277
4.42/4.54	
4.42/4.58	 
4.42/4.58	c --- SAT Solver Stats ---
4.42/4.58	 

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-1039688-1214969284/watcher-1039688-1214969284 -o /tmp/evaluation-result-1039688-1214969284/solver-1039688-1214969284 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1039688-1214969284.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 7230
/proc/meminfo: memFree=1465760/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=8652 CPUtime=0
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1975903550 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 2163 280 208 79 0 156 0
[pid=7231] ppid=7230 vsize=8688 CPUtime=0
/proc/7231/stat : 7231 (galacM.sh) S 7230 7230 2469 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1975903551 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 244671283282 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7231/statm: 2172 286 209 79 0 165 0
[pid=7232] ppid=7231 vsize=8728 CPUtime=0
/proc/7232/stat : 7232 (galacM.sh) R 7231 7230 2469 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 1975903551 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 244671114535 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/7232/statm: 2182 290 209 79 0 175 0

[startup+0.044741 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 7230
/proc/meminfo: memFree=1465760/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=0.01
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.102243 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 7230
/proc/meminfo: memFree=1465760/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=0.01
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301251 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 7230
/proc/meminfo: memFree=1465760/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=0.01
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701296 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 7230
/proc/meminfo: memFree=1465760/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=0.01
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50138 s]
/proc/loadavg: 1.92 2.01 1.99 4/82 7252
/proc/meminfo: memFree=1395664/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=0.01
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7244] ppid=7230 vsize=812548 CPUtime=1.44
/proc/7244/stat : 7244 (java) S 7230 7230 2469 0 -1 0 21830 0 1 0 133 11 0 0 19 0 9 0 1975903554 832049152 21249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7244/statm: 203137 21249 1892 9 0 197171 0
[pid=7244/tid=7245] ppid=7230 vsize=812548 CPUtime=1.14
/proc/7244/task/7245/stat : 7245 (java) R 7230 7230 2469 0 -1 64 14492 0 1 0 106 8 0 0 25 0 9 0 1975903555 832049152 21249 996147200 134512640 134550740 4294955616 18446744073709551615 4126990659 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7244/tid=7246] ppid=7230 vsize=812548 CPUtime=0.05
/proc/7244/task/7246/stat : 7246 (java) S 7230 7230 2469 0 -1 64 5813 0 0 0 3 2 0 0 16 0 9 0 1975903556 832049152 21249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7244/tid=7247] ppid=7230 vsize=812548 CPUtime=0
/proc/7244/task/7247/stat : 7247 (java) S 7230 7230 2469 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1975903556 832049152 21249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7244/tid=7248] ppid=7230 vsize=812548 CPUtime=0
/proc/7244/task/7248/stat : 7248 (java) S 7230 7230 2469 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1975903556 832049152 21249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7244/tid=7249] ppid=7230 vsize=812548 CPUtime=0
/proc/7244/task/7249/stat : 7249 (java) S 7230 7230 2469 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1975903558 832049152 21249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7244/tid=7250] ppid=7230 vsize=812548 CPUtime=0.22
/proc/7244/task/7250/stat : 7250 (java) S 7230 7230 2469 0 -1 64 827 0 0 0 22 0 0 0 16 0 9 0 1975903558 832049152 21249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7244/tid=7251] ppid=7230 vsize=812548 CPUtime=0
/proc/7244/task/7251/stat : 7251 (java) S 7230 7230 2469 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1975903558 832049152 21249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7244/tid=7252] ppid=7230 vsize=812548 CPUtime=0
/proc/7244/task/7252/stat : 7252 (java) S 7230 7230 2469 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1975903559 832049152 21249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860116

[startup+3.10255 s]
/proc/loadavg: 1.92 2.01 1.99 3/82 7252
/proc/meminfo: memFree=1386512/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=0.01
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7244] ppid=7230 vsize=812548 CPUtime=3.03
/proc/7244/stat : 7244 (java) S 7230 7230 2469 0 -1 0 22576 0 1 0 291 12 0 0 19 0 9 0 1975903554 832049152 21989 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7244/statm: 203137 21989 1914 9 0 197171 0
[pid=7244/tid=7245] ppid=7230 vsize=812548 CPUtime=2.61
/proc/7244/task/7245/stat : 7245 (java) R 7230 7230 2469 0 -1 64 14542 0 1 0 253 8 0 0 25 0 9 0 1975903555 832049152 21989 996147200 134512640 134550740 4294955616 18446744073709551615 4126618571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7244/tid=7246] ppid=7230 vsize=812548 CPUtime=0.1
/proc/7244/task/7246/stat : 7246 (java) S 7230 7230 2469 0 -1 64 6459 0 0 0 8 2 0 0 16 0 9 0 1975903556 832049152 21989 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7244/tid=7247] ppid=7230 vsize=812548 CPUtime=0
/proc/7244/task/7247/stat : 7247 (java) S 7230 7230 2469 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1975903556 832049152 21989 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7244/tid=7248] ppid=7230 vsize=812548 CPUtime=0
/proc/7244/task/7248/stat : 7248 (java) S 7230 7230 2469 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1975903556 832049152 21989 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7244/tid=7249] ppid=7230 vsize=812548 CPUtime=0
/proc/7244/task/7249/stat : 7249 (java) S 7230 7230 2469 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1975903558 832049152 21989 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7244/tid=7250] ppid=7230 vsize=812548 CPUtime=0.28
/proc/7244/task/7250/stat : 7250 (java) S 7230 7230 2469 0 -1 64 877 0 0 0 28 0 0 0 15 0 9 0 1975903558 832049152 21989 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7244/tid=7251] ppid=7230 vsize=812548 CPUtime=0
/proc/7244/task/7251/stat : 7251 (java) S 7230 7230 2469 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1975903558 832049152 21989 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7244/tid=7252] ppid=7230 vsize=812548 CPUtime=0
/proc/7244/task/7252/stat : 7252 (java) S 7230 7230 2469 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1975903559 832049152 21989 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860116

[startup+6.30189 s]
/proc/loadavg: 1.93 2.01 1.99 3/74 7253
/proc/meminfo: memFree=1453584/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=13012 CPUtime=1.68
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 3145 0 0 0 167 1 0 0 25 0 1 0 1975904009 13324288 3126 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7253/statm: 3253 3126 57 152 0 3098 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 60580

[startup+12.7016 s]
/proc/loadavg: 1.93 2.00 1.99 3/74 7253
/proc/meminfo: memFree=1440144/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=24720 CPUtime=8.03
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 6063 0 0 0 800 3 0 0 25 0 1 0 1975904009 25313280 6044 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/7253/statm: 6180 6044 57 152 0 6025 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 72288

[startup+25.5029 s]
/proc/loadavg: 1.95 2.00 1.99 3/74 7253
/proc/meminfo: memFree=1427024/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=37372 CPUtime=20.72
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 9202 0 0 0 2065 7 0 0 25 0 1 0 1975904009 38268928 9183 996147200 134512640 135136200 4294955968 18446744073709551615 134529438 0 0 4096 3 0 0 0 17 1 0 0
/proc/7253/statm: 9343 9183 57 152 0 9188 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 84940

[startup+51.1026 s]
/proc/loadavg: 1.96 2.00 1.99 3/74 7253
/proc/meminfo: memFree=1413712/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=50464 CPUtime=46.1
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 12518 0 0 0 4600 10 0 0 25 0 1 0 1975904009 51675136 12499 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/7253/statm: 12616 12499 57 152 0 12461 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 98032

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.99 3/74 7253
/proc/meminfo: memFree=1399696/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=64452 CPUtime=96.88
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 15957 0 0 0 9673 15 0 0 25 0 1 0 1975904009 65998848 15938 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7253/statm: 16113 15938 57 152 0 15958 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 112020

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 7253
/proc/meminfo: memFree=1383952/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=80352 CPUtime=156.37
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 19913 0 0 0 15617 20 0 0 25 0 1 0 1975904009 82280448 19894 996147200 134512640 135136200 4294955968 18446744073709551615 134529530 0 0 4096 3 0 0 0 17 1 0 0
/proc/7253/statm: 20088 19894 57 152 0 19933 0
Current children cumulated CPU time (s) 160.85
Current children cumulated vsize (KiB) 127920

[startup+222.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 7253
/proc/meminfo: memFree=1370896/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=93220 CPUtime=215.86
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 23122 0 0 0 21563 23 0 0 25 0 1 0 1975904009 95457280 23103 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/7253/statm: 23305 23103 57 152 0 23150 0
Current children cumulated CPU time (s) 220.34

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

/proc/7253/statm: 43782 43365 57 152 0 43627 0
Current children cumulated CPU time (s) 1176.03
Current children cumulated vsize (KiB) 222696

[startup+1242.3 s]
/proc/loadavg: 1.00 1.15 1.54 2/66 7277
/proc/meminfo: memFree=1290776/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=182060 CPUtime=1231.52
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 45080 0 0 0 123106 46 0 0 25 0 1 0 1975904009 186429440 45061 996147200 134512640 135136200 4294955968 18446744073709551615 134529566 0 0 4096 3 0 0 0 17 0 0 0
/proc/7253/statm: 45515 45061 57 152 0 45360 0
Current children cumulated CPU time (s) 1236
Current children cumulated vsize (KiB) 229628

[startup+1302.3 s]
/proc/loadavg: 1.00 1.12 1.50 2/66 7277
/proc/meminfo: memFree=1284888/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=187892 CPUtime=1291.51
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 46509 0 0 0 129104 47 0 0 25 0 1 0 1975904009 192401408 46490 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/7253/statm: 46973 46490 57 152 0 46818 0
Current children cumulated CPU time (s) 1295.99
Current children cumulated vsize (KiB) 235460

[startup+1362.3 s]
/proc/loadavg: 1.00 1.10 1.47 2/66 7277
/proc/meminfo: memFree=1279384/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=193456 CPUtime=1351.49
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 47892 0 0 0 135100 49 0 0 25 0 1 0 1975904009 198098944 47873 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/7253/statm: 48364 47873 57 152 0 48209 0
Current children cumulated CPU time (s) 1355.97
Current children cumulated vsize (KiB) 241024

[startup+1422.31 s]
/proc/loadavg: 1.00 1.08 1.44 2/66 7277
/proc/meminfo: memFree=1279192/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=193588 CPUtime=1411.48
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 47925 0 0 0 141099 49 0 0 25 0 1 0 1975904009 198234112 47906 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/7253/statm: 48397 47906 57 152 0 48242 0
Current children cumulated CPU time (s) 1415.96
Current children cumulated vsize (KiB) 241156

[startup+1482.3 s]
/proc/loadavg: 1.00 1.06 1.41 2/66 7277
/proc/meminfo: memFree=1279192/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=193588 CPUtime=1471.46
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 47927 0 0 0 147097 49 0 0 25 0 1 0 1975904009 198234112 47908 996147200 134512640 135136200 4294955968 18446744073709551615 134529500 0 0 4096 3 0 0 0 17 0 0 0
/proc/7253/statm: 48397 47908 57 152 0 48242 0
Current children cumulated CPU time (s) 1475.94
Current children cumulated vsize (KiB) 241156

[startup+1542.3 s]
/proc/loadavg: 1.00 1.05 1.38 2/66 7277
/proc/meminfo: memFree=1279192/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=193588 CPUtime=1531.44
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 47928 0 0 0 153095 49 0 0 25 0 1 0 1975904009 198234112 47909 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/7253/statm: 48397 47909 57 152 0 48242 0
Current children cumulated CPU time (s) 1535.92
Current children cumulated vsize (KiB) 241156

[startup+1602.3 s]
/proc/loadavg: 1.00 1.04 1.35 2/66 7277
/proc/meminfo: memFree=1279128/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=193588 CPUtime=1591.42
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 47928 0 0 0 159093 49 0 0 25 0 1 0 1975904009 198234112 47909 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/7253/statm: 48397 47909 57 152 0 48242 0
Current children cumulated CPU time (s) 1595.9
Current children cumulated vsize (KiB) 241156

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/66 7277
/proc/meminfo: memFree=1279064/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=193588 CPUtime=1651.41
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 47930 0 0 0 165092 49 0 0 25 0 1 0 1975904009 198234112 47911 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/7253/statm: 48397 47911 57 152 0 48242 0
Current children cumulated CPU time (s) 1655.89
Current children cumulated vsize (KiB) 241156

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.30 2/66 7277
/proc/meminfo: memFree=1279000/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=193588 CPUtime=1711.38
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 47933 0 0 0 171089 49 0 0 25 0 1 0 1975904009 198234112 47914 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/7253/statm: 48397 47914 57 152 0 48242 0
Current children cumulated CPU time (s) 1715.86
Current children cumulated vsize (KiB) 241156

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/66 7277
/proc/meminfo: memFree=1278872/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=193588 CPUtime=1771.35
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 47933 0 0 0 177086 49 0 0 25 0 1 0 1975904009 198234112 47914 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/7253/statm: 48397 47914 57 152 0 48242 0
Current children cumulated CPU time (s) 1775.83
Current children cumulated vsize (KiB) 241156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.5 s]
/proc/loadavg: 1.00 1.01 1.27 2/66 7277
/proc/meminfo: memFree=1278872/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=193588 CPUtime=1795.55
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 47933 0 0 0 179506 49 0 0 25 0 1 0 1975904009 198234112 47914 996147200 134512640 135136200 4294955968 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/7253/statm: 48397 47914 57 152 0 48242 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 241156

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

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

[startup+1806.5 s]
/proc/loadavg: 1.00 1.01 1.27 2/66 7277
/proc/meminfo: memFree=1278872/2055920 swapFree=4180052/4192956
[pid=7230] ppid=7228 vsize=47568 CPUtime=4.48
/proc/7230/stat : 7230 (galacM.sh) S 7228 7230 2469 0 -1 4194304 800 24289 0 1 0 0 433 15 17 0 1 0 1975903550 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7230/statm: 11892 365 246 79 0 219 0
[pid=7253] ppid=7230 vsize=193588 CPUtime=1795.55
/proc/7253/stat : 7253 (minisat) R 7230 7230 2469 0 -1 4194304 47933 0 0 0 179506 49 0 0 25 0 1 0 1975904009 198234112 47914 996147200 134512640 135136200 4294955968 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/7253/statm: 48397 47914 57 152 0 48242 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 241156

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7230 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=339340
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=160975
# CPU time returned by wait4() is 4.50031
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.51
CPU time (s): 1800.03
CPU user time (s): 1799.39
CPU system time (s): 0.64
CPU usage (%): 99.6412
Max. virtual memory (cumulated for all children) (KiB): 860116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.33934
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25089
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= 1307
involuntary context switches= 1328

runsolver used 1.93871 second user time and 4.93725 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-02 05:28:04
IDJOB=1039688
IDBENCH=53633
IDSOLVER=350
FILE ID=node7/1039688-1214969284
PBS_JOBID= 7870319
Free space on /tmp= 66552 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/frb59-26/normalized-frb59-26-4-mgd_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1039688-1214969284/watcher-1039688-1214969284 -o /tmp/evaluation-result-1039688-1214969284/solver-1039688-1214969284 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1039688-1214969284.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fd3536ed5e2ccfdf16ec9d1318bd7cce
RANDOM SEED=1974645422

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:       1466240 kB
Buffers:         60156 kB
Cached:         438940 kB
SwapCached:       7028 kB
Active:         131912 kB
Inactive:       381444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1466240 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            3732 kB
Writeback:           0 kB
Mapped:          21720 kB
Slab:            61632 kB
Committed_AS:  3308020 kB
PageTables:       1796 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= 66548 MiB
End job on node7 at 2008-07-02 05:58:12