Trace number 1066881

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.02 1800.71

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg7-9_ext.xml
MD5SUM2d89ce8f126ba5eb7d6a0c7b757929b3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark205.883
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints16
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.19/0.21	c Building = 1
0.19/0.21	c [ NumberOfVariables = 63 ]
0.19/0.21	c [ NumberOfConstraints = 16 ]
0.19/0.21	c [ SizeOfSearchSpace(log2) = 296.128 ]
0.19/0.21	c SymmetrySearch = 1
0.69/0.79	c InitialPropagation = 1
0.78/0.80	c [ SizeOfSearchSpace(log2) = 291.8 ]
0.78/0.80	c InitialSAC = 1
4.38/4.48	c [ SizeOfSearchSpace(log2) = 291.739 ]
4.38/4.48	c Search(SampleFF) : 
104.55/104.66	c [ Sampling domwdeg ]
104.55/104.66	c [ Sampling impacts ]
104.55/104.66	c [ SamplingScores: ]
104.55/104.66	c [ domwdeg+min = 0.000732618 | domwdeg+rnd = 0.000775287 ]
104.55/104.66	c [ impacts+min = 5.7798e-06 | impacts+rnd = 0.00672818 ]
104.55/104.66	c [ la+min = 0 | la+rnd = 0 ]
104.55/104.66	c [ domwdeg = 0.000753952 | impacts = 0.00336698 | la = 0 ]
104.55/104.66	c [ min = 0.000246133 | rand = 0.00336698 ]
104.55/104.66	c [ restarting at (3.96356,0.00325477) ]
114.44/114.57	c [ restarting at (9.9089,8.41353e-05) ]
139.23/139.35	c [ restarting at (24.7722,2.12392e-05) ]
201.22/201.32	c [ restarting at (61.9306,0.00095392) ]
355.96/356.20	c [ restarting at (154.827,0.000274457) ]
743.03/743.37	c [ restarting at (387.066,0.000853182) ]
1710.53/1711.27	c [ restarting at (967.666,0.123132) ]

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

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.99 1.97 1.99 4/81 782
/proc/meminfo: memFree=1286512/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=5348 CPUtime=0
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 126937378 5476352 190 996147200 134512640 135472138 4294956224 18446744073709551615 12471160 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 1337 190 156 234 0 27 0

[startup+0.0530319 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 782
/proc/meminfo: memFree=1286512/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100512 CPUtime=0.04
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 810 0 0 0 4 0 0 0 18 0 1 0 126937378 102924288 770 996147200 134512640 135472138 4294956224 18446744073709551615 134606429 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25128 770 403 234 0 23830 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 100512

[startup+0.101033 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 782
/proc/meminfo: memFree=1286512/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=103812 CPUtime=0.09
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 1660 0 0 0 9 0 0 0 18 0 1 0 126937378 106303488 1620 996147200 134512640 135472138 4294956224 18446744073709551615 12936827 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25953 1620 432 234 0 24655 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 103812

[startup+0.301081 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 782
/proc/meminfo: memFree=1286512/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=118464 CPUtime=0.28
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 5318 0 0 0 27 1 0 0 19 0 1 0 126937378 121307136 5278 996147200 134512640 135472138 4294956224 18446744073709551615 12936827 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 29616 5279 432 234 0 28318 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 118464

[startup+0.701156 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 782
/proc/meminfo: memFree=1286512/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=147740 CPUtime=0.69
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 11448 0 0 0 65 4 0 0 23 0 1 0 126937378 151285760 11388 996147200 134512640 135472138 4294956224 18446744073709551615 134535830 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 36935 11388 439 234 0 35637 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 147740

[startup+1.50131 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1283816/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1.48
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 11801 0 0 0 144 4 0 0 25 0 1 0 126937378 103014400 1091 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1091 457 234 0 23852 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100600

[startup+3.10262 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1283496/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=3.08
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 11828 0 0 0 304 4 0 0 25 0 1 0 126937378 103014400 1118 996147200 134512640 135472138 4294956224 18446744073709551615 134605036 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1118 457 234 0 23852 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 100600

[startup+6.30122 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1282920/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=6.29
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 11959 0 0 0 624 5 0 0 25 0 1 0 126937378 103014400 1249 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1249 476 234 0 23852 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100600

[startup+12.7024 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1282736/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=12.68
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 11997 0 0 0 1263 5 0 0 25 0 1 0 126937378 103014400 1287 996147200 134512640 135472138 4294956224 18446744073709551615 135262886 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1287 476 234 0 23852 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 100600

[startup+25.5019 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1282608/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=25.48
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12002 0 0 0 2543 5 0 0 25 0 1 0 126937378 103014400 1292 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1292 476 234 0 23852 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 100600

[startup+51.1017 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1282480/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=51.07
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12004 0 0 0 5102 5 0 0 25 0 1 0 126937378 103014400 1294 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1294 478 234 0 23852 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 100600

[startup+102.306 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1282224/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=102.25
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12035 0 0 0 10220 5 0 0 25 0 1 0 126937378 103014400 1325 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1325 479 234 0 23852 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 100600

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1282096/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=162.23
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12058 0 0 0 16218 5 0 0 25 0 1 0 126937378 103014400 1348 996147200 134512640 135472138 4294956224 18446744073709551615 134605019 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1348 479 234 0 23852 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 100600

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1281904/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=222.21
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12089 0 0 0 22216 5 0 0 25 0 1 0 126937378 103014400 1379 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1379 479 234 0 23852 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 100600

[startup+282.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1281904/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=282.19
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12089 0 0 0 28214 5 0 0 25 0 1 0 126937378 103014400 1379 996147200 134512640 135472138 4294956224 18446744073709551615 134605033 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1379 479 234 0 23852 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 100600

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1281776/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=342.16
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12114 0 0 0 34211 5 0 0 25 0 1 0 126937378 103014400 1404 996147200 134512640 135472138 4294956224 18446744073709551615 134585145 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1404 479 234 0 23852 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 100600

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1281712/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=402.14
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12114 0 0 0 40209 5 0 0 25 0 1 0 126937378 103014400 1404 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1404 479 234 0 23852 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 100600

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1281648/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=462.12
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12114 0 0 0 46207 5 0 0 25 0 1 0 126937378 103014400 1404 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1404 479 234 0 23852 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 100600

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1281648/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=522.1
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12114 0 0 0 52205 5 0 0 25 0 1 0 126937378 103014400 1404 996147200 134512640 135472138 4294956224 18446744073709551615 135263616 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1404 479 234 0 23852 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 100600

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1281648/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=582.08
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12114 0 0 0 58203 5 0 0 25 0 1 0 126937378 103014400 1404 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1404 479 234 0 23852 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 100600

[startup+642.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1281584/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=642.07
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12114 0 0 0 64202 5 0 0 25 0 1 0 126937378 103014400 1404 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1404 479 234 0 23852 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 100600


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

[startup+882.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1281392/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=881.98
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12128 0 0 0 88193 5 0 0 25 0 1 0 126937378 103014400 1418 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1418 479 234 0 23852 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 100600

[startup+942.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1281264/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=941.96
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12153 0 0 0 94191 5 0 0 25 0 1 0 126937378 103014400 1443 996147200 134512640 135472138 4294956224 18446744073709551615 134585058 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1443 479 234 0 23852 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 100600

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1281136/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1001.94
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12153 0 0 0 100189 5 0 0 25 0 1 0 126937378 103014400 1443 996147200 134512640 135472138 4294956224 18446744073709551615 134604986 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1443 479 234 0 23852 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 100600

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1281136/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1061.92
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12153 0 0 0 106187 5 0 0 25 0 1 0 126937378 103014400 1443 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1443 479 234 0 23852 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 100600

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1281136/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1121.9
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12153 0 0 0 112185 5 0 0 25 0 1 0 126937378 103014400 1443 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1443 479 234 0 23852 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 100600

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1281136/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1181.88
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12153 0 0 0 118183 5 0 0 25 0 1 0 126937378 103014400 1443 996147200 134512640 135472138 4294956224 18446744073709551615 134604891 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1443 479 234 0 23852 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 100600

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1281200/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1241.86
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12153 0 0 0 124181 5 0 0 25 0 1 0 126937378 103014400 1443 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1443 479 234 0 23852 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 100600

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1281136/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1301.84
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12161 0 0 0 130179 5 0 0 25 0 1 0 126937378 103014400 1451 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1451 479 234 0 23852 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 100600

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1280944/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1361.82
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12191 0 0 0 136177 5 0 0 25 0 1 0 126937378 103014400 1481 996147200 134512640 135472138 4294956224 18446744073709551615 134616931 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1481 479 234 0 23852 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 100600

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1280880/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1421.8
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12191 0 0 0 142175 5 0 0 25 0 1 0 126937378 103014400 1481 996147200 134512640 135472138 4294956224 18446744073709551615 134605049 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1481 479 234 0 23852 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 100600

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 783
/proc/meminfo: memFree=1280816/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1481.78
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12191 0 0 0 148173 5 0 0 25 0 1 0 126937378 103014400 1481 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1481 479 234 0 23852 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 100600

[startup+1542.3 s]
/proc/loadavg: 2.04 1.99 1.99 3/82 859
/proc/meminfo: memFree=1127912/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1541.69
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12191 0 0 0 154164 5 0 0 25 0 1 0 126937378 103014400 1481 996147200 134512640 135472138 4294956224 18446744073709551615 134604858 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1481 479 234 0 23852 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 100600

[startup+1602.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/82 859
/proc/meminfo: memFree=1127912/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1601.67
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12191 0 0 0 160162 5 0 0 25 0 1 0 126937378 103014400 1481 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1481 479 234 0 23852 0
Current children cumulated CPU time (s) 1601.67
Current children cumulated vsize (KiB) 100600

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 861
/proc/meminfo: memFree=1127592/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1661.64
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12191 0 0 0 166159 5 0 0 25 0 1 0 126937378 103014400 1481 996147200 134512640 135472138 4294956224 18446744073709551615 134605013 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1481 479 234 0 23852 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 100600

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 861
/proc/meminfo: memFree=1127592/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1721.62
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12191 0 0 0 172157 5 0 0 25 0 1 0 126937378 103014400 1481 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1481 479 234 0 23852 0
Current children cumulated CPU time (s) 1721.62
Current children cumulated vsize (KiB) 100600

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 861
/proc/meminfo: memFree=1127592/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1781.6
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12191 0 0 0 178155 5 0 0 25 0 1 0 126937378 103014400 1481 996147200 134512640 135472138 4294956224 18446744073709551615 134604956 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1481 479 234 0 23852 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (KiB) 100600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 861
/proc/meminfo: memFree=1127592/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1800.01
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12191 0 0 0 179996 5 0 0 25 0 1 0 126937378 103014400 1481 996147200 134512640 135472138 4294956224 18446744073709551615 134605358 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1481 479 234 0 23852 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 100600

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

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

[startup+1800.71 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 861
/proc/meminfo: memFree=1127592/2055920 swapFree=4191676/4192956
[pid=782] ppid=780 vsize=100600 CPUtime=1800.01
/proc/782/stat : 782 (casperzito) R 780 782 27855 0 -1 4194304 12191 0 0 0 179996 5 0 0 25 0 1 0 126937378 103014400 1481 996147200 134512640 135472138 4294956224 18446744073709551615 134605358 0 0 4096 0 0 0 0 17 1 0 0
/proc/782/statm: 25150 1481 479 234 0 23852 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 100600

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.71
CPU time (s): 1800.02
CPU user time (s): 1799.96
CPU system time (s): 0.058991
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 147740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
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= 12191
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= 1565

runsolver used 1.84572 second user time and 4.71628 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-04 07:30:21
IDJOB=1066881
IDBENCH=55149
IDSOLVER=362
FILE ID=node63/1066881-1215149420
PBS_JOBID= 7877222
Free space on /tmp= 66556 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg7-9_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066881-1215149420/watcher-1066881-1215149420 -o /tmp/evaluation-result-1066881-1215149420/solver-1066881-1215149420 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1066881-1215149420.xml 1222628072 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2d89ce8f126ba5eb7d6a0c7b757929b3
RANDOM SEED=1222628072

node63.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.256
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.256
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:       1286928 kB
Buffers:         67056 kB
Cached:         594188 kB
SwapCached:        260 kB
Active:         338712 kB
Inactive:       358100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1286928 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            3128 kB
Writeback:           0 kB
Mapped:          56764 kB
Slab:            57472 kB
Committed_AS:   353988 kB
PageTables:       1732 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node63 at 2008-07-04 08:00:23