Trace number 1066858

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.05 1807.51

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg5-9_ext.xml
MD5SUM653e6ff13fec6aaa97fb929a62c8a610
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 benchmark138.233
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints14
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.25	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.25	c Parsing = 1
0.19/0.25	c Building = 1
0.19/0.25	c [ NumberOfVariables = 45 ]
0.19/0.25	c [ NumberOfConstraints = 14 ]
0.19/0.25	c [ SizeOfSearchSpace(log2) = 211.52 ]
0.19/0.25	c SymmetrySearch = 1
0.38/0.48	c InitialPropagation = 1
0.38/0.48	c [ SizeOfSearchSpace(log2) = 208.755 ]
0.38/0.48	c InitialSAC = 1
0.88/0.98	c [ SizeOfSearchSpace(log2) = 208.755 ]
0.88/0.98	c Search(SampleFF) : 
91.19/91.68	c [ Sampling domwdeg ]
91.19/91.68	c [ Sampling impacts ]
91.19/91.68	c [ SamplingScores: ]
91.19/91.68	c [ domwdeg+min = 0.000202853 | domwdeg+rnd = 0.0101955 ]
91.19/91.68	c [ impacts+min = 1.95113e-05 | impacts+rnd = 0.00138106 ]
91.19/91.68	c [ la+min = 0 | la+rnd = 0 ]
91.19/91.68	c [ domwdeg = 0.00519919 | impacts = 0.000700284 | la = 0 ]
91.19/91.68	c [ min = 7.41215e-05 | rand = 0.000700284 ]
91.19/91.68	c [ restarting at (3.96356,0.000129345) ]
101.85/102.33	c [ restarting at (9.9089,0.000129445) ]
128.25/128.88	c [ restarting at (24.7722,0.000390307) ]
194.37/195.26	c [ restarting at (61.9306,0.00875509) ]
359.60/361.19	c [ restarting at (154.827,0.0433241) ]
364.18/365.78	c [ restarting at (387.066,2.58766e-06) ]
1328.08/1333.66	c [ restarting at (967.666,0.245744) ]

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

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.01 2.01 2.00 4/73 7283
/proc/meminfo: memFree=1764524/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=18572 CPUtime=0
/proc/7283/stat : 7283 (runsolver) R 7281 7283 3991 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1993897890 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7283/statm: 4643 292 257 25 0 2626 0

[startup+0.155873 s]
/proc/loadavg: 2.01 2.01 2.00 4/73 7283
/proc/meminfo: memFree=1764524/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=107992 CPUtime=0.14
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 2741 0 0 0 13 1 0 0 18 0 1 0 1993897890 110583808 2702 996147200 134512640 135472138 4294956224 18446744073709551615 5162619 0 0 4096 0 0 0 0 17 1 0 0
/proc/7283/statm: 26998 2702 432 234 0 25700 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 107992

[startup+0.201878 s]
/proc/loadavg: 2.01 2.01 2.00 4/73 7283
/proc/meminfo: memFree=1764524/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=111028 CPUtime=0.19
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 3476 0 0 0 17 2 0 0 18 0 1 0 1993897890 113692672 3436 996147200 134512640 135472138 4294956224 18446744073709551615 5162565 0 0 4096 0 0 0 0 17 1 0 0
/proc/7283/statm: 27757 3437 432 234 0 26459 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 111028

[startup+0.301903 s]
/proc/loadavg: 2.01 2.01 2.00 4/73 7283
/proc/meminfo: memFree=1764524/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=116704 CPUtime=0.29
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 4908 0 0 0 26 3 0 0 19 0 1 0 1993897890 119504896 4868 996147200 134512640 135472138 4294956224 18446744073709551615 134643614 0 0 4096 0 0 0 0 17 1 0 0
/proc/7283/statm: 29176 4868 435 234 0 27878 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 116704

[startup+0.701968 s]
/proc/loadavg: 2.01 2.01 2.00 4/73 7283
/proc/meminfo: memFree=1764524/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=0.68
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 6976 0 0 0 64 4 0 0 23 0 1 0 1993897890 102563840 937 996147200 134512640 135472138 4294956224 18446744073709551615 134604997 0 0 4096 0 0 0 0 17 1 0 0
/proc/7283/statm: 25040 937 457 234 0 23742 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 100160

[startup+1.50211 s]
/proc/loadavg: 2.01 2.01 2.00 3/74 7284
/proc/meminfo: memFree=1762084/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=1.48
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7081 0 0 0 144 4 0 0 25 0 1 0 1993897890 102563840 1042 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/7283/statm: 25040 1042 476 234 0 23742 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100160

[startup+3.10141 s]
/proc/loadavg: 2.01 2.01 2.00 3/74 7284
/proc/meminfo: memFree=1761764/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=3.07
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7091 0 0 0 303 4 0 0 25 0 1 0 1993897890 102563840 1052 996147200 134512640 135472138 4294956224 18446744073709551615 134604918 0 0 4096 0 0 0 0 17 1 0 0
/proc/7283/statm: 25040 1052 476 234 0 23742 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 100160

[startup+6.30199 s]
/proc/loadavg: 2.01 2.01 2.00 3/74 7284
/proc/meminfo: memFree=1761636/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=6.26
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7101 0 0 0 622 4 0 0 25 0 1 0 1993897890 102563840 1062 996147200 134512640 135472138 4294956224 18446744073709551615 135202540 0 0 4096 0 0 0 0 17 1 0 0
/proc/7283/statm: 25040 1062 476 234 0 23742 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 100160

[startup+12.7012 s]
/proc/loadavg: 2.01 2.01 2.00 3/74 7284
/proc/meminfo: memFree=1761316/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=12.63
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7101 0 0 0 1259 4 0 0 25 0 1 0 1993897890 102563840 1062 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/7283/statm: 25040 1062 476 234 0 23742 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 100160

[startup+25.5015 s]
/proc/loadavg: 2.01 2.00 2.00 3/74 7284
/proc/meminfo: memFree=1760932/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=25.37
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7118 0 0 0 2533 4 0 0 25 0 1 0 1993897890 102563840 1079 996147200 134512640 135472138 4294956224 18446744073709551615 134604960 0 0 4096 0 0 0 0 17 1 0 0
/proc/7283/statm: 25040 1079 476 234 0 23742 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 100160

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 7284
/proc/meminfo: memFree=1760228/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=50.86
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7120 0 0 0 5082 4 0 0 25 0 1 0 1993897890 102563840 1081 996147200 134512640 135472138 4294956224 18446744073709551615 134604893 0 0 4096 0 0 0 0 17 1 0 0
/proc/7283/statm: 25040 1081 478 234 0 23742 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 100160

[startup+102.301 s]
/proc/loadavg: 2.15 2.03 2.01 3/74 7284
/proc/meminfo: memFree=1758884/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=101.85
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7143 0 0 0 10181 4 0 0 25 0 1 0 1993897890 102563840 1104 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/7283/statm: 25040 1104 479 234 0 23742 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 100160

[startup+162.301 s]
/proc/loadavg: 2.12 2.04 2.01 3/74 7284
/proc/meminfo: memFree=1757284/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=161.6
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7157 0 0 0 16156 4 0 0 25 0 1 0 1993897890 102563840 1118 996147200 134512640 135472138 4294956224 18446744073709551615 134605029 0 0 4096 0 0 0 0 17 1 0 0
/proc/7283/statm: 25040 1118 479 234 0 23742 0
Current children cumulated CPU time (s) 161.6
Current children cumulated vsize (KiB) 100160

[startup+222.306 s]
/proc/loadavg: 2.11 2.05 2.01 3/74 7284
/proc/meminfo: memFree=1755876/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=221.36
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7157 0 0 0 22132 4 0 0 25 0 1 0 1993897890 102563840 1118 996147200 134512640 135472138 4294956224 18446744073709551615 134604978 0 0 4096 0 0 0 0 17 1 0 0
/proc/7283/statm: 25040 1118 479 234 0 23742 0
Current children cumulated CPU time (s) 221.36
Current children cumulated vsize (KiB) 100160

[startup+282.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/74 7284
/proc/meminfo: memFree=1754724/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=281.12
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7157 0 0 0 28108 4 0 0 25 0 1 0 1993897890 102563840 1118 996147200 134512640 135472138 4294956224 18446744073709551615 134584999 0 0 4096 0 0 0 0 17 1 0 0
/proc/7283/statm: 25040 1118 479 234 0 23742 0
Current children cumulated CPU time (s) 281.12
Current children cumulated vsize (KiB) 100160

[startup+342.302 s]
/proc/loadavg: 2.09 2.06 2.01 3/74 7284
/proc/meminfo: memFree=1753892/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=340.87
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7169 0 0 0 34083 4 0 0 25 0 1 0 1993897890 102563840 1130 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 1 0 0
/proc/7283/statm: 25040 1130 479 234 0 23742 0
Current children cumulated CPU time (s) 340.87
Current children cumulated vsize (KiB) 100160

[startup+402.301 s]
/proc/loadavg: 1.93 2.01 1.99 3/83 7529
/proc/meminfo: memFree=1805540/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=400.59
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7169 0 0 0 40050 9 0 0 25 0 1 0 1993897890 102563840 1130 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1130 479 234 0 23742 0
Current children cumulated CPU time (s) 400.59
Current children cumulated vsize (KiB) 100160

[startup+462.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 7529
/proc/meminfo: memFree=1756452/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=460.34
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7169 0 0 0 46025 9 0 0 25 0 1 0 1993897890 102563840 1130 996147200 134512640 135472138 4294956224 18446744073709551615 134605005 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1130 479 234 0 23742 0
Current children cumulated CPU time (s) 460.34
Current children cumulated vsize (KiB) 100160

[startup+522.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 7529
/proc/meminfo: memFree=1731748/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=520.1
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7169 0 0 0 52000 10 0 0 25 0 1 0 1993897890 102563840 1130 996147200 134512640 135472138 4294956224 18446744073709551615 134604944 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1130 479 234 0 23742 0
Current children cumulated CPU time (s) 520.1
Current children cumulated vsize (KiB) 100160

[startup+582.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 7531
/proc/meminfo: memFree=1730532/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=579.85
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7169 0 0 0 57975 10 0 0 25 0 1 0 1993897890 102563840 1130 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1130 479 234 0 23742 0
Current children cumulated CPU time (s) 579.85
Current children cumulated vsize (KiB) 100160

[startup+642.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 7531
/proc/meminfo: memFree=1725156/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=639.6
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7169 0 0 0 63950 10 0 0 25 0 1 0 1993897890 102563840 1130 996147200 134512640 135472138 4294956224 18446744073709551615 134604930 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1130 479 234 0 23742 0
Current children cumulated CPU time (s) 639.6
Current children cumulated vsize (KiB) 100160


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1720548/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=818.86
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7169 0 0 0 81876 10 0 0 25 0 1 0 1993897890 102563840 1130 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1130 479 234 0 23742 0
Current children cumulated CPU time (s) 818.86
Current children cumulated vsize (KiB) 100160

[startup+882.305 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1719396/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=878.62
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7169 0 0 0 87852 10 0 0 25 0 1 0 1993897890 102563840 1130 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1130 479 234 0 23742 0
Current children cumulated CPU time (s) 878.62
Current children cumulated vsize (KiB) 100160

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1719396/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=938.37
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7175 0 0 0 93827 10 0 0 25 0 1 0 1993897890 102563840 1136 996147200 134512640 135472138 4294956224 18446744073709551615 134585092 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1136 479 234 0 23742 0
Current children cumulated CPU time (s) 938.37
Current children cumulated vsize (KiB) 100160

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1718500/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=998.12
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7189 0 0 0 99802 10 0 0 25 0 1 0 1993897890 102563840 1150 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1150 479 234 0 23742 0
Current children cumulated CPU time (s) 998.12
Current children cumulated vsize (KiB) 100160

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1718372/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=1057.88
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7210 0 0 0 105778 10 0 0 25 0 1 0 1993897890 102563840 1171 996147200 134512640 135472138 4294956224 18446744073709551615 134585188 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1171 479 234 0 23742 0
Current children cumulated CPU time (s) 1057.88
Current children cumulated vsize (KiB) 100160

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1718308/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=1117.63
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7210 0 0 0 111753 10 0 0 25 0 1 0 1993897890 102563840 1171 996147200 134512640 135472138 4294956224 18446744073709551615 134604882 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1171 479 234 0 23742 0
Current children cumulated CPU time (s) 1117.63
Current children cumulated vsize (KiB) 100160

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1718308/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=1177.4
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7210 0 0 0 117729 11 0 0 25 0 1 0 1993897890 102563840 1171 996147200 134512640 135472138 4294956224 18446744073709551615 134604921 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1171 479 234 0 23742 0
Current children cumulated CPU time (s) 1177.4
Current children cumulated vsize (KiB) 100160

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1717220/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=1237.15
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7210 0 0 0 123704 11 0 0 25 0 1 0 1993897890 102563840 1171 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1171 479 234 0 23742 0
Current children cumulated CPU time (s) 1237.15
Current children cumulated vsize (KiB) 100160

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1716836/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=1296.91
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7210 0 0 0 129680 11 0 0 25 0 1 0 1993897890 102563840 1171 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1171 479 234 0 23742 0
Current children cumulated CPU time (s) 1296.91
Current children cumulated vsize (KiB) 100160

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1716836/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=1356.66
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7210 0 0 0 135655 11 0 0 25 0 1 0 1993897890 102563840 1171 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1171 479 234 0 23742 0
Current children cumulated CPU time (s) 1356.66
Current children cumulated vsize (KiB) 100160

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1716324/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=1416.41
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7210 0 0 0 141630 11 0 0 25 0 1 0 1993897890 102563840 1171 996147200 134512640 135472138 4294956224 18446744073709551615 134605029 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1171 479 234 0 23742 0
Current children cumulated CPU time (s) 1416.41
Current children cumulated vsize (KiB) 100160

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1716004/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=1476.17
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7210 0 0 0 147606 11 0 0 25 0 1 0 1993897890 102563840 1171 996147200 134512640 135472138 4294956224 18446744073709551615 134605024 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1171 479 234 0 23742 0
Current children cumulated CPU time (s) 1476.17
Current children cumulated vsize (KiB) 100160

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1716004/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=1535.92
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7210 0 0 0 153581 11 0 0 25 0 1 0 1993897890 102563840 1171 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1171 479 234 0 23742 0
Current children cumulated CPU time (s) 1535.92
Current children cumulated vsize (KiB) 100160

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1716004/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=1595.67
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7210 0 0 0 159556 11 0 0 25 0 1 0 1993897890 102563840 1171 996147200 134512640 135472138 4294956224 18446744073709551615 134604882 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1171 479 234 0 23742 0
Current children cumulated CPU time (s) 1595.67
Current children cumulated vsize (KiB) 100160

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1715300/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=1655.43
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7210 0 0 0 165532 11 0 0 25 0 1 0 1993897890 102563840 1171 996147200 134512640 135472138 4294956224 18446744073709551615 135262890 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1171 479 234 0 23742 0
Current children cumulated CPU time (s) 1655.43
Current children cumulated vsize (KiB) 100160

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1715300/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=1715.18
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7210 0 0 0 171507 11 0 0 25 0 1 0 1993897890 102563840 1171 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1171 479 234 0 23742 0
Current children cumulated CPU time (s) 1715.18
Current children cumulated vsize (KiB) 100160

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1715172/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=1774.94
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7210 0 0 0 177483 11 0 0 25 0 1 0 1993897890 102563840 1171 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1171 479 234 0 23742 0
Current children cumulated CPU time (s) 1774.94
Current children cumulated vsize (KiB) 100160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7533
/proc/meminfo: memFree=1715172/2055920 swapFree=4179816/4192956
[pid=7283] ppid=7281 vsize=100160 CPUtime=1800.03
/proc/7283/stat : 7283 (casperzito) R 7281 7283 3991 0 -1 4194304 7210 0 0 0 179992 11 0 0 25 0 1 0 1993897890 102563840 1171 996147200 134512640 135472138 4294956224 18446744073709551615 134585161 0 0 4096 0 0 0 0 17 0 0 0
/proc/7283/statm: 25040 1171 479 234 0 23742 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 100160

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): 1807.51
CPU time (s): 1800.05
CPU user time (s): 1799.93
CPU system time (s): 0.116982
CPU usage (%): 99.5872
Max. virtual memory (cumulated for all children) (KiB): 126940

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

runsolver used 1.68174 second user time and 4.90325 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-04 07:27:35
IDJOB=1066858
IDBENCH=55147
IDSOLVER=362
FILE ID=node45/1066858-1215149255
PBS_JOBID= 7877280
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 653e6ff13fec6aaa97fb929a62c8a610
RANDOM SEED=332294869

node45.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.268
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.268
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:       1765004 kB
Buffers:         15272 kB
Cached:         122976 kB
SwapCached:       7136 kB
Active:         197192 kB
Inactive:        39028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765004 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            3108 kB
Writeback:           0 kB
Mapped:         104024 kB
Slab:            40024 kB
Committed_AS:  3804096 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= 66496 MiB
End job on node45 at 2008-07-04 07:57:45