Trace number 1078928

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

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg7-8_ext.xml
MD5SUMe777e34182c011980e94d27efe00f0f0
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 benchmark81.6896
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.00/0.15	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.15	c Parsing = 1
0.00/0.15	c Building = 1
0.00/0.15	c [ NumberOfVariables = 56 ]
0.00/0.15	c [ NumberOfConstraints = 15 ]
0.00/0.15	c [ SizeOfSearchSpace(log2) = 263.225 ]
0.00/0.15	c SymmetrySearch = 1
0.38/0.45	c InitialPropagation = 1
0.38/0.45	c [ SizeOfSearchSpace(log2) = 258.201 ]
0.38/0.45	c InitialSAC = 1
1.18/1.28	c [ SizeOfSearchSpace(log2) = 258.201 ]
1.18/1.28	c Search(SampleFF) : 
116.07/117.07	c [ Sampling domwdeg ]
116.07/117.07	c [ Sampling impacts ]
116.07/117.07	c [ Sampling la ]
116.07/117.07	c [ SamplingScores: ]
116.07/117.07	c [ domwdeg+min = 0.00100666 | domwdeg+rnd = 0.00105883 ]
116.07/117.07	c [ impacts+min = 0.000371688 | impacts+rnd = 0.00448516 ]
116.07/117.07	c [ la+min = 5.34057e-05 | la+rnd = 6.40497e-07 ]
116.07/117.07	c [ domwdeg = 0.00103275 | impacts = 0.00242842 | la = 2.70231e-05 ]
116.07/117.07	c [ min = 0.000477251 | rand = 0.00242842 ]
116.07/117.07	c [ restarting at (0.141429,4.67618e-11) ]
116.46/117.46	c [ restarting at (0.353571,2.28449e-07) ]
117.46/118.42	c [ restarting at (0.883929,1.03635e-06) ]
119.74/120.79	c [ restarting at (2.20982,1.21577e-06) ]
125.70/126.73	c [ restarting at (5.52455,1.11902e-05) ]
140.38/141.54	c [ restarting at (13.8114,5.07072e-05) ]
177.07/178.55	c [ restarting at (34.5285,0.000159165) ]
268.85/271.08	c [ restarting at (86.3211,0.00206344) ]
498.38/502.35	c [ restarting at (215.803,0.00390118) ]
1072.10/1080.54	c [ restarting at (539.507,0.00743546) ]
1760.61/1774.42	c [ restarting at (1348.77,0.0211609) ]

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

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.92 1.98 1.99 4/73 20471
/proc/meminfo: memFree=1456376/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=1056 CPUtime=0
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 704834840 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 4870948 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 264 26 20 235 0 3 0

[startup+0.209599 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 20471
/proc/meminfo: memFree=1456376/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=110996 CPUtime=0.19
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 3493 0 0 0 18 1 0 0 19 0 1 0 704834840 113659904 3453 996147200 134512640 135477443 4294956224 18446744073709551615 5304816 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 27749 3453 432 235 0 26450 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 110996

[startup+0.301624 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 20471
/proc/meminfo: memFree=1456376/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=115088 CPUtime=0.28
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 4529 0 0 0 27 1 0 0 19 0 1 0 704834840 117850112 4489 996147200 134512640 135477443 4294956224 18446744073709551615 134644976 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 28772 4489 433 235 0 27473 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 115088

[startup+0.401637 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 20471
/proc/meminfo: memFree=1456376/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=124128 CPUtime=0.38
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6152 0 0 0 36 2 0 0 20 0 1 0 704834840 127107072 6104 996147200 134512640 135477443 4294956224 18446744073709551615 134535495 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 31032 6104 437 235 0 29733 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 124128

[startup+0.70168 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 20471
/proc/meminfo: memFree=1456376/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=0.68
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6415 0 0 0 65 3 0 0 23 0 1 0 704834840 102305792 918 996147200 134512640 135477443 4294956224 18446744073709551615 134609907 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 918 456 235 0 23678 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99908

[startup+1.50181 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 20472
/proc/meminfo: memFree=1454320/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=1.47
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6521 0 0 0 144 3 0 0 25 0 1 0 704834840 102305792 1024 996147200 134512640 135477443 4294956224 18446744073709551615 134600933 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1024 477 235 0 23678 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99908

[startup+3.10108 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 20472
/proc/meminfo: memFree=1453616/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=3.06
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6571 0 0 0 303 3 0 0 25 0 1 0 704834840 102305792 1074 996147200 134512640 135477443 4294956224 18446744073709551615 134600845 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1074 477 235 0 23678 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99908

[startup+6.30162 s]
/proc/loadavg: 1.93 1.98 1.99 3/74 20472
/proc/meminfo: memFree=1453616/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=6.23
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6577 0 0 0 620 3 0 0 25 0 1 0 704834840 102305792 1080 996147200 134512640 135477443 4294956224 18446744073709551615 134609919 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1080 477 235 0 23678 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99908

[startup+12.7017 s]
/proc/loadavg: 1.93 1.98 1.99 3/74 20472
/proc/meminfo: memFree=1453488/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=12.58
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6577 0 0 0 1255 3 0 0 25 0 1 0 704834840 102305792 1080 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1080 477 235 0 23678 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 99908

[startup+25.5068 s]
/proc/loadavg: 1.95 1.98 1.99 3/74 20472
/proc/meminfo: memFree=1453552/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=25.28
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6586 0 0 0 2525 3 0 0 25 0 1 0 704834840 102305792 1089 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1089 479 235 0 23678 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 99908

[startup+51.1011 s]
/proc/loadavg: 1.96 1.98 1.99 3/74 20472
/proc/meminfo: memFree=1453552/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=50.68
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6595 0 0 0 5065 3 0 0 25 0 1 0 704834840 102305792 1098 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1098 479 235 0 23678 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 99908

[startup+102.302 s]
/proc/loadavg: 1.98 1.98 1.99 3/74 20472
/proc/meminfo: memFree=1453488/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=101.48
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6595 0 0 0 10145 3 0 0 25 0 1 0 704834840 102305792 1098 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1098 479 235 0 23678 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 99908

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 20472
/proc/meminfo: memFree=1453232/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=161.02
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6629 0 0 0 16098 4 0 0 25 0 1 0 704834840 102305792 1132 996147200 134512640 135477443 4294956224 18446744073709551615 134600952 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1132 480 235 0 23678 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 99908

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 20478
/proc/meminfo: memFree=1452912/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=220.53
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6629 0 0 0 22049 4 0 0 25 0 1 0 704834840 102305792 1132 996147200 134512640 135477443 4294956224 18446744073709551615 134600997 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1132 480 235 0 23678 0
Current children cumulated CPU time (s) 220.53
Current children cumulated vsize (KiB) 99908

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 20478
/proc/meminfo: memFree=1451312/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=280.06
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6646 0 0 0 28002 4 0 0 25 0 1 0 704834840 102305792 1149 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1149 480 235 0 23678 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (KiB) 99908

[startup+342.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 20478
/proc/meminfo: memFree=1451248/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=339.61
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6646 0 0 0 33957 4 0 0 25 0 1 0 704834840 102305792 1149 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1149 480 235 0 23678 0
Current children cumulated CPU time (s) 339.61
Current children cumulated vsize (KiB) 99908

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 20478
/proc/meminfo: memFree=1450416/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=399.15
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6646 0 0 0 39910 5 0 0 25 0 1 0 704834840 102305792 1149 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1149 480 235 0 23678 0
Current children cumulated CPU time (s) 399.15
Current children cumulated vsize (KiB) 99908

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 20478
/proc/meminfo: memFree=1450416/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=458.69
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6646 0 0 0 45864 5 0 0 25 0 1 0 704834840 102305792 1149 996147200 134512640 135477443 4294956224 18446744073709551615 134609910 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1149 480 235 0 23678 0
Current children cumulated CPU time (s) 458.69
Current children cumulated vsize (KiB) 99908

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 20478
/proc/meminfo: memFree=1449136/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=518.22
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6646 0 0 0 51817 5 0 0 25 0 1 0 704834840 102305792 1149 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1149 480 235 0 23678 0
Current children cumulated CPU time (s) 518.22
Current children cumulated vsize (KiB) 99908

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 20478
/proc/meminfo: memFree=1449136/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=577.77
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6646 0 0 0 57771 6 0 0 25 0 1 0 704834840 102305792 1149 996147200 134512640 135477443 4294956224 18446744073709551615 135268728 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1149 480 235 0 23678 0
Current children cumulated CPU time (s) 577.77
Current children cumulated vsize (KiB) 99908

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 20478
/proc/meminfo: memFree=1447856/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=637.3
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6683 0 0 0 63724 6 0 0 25 0 1 0 704834840 102305792 1186 996147200 134512640 135477443 4294956224 18446744073709551615 134590307 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1186 480 235 0 23678 0
Current children cumulated CPU time (s) 637.3
Current children cumulated vsize (KiB) 99908


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

[startup+882.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 20478
/proc/meminfo: memFree=1443824/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=875.43
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 87536 7 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 875.43
Current children cumulated vsize (KiB) 99908

[startup+942.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 20478
/proc/meminfo: memFree=1443312/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=934.97
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 93489 8 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 135268706 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 934.97
Current children cumulated vsize (KiB) 99908

[startup+1002.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 20478
/proc/meminfo: memFree=1443312/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=994.51
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 99443 8 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 994.51
Current children cumulated vsize (KiB) 99908

[startup+1062.3 s]
/proc/loadavg: 2.10 2.02 2.00 3/74 20478
/proc/meminfo: memFree=1443312/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=1054.04
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 105396 8 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 1054.04
Current children cumulated vsize (KiB) 99908

[startup+1122.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/74 20478
/proc/meminfo: memFree=1443120/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=1113.58
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 111349 9 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 134600843 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 1113.58
Current children cumulated vsize (KiB) 99908

[startup+1182.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/74 20478
/proc/meminfo: memFree=1440048/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=1173.11
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 117302 9 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 1173.11
Current children cumulated vsize (KiB) 99908

[startup+1242.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/74 20478
/proc/meminfo: memFree=1437616/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=1232.64
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 123255 9 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 134610058 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 1232.64
Current children cumulated vsize (KiB) 99908

[startup+1302.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/74 20478
/proc/meminfo: memFree=1437424/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=1292.18
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 129208 10 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 135268221 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 1292.18
Current children cumulated vsize (KiB) 99908

[startup+1362.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/74 20478
/proc/meminfo: memFree=1437424/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=1351.72
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 135162 10 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 1351.72
Current children cumulated vsize (KiB) 99908

[startup+1422.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/74 20479
/proc/meminfo: memFree=1437296/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=1411.26
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 141116 10 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 134590235 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 1411.26
Current children cumulated vsize (KiB) 99908

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/74 20480
/proc/meminfo: memFree=1437296/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=1470.8
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 147069 11 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 1470.8
Current children cumulated vsize (KiB) 99908

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/74 20480
/proc/meminfo: memFree=1437296/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=1530.33
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 153022 11 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 134609560 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 1530.33
Current children cumulated vsize (KiB) 99908

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 20480
/proc/meminfo: memFree=1436720/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=1589.86
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 158975 11 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 1589.86
Current children cumulated vsize (KiB) 99908

[startup+1662.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 20480
/proc/meminfo: memFree=1433776/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=1649.4
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 164928 12 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 134601026 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 1649.4
Current children cumulated vsize (KiB) 99908

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 20480
/proc/meminfo: memFree=1433776/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=1708.92
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 170880 12 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 134590307 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 1708.92
Current children cumulated vsize (KiB) 99908

[startup+1782.3 s]
/proc/loadavg: 1.93 1.99 1.99 3/81 20520
/proc/meminfo: memFree=1485496/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=1768.5
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 176837 13 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 134600978 0 0 4096 0 0 0 0 17 0 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 1768.5
Current children cumulated vsize (KiB) 99908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.9 s]
/proc/loadavg: 1.96 1.99 1.99 3/94 20574
/proc/meminfo: memFree=1434256/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=1800.04
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 179987 17 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 134600919 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 99908

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

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

[startup+1813.9 s]
/proc/loadavg: 1.96 1.99 1.99 3/94 20574
/proc/meminfo: memFree=1434256/2055920 swapFree=4156344/4192956
[pid=20471] ppid=20469 vsize=99908 CPUtime=1800.04
/proc/20471/stat : 20471 (casperzao) R 20469 20471 19669 0 -1 4194304 6713 0 0 0 179987 17 0 0 25 0 1 0 704834840 102305792 1216 996147200 134512640 135477443 4294956224 18446744073709551615 134600919 0 0 4096 0 0 0 0 17 1 0 0
/proc/20471/statm: 24977 1216 480 235 0 23678 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 99908

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.91
CPU time (s): 1800.05
CPU user time (s): 1799.88
CPU system time (s): 0.172973
CPU usage (%): 99.2361
Max. virtual memory (cumulated for all children) (KiB): 124128

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

runsolver used 1.78373 second user time and 4.90625 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-04 23:58:04
IDJOB=1078928
IDBENCH=56851
IDSOLVER=361
FILE ID=node58/1078928-1215208684
PBS_JOBID= 7881702
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e777e34182c011980e94d27efe00f0f0
RANDOM SEED=1363797577

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:       1456856 kB
Buffers:        103984 kB
Cached:         312640 kB
SwapCached:      30952 kB
Active:         248996 kB
Inactive:       272680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1456856 kB
SwapTotal:     4192956 kB
SwapFree:      4156344 kB
Dirty:           13484 kB
Writeback:           0 kB
Mapped:         111184 kB
Slab:            62620 kB
Committed_AS:  1163296 kB
PageTables:       1924 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= 66532 MiB
End job on node58 at 2008-07-05 00:28:20