Trace number 1078952

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 zitoUNSAT 1058.7 1065.97

DiagnosticValue
CHECKS3496070

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg8-8_ext.xml
MD5SUM83434445d1ade316b4a7419841b63e78
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 benchmark41.3817
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints16
Maximum constraint arity8
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.18	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.18	c Parsing = 1
0.00/0.18	c Building = 1
0.00/0.18	c [ NumberOfVariables = 64 ]
0.00/0.18	c [ NumberOfConstraints = 16 ]
0.00/0.18	c [ SizeOfSearchSpace(log2) = 300.828 ]
0.00/0.18	c SymmetrySearch = 1
0.68/0.70	c [ Found 2 symmetries ]
0.68/0.76	c InitialPropagation = 1
0.68/0.77	c [ SizeOfSearchSpace(log2) = 295.929 ]
0.68/0.77	c InitialSAC = 1
5.44/5.54	c [ SizeOfSearchSpace(log2) = 295.7 ]
5.44/5.54	c Search(SampleFF) : 
101.59/102.56	c [ Sampling domwdeg ]
101.59/102.56	c [ Sampling impacts ]
101.59/102.56	c [ SamplingScores: ]
101.59/102.56	c [ domwdeg+min = 0.000399429 | domwdeg+rnd = 0.0208336 ]
101.59/102.56	c [ impacts+min = 0.000456355 | impacts+rnd = 0.0069101 ]
101.59/102.56	c [ la+min = 0 | la+rnd = 0 ]
101.59/102.56	c [ domwdeg = 0.0106165 | impacts = 0.00368322 | la = 0 ]
101.59/102.56	c [ min = 0.000285261 | rand = 0.00368322 ]
101.59/102.56	c [ restarting at (3.96356,0.00494753) ]
112.10/113.18	c [ restarting at (9.9089,0.000142758) ]
138.47/139.75	c [ restarting at (24.7722,0.0050143) ]
204.29/206.13	c [ restarting at (61.9306,0.00825095) ]
368.76/372.08	c [ restarting at (154.827,0.0814196) ]
780.06/786.92	c [ restarting at (387.066,0.406159) ]
815.85/823.02	c [ restarting at (967.666,0.0115546) ]
1058.62/1065.96	c Search(SampleFF) = 0
1058.62/1065.96	s UNSATISFIABLE
1058.62/1065.96	d CHECKS 3496066
1058.62/1065.96	c [ TotalFails = 32354 ]
1058.62/1065.96	c [ NumberOfRestarts = 75 ]
1058.62/1065.96	c [ TotalTime = 1.33405e+06 secs ]

Verifier Data (download as text)

No possible verification on an UNSAT instance

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

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.91 1.95 1.96 4/81 16041
/proc/meminfo: memFree=907956/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=110852 CPUtime=0.2
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 3474 0 0 0 18 2 0 0 19 0 1 0 1999858720 113512448 3434 996147200 134512640 135472138 4294956224 18446744073709551615 5162619 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 27713 3434 432 234 0 26415 0

[startup+0.251789 s]
/proc/loadavg: 1.91 1.95 1.96 4/81 16041
/proc/meminfo: memFree=907956/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=113492 CPUtime=0.23
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 4123 0 0 0 21 2 0 0 19 0 1 0 1999858720 116215808 4083 996147200 134512640 135472138 4294956224 18446744073709551615 134629045 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 28373 4083 432 234 0 27075 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 113492

[startup+0.301808 s]
/proc/loadavg: 1.91 1.95 1.96 4/81 16041
/proc/meminfo: memFree=907956/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=115868 CPUtime=0.28
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 4721 0 0 0 25 3 0 0 19 0 1 0 1999858720 118648832 4681 996147200 134512640 135472138 4294956224 18446744073709551615 134643611 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 28967 4681 435 234 0 27669 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 115868

[startup+0.401812 s]
/proc/loadavg: 1.91 1.95 1.96 4/81 16041
/proc/meminfo: memFree=907956/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=125324 CPUtime=0.38
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 6448 0 0 0 34 4 0 0 20 0 1 0 1999858720 128331776 6408 996147200 134512640 135472138 4294956224 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 31331 6408 439 234 0 30033 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 125324

[startup+0.70187 s]
/proc/loadavg: 1.91 1.95 1.96 4/81 16041
/proc/meminfo: memFree=907956/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=127552 CPUtime=0.68
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7157 0 0 0 64 4 0 0 23 0 1 0 1999858720 130613248 7068 996147200 134512640 135472138 4294956224 18446744073709551615 5158198 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 31888 7068 440 234 0 30590 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 127552

[startup+1.502 s]
/proc/loadavg: 1.91 1.95 1.96 3/82 16042
/proc/meminfo: memFree=888556/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=1.47
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7394 0 0 0 142 5 0 0 25 0 1 0 1999858720 120102912 5289 996147200 134512640 135472138 4294956224 18446744073709551615 134604938 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5289 464 234 0 28024 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 117288

[startup+3.1023 s]
/proc/loadavg: 1.91 1.95 1.96 3/82 16042
/proc/meminfo: memFree=888108/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=3.06
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7449 0 0 0 301 5 0 0 25 0 1 0 1999858720 120102912 5344 996147200 134512640 135472138 4294956224 18446744073709551615 134616369 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5344 464 234 0 28024 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 117288

[startup+6.30187 s]
/proc/loadavg: 1.92 1.95 1.96 3/82 16042
/proc/meminfo: memFree=887980/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=6.23
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7554 0 0 0 618 5 0 0 25 0 1 0 1999858720 120102912 5449 996147200 134512640 135472138 4294956224 18446744073709551615 134604944 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5449 484 234 0 28024 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 117288

[startup+12.701 s]
/proc/loadavg: 1.92 1.95 1.96 3/82 16042
/proc/meminfo: memFree=887532/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=12.57
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7578 0 0 0 1252 5 0 0 25 0 1 0 1999858720 120102912 5473 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5473 484 234 0 28024 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 117288

[startup+25.5064 s]
/proc/loadavg: 1.94 1.96 1.96 3/82 16042
/proc/meminfo: memFree=887468/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=25.26
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7589 0 0 0 2521 5 0 0 25 0 1 0 1999858720 120102912 5484 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5484 484 234 0 28024 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 117288

[startup+51.102 s]
/proc/loadavg: 1.96 1.96 1.96 3/82 16042
/proc/meminfo: memFree=887532/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=50.63
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7590 0 0 0 5058 5 0 0 25 0 1 0 1999858720 120102912 5485 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5485 485 234 0 28024 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 117288

[startup+102.301 s]
/proc/loadavg: 1.98 1.96 1.96 3/82 16042
/proc/meminfo: memFree=887340/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=101.39
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7596 0 0 0 10134 5 0 0 25 0 1 0 1999858720 120102912 5491 996147200 134512640 135472138 4294956224 18446744073709551615 134617050 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5491 486 234 0 28024 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 117288

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.96 3/82 16042
/proc/meminfo: memFree=887148/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=160.87
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7640 0 0 0 16082 5 0 0 25 0 1 0 1999858720 120102912 5535 996147200 134512640 135472138 4294956224 18446744073709551615 134605024 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5535 486 234 0 28024 0
Current children cumulated CPU time (s) 160.87
Current children cumulated vsize (KiB) 117288

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.96 3/82 16042
/proc/meminfo: memFree=887084/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=220.35
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7646 0 0 0 22030 5 0 0 25 0 1 0 1999858720 120102912 5541 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5541 486 234 0 28024 0
Current children cumulated CPU time (s) 220.35
Current children cumulated vsize (KiB) 117288

[startup+282.303 s]
/proc/loadavg: 1.99 1.97 1.96 3/82 16042
/proc/meminfo: memFree=887020/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=279.83
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7646 0 0 0 27978 5 0 0 25 0 1 0 1999858720 120102912 5541 996147200 134512640 135472138 4294956224 18446744073709551615 134604944 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5541 486 234 0 28024 0
Current children cumulated CPU time (s) 279.83
Current children cumulated vsize (KiB) 117288

[startup+342.307 s]
/proc/loadavg: 1.99 1.97 1.96 3/82 16042
/proc/meminfo: memFree=887020/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=339.32
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7653 0 0 0 33926 6 0 0 25 0 1 0 1999858720 120102912 5548 996147200 134512640 135472138 4294956224 18446744073709551615 135263634 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5548 486 234 0 28024 0
Current children cumulated CPU time (s) 339.32
Current children cumulated vsize (KiB) 117288

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.96 3/82 16042
/proc/meminfo: memFree=886956/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=398.79
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7696 0 0 0 39873 6 0 0 25 0 1 0 1999858720 120102912 5591 996147200 134512640 135472138 4294956224 18446744073709551615 134604871 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5591 486 234 0 28024 0
Current children cumulated CPU time (s) 398.79
Current children cumulated vsize (KiB) 117288

[startup+462.302 s]
/proc/loadavg: 2.04 1.99 1.97 3/82 16042
/proc/meminfo: memFree=886956/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=458.27
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7696 0 0 0 45821 6 0 0 25 0 1 0 1999858720 120102912 5591 996147200 134512640 135472138 4294956224 18446744073709551615 134604927 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5591 486 234 0 28024 0
Current children cumulated CPU time (s) 458.27
Current children cumulated vsize (KiB) 117288

[startup+522.302 s]
/proc/loadavg: 2.05 2.00 1.97 3/82 16042
/proc/meminfo: memFree=886892/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=517.75
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7696 0 0 0 51769 6 0 0 25 0 1 0 1999858720 120102912 5591 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5591 486 234 0 28024 0
Current children cumulated CPU time (s) 517.75
Current children cumulated vsize (KiB) 117288

[startup+582.301 s]
/proc/loadavg: 2.05 2.01 1.98 3/82 16042
/proc/meminfo: memFree=886892/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=577.23
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7696 0 0 0 57717 6 0 0 25 0 1 0 1999858720 120102912 5591 996147200 134512640 135472138 4294956224 18446744073709551615 134617007 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5591 486 234 0 28024 0
Current children cumulated CPU time (s) 577.23
Current children cumulated vsize (KiB) 117288

[startup+642.301 s]
/proc/loadavg: 2.13 2.04 1.99 3/82 16042
/proc/meminfo: memFree=886828/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=636.72
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7696 0 0 0 63666 6 0 0 25 0 1 0 1999858720 120102912 5591 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5591 486 234 0 28024 0
Current children cumulated CPU time (s) 636.72
Current children cumulated vsize (KiB) 117288

[startup+702.301 s]
/proc/loadavg: 2.05 2.03 1.99 3/82 16042
/proc/meminfo: memFree=886700/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=696.19
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7696 0 0 0 69613 6 0 0 25 0 1 0 1999858720 120102912 5591 996147200 134512640 135472138 4294956224 18446744073709551615 134604918 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5591 486 234 0 28024 0
Current children cumulated CPU time (s) 696.19
Current children cumulated vsize (KiB) 117288

[startup+762.301 s]
/proc/loadavg: 2.02 2.02 1.99 3/82 16042
/proc/meminfo: memFree=886700/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=755.68
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7696 0 0 0 75562 6 0 0 25 0 1 0 1999858720 120102912 5591 996147200 134512640 135472138 4294956224 18446744073709551615 134585089 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5591 486 234 0 28024 0
Current children cumulated CPU time (s) 755.68
Current children cumulated vsize (KiB) 117288

[startup+822.302 s]
/proc/loadavg: 2.00 2.02 1.99 3/82 16042
/proc/meminfo: memFree=886700/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=815.16
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7696 0 0 0 81510 6 0 0 25 0 1 0 1999858720 120102912 5591 996147200 134512640 135472138 4294956224 18446744073709551615 134577873 0 0 4096 0 0 0 0 17 1 0 0
/proc/16041/statm: 29322 5591 486 234 0 28024 0
Current children cumulated CPU time (s) 815.16
Current children cumulated vsize (KiB) 117288

[startup+882.302 s]
/proc/loadavg: 1.97 2.00 1.98 3/74 16121
/proc/meminfo: memFree=1604788/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=875.12
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7696 0 0 0 87505 7 0 0 25 0 1 0 1999858720 120102912 5591 996147200 134512640 135472138 4294956224 18446744073709551615 135262880 0 0 4096 0 0 0 0 17 0 0 0
/proc/16041/statm: 29322 5591 486 234 0 28024 0
Current children cumulated CPU time (s) 875.12
Current children cumulated vsize (KiB) 117288

[startup+942.303 s]
/proc/loadavg: 1.99 2.00 1.98 3/74 16121
/proc/meminfo: memFree=1602228/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=935.08
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7696 0 0 0 93501 7 0 0 25 0 1 0 1999858720 120102912 5591 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/16041/statm: 29322 5591 486 234 0 28024 0
Current children cumulated CPU time (s) 935.08
Current children cumulated vsize (KiB) 117288

[startup+1002.31 s]
/proc/loadavg: 1.99 2.00 1.98 3/74 16121
/proc/meminfo: memFree=1598580/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=995.06
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7696 0 0 0 99499 7 0 0 25 0 1 0 1999858720 120102912 5591 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/16041/statm: 29322 5591 486 234 0 28024 0
Current children cumulated CPU time (s) 995.06
Current children cumulated vsize (KiB) 117288

[startup+1062.3 s]
/proc/loadavg: 1.99 2.00 1.98 3/74 16121
/proc/meminfo: memFree=1595380/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=1055.02
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7722 0 0 0 105495 7 0 0 25 0 1 0 1999858720 120102912 5617 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/16041/statm: 29322 5617 486 234 0 28024 0
Current children cumulated CPU time (s) 1055.02
Current children cumulated vsize (KiB) 117288

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

[startup+1062.5 s]
/proc/loadavg: 1.99 2.00 1.98 3/74 16121
/proc/meminfo: memFree=1595380/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=1055.22
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7722 0 0 0 105515 7 0 0 25 0 1 0 1999858720 120102912 5617 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/16041/statm: 29322 5617 486 234 0 28024 0
Current children cumulated CPU time (s) 1055.22
Current children cumulated vsize (KiB) 117288

[startup+1064.1 s]
/proc/loadavg: 1.99 2.00 1.98 3/74 16121
/proc/meminfo: memFree=1595252/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=1056.82
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7722 0 0 0 105675 7 0 0 25 0 1 0 1999858720 120102912 5617 996147200 134512640 135472138 4294956224 18446744073709551615 134605049 0 0 4096 0 0 0 0 17 0 0 0
/proc/16041/statm: 29322 5617 486 234 0 28024 0
Current children cumulated CPU time (s) 1056.82
Current children cumulated vsize (KiB) 117288

[startup+1064.9 s]
/proc/loadavg: 1.99 2.00 1.98 3/74 16121
/proc/meminfo: memFree=1595188/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=1057.62
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7722 0 0 0 105755 7 0 0 25 0 1 0 1999858720 120102912 5617 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/16041/statm: 29322 5617 486 234 0 28024 0
Current children cumulated CPU time (s) 1057.62
Current children cumulated vsize (KiB) 117288

[startup+1065.7 s]
/proc/loadavg: 1.99 2.00 1.98 3/74 16121
/proc/meminfo: memFree=1595188/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=1058.42
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7722 0 0 0 105835 7 0 0 25 0 1 0 1999858720 120102912 5617 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/16041/statm: 29322 5617 486 234 0 28024 0
Current children cumulated CPU time (s) 1058.42
Current children cumulated vsize (KiB) 117288

[startup+1065.9 s]
/proc/loadavg: 1.99 2.00 1.98 3/74 16121
/proc/meminfo: memFree=1595188/2055920 swapFree=4179816/4192956
[pid=16041] ppid=16039 vsize=117288 CPUtime=1058.62
/proc/16041/stat : 16041 (casperzito) R 16039 16041 15971 0 -1 4194304 7722 0 0 0 105855 7 0 0 25 0 1 0 1999858720 120102912 5617 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 0 0 0
/proc/16041/statm: 29322 5617 486 234 0 28024 0
Current children cumulated CPU time (s) 1058.62
Current children cumulated vsize (KiB) 117288

Child status: 0
Real time (s): 1065.97
CPU time (s): 1058.7
CPU user time (s): 1058.62
CPU system time (s): 0.080987
CPU usage (%): 99.318
Max. virtual memory (cumulated for all children) (KiB): 127552

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

runsolver used 1.11983 second user time and 2.93255 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-05 00:01:03
IDJOB=1078952
IDBENCH=56852
IDSOLVER=362
FILE ID=node45/1078952-1215208863
PBS_JOBID= 7881753
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 83434445d1ade316b4a7419841b63e78
RANDOM SEED=231527592

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:        908436 kB
Buffers:         69128 kB
Cached:         247032 kB
SwapCached:       7180 kB
Active:         936104 kB
Inactive:       148104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        908436 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            3064 kB
Writeback:           0 kB
Mapped:         783944 kB
Slab:            47112 kB
Committed_AS:  4581864 kB
PageTables:       3280 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= 66476 MiB
End job on node45 at 2008-07-05 00:18:49