Trace number 1059578

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.07 1812.96

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-13-fair.xml
MD5SUM470171cedada3e0976f1103c3898929b
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 variables33927
Number of constraints32137
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32137
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
1.48/1.57	c Building = 1
4.84/4.98	c [ NumberOfVariables = 33927 ]
4.84/4.98	c [ NumberOfConstraints = 32137 ]
4.84/5.00	c [ SizeOfSearchSpace(log2) = 423539 ]
4.84/5.00	c SymmetrySearch = 1
6.72/6.82	c InitialPropagation = 1
6.82/6.92	c [ SizeOfSearchSpace(log2) = 19647.7 ]
6.82/6.92	c InitialSAC = (Timeout)
38.73/39.10	c [ SizeOfSearchSpace(log2) = 18549.7 ]
38.73/39.12	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-1059578-1215124012/watcher-1059578-1215124012 -o /tmp/evaluation-result-1059578-1215124012/solver-1059578-1215124012 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1059578-1215124012.xml 1497167339 

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.97 1.97 1.95 4/82 12934
/proc/meminfo: memFree=1744848/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=18572 CPUtime=0
/proc/12934/stat : 12934 (runsolver) R 12932 12934 12897 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991375799 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12934/statm: 4643 292 257 25 0 2626 0

[startup+0.0755651 s]
/proc/loadavg: 1.97 1.97 1.95 4/82 12934
/proc/meminfo: memFree=1744848/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=6368 CPUtime=0.06
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 707 0 0 0 6 0 0 0 18 0 1 0 1991375799 6520832 667 996147200 134512640 135477443 4294956224 18446744073709551615 4158884508 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 1592 667 362 235 0 293 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6368

[startup+0.101553 s]
/proc/loadavg: 1.97 1.97 1.95 4/82 12934
/proc/meminfo: memFree=1744848/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=6764 CPUtime=0.09
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 794 0 0 0 9 0 0 0 18 0 1 0 1991375799 6926336 754 996147200 134512640 135477443 4294956224 18446744073709551615 7322740 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 1691 754 362 235 0 392 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6764

[startup+0.301507 s]
/proc/loadavg: 1.97 1.97 1.95 4/82 12934
/proc/meminfo: memFree=1744848/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=9316 CPUtime=0.28
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 1457 0 0 0 28 0 0 0 19 0 1 0 1991375799 9539584 1417 996147200 134512640 135477443 4294956224 18446744073709551615 4158759457 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 2329 1417 375 235 0 1030 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9316

[startup+0.701401 s]
/proc/loadavg: 1.97 1.97 1.95 4/82 12934
/proc/meminfo: memFree=1744848/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=13408 CPUtime=0.69
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 2471 0 0 0 68 1 0 0 23 0 1 0 1991375799 13729792 2431 996147200 134512640 135477443 4294956224 18446744073709551615 134755029 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 3352 2431 375 235 0 2053 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13408

[startup+1.5012 s]
/proc/loadavg: 1.97 1.97 1.95 3/83 12935
/proc/meminfo: memFree=1733512/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=21196 CPUtime=1.48
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 4407 0 0 0 146 2 0 0 25 0 1 0 1991375799 21704704 4367 996147200 134512640 135477443 4294956224 18446744073709551615 134758101 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 5299 4367 381 235 0 4000 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 21196

[startup+3.10179 s]
/proc/loadavg: 1.97 1.97 1.95 3/83 12935
/proc/meminfo: memFree=1644104/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=533096 CPUtime=3.06
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 79010 0 0 0 264 42 0 0 25 0 1 0 1991375799 545890304 65539 996147200 134512640 135477443 4294956224 18446744073709551615 7639571 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 133274 65539 461 235 0 131975 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 533096

[startup+6.30298 s]
/proc/loadavg: 1.97 1.97 1.95 3/83 12935
/proc/meminfo: memFree=1408904/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=416216 CPUtime=6.23
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 132534 0 0 0 472 151 0 0 25 0 1 0 1991375799 426205184 84295 996147200 134512640 135477443 4294956224 18446744073709551615 134535923 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 104054 84295 497 235 0 102755 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 416216

[startup+12.7013 s]
/proc/loadavg: 1.98 1.97 1.95 3/83 12935
/proc/meminfo: memFree=1417608/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=396932 CPUtime=12.57
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 133941 0 0 0 1105 152 0 0 25 0 1 0 1991375799 406458368 82021 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 99233 82021 509 235 0 97934 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 396932

[startup+25.502 s]
/proc/loadavg: 1.98 1.97 1.95 3/83 12935
/proc/meminfo: memFree=1416648/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=396932 CPUtime=25.25
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 134235 0 0 0 2373 152 0 0 25 0 1 0 1991375799 406458368 82315 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 99233 82315 509 235 0 97934 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 396932

[startup+51.1013 s]
/proc/loadavg: 1.99 1.97 1.95 3/83 12935
/proc/meminfo: memFree=1408840/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=50.62
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 136170 0 0 0 4909 153 0 0 25 0 1 0 1991375799 470462464 84250 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 84250 530 235 0 113560 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 459436

[startup+102.307 s]
/proc/loadavg: 2.09 2.00 1.96 3/83 12935
/proc/meminfo: memFree=1405256/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=101.36
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 137014 0 0 0 9982 154 0 0 25 0 1 0 1991375799 470462464 85094 996147200 134512640 135477443 4294956224 18446744073709551615 134922291 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 85094 530 235 0 113560 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 459436

[startup+162.301 s]
/proc/loadavg: 2.03 2.00 1.96 3/83 12935
/proc/meminfo: memFree=1404680/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=160.82
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 137150 0 0 0 15928 154 0 0 25 0 1 0 1991375799 470462464 85230 996147200 134512640 135477443 4294956224 18446744073709551615 134923105 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 85230 530 235 0 113560 0
Current children cumulated CPU time (s) 160.82
Current children cumulated vsize (KiB) 459436

[startup+222.302 s]
/proc/loadavg: 2.01 2.00 1.96 3/83 12935
/proc/meminfo: memFree=1403336/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=220.27
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 137476 0 0 0 21873 154 0 0 25 0 1 0 1991375799 470462464 85556 996147200 134512640 135477443 4294956224 18446744073709551615 134911280 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 85556 530 235 0 113560 0
Current children cumulated CPU time (s) 220.27
Current children cumulated vsize (KiB) 459436

[startup+282.301 s]
/proc/loadavg: 2.04 2.01 1.97 3/83 12935
/proc/meminfo: memFree=1403272/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=279.74
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 137476 0 0 0 27820 154 0 0 25 0 1 0 1991375799 470462464 85556 996147200 134512640 135477443 4294956224 18446744073709551615 134586692 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 85556 530 235 0 113560 0
Current children cumulated CPU time (s) 279.74
Current children cumulated vsize (KiB) 459436

[startup+342.301 s]
/proc/loadavg: 2.09 2.02 1.97 3/83 12935
/proc/meminfo: memFree=1402824/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=339.19
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 137590 0 0 0 33765 154 0 0 25 0 1 0 1991375799 470462464 85670 996147200 134512640 135477443 4294956224 18446744073709551615 134990342 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 85670 530 235 0 113560 0
Current children cumulated CPU time (s) 339.19
Current children cumulated vsize (KiB) 459436

[startup+402.302 s]
/proc/loadavg: 2.09 2.03 1.98 3/83 12935
/proc/meminfo: memFree=1402760/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=398.65
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 137591 0 0 0 39711 154 0 0 25 0 1 0 1991375799 470462464 85671 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 85671 530 235 0 113560 0
Current children cumulated CPU time (s) 398.65
Current children cumulated vsize (KiB) 459436

[startup+462.301 s]
/proc/loadavg: 2.03 2.02 1.98 3/83 12935
/proc/meminfo: memFree=1392904/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=458.11
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140048 0 0 0 45655 156 0 0 25 0 1 0 1991375799 470462464 88128 996147200 134512640 135477443 4294956224 18446744073709551615 135270177 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 88128 530 235 0 113560 0
Current children cumulated CPU time (s) 458.11
Current children cumulated vsize (KiB) 459436

[startup+522.302 s]
/proc/loadavg: 2.01 2.02 1.98 3/83 12935
/proc/meminfo: memFree=1392072/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=517.57
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 51601 156 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 134695868 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 517.57
Current children cumulated vsize (KiB) 459436

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 1.98 3/83 12935
/proc/meminfo: memFree=1391944/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=577.02
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 57546 156 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 134695845 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 577.02
Current children cumulated vsize (KiB) 459436

[startup+642.301 s]
/proc/loadavg: 2.04 2.02 1.98 3/83 12935
/proc/meminfo: memFree=1391880/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=636.48
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 63492 156 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 636.48
Current children cumulated vsize (KiB) 459436


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

[startup+882.302 s]
/proc/loadavg: 2.06 2.02 1.99 3/83 12935
/proc/meminfo: memFree=1391816/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=874.32
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 87275 157 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 135208555 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 874.32
Current children cumulated vsize (KiB) 459436

[startup+942.301 s]
/proc/loadavg: 2.02 2.01 1.99 3/83 12935
/proc/meminfo: memFree=1391880/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=933.78
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 93221 157 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 933.78
Current children cumulated vsize (KiB) 459436

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 1.99 3/83 12935
/proc/meminfo: memFree=1391880/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=993.24
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 99167 157 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 135208509 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 993.24
Current children cumulated vsize (KiB) 459436

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 12935
/proc/meminfo: memFree=1391880/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=1052.69
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 105112 157 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 135268547 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 1052.69
Current children cumulated vsize (KiB) 459436

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 12935
/proc/meminfo: memFree=1391624/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=1112.15
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 111058 157 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 134990244 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 1112.15
Current children cumulated vsize (KiB) 459436

[startup+1182.3 s]
/proc/loadavg: 2.11 2.03 2.00 3/83 12935
/proc/meminfo: memFree=1391560/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=1171.61
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 117004 157 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 135208512 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 1171.61
Current children cumulated vsize (KiB) 459436

[startup+1242.3 s]
/proc/loadavg: 2.58 2.16 2.04 3/83 12935
/proc/meminfo: memFree=875976/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=1231.04
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 122939 165 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 134586775 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 1231.04
Current children cumulated vsize (KiB) 459436

[startup+1302.3 s]
/proc/loadavg: 2.45 2.22 2.07 3/75 12937
/proc/meminfo: memFree=220296/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=1290.78
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 128908 170 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 135270176 0 0 4096 0 0 0 0 17 0 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 1290.78
Current children cumulated vsize (KiB) 459436

[startup+1362.3 s]
/proc/loadavg: 2.08 2.16 2.06 2/68 12955
/proc/meminfo: memFree=1625728/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=1350.75
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 134904 171 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 134586761 0 0 4096 0 0 0 0 17 0 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 1350.75
Current children cumulated vsize (KiB) 459436

[startup+1422.31 s]
/proc/loadavg: 2.23 2.17 2.07 3/83 13013
/proc/meminfo: memFree=1375816/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=1410.66
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 140886 180 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 134927418 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 1410.66
Current children cumulated vsize (KiB) 459436

[startup+1482.3 s]
/proc/loadavg: 2.84 2.36 2.14 3/83 13013
/proc/meminfo: memFree=608136/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=1470.3
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 146834 196 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 1470.3
Current children cumulated vsize (KiB) 459436

[startup+1542.3 s]
/proc/loadavg: 3.04 2.51 2.20 3/83 13014
/proc/meminfo: memFree=15560/2055920 swapFree=4180096/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=1529.96
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 152786 210 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 134689177 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 1529.96
Current children cumulated vsize (KiB) 459436

[startup+1602.3 s]
/proc/loadavg: 3.19 2.64 2.26 3/83 13015
/proc/meminfo: memFree=16200/2055920 swapFree=4180112/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=1589.85
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 158758 227 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 1589.85
Current children cumulated vsize (KiB) 459436

[startup+1662.3 s]
/proc/loadavg: 3.36 2.78 2.33 3/83 13015
/proc/meminfo: memFree=15176/2055920 swapFree=4180112/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=1649.79
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 164738 241 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 1649.79
Current children cumulated vsize (KiB) 459436

[startup+1722.3 s]
/proc/loadavg: 3.07 2.83 2.38 3/83 13015
/proc/meminfo: memFree=14856/2055920 swapFree=4180112/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=1709.73
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140238 0 0 0 170719 254 0 0 25 0 1 0 1991375799 470462464 88318 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 0 0 0
/proc/12934/statm: 114859 88318 530 235 0 113560 0
Current children cumulated CPU time (s) 1709.73
Current children cumulated vsize (KiB) 459436

[startup+1782.3 s]
/proc/loadavg: 2.44 2.69 2.35 3/83 13015
/proc/meminfo: memFree=15240/2055920 swapFree=4180112/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=1769.67
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140244 0 0 0 176696 271 0 0 25 0 1 0 1991375799 470462464 88324 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 0 0 0
/proc/12934/statm: 114859 88324 530 235 0 113560 0
Current children cumulated CPU time (s) 1769.67
Current children cumulated vsize (KiB) 459436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.9 s]
/proc/loadavg: 2.41 2.65 2.35 3/83 13015
/proc/meminfo: memFree=16136/2055920 swapFree=4180112/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=1800
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140244 0 0 0 179717 283 0 0 25 0 1 0 1991375799 470462464 88324 996147200 134512640 135477443 4294956224 18446744073709551615 135208708 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 88324 530 235 0 113560 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 459436

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

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

[startup+1812.9 s]
/proc/loadavg: 2.41 2.65 2.35 3/83 13015
/proc/meminfo: memFree=16136/2055920 swapFree=4180112/4192956
[pid=12934] ppid=12932 vsize=459436 CPUtime=1800
/proc/12934/stat : 12934 (casperzao) R 12932 12934 12897 0 -1 4194304 140244 0 0 0 179717 283 0 0 25 0 1 0 1991375799 470462464 88324 996147200 134512640 135477443 4294956224 18446744073709551615 135208708 0 0 4096 0 0 0 0 17 1 0 0
/proc/12934/statm: 114859 88324 530 235 0 113560 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 459436

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.96
CPU time (s): 1800.07
CPU user time (s): 1797.18
CPU system time (s): 2.88756
CPU usage (%): 99.2885
Max. virtual memory (cumulated for all children) (KiB): 565032

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

runsolver used 2.25166 second user time and 5.95709 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-04 00:26:52
IDJOB=1059578
IDBENCH=54300
IDSOLVER=361
FILE ID=node16/1059578-1215124012
PBS_JOBID= 7877258
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 470171cedada3e0976f1103c3898929b
RANDOM SEED=1497167339

node16.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.213
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.213
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:       1745328 kB
Buffers:         15260 kB
Cached:         115996 kB
SwapCached:       6648 kB
Active:         221588 kB
Inactive:        34308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745328 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            8628 kB
Writeback:           0 kB
Mapped:         141500 kB
Slab:            39592 kB
Committed_AS:  3569284 kB
PageTables:       2248 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= 61664 MiB
End job on node16 at 2008-07-04 00:57:07