Trace number 1107554

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
casper zao? (TO) 1800.06 1801.51

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg7-8_ext.xml
MD5SUM3a9e9d3ebe1dfad3d0836badbf30412b
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 benchmark482.525
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension15
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.51	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.01/0.51	c Parsing = 1
0.01/0.59	c Building = 1
0.04/0.62	c [ NumberOfVariables = 56 ]
0.04/0.62	c [ NumberOfConstraints = 15 ]
0.04/0.62	c [ SizeOfSearchSpace(log2) = 263.225 ]
0.04/0.62	c SymmetrySearch = 1
0.93/1.50	c InitialPropagation = 1
0.93/1.51	c [ SizeOfSearchSpace(log2) = 259.656 ]
0.93/1.51	c InitialSAC = 1
1.92/2.52	c [ SizeOfSearchSpace(log2) = 259.656 ]
1.92/2.52	c Search(SampleFF) : 
134.86/135.60	c [ Sampling domwdeg ]
134.86/135.60	c [ Sampling impacts ]
134.86/135.60	c [ Sampling la ]
134.86/135.60	c [ SamplingScores: ]
134.86/135.60	c [ domwdeg+min = 2.68173e-05 | domwdeg+rnd = 0.000388865 ]
134.86/135.60	c [ impacts+min = 4.30864e-06 | impacts+rnd = 0.00133818 ]
134.86/135.60	c [ la+min = 3.93225e-11 | la+rnd = 3.54399e-08 ]
134.86/135.60	c [ domwdeg = 0.000207841 | impacts = 0.000671243 | la = 1.77396e-08 ]
134.86/135.60	c [ min = 1.03753e-05 | rand = 0.000671243 ]
134.86/135.60	c [ restarting at (0.141429,3.37681e-10) ]
135.26/135.95	c [ restarting at (0.353571,2.60436e-06) ]
136.16/136.84	c [ restarting at (0.883929,2.38666e-07) ]
138.36/139.07	c [ restarting at (2.20982,2.22192e-07) ]
143.95/144.62	c [ restarting at (5.52455,7.06916e-05) ]
157.75/158.45	c [ restarting at (13.8114,1.09616e-05) ]
192.33/193.03	c [ restarting at (34.5285,3.15914e-05) ]
278.59/279.40	c [ restarting at (86.3211,7.14247e-05) ]
494.38/495.25	c [ restarting at (215.803,0.000197421) ]
1033.72/1034.89	c [ restarting at (539.507,0.00162205) ]

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-1107554-1215477184/watcher-1107554-1215477184 -o /tmp/evaluation-result-1107554-1215477184/solver-1107554-1215477184 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1107554-1215477184.xml 199132392 

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.92 0.98 0.99 4/68 2802
/proc/meminfo: memFree=1931984/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=18572 CPUtime=0
/proc/2802/stat : 2802 (runsolver) D 2800 2802 2739 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4420637 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 273952599335 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/2802/statm: 4643 292 257 25 0 2626 0

[startup+0.0888969 s]
/proc/loadavg: 0.92 0.98 0.99 4/68 2802
/proc/meminfo: memFree=1931984/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=1056 CPUtime=0
/proc/2802/stat : 2802 (casperzao) D 2800 2802 2739 0 -1 4194304 39 0 1 0 0 0 0 0 18 0 1 0 4420637 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 7619364 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2802/statm: 264 26 20 235 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1056

[startup+0.101898 s]
/proc/loadavg: 0.92 0.98 0.99 4/68 2802
/proc/meminfo: memFree=1931984/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=1056 CPUtime=0
/proc/2802/stat : 2802 (casperzao) D 2800 2802 2739 0 -1 4194304 39 0 1 0 0 0 0 0 18 0 1 0 4420637 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 7619492 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/2802/statm: 264 26 20 235 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1056

[startup+0.301936 s]
/proc/loadavg: 0.92 0.98 0.99 4/68 2802
/proc/meminfo: memFree=1931984/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=2332 CPUtime=0
/proc/2802/stat : 2802 (casperzao) D 2800 2802 2739 0 -1 4194304 55 0 2 0 0 0 0 0 18 0 1 0 4420637 2387968 41 996147200 134512640 135477443 4294956224 18446744073709551615 7619131 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/2802/statm: 583 41 31 235 0 14 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2332

[startup+0.702022 s]
/proc/loadavg: 0.92 0.98 0.99 4/68 2802
/proc/meminfo: memFree=1931984/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=107000 CPUtime=0.15
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 2436 0 23 0 13 2 0 0 18 0 1 0 4420637 109568000 2419 996147200 134512640 135477443 4294956224 18446744073709551615 8054395 0 0 4096 0 0 0 0 17 1 0 0
/proc/2802/statm: 26750 2419 433 235 0 25451 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 107000

[startup+1.50118 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 2813
/proc/meminfo: memFree=1834040/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=0.93
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11167 0 24 0 73 20 0 0 25 0 1 0 4420637 103034880 865 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 865 446 235 0 23856 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 100620

[startup+3.10249 s]
/proc/loadavg: 0.92 0.98 0.99 3/82 2817
/proc/meminfo: memFree=1775128/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=2.52
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11538 0 24 0 230 22 0 0 25 0 1 0 4420637 103034880 1236 996147200 134512640 135477443 4294956224 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1236 478 235 0 23856 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 100620

[startup+6.30112 s]
/proc/loadavg: 1.09 1.02 1.01 3/74 2818
/proc/meminfo: memFree=1755864/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=5.72
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11538 0 24 0 550 22 0 0 25 0 1 0 4420637 103034880 1236 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1236 478 235 0 23856 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 100620

[startup+12.7014 s]
/proc/loadavg: 1.16 1.03 1.01 3/74 2818
/proc/meminfo: memFree=1755800/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=12.11
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11539 0 24 0 1189 22 0 0 25 0 1 0 4420637 103034880 1237 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1237 478 235 0 23856 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 100620

[startup+25.5019 s]
/proc/loadavg: 1.34 1.08 1.02 3/74 2818
/proc/meminfo: memFree=1755992/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=24.91
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11553 0 24 0 2469 22 0 0 25 0 1 0 4420637 103034880 1251 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1251 480 235 0 23856 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 100620

[startup+51.1019 s]
/proc/loadavg: 1.57 1.15 1.05 3/74 2818
/proc/meminfo: memFree=1755928/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=50.5
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11553 0 24 0 5027 23 0 0 25 0 1 0 4420637 103034880 1251 996147200 134512640 135477443 4294956224 18446744073709551615 134600960 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1251 480 235 0 23856 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 100620

[startup+102.307 s]
/proc/loadavg: 1.81 1.28 1.10 3/74 2818
/proc/meminfo: memFree=1755800/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=101.68
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11591 0 24 0 10145 23 0 0 25 0 1 0 4420637 103034880 1289 996147200 134512640 135477443 4294956224 18446744073709551615 134590143 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1289 480 235 0 23856 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 100620

[startup+162.302 s]
/proc/loadavg: 1.93 1.41 1.15 3/74 2818
/proc/meminfo: memFree=1755672/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=161.65
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11633 0 24 0 16142 23 0 0 25 0 1 0 4420637 103034880 1331 996147200 134512640 135477443 4294956224 18446744073709551615 134600893 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1331 481 235 0 23856 0
Current children cumulated CPU time (s) 161.65
Current children cumulated vsize (KiB) 100620

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.20 3/74 2818
/proc/meminfo: memFree=1755416/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=221.61
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11686 0 24 0 22138 23 0 0 25 0 1 0 4420637 103034880 1384 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1384 481 235 0 23856 0
Current children cumulated CPU time (s) 221.61
Current children cumulated vsize (KiB) 100620

[startup+282.301 s]
/proc/loadavg: 1.99 1.60 1.25 3/74 2818
/proc/meminfo: memFree=1755352/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=281.58
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11686 0 24 0 28135 23 0 0 25 0 1 0 4420637 103034880 1384 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1384 481 235 0 23856 0
Current children cumulated CPU time (s) 281.58
Current children cumulated vsize (KiB) 100620

[startup+342.302 s]
/proc/loadavg: 1.99 1.67 1.29 3/74 2818
/proc/meminfo: memFree=1755352/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=341.55
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11686 0 24 0 34132 23 0 0 25 0 1 0 4420637 103034880 1384 996147200 134512640 135477443 4294956224 18446744073709551615 134610051 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1384 481 235 0 23856 0
Current children cumulated CPU time (s) 341.55
Current children cumulated vsize (KiB) 100620

[startup+402.302 s]
/proc/loadavg: 1.99 1.73 1.33 3/74 2818
/proc/meminfo: memFree=1755352/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=401.52
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11686 0 24 0 40129 23 0 0 25 0 1 0 4420637 103034880 1384 996147200 134512640 135477443 4294956224 18446744073709551615 134590252 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1384 481 235 0 23856 0
Current children cumulated CPU time (s) 401.52
Current children cumulated vsize (KiB) 100620

[startup+462.302 s]
/proc/loadavg: 1.99 1.77 1.37 3/74 2818
/proc/meminfo: memFree=1755352/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=461.5
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11686 0 24 0 46126 24 0 0 25 0 1 0 4420637 103034880 1384 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1384 481 235 0 23856 0
Current children cumulated CPU time (s) 461.5
Current children cumulated vsize (KiB) 100620

[startup+522.301 s]
/proc/loadavg: 1.99 1.81 1.41 3/74 2818
/proc/meminfo: memFree=1755288/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=521.47
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11686 0 24 0 52123 24 0 0 25 0 1 0 4420637 103034880 1384 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1384 481 235 0 23856 0
Current children cumulated CPU time (s) 521.47
Current children cumulated vsize (KiB) 100620

[startup+582.303 s]
/proc/loadavg: 1.99 1.84 1.44 3/74 2818
/proc/meminfo: memFree=1755288/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=581.44
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11686 0 24 0 58120 24 0 0 25 0 1 0 4420637 103034880 1384 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1384 481 235 0 23856 0
Current children cumulated CPU time (s) 581.44
Current children cumulated vsize (KiB) 100620

[startup+642.302 s]
/proc/loadavg: 1.99 1.87 1.47 3/74 2818
/proc/meminfo: memFree=1755352/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=641.41
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11686 0 24 0 64117 24 0 0 25 0 1 0 4420637 103034880 1384 996147200 134512640 135477443 4294956224 18446744073709551615 134600823 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1384 481 235 0 23856 0
Current children cumulated CPU time (s) 641.41
Current children cumulated vsize (KiB) 100620


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

[startup+882.303 s]
/proc/loadavg: 1.99 1.93 1.58 3/74 2818
/proc/meminfo: memFree=1755160/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=881.29
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 88105 24 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134590252 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 881.29
Current children cumulated vsize (KiB) 100620

[startup+942.302 s]
/proc/loadavg: 1.99 1.94 1.61 3/74 2818
/proc/meminfo: memFree=1755160/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=941.26
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 94101 25 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134600938 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 941.26
Current children cumulated vsize (KiB) 100620

[startup+1002.3 s]
/proc/loadavg: 1.99 1.95 1.63 3/74 2818
/proc/meminfo: memFree=1755096/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=1001.24
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 100099 25 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134600870 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 1001.24
Current children cumulated vsize (KiB) 100620

[startup+1062.3 s]
/proc/loadavg: 1.99 1.95 1.65 3/74 2818
/proc/meminfo: memFree=1755096/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=1061.21
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 106096 25 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134590146 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 1061.21
Current children cumulated vsize (KiB) 100620

[startup+1122.3 s]
/proc/loadavg: 1.99 1.96 1.67 3/74 2818
/proc/meminfo: memFree=1755096/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=1121.17
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 112092 25 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134600810 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 1121.17
Current children cumulated vsize (KiB) 100620

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.68 3/74 2818
/proc/meminfo: memFree=1755096/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=1181.14
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 118089 25 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 1181.14
Current children cumulated vsize (KiB) 100620

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.70 3/74 2818
/proc/meminfo: memFree=1754776/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=1241.12
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 124087 25 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 1241.12
Current children cumulated vsize (KiB) 100620

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.72 3/74 2818
/proc/meminfo: memFree=1754776/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=1301.09
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 130084 25 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134600793 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 1301.09
Current children cumulated vsize (KiB) 100620

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.73 3/74 2818
/proc/meminfo: memFree=1754712/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=1361.06
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 136080 26 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 135268208 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 1361.06
Current children cumulated vsize (KiB) 100620

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.75 3/74 2818
/proc/meminfo: memFree=1754712/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=1421.04
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 142078 26 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 1421.04
Current children cumulated vsize (KiB) 100620

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.76 3/74 2818
/proc/meminfo: memFree=1754712/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=1481
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 148074 26 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 1481
Current children cumulated vsize (KiB) 100620

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.77 3/74 2818
/proc/meminfo: memFree=1754712/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=1540.97
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 154071 26 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 1540.97
Current children cumulated vsize (KiB) 100620

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.78 3/74 2818
/proc/meminfo: memFree=1754840/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=1600.94
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 160068 26 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 1600.94
Current children cumulated vsize (KiB) 100620

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.79 3/74 2818
/proc/meminfo: memFree=1754776/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=1660.91
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 166065 26 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134609550 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 1660.91
Current children cumulated vsize (KiB) 100620

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.80 3/74 2824
/proc/meminfo: memFree=1754448/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=1720.87
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 172061 26 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 1720.87
Current children cumulated vsize (KiB) 100620

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.82 3/74 2824
/proc/meminfo: memFree=1754320/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=1780.85
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 178059 26 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134600930 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 1780.85
Current children cumulated vsize (KiB) 100620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 1.99 1.97 1.82 3/74 2824
/proc/meminfo: memFree=1754320/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=1800.05
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 179978 27 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134590129 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 100620

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

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

[startup+1801.5 s]
/proc/loadavg: 1.99 1.97 1.82 3/74 2824
/proc/meminfo: memFree=1754320/2055920 swapFree=4192956/4192956
[pid=2802] ppid=2800 vsize=100620 CPUtime=1800.05
/proc/2802/stat : 2802 (casperzao) R 2800 2802 2739 0 -1 4194304 11709 0 24 0 179978 27 0 0 25 0 1 0 4420637 103034880 1407 996147200 134512640 135477443 4294956224 18446744073709551615 134590129 0 0 4096 0 0 0 0 17 0 0 0
/proc/2802/statm: 25155 1407 481 235 0 23856 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 100620

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.51
CPU time (s): 1800.06
CPU user time (s): 1799.78
CPU system time (s): 0.271958
CPU usage (%): 99.9194
Max. virtual memory (cumulated for all children) (KiB): 146220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.271958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11709
page faults= 24
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81
involuntary context switches= 7958

runsolver used 1.54076 second user time and 5.03623 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-08 02:33:04
IDJOB=1107554
IDBENCH=55118
IDSOLVER=361
FILE ID=node20/1107554-1215477184
PBS_JOBID= 7888748
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3a9e9d3ebe1dfad3d0836badbf30412b
RANDOM SEED=199132392

node20.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.263
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.263
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:       1937392 kB
Buffers:         24508 kB
Cached:          51108 kB
SwapCached:          0 kB
Active:          59044 kB
Inactive:        30276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1937392 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3572 kB
Writeback:           0 kB
Mapped:          23484 kB
Slab:            14832 kB
Committed_AS:    51980 kB
PageTables:       1644 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= 66468 MiB
End job on node20 at 2008-07-08 03:03:08