Trace number 1059557

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
casper zao? (TO) 1800.08 1800.86

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-7-fair.xml
MD5SUM6cf636791860df358abcd7e864103e36
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables18639
Number of constraints17647
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17647
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.69/0.75	c Building = 1
3.09/3.18	c [ NumberOfVariables = 18639 ]
3.09/3.18	c [ NumberOfConstraints = 17647 ]
3.09/3.19	c [ SizeOfSearchSpace(log2) = 232573 ]
3.09/3.19	c SymmetrySearch = 1
3.69/3.73	c InitialPropagation = 1
3.69/3.78	c [ SizeOfSearchSpace(log2) = 11164.5 ]
3.69/3.78	c InitialSAC = (Timeout)
4.19/4.29	c [ SizeOfSearchSpace(log2) = 10584.8 ]
4.29/4.30	c Search(DomWDeg) = 

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-1059557-1215123867/watcher-1059557-1215123867 -o /tmp/evaluation-result-1059557-1215123867/solver-1059557-1215123867 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1059557-1215123867.xml 59279131 

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.56 1.89 1.96 3/82 17344
/proc/meminfo: memFree=882820/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=5352 CPUtime=0
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 1991359618 5480448 190 996147200 134512640 135477443 4294956240 18446744073709551615 8891256 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 1338 190 156 235 0 27 0

[startup+0.102428 s]
/proc/loadavg: 1.56 1.89 1.96 3/82 17344
/proc/meminfo: memFree=882820/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=6896 CPUtime=0.09
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 834 0 0 0 9 0 0 0 18 0 1 0 1991359618 7061504 794 996147200 134512640 135477443 4294956240 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 1724 794 362 235 0 425 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6896

[startup+0.201437 s]
/proc/loadavg: 1.56 1.89 1.96 3/82 17344
/proc/meminfo: memFree=882820/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=8280 CPUtime=0.19
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 1175 0 0 0 19 0 0 0 18 0 1 0 1991359618 8478720 1135 996147200 134512640 135477443 4294956240 18446744073709551615 9363072 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 2070 1136 375 235 0 771 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8280

[startup+0.301448 s]
/proc/loadavg: 1.56 1.89 1.96 3/82 17344
/proc/meminfo: memFree=882820/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=9336 CPUtime=0.28
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 1454 0 0 0 28 0 0 0 19 0 1 0 1991359618 9560064 1414 996147200 134512640 135477443 4294956240 18446744073709551615 9356923 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 2334 1414 375 235 0 1035 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9336

[startup+0.701488 s]
/proc/loadavg: 1.56 1.89 1.96 3/82 17344
/proc/meminfo: memFree=882820/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=13824 CPUtime=0.69
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 2571 0 0 0 68 1 0 0 23 0 1 0 1991359618 14155776 2531 996147200 134512640 135477443 4294956240 18446744073709551615 9356923 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 3456 2531 375 235 0 2157 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13824

[startup+1.50157 s]
/proc/loadavg: 1.56 1.89 1.96 2/83 17345
/proc/meminfo: memFree=811964/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=419724 CPUtime=1.49
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 38664 0 0 0 133 16 0 0 25 0 1 0 1991359618 429797376 35696 996147200 134512640 135477443 4294956240 18446744073709551615 9356923 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 104931 35698 461 235 0 103632 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 419724

[startup+3.10173 s]
/proc/loadavg: 1.52 1.87 1.96 2/83 17345
/proc/meminfo: memFree=617980/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=393644 CPUtime=3.09
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 99311 0 0 0 230 79 0 0 25 0 1 0 1991359618 403091456 77241 996147200 134512640 135477443 4294956240 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98411 77241 465 235 0 97112 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 393644

[startup+6.30104 s]
/proc/loadavg: 1.52 1.87 1.96 2/83 17345
/proc/meminfo: memFree=568380/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=6.28
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 104844 0 0 0 542 86 0 0 25 0 1 0 1991359618 403505152 78874 996147200 134512640 135477443 4294956240 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 78874 530 235 0 97213 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 394048

[startup+12.7017 s]
/proc/loadavg: 1.44 1.84 1.95 2/83 17345
/proc/meminfo: memFree=567356/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=12.68
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 105106 0 0 0 1182 86 0 0 25 0 1 0 1991359618 403505152 79136 996147200 134512640 135477443 4294956240 18446744073709551615 134695868 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 79136 530 235 0 97213 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 394048

[startup+25.502 s]
/proc/loadavg: 1.37 1.81 1.93 2/83 17345
/proc/meminfo: memFree=563516/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=25.47
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 106088 0 0 0 2461 86 0 0 25 0 1 0 1991359618 403505152 80118 996147200 134512640 135477443 4294956240 18446744073709551615 134689137 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 80118 530 235 0 97213 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 394048

[startup+51.1015 s]
/proc/loadavg: 1.24 1.75 1.91 2/83 17345
/proc/meminfo: memFree=560252/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=51.05
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 106952 0 0 0 5018 87 0 0 25 0 1 0 1991359618 403505152 80982 996147200 134512640 135477443 4294956240 18446744073709551615 134990301 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 80982 530 235 0 97213 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 394048

[startup+102.302 s]
/proc/loadavg: 1.10 1.62 1.85 2/83 17345
/proc/meminfo: memFree=558396/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=102.23
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107316 0 0 0 10136 87 0 0 25 0 1 0 1991359618 403505152 81346 996147200 134512640 135477443 4294956240 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81346 530 235 0 97213 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 394048

[startup+162.302 s]
/proc/loadavg: 1.04 1.51 1.80 2/83 17345
/proc/meminfo: memFree=558396/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=162.2
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107316 0 0 0 16133 87 0 0 25 0 1 0 1991359618 403505152 81346 996147200 134512640 135477443 4294956240 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81346 530 235 0 97213 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 394048

[startup+222.307 s]
/proc/loadavg: 1.01 1.41 1.75 2/83 17345
/proc/meminfo: memFree=557756/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=222.18
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107495 0 0 0 22131 87 0 0 25 0 1 0 1991359618 403505152 81525 996147200 134512640 135477443 4294956240 18446744073709551615 134911556 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81525 530 235 0 97213 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 394048

[startup+282.302 s]
/proc/loadavg: 1.00 1.34 1.70 2/83 17345
/proc/meminfo: memFree=557692/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=282.15
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107495 0 0 0 28128 87 0 0 25 0 1 0 1991359618 403505152 81525 996147200 134512640 135477443 4294956240 18446744073709551615 135208668 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81525 530 235 0 97213 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 394048

[startup+342.302 s]
/proc/loadavg: 1.00 1.27 1.65 2/83 17345
/proc/meminfo: memFree=557692/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=342.12
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107495 0 0 0 34125 87 0 0 25 0 1 0 1991359618 403505152 81525 996147200 134512640 135477443 4294956240 18446744073709551615 135270278 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81525 530 235 0 97213 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 394048

[startup+402.301 s]
/proc/loadavg: 1.00 1.22 1.61 2/83 17345
/proc/meminfo: memFree=557500/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=402.1
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107558 0 0 0 40122 88 0 0 25 0 1 0 1991359618 403505152 81588 996147200 134512640 135477443 4294956240 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81588 530 235 0 97213 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 394048

[startup+462.301 s]
/proc/loadavg: 1.00 1.18 1.56 2/83 17345
/proc/meminfo: memFree=557500/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=462.07
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107558 0 0 0 46119 88 0 0 25 0 1 0 1991359618 403505152 81588 996147200 134512640 135477443 4294956240 18446744073709551615 135208699 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81588 530 235 0 97213 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 394048

[startup+522.301 s]
/proc/loadavg: 1.00 1.14 1.53 2/83 17345
/proc/meminfo: memFree=557436/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=522.05
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107558 0 0 0 52117 88 0 0 25 0 1 0 1991359618 403505152 81588 996147200 134512640 135477443 4294956240 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81588 530 235 0 97213 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 394048

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.49 2/83 17345
/proc/meminfo: memFree=557116/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=582.03
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107610 0 0 0 58115 88 0 0 25 0 1 0 1991359618 403505152 81640 996147200 134512640 135477443 4294956240 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81640 530 235 0 97213 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 394048

[startup+642.301 s]
/proc/loadavg: 1.00 1.09 1.46 2/83 17345
/proc/meminfo: memFree=556988/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=642
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107610 0 0 0 64112 88 0 0 25 0 1 0 1991359618 403505152 81640 996147200 134512640 135477443 4294956240 18446744073709551615 134990351 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81640 530 235 0 97213 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 394048


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

[startup+882.306 s]
/proc/loadavg: 1.00 1.03 1.34 2/83 17347
/proc/meminfo: memFree=556220/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=881.9
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 88102 88 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 394048

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.32 2/83 17347
/proc/meminfo: memFree=556220/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=941.88
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 94099 89 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 394048

[startup+1002.3 s]
/proc/loadavg: 1.06 1.03 1.30 2/83 17347
/proc/meminfo: memFree=556220/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=1001.85
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 100096 89 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 394048

[startup+1062.3 s]
/proc/loadavg: 1.02 1.03 1.28 2/83 17347
/proc/meminfo: memFree=556220/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=1061.82
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 106093 89 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 394048

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/83 17347
/proc/meminfo: memFree=556220/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=1121.79
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 112090 89 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 135208632 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 394048

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/83 17347
/proc/meminfo: memFree=556156/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=1181.76
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 118087 89 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 394048

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/83 17347
/proc/meminfo: memFree=556028/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=1241.74
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 124085 89 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 1241.74
Current children cumulated vsize (KiB) 394048

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/83 17347
/proc/meminfo: memFree=555964/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=1301.72
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 130083 89 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 1301.72
Current children cumulated vsize (KiB) 394048

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/83 17347
/proc/meminfo: memFree=555964/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=1361.69
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 136080 89 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 135208659 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 1361.69
Current children cumulated vsize (KiB) 394048

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/83 17347
/proc/meminfo: memFree=555964/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=1421.67
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 142078 89 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 1421.67
Current children cumulated vsize (KiB) 394048

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/83 17347
/proc/meminfo: memFree=555964/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=1481.64
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 148075 89 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 1481.64
Current children cumulated vsize (KiB) 394048

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.15 2/83 17347
/proc/meminfo: memFree=556028/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=1541.62
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 154073 89 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 135208691 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 1541.62
Current children cumulated vsize (KiB) 394048

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/83 17347
/proc/meminfo: memFree=555964/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=1601.59
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 160070 89 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 135208512 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 1601.59
Current children cumulated vsize (KiB) 394048

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/83 17347
/proc/meminfo: memFree=555964/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=1661.57
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 166067 90 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 135208668 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 1661.57
Current children cumulated vsize (KiB) 394048

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/83 17347
/proc/meminfo: memFree=555900/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=1721.54
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 172064 90 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 1721.54
Current children cumulated vsize (KiB) 394048

[startup+1782.3 s]
/proc/loadavg: 1.05 1.01 1.11 2/83 17347
/proc/meminfo: memFree=555772/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=1781.52
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 178062 90 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 135208668 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 1781.52
Current children cumulated vsize (KiB) 394048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.81 s]
/proc/loadavg: 1.04 1.01 1.11 2/83 17347
/proc/meminfo: memFree=555772/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=1800.02
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 179912 90 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 394048

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

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

[startup+1800.81 s]
/proc/loadavg: 1.04 1.01 1.11 2/83 17347
/proc/meminfo: memFree=555772/2055920 swapFree=4179028/4192956
[pid=17344] ppid=17342 vsize=394048 CPUtime=1800.02
/proc/17344/stat : 17344 (casperzao) R 17342 17344 15999 0 -1 4194304 107705 0 0 0 179912 90 0 0 25 0 1 0 1991359618 403505152 81735 996147200 134512640 135477443 4294956240 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/17344/statm: 98512 81735 530 235 0 97213 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 394048

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.86
CPU time (s): 1800.08
CPU user time (s): 1799.13
CPU system time (s): 0.951855
CPU usage (%): 99.9567
Max. virtual memory (cumulated for all children) (KiB): 577796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 0.951855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107705
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16
involuntary context switches= 26165

runsolver used 1.82872 second user time and 4.74128 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-04 00:24:27
IDJOB=1059557
IDBENCH=54291
IDSOLVER=361
FILE ID=node36/1059557-1215123867
PBS_JOBID= 7877131
Free space on /tmp= 66544 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-10-7-fair.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059557-1215123867/watcher-1059557-1215123867 -o /tmp/evaluation-result-1059557-1215123867/solver-1059557-1215123867 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1059557-1215123867.xml 59279131 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6cf636791860df358abcd7e864103e36
RANDOM SEED=59279131

node36.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.240
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.240
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:        883300 kB
Buffers:         50896 kB
Cached:         298036 kB
SwapCached:       7932 kB
Active:         912916 kB
Inactive:       192256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        883300 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            6000 kB
Writeback:           0 kB
Mapped:         772484 kB
Slab:            51364 kB
Committed_AS:  3963084 kB
PageTables:       3232 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= 66540 MiB
End job on node36 at 2008-07-04 00:54:30