Trace number 1057982

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.14 1805.58

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-2.xml
MD5SUM45198355f671cba1241311e09f8b8248
Bench CategoryGLOBAL (global constraints)
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 variables800
Number of constraints27284
Maximum constraint arity23
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26784
Global constraints used (with number of constraints)alldifferent(500)

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
1.00/1.03	c Building = 1
10.49/10.53	c [ NumberOfVariables = 800 ]
10.49/10.53	c [ NumberOfConstraints = 27284 ]
10.49/10.53	c [ SizeOfSearchSpace(log2) = 2306.89 ]
10.49/10.53	c SymmetrySearch = 1
11.19/11.25	c InitialPropagation = 1
11.29/11.38	c [ SizeOfSearchSpace(log2) = 2306.89 ]
11.29/11.38	c InitialSAC = 1
27.88/27.93	c [ SizeOfSearchSpace(log2) = 2306.89 ]
27.88/27.94	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-1057982-1215112006/watcher-1057982-1215112006 -o /tmp/evaluation-result-1057982-1215112006/solver-1057982-1215112006 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1057982-1215112006.xml 149159281 

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.16 2.11 1.97 3/82 16367
/proc/meminfo: memFree=1034824/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=5352 CPUtime=0
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 634120803 5480448 191 996147200 134512640 135477443 4294956224 18446744073709551615 6757240 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 1338 191 157 235 0 27 0

[startup+0.0406179 s]
/proc/loadavg: 2.16 2.11 1.97 3/82 16367
/proc/meminfo: memFree=1034824/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=6064 CPUtime=0.03
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 621 0 0 0 3 0 0 0 18 0 1 0 634120803 6209536 581 996147200 134512640 135477443 4294956224 18446744073709551615 7222907 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 1516 581 369 235 0 217 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6064

[startup+0.102621 s]
/proc/loadavg: 2.16 2.11 1.97 3/82 16367
/proc/meminfo: memFree=1034824/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=6724 CPUtime=0.09
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 799 0 0 0 9 0 0 0 18 0 1 0 634120803 6885376 759 996147200 134512640 135477443 4294956224 18446744073709551615 7222907 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 1681 759 369 235 0 382 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6724

[startup+0.301644 s]
/proc/loadavg: 2.16 2.11 1.97 3/82 16367
/proc/meminfo: memFree=1034824/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=8968 CPUtime=0.29
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 1347 0 0 0 29 0 0 0 20 0 1 0 634120803 9183232 1307 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 2242 1308 369 235 0 943 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8968

[startup+0.702685 s]
/proc/loadavg: 2.16 2.11 1.97 3/82 16367
/proc/meminfo: memFree=1034824/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=13192 CPUtime=0.69
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 2411 0 0 0 68 1 0 0 24 0 1 0 634120803 13508608 2371 996147200 134512640 135477443 4294956224 18446744073709551615 7222907 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 3298 2372 369 235 0 1999 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13192

[startup+1.50277 s]
/proc/loadavg: 2.14 2.11 1.97 3/83 16368
/proc/meminfo: memFree=1023616/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=309248 CPUtime=1.49
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 12099 0 0 0 143 6 0 0 25 0 1 0 634120803 316669952 7092 996147200 134512640 135477443 4294956224 18446744073709551615 134591534 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 77312 7094 458 235 0 76013 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 309248

[startup+3.10193 s]
/proc/loadavg: 2.14 2.11 1.97 3/83 16368
/proc/meminfo: memFree=989376/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=351224 CPUtime=3.09
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 41023 0 0 0 289 20 0 0 25 0 1 0 634120803 359653376 20186 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 40929 20178 458 235 0 39630 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 351224

[startup+6.30126 s]
/proc/loadavg: 2.21 2.13 1.98 3/83 16368
/proc/meminfo: memFree=881024/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=496624 CPUtime=6.29
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 98114 0 0 0 574 55 0 0 25 0 1 0 634120803 508542976 46041 996147200 134512640 135477443 4294956224 18446744073709551615 135221429 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 124156 46041 458 235 0 122857 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 496624

[startup+12.7019 s]
/proc/loadavg: 2.20 2.12 1.98 3/83 16368
/proc/meminfo: memFree=702144/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522056 CPUtime=12.69
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 190211 0 0 0 1113 156 0 0 25 0 1 0 634120803 534585344 83450 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130514 83450 524 235 0 129215 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 522056

[startup+25.5012 s]
/proc/loadavg: 2.15 2.12 1.98 3/83 16368
/proc/meminfo: memFree=701952/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522056 CPUtime=25.48
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 190259 0 0 0 2392 156 0 0 25 0 1 0 634120803 534585344 83498 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130514 83498 524 235 0 129215 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 522056

[startup+51.1018 s]
/proc/loadavg: 2.10 2.11 1.98 3/83 16368
/proc/meminfo: memFree=649152/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=51.08
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 203442 0 0 0 4948 160 0 0 25 0 1 0 634120803 534593536 96681 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 96681 525 235 0 129217 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 522064

[startup+102.306 s]
/proc/loadavg: 2.04 2.09 1.98 3/83 16368
/proc/meminfo: memFree=624768/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=102.26
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 209513 0 0 0 10065 161 0 0 25 0 1 0 634120803 534593536 102752 996147200 134512640 135477443 4294956224 18446744073709551615 134584101 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 102752 525 235 0 129217 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 522064

[startup+162.301 s]
/proc/loadavg: 2.01 2.07 1.98 3/83 16368
/proc/meminfo: memFree=623808/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=162.24
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 209761 0 0 0 16063 161 0 0 25 0 1 0 634120803 534593536 103000 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 103000 525 235 0 129217 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 522064

[startup+222.301 s]
/proc/loadavg: 2.00 2.05 1.98 3/83 16368
/proc/meminfo: memFree=623680/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=222.22
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 209761 0 0 0 22061 161 0 0 25 0 1 0 634120803 534593536 103000 996147200 134512640 135477443 4294956224 18446744073709551615 134946728 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 103000 525 235 0 129217 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 522064

[startup+282.302 s]
/proc/loadavg: 2.00 2.04 1.98 3/83 16368
/proc/meminfo: memFree=623680/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=282.21
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 209761 0 0 0 28060 161 0 0 25 0 1 0 634120803 534593536 103000 996147200 134512640 135477443 4294956224 18446744073709551615 134946752 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 103000 525 235 0 129217 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 522064

[startup+342.302 s]
/proc/loadavg: 2.00 2.03 1.98 3/83 16368
/proc/meminfo: memFree=609664/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=342.2
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 213249 0 0 0 34057 163 0 0 25 0 1 0 634120803 534593536 106488 996147200 134512640 135477443 4294956224 18446744073709551615 134689136 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 106488 525 235 0 129217 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 522064

[startup+402.302 s]
/proc/loadavg: 2.07 2.04 1.98 3/83 16368
/proc/meminfo: memFree=609664/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=402.18
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 213249 0 0 0 40055 163 0 0 25 0 1 0 634120803 534593536 106488 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 106488 525 235 0 129217 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 522064

[startup+462.302 s]
/proc/loadavg: 2.02 2.03 1.98 3/83 16368
/proc/meminfo: memFree=609664/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=462.17
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 213249 0 0 0 46054 163 0 0 25 0 1 0 634120803 534593536 106488 996147200 134512640 135477443 4294956224 18446744073709551615 135208666 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 106488 525 235 0 129217 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 522064

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 1.98 3/83 16368
/proc/meminfo: memFree=609536/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=522.15
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 213254 0 0 0 52052 163 0 0 25 0 1 0 634120803 534593536 106493 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 106493 525 235 0 129217 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 522064

[startup+582.302 s]
/proc/loadavg: 2.00 2.02 1.98 3/83 16368
/proc/meminfo: memFree=609536/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=582.14
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 213254 0 0 0 58051 163 0 0 25 0 1 0 634120803 534593536 106493 996147200 134512640 135477443 4294956224 18446744073709551615 135270826 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 106493 525 235 0 129217 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 522064

[startup+642.302 s]
/proc/loadavg: 2.00 2.01 1.98 3/83 16368
/proc/meminfo: memFree=609536/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=642.13
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 213254 0 0 0 64050 163 0 0 25 0 1 0 634120803 534593536 106493 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 106493 525 235 0 129217 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 522064


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 16368
/proc/meminfo: memFree=609216/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=882.06
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 213293 0 0 0 88043 163 0 0 25 0 1 0 634120803 534593536 106532 996147200 134512640 135477443 4294956224 18446744073709551615 134895905 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 106532 525 235 0 129217 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 522064

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 16368
/proc/meminfo: memFree=609216/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=942.04
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 213293 0 0 0 94041 163 0 0 25 0 1 0 634120803 534593536 106532 996147200 134512640 135477443 4294956224 18446744073709551615 134910453 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 106532 525 235 0 129217 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 522064

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/74 16398
/proc/meminfo: memFree=1263072/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=1001.9
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 217075 0 0 0 100025 165 0 0 25 0 1 0 634120803 534593536 110314 996147200 134512640 135477443 4294956224 18446744073709551615 134895892 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 110314 525 235 0 129217 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 522064

[startup+1062.3 s]
/proc/loadavg: 2.15 2.03 2.00 3/82 16433
/proc/meminfo: memFree=1212776/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=1061.66
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 219451 0 0 0 105998 168 0 0 25 0 1 0 634120803 534593536 112690 996147200 134512640 135477443 4294956224 18446744073709551615 135208555 0 0 4096 0 0 0 0 17 0 0 0
/proc/16367/statm: 130516 112690 525 235 0 129217 0
Current children cumulated CPU time (s) 1061.66
Current children cumulated vsize (KiB) 522064

[startup+1122.3 s]
/proc/loadavg: 2.14 2.05 2.00 3/82 16437
/proc/meminfo: memFree=1044008/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=1121.37
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 219451 0 0 0 111969 168 0 0 25 0 1 0 634120803 534593536 112690 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 112690 525 235 0 129217 0
Current children cumulated CPU time (s) 1121.37
Current children cumulated vsize (KiB) 522064

[startup+1182.3 s]
/proc/loadavg: 2.24 2.09 2.01 2/69 16493
/proc/meminfo: memFree=1322768/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=1181.05
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 219451 0 0 0 117937 168 0 0 25 0 1 0 634120803 534593536 112690 996147200 134512640 135477443 4294956224 18446744073709551615 135208666 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 112690 525 235 0 129217 0
Current children cumulated CPU time (s) 1181.05
Current children cumulated vsize (KiB) 522064

[startup+1242.3 s]
/proc/loadavg: 2.32 2.13 2.03 5/84 16524
/proc/meminfo: memFree=717208/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=1241.01
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 219451 0 0 0 123932 169 0 0 25 0 1 0 634120803 534593536 112690 996147200 134512640 135477443 4294956224 18446744073709551615 134586841 0 0 4096 0 0 0 0 17 1 0 0
/proc/16367/statm: 130516 112690 525 235 0 129217 0
Current children cumulated CPU time (s) 1241.01
Current children cumulated vsize (KiB) 522064

[startup+1302.3 s]
/proc/loadavg: 2.46 2.21 2.06 4/76 16526
/proc/meminfo: memFree=1085528/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=1300.78
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 219451 0 0 0 129906 172 0 0 25 0 1 0 634120803 534593536 112690 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 0 0 0
/proc/16367/statm: 130516 112690 525 235 0 129217 0
Current children cumulated CPU time (s) 1300.78
Current children cumulated vsize (KiB) 522064

[startup+1362.3 s]
/proc/loadavg: 2.17 2.17 2.05 3/75 16564
/proc/meminfo: memFree=1259352/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=1360.27
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 219451 0 0 0 135854 173 0 0 25 0 1 0 634120803 534593536 112690 996147200 134512640 135477443 4294956224 18446744073709551615 134583100 0 0 4096 0 0 0 0 17 0 0 0
/proc/16367/statm: 130516 112690 525 235 0 129217 0
Current children cumulated CPU time (s) 1360.27
Current children cumulated vsize (KiB) 522064

[startup+1422.31 s]
/proc/loadavg: 2.06 2.14 2.05 3/75 16564
/proc/meminfo: memFree=1259480/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=1419.8
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 219451 0 0 0 141807 173 0 0 25 0 1 0 634120803 534593536 112690 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 0 0 0
/proc/16367/statm: 130516 112690 525 235 0 129217 0
Current children cumulated CPU time (s) 1419.8
Current children cumulated vsize (KiB) 522064

[startup+1482.3 s]
/proc/loadavg: 2.02 2.11 2.04 3/75 16564
/proc/meminfo: memFree=1259480/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=1479.34
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 219451 0 0 0 147761 173 0 0 25 0 1 0 634120803 534593536 112690 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 0 0 0
/proc/16367/statm: 130516 112690 525 235 0 129217 0
Current children cumulated CPU time (s) 1479.34
Current children cumulated vsize (KiB) 522064

[startup+1542.3 s]
/proc/loadavg: 2.01 2.09 2.04 3/75 16564
/proc/meminfo: memFree=1259480/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=1538.87
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 219451 0 0 0 153714 173 0 0 25 0 1 0 634120803 534593536 112690 996147200 134512640 135477443 4294956224 18446744073709551615 134911678 0 0 4096 0 0 0 0 17 0 0 0
/proc/16367/statm: 130516 112690 525 235 0 129217 0
Current children cumulated CPU time (s) 1538.87
Current children cumulated vsize (KiB) 522064

[startup+1602.3 s]
/proc/loadavg: 2.00 2.07 2.03 3/75 16564
/proc/meminfo: memFree=1259480/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=1598.42
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 219451 0 0 0 159668 174 0 0 25 0 1 0 634120803 534593536 112690 996147200 134512640 135477443 4294956224 18446744073709551615 134970662 0 0 4096 0 0 0 0 17 0 0 0
/proc/16367/statm: 130516 112690 525 235 0 129217 0
Current children cumulated CPU time (s) 1598.42
Current children cumulated vsize (KiB) 522064

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/75 16564
/proc/meminfo: memFree=1259416/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=1657.96
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 219451 0 0 0 165622 174 0 0 25 0 1 0 634120803 534593536 112690 996147200 134512640 135477443 4294956224 18446744073709551615 134586843 0 0 4096 0 0 0 0 17 0 0 0
/proc/16367/statm: 130516 112690 525 235 0 129217 0
Current children cumulated CPU time (s) 1657.96
Current children cumulated vsize (KiB) 522064

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/75 16564
/proc/meminfo: memFree=1259416/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=1717.51
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 219451 0 0 0 171577 174 0 0 25 0 1 0 634120803 534593536 112690 996147200 134512640 135477443 4294956224 18446744073709551615 134910462 0 0 4096 0 0 0 0 17 0 0 0
/proc/16367/statm: 130516 112690 525 235 0 129217 0
Current children cumulated CPU time (s) 1717.51
Current children cumulated vsize (KiB) 522064

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/75 16564
/proc/meminfo: memFree=1259288/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=1777.04
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 219451 0 0 0 177530 174 0 0 25 0 1 0 634120803 534593536 112690 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 0 0 0
/proc/16367/statm: 130516 112690 525 235 0 129217 0
Current children cumulated CPU time (s) 1777.04
Current children cumulated vsize (KiB) 522064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.5 s]
/proc/loadavg: 2.00 2.03 2.01 3/75 16564
/proc/meminfo: memFree=1259288/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=1800.06
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 219451 0 0 0 179832 174 0 0 25 0 1 0 634120803 534593536 112690 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 0 0 0
/proc/16367/statm: 130516 112690 525 235 0 129217 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 522064

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

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

[startup+1805.5 s]
/proc/loadavg: 2.00 2.03 2.01 3/75 16564
/proc/meminfo: memFree=1259288/2055920 swapFree=4176956/4192956
[pid=16367] ppid=16365 vsize=522064 CPUtime=1800.06
/proc/16367/stat : 16367 (casperzao) R 16365 16367 15908 0 -1 4194304 219451 0 0 0 179832 174 0 0 25 0 1 0 634120803 534593536 112690 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 0 0 0
/proc/16367/statm: 130516 112690 525 235 0 129217 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 522064

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.58
CPU time (s): 1800.14
CPU user time (s): 1798.33
CPU system time (s): 1.81572
CPU usage (%): 99.6991
Max. virtual memory (cumulated for all children) (KiB): 578200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.33
system time used= 1.81572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219451
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= 36838

runsolver used 1.84872 second user time and 5.09523 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-03 21:06:47
IDJOB=1057982
IDBENCH=54099
IDSOLVER=361
FILE ID=node84/1057982-1215112006
PBS_JOBID= 7877040
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-2.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057982-1215112006/watcher-1057982-1215112006 -o /tmp/evaluation-result-1057982-1215112006/solver-1057982-1215112006 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1057982-1215112006.xml 149159281 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 45198355f671cba1241311e09f8b8248
RANDOM SEED=149159281

node84.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.231
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.231
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:      2055920 kB
MemFree:       1035304 kB
Buffers:         10344 kB
Cached:         222856 kB
SwapCached:      10240 kB
Active:         823416 kB
Inactive:       161920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1035304 kB
SwapTotal:     4192956 kB
SwapFree:      4176956 kB
Dirty:            6984 kB
Writeback:           0 kB
Mapped:         767412 kB
Slab:            18980 kB
Committed_AS:  1833960 kB
PageTables:       3368 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= 66536 MiB
End job on node84 at 2008-07-03 21:36:54