Trace number 1079067

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 803.118 803.854

DiagnosticValue
CHECKS2408340

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg6-9_ext.xml
MD5SUMc9d9ea8ddcadf95a92e600c8dcfa9334
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 benchmark28.9516
Satisfiable
(Un)Satisfiability was proved
Number of variables54
Number of constraints15
Maximum constraint arity9
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.01	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.01	c Parsing = 1
0.00/0.02	c Building = 1
0.00/0.03	c [ NumberOfVariables = 54 ]
0.00/0.03	c [ NumberOfConstraints = 15 ]
0.00/0.03	c [ SizeOfSearchSpace(log2) = 253.824 ]
0.00/0.03	c SymmetrySearch = 1
0.28/0.35	c InitialPropagation = 1
0.28/0.36	c [ SizeOfSearchSpace(log2) = 251.021 ]
0.28/0.36	c InitialSAC = 1
2.19/2.24	c [ SizeOfSearchSpace(log2) = 250.837 ]
2.19/2.24	c Search(SampleFF) : 
87.40/87.57	c [ Sampling domwdeg ]
87.40/87.57	c [ Sampling impacts ]
87.40/87.57	c [ SamplingScores: ]
87.40/87.57	c [ domwdeg+min = 0.000136401 | domwdeg+rnd = 0.0111593 ]
87.40/87.57	c [ impacts+min = 2.44491e-05 | impacts+rnd = 0.00884626 ]
87.40/87.57	c [ la+min = 0 | la+rnd = 0 ]
87.40/87.57	c [ domwdeg = 0.00564786 | impacts = 0.00443535 | la = 0 ]
87.40/87.57	c [ min = 5.36168e-05 | rand = 0.00443535 ]
87.40/87.57	c [ restarting at (3.96356,0.00320326) ]
97.30/97.49	c [ restarting at (9.9089,0.000256085) ]
122.07/122.29	c [ restarting at (24.7722,0.0128387) ]
184.02/184.24	c [ restarting at (61.9306,0.0400096) ]
338.79/339.11	c [ restarting at (154.827,0.439482) ]
725.53/726.29	c [ stopped restarting at (387.066,0.640651) ]
803.05/803.85	c Search(SampleFF) = 0
803.05/803.85	s UNSATISFIABLE
803.05/803.85	d CHECKS 2408335
803.05/803.85	c [ TotalFails = 35022 ]
803.05/803.85	c [ NumberOfRestarts = 73 ]
803.05/803.85	c [ TotalTime = 803.68 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-1079067-1215209281/watcher-1079067-1215209281 -o /tmp/evaluation-result-1079067-1215209281/solver-1079067-1215209281 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1079067-1215209281.xml 1236291086 

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.00 2.00 4/81 5308
/proc/meminfo: memFree=1677320/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=1052 CPUtime=0
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 40 0 0 0 0 0 0 0 18 0 1 0 1550602176 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 6927140 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 550 26 20 234 0 3 0

[startup+0.0522629 s]
/proc/loadavg: 2.01 2.00 2.00 4/81 5308
/proc/meminfo: memFree=1677320/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=101064 CPUtime=0.03
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 997 0 0 0 3 0 0 0 18 0 1 0 1550602176 103489536 957 996147200 134512640 135472138 4294956224 18446744073709551615 7362117 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 25266 958 432 234 0 23968 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 101064

[startup+0.10127 s]
/proc/loadavg: 2.01 2.00 2.00 4/81 5308
/proc/meminfo: memFree=1677320/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=105024 CPUtime=0.09
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 1999 0 0 0 8 1 0 0 18 0 1 0 1550602176 107544576 1959 996147200 134512640 135472138 4294956224 18446744073709551615 7362171 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 26256 1960 432 234 0 24958 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 105024

[startup+0.301304 s]
/proc/loadavg: 2.01 2.00 2.00 4/81 5308
/proc/meminfo: memFree=1677320/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=121412 CPUtime=0.28
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 5514 0 0 0 26 2 0 0 19 0 1 0 1550602176 124325888 5474 996147200 134512640 135472138 4294956224 18446744073709551615 134535495 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 30353 5474 439 234 0 29055 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 121412

[startup+0.701373 s]
/proc/loadavg: 2.01 2.00 2.00 4/81 5308
/proc/meminfo: memFree=1677320/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=0.69
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 5789 0 0 0 66 3 0 0 23 0 1 0 1550602176 102268928 915 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 915 457 234 0 23670 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99872

[startup+1.50151 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1675456/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=1.49
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 5808 0 0 0 146 3 0 0 25 0 1 0 1550602176 102268928 934 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 934 457 234 0 23670 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99872

[startup+3.10179 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1675328/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=3.08
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 5913 0 0 0 305 3 0 0 25 0 1 0 1550602176 102268928 1039 996147200 134512640 135472138 4294956224 18446744073709551615 134605036 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1039 476 234 0 23670 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 99872

[startup+6.30134 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1674816/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=6.28
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 5922 0 0 0 625 3 0 0 25 0 1 0 1550602176 102268928 1048 996147200 134512640 135472138 4294956224 18446744073709551615 134585097 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1048 476 234 0 23670 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 99872

[startup+12.7015 s]
/proc/loadavg: 2.01 2.00 2.00 4/82 5309
/proc/meminfo: memFree=1674688/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=12.68
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 5943 0 0 0 1265 3 0 0 25 0 1 0 1550602176 102268928 1069 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1069 476 234 0 23670 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 99872

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1674624/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=25.46
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 5943 0 0 0 2543 3 0 0 25 0 1 0 1550602176 102268928 1069 996147200 134512640 135472138 4294956224 18446744073709551615 134616942 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1069 476 234 0 23670 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 99872

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1674624/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=51.03
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 5945 0 0 0 5100 3 0 0 25 0 1 0 1550602176 102268928 1071 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1071 478 234 0 23670 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 99872

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1674496/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=102.2
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 5956 0 0 0 10217 3 0 0 25 0 1 0 1550602176 102268928 1082 996147200 134512640 135472138 4294956224 18446744073709551615 134617632 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1082 479 234 0 23670 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 99872

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1674432/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=162.14
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 5984 0 0 0 16211 3 0 0 25 0 1 0 1550602176 102268928 1110 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1110 479 234 0 23670 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 99872

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1674240/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=222.09
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6010 0 0 0 22205 4 0 0 25 0 1 0 1550602176 102268928 1136 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1136 479 234 0 23670 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 99872

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1674240/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=282.04
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6010 0 0 0 28200 4 0 0 25 0 1 0 1550602176 102268928 1136 996147200 134512640 135472138 4294956224 18446744073709551615 134605029 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1136 479 234 0 23670 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 99872

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1674176/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=341.99
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6010 0 0 0 34195 4 0 0 25 0 1 0 1550602176 102268928 1136 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1136 479 234 0 23670 0
Current children cumulated CPU time (s) 341.99
Current children cumulated vsize (KiB) 99872

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1674176/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=401.93
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6010 0 0 0 40189 4 0 0 25 0 1 0 1550602176 102268928 1136 996147200 134512640 135472138 4294956224 18446744073709551615 134604989 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1136 479 234 0 23670 0
Current children cumulated CPU time (s) 401.93
Current children cumulated vsize (KiB) 99872

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1674176/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=461.87
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6010 0 0 0 46183 4 0 0 25 0 1 0 1550602176 102268928 1136 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1136 479 234 0 23670 0
Current children cumulated CPU time (s) 461.87
Current children cumulated vsize (KiB) 99872

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1674112/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=521.82
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6010 0 0 0 52178 4 0 0 25 0 1 0 1550602176 102268928 1136 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1136 479 234 0 23670 0
Current children cumulated CPU time (s) 521.82
Current children cumulated vsize (KiB) 99872

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1674112/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=581.76
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6010 0 0 0 58172 4 0 0 25 0 1 0 1550602176 102268928 1136 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1136 479 234 0 23670 0
Current children cumulated CPU time (s) 581.76
Current children cumulated vsize (KiB) 99872

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1674112/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=641.72
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6010 0 0 0 64168 4 0 0 25 0 1 0 1550602176 102268928 1136 996147200 134512640 135472138 4294956224 18446744073709551615 134604935 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1136 479 234 0 23670 0
Current children cumulated CPU time (s) 641.72
Current children cumulated vsize (KiB) 99872

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1674048/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=701.66
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6010 0 0 0 70162 4 0 0 25 0 1 0 1550602176 102268928 1136 996147200 134512640 135472138 4294956224 18446744073709551615 134577809 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1136 479 234 0 23670 0
Current children cumulated CPU time (s) 701.66
Current children cumulated vsize (KiB) 99872

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1673856/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=761.6
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6040 0 0 0 76156 4 0 0 25 0 1 0 1550602176 102268928 1166 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1166 479 234 0 23670 0
Current children cumulated CPU time (s) 761.6
Current children cumulated vsize (KiB) 99872

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

[startup+767.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1673792/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=767.19
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6040 0 0 0 76715 4 0 0 25 0 1 0 1550602176 102268928 1166 996147200 134512640 135472138 4294956224 18446744073709551615 134605036 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1166 479 234 0 23670 0
Current children cumulated CPU time (s) 767.19
Current children cumulated vsize (KiB) 99872

[startup+780.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 5309
/proc/meminfo: memFree=1673792/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=779.98
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6040 0 0 0 77994 4 0 0 25 0 1 0 1550602176 102268928 1166 996147200 134512640 135472138 4294956224 18446744073709551615 134605019 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1166 479 234 0 23670 0
Current children cumulated CPU time (s) 779.98
Current children cumulated vsize (KiB) 99872

[startup+793.502 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 5309
/proc/meminfo: memFree=1673728/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=792.77
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6040 0 0 0 79273 4 0 0 25 0 1 0 1550602176 102268928 1166 996147200 134512640 135472138 4294956224 18446744073709551615 134616428 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1166 479 234 0 23670 0
Current children cumulated CPU time (s) 792.77
Current children cumulated vsize (KiB) 99872

[startup+799.902 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 5309
/proc/meminfo: memFree=1673728/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=799.16
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6040 0 0 0 79912 4 0 0 25 0 1 0 1550602176 102268928 1166 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1166 479 234 0 23670 0
Current children cumulated CPU time (s) 799.16
Current children cumulated vsize (KiB) 99872

[startup+801.501 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 5309
/proc/meminfo: memFree=1673728/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=800.76
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6040 0 0 0 80072 4 0 0 25 0 1 0 1550602176 102268928 1166 996147200 134512640 135472138 4294956224 18446744073709551615 134605024 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1166 479 234 0 23670 0
Current children cumulated CPU time (s) 800.76
Current children cumulated vsize (KiB) 99872

[startup+803.101 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 5309
/proc/meminfo: memFree=1673728/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=802.35
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6040 0 0 0 80231 4 0 0 25 0 1 0 1550602176 102268928 1166 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1166 479 234 0 23670 0
Current children cumulated CPU time (s) 802.35
Current children cumulated vsize (KiB) 99872

[startup+803.501 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 5309
/proc/meminfo: memFree=1673728/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=802.75
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6040 0 0 0 80271 4 0 0 25 0 1 0 1550602176 102268928 1166 996147200 134512640 135472138 4294956224 18446744073709551615 134605029 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1166 479 234 0 23670 0
Current children cumulated CPU time (s) 802.75
Current children cumulated vsize (KiB) 99872

[startup+803.701 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 5309
/proc/meminfo: memFree=1673728/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=802.95
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6040 0 0 0 80291 4 0 0 25 0 1 0 1550602176 102268928 1166 996147200 134512640 135472138 4294956224 18446744073709551615 134605015 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1166 479 234 0 23670 0
Current children cumulated CPU time (s) 802.95
Current children cumulated vsize (KiB) 99872

[startup+803.802 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 5309
/proc/meminfo: memFree=1673728/2055920 swapFree=4121408/4192956
[pid=5308] ppid=5306 vsize=99872 CPUtime=803.05
/proc/5308/stat : 5308 (casperzito) R 5306 5308 4133 0 -1 4194304 6040 0 0 0 80301 4 0 0 25 0 1 0 1550602176 102268928 1166 996147200 134512640 135472138 4294956224 18446744073709551615 134585113 0 0 4096 0 0 0 0 17 0 0 0
/proc/5308/statm: 24968 1166 479 234 0 23670 0
Current children cumulated CPU time (s) 803.05
Current children cumulated vsize (KiB) 99872

Child status: 0
Real time (s): 803.854
CPU time (s): 803.118
CPU user time (s): 803.068
CPU system time (s): 0.049992
CPU usage (%): 99.9084
Max. virtual memory (cumulated for all children) (KiB): 121412

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

runsolver used 0.85487 second user time and 2.07468 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-05 00:08:01
IDJOB=1079067
IDBENCH=56859
IDSOLVER=362
FILE ID=node14/1079067-1215209281
PBS_JOBID= 7881684
Free space on /tmp= 66436 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c9d9ea8ddcadf95a92e600c8dcfa9334
RANDOM SEED=1236291086

node14.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.267
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	: 5931.00
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.267
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:       1677800 kB
Buffers:         16740 kB
Cached:         127000 kB
SwapCached:      65428 kB
Active:         271296 kB
Inactive:        53508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677800 kB
SwapTotal:     4192956 kB
SwapFree:      4121408 kB
Dirty:            3008 kB
Writeback:           0 kB
Mapped:         195204 kB
Slab:            38036 kB
Committed_AS:  3852884 kB
PageTables:       2260 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= 66436 MiB
End job on node14 at 2008-07-05 00:21:25