Trace number 1059369

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.03 1803.02

General information on the benchmark

Namecsp/fischer/
normalized-fischer-11-14-fair.xml
MD5SUM18fc7754b34300369f509106f87b5420
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 variables40248
Number of constraints38137
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension38137
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.23	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.23	c Parsing = 1
1.86/1.91	c Building = 1
2.07/2.12	c [ NumberOfVariables = 40248 ]
2.07/2.12	c [ NumberOfConstraints = 38137 ]
2.07/2.14	c [ SizeOfSearchSpace(log2) = 502877 ]
2.07/2.14	c SymmetrySearch = 1
4.53/4.63	c InitialPropagation = 1
4.64/4.75	c [ SizeOfSearchSpace(log2) = 23154.1 ]
4.64/4.75	c InitialSAC = (Timeout)
7.91/8.05	c [ SizeOfSearchSpace(log2) = 22461.2 ]
8.01/8.10	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-1059369-1215122902/watcher-1059369-1215122902 -o /tmp/evaluation-result-1059369-1215122902/solver-1059369-1215122902 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1059369-1215122902.xml 427470269 

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.04 2.02 2.00 4/81 11062
/proc/meminfo: memFree=1447528/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=18572 CPUtime=0
/proc/11062/stat : 11062 (runsolver) R 11060 11062 9730 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 696256626 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 226238197031 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11062/statm: 4643 292 257 25 0 2626 0

[startup+0.0685489 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 11062
/proc/meminfo: memFree=1447528/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=6256 CPUtime=0.04
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 672 0 0 0 4 0 0 0 18 0 1 0 696256626 6406144 632 996147200 134512640 135472138 4294956224 18446744073709551615 134523428 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 1564 632 362 234 0 266 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6256

[startup+0.102577 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 11062
/proc/meminfo: memFree=1447528/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=6784 CPUtime=0.08
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 785 0 0 0 8 0 0 0 18 0 1 0 696256626 6946816 745 996147200 134512640 135472138 4294956224 18446744073709551615 134768134 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 1696 745 362 234 0 398 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6784

[startup+0.301593 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 11062
/proc/meminfo: memFree=1447528/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=9312 CPUtime=0.28
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 1460 0 0 0 27 1 0 0 19 0 1 0 696256626 9535488 1420 996147200 134512640 135472138 4294956224 18446744073709551615 4160171953 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 2328 1420 373 234 0 1030 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9312

[startup+0.702304 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 11062
/proc/meminfo: memFree=1447528/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=13404 CPUtime=0.67
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 2458 0 0 0 66 1 0 0 23 0 1 0 696256626 13725696 2418 996147200 134512640 135472138 4294956224 18446744073709551615 134805942 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 3351 2418 373 234 0 2053 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13404

[startup+1.50179 s]
/proc/loadavg: 2.04 2.02 2.00 3/82 11063
/proc/meminfo: memFree=1436064/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=21060 CPUtime=1.46
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 4374 0 0 0 144 2 0 0 25 0 1 0 696256626 21565440 4334 996147200 134512640 135472138 4294956224 18446744073709551615 134812774 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 5265 4334 373 234 0 3967 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 21060

[startup+3.10106 s]
/proc/loadavg: 2.04 2.02 2.00 3/82 11063
/proc/meminfo: memFree=1401376/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=142688 CPUtime=3.05
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 16708 0 0 0 296 9 0 0 25 0 1 0 696256626 146112512 16611 996147200 134512640 135472138 4294956224 18446744073709551615 134535933 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 35672 16611 459 234 0 34374 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 142688

[startup+6.30125 s]
/proc/loadavg: 2.04 2.02 2.00 3/82 11063
/proc/meminfo: memFree=1392928/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=119740 CPUtime=6.23
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 18335 0 0 0 613 10 0 0 25 0 1 0 696256626 122613760 13842 996147200 134512640 135472138 4294956224 18446744073709551615 5078475 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 29935 13842 481 234 0 28637 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 119740

[startup+12.7017 s]
/proc/loadavg: 2.03 2.02 2.00 3/82 11063
/proc/meminfo: memFree=1386784/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=12.57
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 19796 0 0 0 1246 11 0 0 25 0 1 0 696256626 186617856 15303 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 15303 512 234 0 44263 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 182244

[startup+25.5018 s]
/proc/loadavg: 2.03 2.02 2.00 3/82 11063
/proc/meminfo: memFree=1381984/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=25.25
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 20481 0 0 0 2514 11 0 0 25 0 1 0 696256626 186617856 15988 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 15988 512 234 0 44263 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 182244

[startup+51.1018 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 11063
/proc/meminfo: memFree=1377120/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=50.62
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 20543 0 0 0 5051 11 0 0 25 0 1 0 696256626 186617856 16050 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 16050 512 234 0 44263 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 182244

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 11063
/proc/meminfo: memFree=1361376/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=101.36
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23085 0 0 0 10123 13 0 0 25 0 1 0 696256626 186617856 18592 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18592 512 234 0 44263 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 182244

[startup+162.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 11063
/proc/meminfo: memFree=1356256/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=160.82
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 16069 13 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 134581643 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 160.82
Current children cumulated vsize (KiB) 182244

[startup+222.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 11063
/proc/meminfo: memFree=1352096/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=220.28
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 22014 14 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 220.28
Current children cumulated vsize (KiB) 182244

[startup+282.302 s]
/proc/loadavg: 1.56 1.90 1.96 2/83 11064
/proc/meminfo: memFree=662104/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=280.07
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 27993 14 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 0 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 280.07
Current children cumulated vsize (KiB) 182244

[startup+342.302 s]
/proc/loadavg: 1.20 1.73 1.90 3/83 11064
/proc/meminfo: memFree=662104/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=340.03
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 33989 14 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 134581671 0 0 4096 0 0 0 0 17 0 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 340.03
Current children cumulated vsize (KiB) 182244

[startup+402.302 s]
/proc/loadavg: 1.07 1.60 1.84 3/83 11064
/proc/meminfo: memFree=662104/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=399.89
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 39975 14 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 399.89
Current children cumulated vsize (KiB) 182244

[startup+462.302 s]
/proc/loadavg: 1.02 1.49 1.78 2/83 11064
/proc/meminfo: memFree=662104/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=459.77
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 45963 14 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 134578209 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 459.77
Current children cumulated vsize (KiB) 182244

[startup+522.301 s]
/proc/loadavg: 1.01 1.40 1.73 2/83 11064
/proc/meminfo: memFree=662104/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=519.75
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 51961 14 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 135263186 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 519.75
Current children cumulated vsize (KiB) 182244

[startup+582.301 s]
/proc/loadavg: 1.00 1.32 1.68 2/83 11064
/proc/meminfo: memFree=662104/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=579.73
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 57959 14 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 135202751 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 579.73
Current children cumulated vsize (KiB) 182244

[startup+642.301 s]
/proc/loadavg: 1.00 1.26 1.64 2/83 11064
/proc/meminfo: memFree=662040/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=639.72
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 63957 15 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 639.72
Current children cumulated vsize (KiB) 182244


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

[startup+822.301 s]
/proc/loadavg: 1.00 1.14 1.52 2/83 11066
/proc/meminfo: memFree=661912/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=819.64
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 81949 15 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 819.64
Current children cumulated vsize (KiB) 182244

[startup+882.302 s]
/proc/loadavg: 1.00 1.11 1.48 2/83 11066
/proc/meminfo: memFree=661912/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=879.63
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 87947 16 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 879.63
Current children cumulated vsize (KiB) 182244

[startup+942.302 s]
/proc/loadavg: 1.00 1.09 1.45 4/83 11066
/proc/meminfo: memFree=661912/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=939.61
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 93945 16 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 939.61
Current children cumulated vsize (KiB) 182244

[startup+1002.3 s]
/proc/loadavg: 1.00 1.07 1.42 3/83 11066
/proc/meminfo: memFree=661912/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=999.58
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 99942 16 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 999.58
Current children cumulated vsize (KiB) 182244

[startup+1062.3 s]
/proc/loadavg: 1.00 1.05 1.39 2/83 11066
/proc/meminfo: memFree=661912/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=1059.56
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 105940 16 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 135202754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 1059.56
Current children cumulated vsize (KiB) 182244

[startup+1122.3 s]
/proc/loadavg: 1.00 1.04 1.36 2/83 11066
/proc/meminfo: memFree=661912/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=1119.55
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 111938 17 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 135202592 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 1119.55
Current children cumulated vsize (KiB) 182244

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.34 2/83 11066
/proc/meminfo: memFree=661848/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=1179.52
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 117935 17 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 134905502 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 1179.52
Current children cumulated vsize (KiB) 182244

[startup+1242.3 s]
/proc/loadavg: 1.00 1.02 1.31 2/83 11066
/proc/meminfo: memFree=661784/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=1239.5
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 123933 17 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 134691644 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 1239.5
Current children cumulated vsize (KiB) 182244

[startup+1302.3 s]
/proc/loadavg: 1.00 1.02 1.29 2/83 11066
/proc/meminfo: memFree=661656/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=1299.48
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 129931 17 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 1299.48
Current children cumulated vsize (KiB) 182244

[startup+1362.3 s]
/proc/loadavg: 1.00 1.01 1.27 2/83 11066
/proc/meminfo: memFree=661656/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=1359.46
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 135928 18 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 1359.46
Current children cumulated vsize (KiB) 182244

[startup+1422.31 s]
/proc/loadavg: 1.00 1.01 1.25 2/83 11066
/proc/meminfo: memFree=661592/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=1419.45
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 23167 0 0 0 141927 18 0 0 25 0 1 0 696256626 186617856 18674 996147200 134512640 135472138 4294956224 18446744073709551615 135202604 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 18674 512 234 0 44263 0
Current children cumulated CPU time (s) 1419.45
Current children cumulated vsize (KiB) 182244

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.23 2/83 11066
/proc/meminfo: memFree=657432/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=1479.42
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 24204 0 0 0 147923 19 0 0 25 0 1 0 696256626 186617856 19711 996147200 134512640 135472138 4294956224 18446744073709551615 135202712 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 19711 512 234 0 44263 0
Current children cumulated CPU time (s) 1479.42
Current children cumulated vsize (KiB) 182244

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/83 11066
/proc/meminfo: memFree=657496/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=1539.4
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 24218 0 0 0 153921 19 0 0 25 0 1 0 696256626 186617856 19725 996147200 134512640 135472138 4294956224 18446744073709551615 134588431 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 19725 512 234 0 44263 0
Current children cumulated CPU time (s) 1539.4
Current children cumulated vsize (KiB) 182244

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.20 3/83 11066
/proc/meminfo: memFree=657432/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=1599.38
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 24227 0 0 0 159919 19 0 0 25 0 1 0 696256626 186617856 19734 996147200 134512640 135472138 4294956224 18446744073709551615 135264862 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 19734 512 234 0 44263 0
Current children cumulated CPU time (s) 1599.38
Current children cumulated vsize (KiB) 182244

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.18 3/83 11066
/proc/meminfo: memFree=657368/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=1659.35
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 24227 0 0 0 165916 19 0 0 25 0 1 0 696256626 186617856 19734 996147200 134512640 135472138 4294956224 18446744073709551615 135267000 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 19734 512 234 0 44263 0
Current children cumulated CPU time (s) 1659.35
Current children cumulated vsize (KiB) 182244

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/83 11066
/proc/meminfo: memFree=657240/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=1719.33
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 24248 0 0 0 171914 19 0 0 25 0 1 0 696256626 186617856 19755 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 19755 512 234 0 44263 0
Current children cumulated CPU time (s) 1719.33
Current children cumulated vsize (KiB) 182244

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/83 11066
/proc/meminfo: memFree=657240/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=1779.31
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 24248 0 0 0 177912 19 0 0 25 0 1 0 696256626 186617856 19755 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 19755 512 234 0 44263 0
Current children cumulated CPU time (s) 1779.31
Current children cumulated vsize (KiB) 182244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803 s]
/proc/loadavg: 1.00 1.00 1.15 2/83 11066
/proc/meminfo: memFree=657112/2055920 swapFree=4156332/4192956
[pid=11062] ppid=11060 vsize=182244 CPUtime=1800.01
/proc/11062/stat : 11062 (casperzito) R 11060 11062 9730 0 -1 4194304 24248 0 0 0 179981 20 0 0 25 0 1 0 696256626 186617856 19755 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/11062/statm: 45561 19755 512 234 0 44263 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 182244

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): 1803.02
CPU time (s): 1800.03
CPU user time (s): 1799.82
CPU system time (s): 0.214967
CPU usage (%): 99.8344
Max. virtual memory (cumulated for all children) (KiB): 182244

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

runsolver used 1.90171 second user time and 4.89626 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-04 00:08:22
IDJOB=1059369
IDBENCH=54244
IDSOLVER=362
FILE ID=node58/1059369-1215122902
PBS_JOBID= 7877090
Free space on /tmp= 66528 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-11-14-fair.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059369-1215122902/watcher-1059369-1215122902 -o /tmp/evaluation-result-1059369-1215122902/solver-1059369-1215122902 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1059369-1215122902.xml 427470269 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 18fc7754b34300369f509106f87b5420
RANDOM SEED=427470269

node58.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.261
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.261
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:       1448008 kB
Buffers:         70096 kB
Cached:         393368 kB
SwapCached:      30964 kB
Active:         310860 kB
Inactive:       236552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448008 kB
SwapTotal:     4192956 kB
SwapFree:      4156332 kB
Dirty:            9644 kB
Writeback:           0 kB
Mapped:          99788 kB
Slab:            45756 kB
Committed_AS:  1099632 kB
PageTables:       1920 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= 66528 MiB
End job on node58 at 2008-07-04 00:38:27