Trace number 1043481

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 zito? (TO) 1800.1 1800.81

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-60021_ext.xml
MD5SUM3fac0267769b5685d0439ad78a5552c1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark154.041
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.04	c Parsing = 1
0.04/0.07	c Building = 1
0.04/0.07	c [ NumberOfVariables = 27 ]
0.04/0.07	c [ NumberOfConstraints = 351 ]
0.04/0.07	c [ SizeOfSearchSpace(log2) = 128.382 ]
0.04/0.07	c SymmetrySearch = 1
0.18/0.23	c InitialPropagation = 1
0.18/0.25	c [ SizeOfSearchSpace(log2) = 128.382 ]
0.18/0.25	c InitialSAC = 1
0.18/0.26	c [ SizeOfSearchSpace(log2) = 128.382 ]
0.18/0.26	c Search(SampleFF) : 
68.24/68.39	c [ Sampling domwdeg ]
68.24/68.39	c [ Sampling impacts ]
68.24/68.39	c [ SamplingScores: ]
68.24/68.39	c [ domwdeg+min = 5.53368e-05 | domwdeg+rnd = 2.9932e-05 ]
68.24/68.39	c [ impacts+min = 7.4627e-06 | impacts+rnd = 5.42863e-06 ]
68.24/68.39	c [ la+min = 0 | la+rnd = 0 ]
68.24/68.39	c [ domwdeg = 4.26344e-05 | impacts = 6.44566e-06 | la = 0 ]
68.24/68.39	c [ min = 2.09332e-05 | rand = 6.44566e-06 ]
68.24/68.39	c [ restarting at (3.96356,5.65202e-05) ]
78.24/78.31	c [ restarting at (9.9089,0.000263925) ]
103.03/103.12	c [ restarting at (24.7722,0.000261558) ]
165.00/165.12	c [ restarting at (61.9306,0.00284708) ]
319.96/320.13	c [ restarting at (154.827,0.00575431) ]
707.30/707.64	c [ restarting at (387.066,0.0140263) ]
1675.74/1676.42	c [ restarting at (967.666,0.0454766) ]

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-1043481-1215019119/watcher-1043481-1215019119 -o /tmp/evaluation-result-1043481-1215019119/solver-1043481-1215019119 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1043481-1215019119.xml 1909326260 

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: 0.00 0.00 0.00 3/72 16287
/proc/meminfo: memFree=1887600/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=1052 CPUtime=0
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 40 0 0 0 0 0 0 0 18 0 1 0 1980885992 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 10027812 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 263 26 20 234 0 3 0

[startup+0.068962 s]
/proc/loadavg: 0.00 0.00 0.00 3/72 16287
/proc/meminfo: memFree=1887600/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=101336 CPUtime=0.04
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 991 0 1 0 4 0 0 0 18 0 1 0 1980885992 103768064 952 996147200 134512640 135472138 4294956224 18446744073709551615 134546802 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 25334 955 394 234 0 24036 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 101336

[startup+0.101673 s]
/proc/loadavg: 0.00 0.00 0.00 3/72 16287
/proc/meminfo: memFree=1887600/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=106396 CPUtime=0.08
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 2234 0 1 0 7 1 0 0 18 0 1 0 1980885992 108949504 2195 996147200 134512640 135472138 4294956224 18446744073709551615 10462843 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26632 2197 432 234 0 25334 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 106396

[startup+0.30169 s]
/proc/loadavg: 0.00 0.00 0.00 3/72 16287
/proc/meminfo: memFree=1887600/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=0.27
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4345 0 3 0 25 2 0 0 18 0 1 0 1980885992 107786240 1949 996147200 134512640 135472138 4294956224 18446744073709551615 135267080 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1949 474 234 0 25017 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 105260

[startup+0.701731 s]
/proc/loadavg: 0.00 0.00 0.00 3/72 16287
/proc/meminfo: memFree=1887600/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=0.67
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4347 0 3 0 65 2 0 0 21 0 1 0 1980885992 107786240 1951 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1951 475 234 0 25017 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 105260

[startup+1.5018 s]
/proc/loadavg: 0.00 0.00 0.00 3/73 16288
/proc/meminfo: memFree=1873576/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=1.47
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4348 0 3 0 145 2 0 0 25 0 1 0 1980885992 107786240 1952 996147200 134512640 135472138 4294956224 18446744073709551615 134595455 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1952 475 234 0 25017 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 105260

[startup+3.10194 s]
/proc/loadavg: 0.16 0.03 0.01 3/73 16288
/proc/meminfo: memFree=1873448/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=3.07
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4348 0 3 0 305 2 0 0 25 0 1 0 1980885992 107786240 1952 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1952 475 234 0 25017 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 105260

[startup+6.30124 s]
/proc/loadavg: 0.16 0.03 0.01 3/73 16288
/proc/meminfo: memFree=1873256/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=6.27
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4349 0 3 0 625 2 0 0 25 0 1 0 1980885992 107786240 1953 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1953 475 234 0 25017 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 105260

[startup+12.7018 s]
/proc/loadavg: 0.44 0.10 0.03 3/73 16288
/proc/meminfo: memFree=1873064/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=12.67
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4349 0 3 0 1265 2 0 0 25 0 1 0 1980885992 107786240 1953 996147200 134512640 135472138 4294956224 18446744073709551615 135266867 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1953 475 234 0 25017 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 105260

[startup+25.502 s]
/proc/loadavg: 0.68 0.16 0.05 3/73 16288
/proc/meminfo: memFree=1873064/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=25.46
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4350 0 3 0 2544 2 0 0 25 0 1 0 1980885992 107786240 1954 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1954 475 234 0 25017 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 105260

[startup+51.1013 s]
/proc/loadavg: 1.13 0.31 0.10 3/73 16288
/proc/meminfo: memFree=1873128/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=51.05
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4361 0 3 0 5103 2 0 0 25 0 1 0 1980885992 107786240 1965 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1965 477 234 0 25017 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 105260

[startup+102.307 s]
/proc/loadavg: 1.65 0.59 0.21 3/73 16288
/proc/meminfo: memFree=1872808/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=102.23
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4362 0 3 0 10221 2 0 0 25 0 1 0 1980885992 107786240 1966 996147200 134512640 135472138 4294956224 18446744073709551615 135264430 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1966 478 234 0 25017 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 105260

[startup+162.301 s]
/proc/loadavg: 1.87 0.84 0.32 3/73 16288
/proc/meminfo: memFree=1872744/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=162.2
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4362 0 3 0 16218 2 0 0 25 0 1 0 1980885992 107786240 1966 996147200 134512640 135472138 4294956224 18446744073709551615 134578975 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1966 478 234 0 25017 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 105260

[startup+222.302 s]
/proc/loadavg: 1.95 1.05 0.42 3/73 16288
/proc/meminfo: memFree=1872744/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=222.19
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4363 0 3 0 22216 3 0 0 25 0 1 0 1980885992 107786240 1967 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1967 478 234 0 25017 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 105260

[startup+282.301 s]
/proc/loadavg: 1.98 1.22 0.52 3/73 16288
/proc/meminfo: memFree=1872744/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=282.17
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4363 0 3 0 28214 3 0 0 25 0 1 0 1980885992 107786240 1967 996147200 134512640 135472138 4294956224 18446744073709551615 134595534 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1967 478 234 0 25017 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 105260

[startup+342.301 s]
/proc/loadavg: 1.99 1.36 0.61 3/73 16288
/proc/meminfo: memFree=1872744/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=342.14
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4363 0 3 0 34211 3 0 0 25 0 1 0 1980885992 107786240 1967 996147200 134512640 135472138 4294956224 18446744073709551615 134593099 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1967 478 234 0 25017 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 105260

[startup+402.302 s]
/proc/loadavg: 1.99 1.47 0.69 3/73 16288
/proc/meminfo: memFree=1872744/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=402.12
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4364 0 3 0 40209 3 0 0 25 0 1 0 1980885992 107786240 1968 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1968 478 234 0 25017 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 105260

[startup+462.301 s]
/proc/loadavg: 1.99 1.57 0.77 3/73 16288
/proc/meminfo: memFree=1872744/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=462.1
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4364 0 3 0 46207 3 0 0 25 0 1 0 1980885992 107786240 1968 996147200 134512640 135472138 4294956224 18446744073709551615 134595399 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1968 478 234 0 25017 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 105260

[startup+522.302 s]
/proc/loadavg: 1.99 1.64 0.84 3/73 16288
/proc/meminfo: memFree=1872680/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=522.07
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4364 0 3 0 52204 3 0 0 25 0 1 0 1980885992 107786240 1968 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1968 478 234 0 25017 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 105260

[startup+582.302 s]
/proc/loadavg: 1.99 1.71 0.91 3/73 16288
/proc/meminfo: memFree=1872680/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=582.05
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4364 0 3 0 58202 3 0 0 25 0 1 0 1980885992 107786240 1968 996147200 134512640 135472138 4294956224 18446744073709551615 135203312 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1968 478 234 0 25017 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 105260

[startup+642.301 s]
/proc/loadavg: 1.99 1.76 0.98 3/73 16288
/proc/meminfo: memFree=1872616/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=642.03
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4364 0 3 0 64200 3 0 0 25 0 1 0 1980885992 107786240 1968 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1968 478 234 0 25017 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 105260


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

[startup+822.302 s]
/proc/loadavg: 1.99 1.86 1.15 3/73 16288
/proc/meminfo: memFree=1872424/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=821.96
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4365 0 3 0 82192 4 0 0 25 0 1 0 1980885992 107786240 1969 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1969 478 234 0 25017 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 105260

[startup+882.302 s]
/proc/loadavg: 1.99 1.88 1.20 3/73 16288
/proc/meminfo: memFree=1872424/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=881.93
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4365 0 3 0 88189 4 0 0 25 0 1 0 1980885992 107786240 1969 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1969 478 234 0 25017 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 105260

[startup+942.301 s]
/proc/loadavg: 1.99 1.90 1.25 3/73 16290
/proc/meminfo: memFree=1872232/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=941.91
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4365 0 3 0 94187 4 0 0 25 0 1 0 1980885992 107786240 1969 996147200 134512640 135472138 4294956224 18446744073709551615 134595487 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1969 478 234 0 25017 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 105260

[startup+1002.3 s]
/proc/loadavg: 1.99 1.92 1.29 3/73 16290
/proc/meminfo: memFree=1872232/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=1001.89
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4365 0 3 0 100185 4 0 0 25 0 1 0 1980885992 107786240 1969 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1969 478 234 0 25017 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 105260

[startup+1062.3 s]
/proc/loadavg: 1.99 1.93 1.33 3/73 16290
/proc/meminfo: memFree=1872232/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=1061.86
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4365 0 3 0 106182 4 0 0 25 0 1 0 1980885992 107786240 1969 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1969 478 234 0 25017 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 105260

[startup+1122.3 s]
/proc/loadavg: 1.99 1.94 1.37 3/73 16290
/proc/meminfo: memFree=1872232/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=1121.84
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4365 0 3 0 112180 4 0 0 25 0 1 0 1980885992 107786240 1969 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1969 478 234 0 25017 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 105260

[startup+1182.3 s]
/proc/loadavg: 1.99 1.95 1.41 3/73 16290
/proc/meminfo: memFree=1872232/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=1181.81
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4365 0 3 0 118177 4 0 0 25 0 1 0 1980885992 107786240 1969 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1969 478 234 0 25017 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 105260

[startup+1242.3 s]
/proc/loadavg: 1.99 1.95 1.44 3/73 16290
/proc/meminfo: memFree=1872104/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=1241.79
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4365 0 3 0 124175 4 0 0 25 0 1 0 1980885992 107786240 1969 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1969 478 234 0 25017 0
Current children cumulated CPU time (s) 1241.79
Current children cumulated vsize (KiB) 105260

[startup+1302.3 s]
/proc/loadavg: 1.99 1.96 1.47 3/73 16290
/proc/meminfo: memFree=1872104/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=1301.77
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4365 0 3 0 130173 4 0 0 25 0 1 0 1980885992 107786240 1969 996147200 134512640 135472138 4294956224 18446744073709551615 134595328 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1969 478 234 0 25017 0
Current children cumulated CPU time (s) 1301.77
Current children cumulated vsize (KiB) 105260

[startup+1362.3 s]
/proc/loadavg: 2.07 1.98 1.51 3/73 16290
/proc/meminfo: memFree=1872104/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=1361.75
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4365 0 3 0 136171 4 0 0 25 0 1 0 1980885992 107786240 1969 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1969 478 234 0 25017 0
Current children cumulated CPU time (s) 1361.75
Current children cumulated vsize (KiB) 105260

[startup+1422.31 s]
/proc/loadavg: 2.08 2.00 1.54 3/73 16290
/proc/meminfo: memFree=1872104/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=1421.73
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4365 0 3 0 142169 4 0 0 25 0 1 0 1980885992 107786240 1969 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1969 478 234 0 25017 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 105260

[startup+1482.3 s]
/proc/loadavg: 2.08 2.01 1.57 3/73 16290
/proc/meminfo: memFree=1872104/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=1481.7
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4366 0 3 0 148166 4 0 0 25 0 1 0 1980885992 107786240 1970 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1970 478 234 0 25017 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 105260

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 1.60 3/73 16290
/proc/meminfo: memFree=1872104/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=1541.69
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4366 0 3 0 154164 5 0 0 25 0 1 0 1980885992 107786240 1970 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1970 478 234 0 25017 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 105260

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 1.63 3/73 16290
/proc/meminfo: memFree=1872104/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=1601.66
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4366 0 3 0 160161 5 0 0 25 0 1 0 1980885992 107786240 1970 996147200 134512640 135472138 4294956224 18446744073709551615 134595455 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1970 478 234 0 25017 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 105260

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.65 3/73 16290
/proc/meminfo: memFree=1872040/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=1661.64
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4366 0 3 0 166159 5 0 0 25 0 1 0 1980885992 107786240 1970 996147200 134512640 135472138 4294956224 18446744073709551615 134595487 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1970 478 234 0 25017 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 105260

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/73 16290
/proc/meminfo: memFree=1872040/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=1721.62
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4366 0 3 0 172157 5 0 0 25 0 1 0 1980885992 107786240 1970 996147200 134512640 135472138 4294956224 18446744073709551615 134578975 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1970 478 234 0 25017 0
Current children cumulated CPU time (s) 1721.62
Current children cumulated vsize (KiB) 105260

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/73 16290
/proc/meminfo: memFree=1871912/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=1781.59
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4366 0 3 0 178154 5 0 0 25 0 1 0 1980885992 107786240 1970 996147200 134512640 135472138 4294956224 18446744073709551615 134595441 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1970 478 234 0 25017 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 105260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 1.69 3/73 16290
/proc/meminfo: memFree=1871848/2055920 swapFree=4180084/4192956
[pid=16287] ppid=16285 vsize=105260 CPUtime=1800.09
/proc/16287/stat : 16287 (casperzito) R 16285 16287 16211 0 -1 4194304 4366 0 3 0 180004 5 0 0 25 0 1 0 1980885992 107786240 1970 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/16287/statm: 26315 1970 478 234 0 25017 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 105260

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.81
CPU time (s): 1800.1
CPU user time (s): 1800.04
CPU system time (s): 0.058991
CPU usage (%): 99.9608
Max. virtual memory (cumulated for all children) (KiB): 115660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.04
system time used= 0.058991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4366
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 6827

runsolver used 2.26965 second user time and 5.10822 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-02 19:18:40
IDJOB=1043481
IDBENCH=53378
IDSOLVER=362
FILE ID=node25/1043481-1215019119
PBS_JOBID= 7874419
Free space on /tmp= 66536 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-60021_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043481-1215019119/watcher-1043481-1215019119 -o /tmp/evaluation-result-1043481-1215019119/solver-1043481-1215019119 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043481-1215019119.xml 1909326260 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3fac0267769b5685d0439ad78a5552c1
RANDOM SEED=1909326260

node25.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.234
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.234
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:       1888720 kB
Buffers:         11920 kB
Cached:          80380 kB
SwapCached:       6504 kB
Active:          77588 kB
Inactive:        25012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1888720 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            6440 kB
Writeback:           0 kB
Mapped:          15660 kB
Slab:            50052 kB
Committed_AS:  3366456 kB
PageTables:       1888 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 node25 at 2008-07-02 19:48:42