Trace number 1066328

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 zaoUNSAT 1255.31 1267.93

DiagnosticValue
CHECKS2136320

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg6-10_ext.xml
MD5SUM9adead530525957babaa0ae74a947472
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 benchmark68.1756
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints16
Maximum constraint arity10
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.00	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.00/0.02	c Building = 1
0.00/0.05	c [ NumberOfVariables = 60 ]
0.00/0.05	c [ NumberOfConstraints = 16 ]
0.00/0.05	c [ SizeOfSearchSpace(log2) = 282.026 ]
0.00/0.05	c SymmetrySearch = 1
0.59/0.62	c InitialPropagation = 1
0.59/0.63	c [ SizeOfSearchSpace(log2) = 278.488 ]
0.59/0.63	c InitialSAC = (Timeout)
36.55/37.29	c [ SizeOfSearchSpace(log2) = 277.091 ]
36.55/37.29	c Search(SampleFF) : 
169.38/171.77	c [ Sampling domwdeg ]
169.38/171.77	c [ Sampling impacts ]
169.38/171.77	c [ Sampling la ]
169.38/171.77	c [ SamplingScores: ]
169.38/171.77	c [ domwdeg+min = 0.00129102 | domwdeg+rnd = 0.0148555 ]
169.38/171.77	c [ impacts+min = 2.4673e-05 | impacts+rnd = 0.000669698 ]
169.38/171.77	c [ la+min = 2.70163e-08 | la+rnd = 1.51731e-06 ]
169.38/171.77	c [ domwdeg = 0.00807323 | impacts = 0.000347185 | la = 7.72161e-07 ]
169.38/171.77	c [ min = 0.000438573 | rand = 0.000347185 ]
169.38/171.77	c [ restarting at (0.141429,5.57222e-06) ]
169.77/172.17	c [ restarting at (0.353571,0.000134346) ]
170.67/173.09	c [ restarting at (0.883929,0.00199389) ]
172.94/175.33	c [ restarting at (2.20982,0.00509455) ]
178.39/180.88	c [ restarting at (5.52455,0.000612749) ]
192.16/194.70	c [ restarting at (13.8114,0.0406641) ]
226.33/229.26	c [ restarting at (34.5285,0.00536314) ]
311.92/315.63	c [ restarting at (86.3211,0.125259) ]
525.79/531.50	c [ restarting at (215.803,0.447222) ]
1060.31/1071.13	c [ stopped restarting at (539.507,0.66859) ]
1255.27/1267.93	c Search(SampleFF) = 0
1255.27/1267.93	s UNSATISFIABLE
1255.27/1267.93	d CHECKS 2136320
1255.27/1267.93	c [ TotalFails = 28164 ]
1255.27/1267.93	c [ NumberOfRestarts = 55 ]
1255.27/1267.93	c [ TotalTime = 1267.67 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-1066328-1215147666/watcher-1066328-1215147666 -o /tmp/evaluation-result-1066328-1215147666/solver-1066328-1215147666 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1066328-1215147666.xml 776577933 

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: 3.35 2.49 2.23 4/88 24864
/proc/meminfo: memFree=1552716/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=5352 CPUtime=0
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 670493216 5480448 191 996147200 134512640 135477443 4294956224 18446744073709551615 10230648 0 0 4096 0 0 0 0 17 0 0 0
/proc/24864/statm: 1338 191 157 235 0 27 0

[startup+0.0570061 s]
/proc/loadavg: 3.35 2.49 2.23 4/88 24864
/proc/meminfo: memFree=1552716/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100636 CPUtime=0.05
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 902 0 0 0 5 0 0 0 18 0 1 0 670493216 103051264 862 996147200 134512640 135477443 4294956224 18446744073709551615 10696315 0 0 4096 0 0 0 0 17 0 0 0
/proc/24864/statm: 25159 863 431 235 0 23860 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 100636

[startup+0.102001 s]
/proc/loadavg: 3.35 2.49 2.23 4/88 24864
/proc/meminfo: memFree=1552716/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=104596 CPUtime=0.09
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 1884 0 0 0 9 0 0 0 18 0 1 0 670493216 107106304 1844 996147200 134512640 135477443 4294956224 18446744073709551615 10696315 0 0 4096 0 0 0 0 17 0 0 0
/proc/24864/statm: 26149 1846 432 235 0 24850 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 104596

[startup+0.302028 s]
/proc/loadavg: 3.35 2.49 2.23 4/88 24864
/proc/meminfo: memFree=1552716/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=118984 CPUtime=0.29
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 5484 0 0 0 27 2 0 0 19 0 1 0 670493216 121839616 5444 996147200 134512640 135477443 4294956224 18446744073709551615 10696315 0 0 4096 0 0 0 0 17 0 0 0
/proc/24864/statm: 29746 5445 432 235 0 28447 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 118984

[startup+0.701066 s]
/proc/loadavg: 3.35 2.49 2.23 4/88 24864
/proc/meminfo: memFree=1552716/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=0.69
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9325 0 0 0 64 5 0 0 23 0 1 0 670493216 102645760 1010 996147200 134512640 135477443 4294956224 18446744073709551615 134600997 0 0 4096 0 0 0 0 17 0 0 0
/proc/24864/statm: 25060 1010 456 235 0 23761 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100240

[startup+1.50115 s]
/proc/loadavg: 3.24 2.48 2.23 3/89 24865
/proc/meminfo: memFree=1512708/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=1.49
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9329 0 0 0 144 5 0 0 25 0 1 0 670493216 102645760 1014 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 0 0 0
/proc/24864/statm: 25060 1014 456 235 0 23761 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100240

[startup+3.10232 s]
/proc/loadavg: 3.24 2.48 2.23 3/89 24865
/proc/meminfo: memFree=1511748/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=3.09
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9378 0 0 0 304 5 0 0 25 0 1 0 670493216 102645760 1063 996147200 134512640 135477443 4294956224 18446744073709551615 134600960 0 0 4096 0 0 0 0 17 0 0 0
/proc/24864/statm: 25060 1063 456 235 0 23761 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100240

[startup+6.30165 s]
/proc/loadavg: 3.30 2.51 2.24 3/89 24865
/proc/meminfo: memFree=1509892/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=6.29
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9381 0 0 0 624 5 0 0 25 0 1 0 670493216 102645760 1066 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/24864/statm: 25060 1066 456 235 0 23761 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100240

[startup+12.7013 s]
/proc/loadavg: 3.36 2.53 2.25 3/89 24865
/proc/meminfo: memFree=1505732/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=12.67
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9404 0 0 0 1262 5 0 0 25 0 1 0 670493216 102645760 1089 996147200 134512640 135477443 4294956224 18446744073709551615 134609553 0 0 4096 0 0 0 0 17 0 0 0
/proc/24864/statm: 25060 1089 456 235 0 23761 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 100240

[startup+25.5017 s]
/proc/loadavg: 3.43 2.59 2.27 3/81 24866
/proc/meminfo: memFree=1513988/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=25.3
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9404 0 0 0 2525 5 0 0 25 0 1 0 670493216 102645760 1089 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1089 456 235 0 23761 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 100240

[startup+51.1013 s]
/proc/loadavg: 3.46 2.66 2.30 3/81 24866
/proc/meminfo: memFree=1513732/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=49.91
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9563 0 0 0 4985 6 0 0 25 0 1 0 670493216 102645760 1248 996147200 134512640 135477443 4294956224 18446744073709551615 134601001 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1248 497 235 0 23761 0
Current children cumulated CPU time (s) 49.91
Current children cumulated vsize (KiB) 100240

[startup+102.302 s]
/proc/loadavg: 2.63 2.56 2.28 3/81 24866
/proc/meminfo: memFree=1513732/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=100.63
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9565 0 0 0 10057 6 0 0 25 0 1 0 670493216 102645760 1250 996147200 134512640 135477443 4294956224 18446744073709551615 134600949 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1250 499 235 0 23761 0
Current children cumulated CPU time (s) 100.63
Current children cumulated vsize (KiB) 100240

[startup+162.302 s]
/proc/loadavg: 2.23 2.45 2.26 3/81 24866
/proc/meminfo: memFree=1513732/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=160.07
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9565 0 0 0 16001 6 0 0 25 0 1 0 670493216 102645760 1250 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1250 499 235 0 23761 0
Current children cumulated CPU time (s) 160.07
Current children cumulated vsize (KiB) 100240

[startup+222.301 s]
/proc/loadavg: 2.08 2.37 2.25 3/81 24866
/proc/meminfo: memFree=1513540/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=219.5
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9602 0 0 0 21944 6 0 0 25 0 1 0 670493216 102645760 1287 996147200 134512640 135477443 4294956224 18446744073709551615 134609963 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1287 500 235 0 23761 0
Current children cumulated CPU time (s) 219.5
Current children cumulated vsize (KiB) 100240

[startup+282.301 s]
/proc/loadavg: 2.03 2.30 2.23 3/81 24866
/proc/meminfo: memFree=1513476/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=278.93
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9602 0 0 0 27887 6 0 0 25 0 1 0 670493216 102645760 1287 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1287 500 235 0 23761 0
Current children cumulated CPU time (s) 278.93
Current children cumulated vsize (KiB) 100240

[startup+342.302 s]
/proc/loadavg: 2.01 2.24 2.21 3/81 24866
/proc/meminfo: memFree=1513348/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=338.37
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9610 0 0 0 33831 6 0 0 25 0 1 0 670493216 102645760 1295 996147200 134512640 135477443 4294956224 18446744073709551615 134600985 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1295 500 235 0 23761 0
Current children cumulated CPU time (s) 338.37
Current children cumulated vsize (KiB) 100240

[startup+402.302 s]
/proc/loadavg: 2.00 2.20 2.19 3/81 24866
/proc/meminfo: memFree=1513348/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=397.8
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9610 0 0 0 39774 6 0 0 25 0 1 0 670493216 102645760 1295 996147200 134512640 135477443 4294956224 18446744073709551615 134600810 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1295 500 235 0 23761 0
Current children cumulated CPU time (s) 397.8
Current children cumulated vsize (KiB) 100240

[startup+462.306 s]
/proc/loadavg: 2.00 2.16 2.18 3/81 24866
/proc/meminfo: memFree=1512900/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=457.24
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9612 0 0 0 45718 6 0 0 25 0 1 0 670493216 102645760 1297 996147200 134512640 135477443 4294956224 18446744073709551615 134590220 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1297 500 235 0 23761 0
Current children cumulated CPU time (s) 457.24
Current children cumulated vsize (KiB) 100240

[startup+522.301 s]
/proc/loadavg: 2.00 2.13 2.16 3/81 24866
/proc/meminfo: memFree=1512708/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=516.67
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9647 0 0 0 51661 6 0 0 25 0 1 0 670493216 102645760 1332 996147200 134512640 135477443 4294956224 18446744073709551615 134601001 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1332 500 235 0 23761 0
Current children cumulated CPU time (s) 516.67
Current children cumulated vsize (KiB) 100240

[startup+582.302 s]
/proc/loadavg: 2.00 2.10 2.15 3/81 24866
/proc/meminfo: memFree=1511748/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=576.11
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9647 0 0 0 57605 6 0 0 25 0 1 0 670493216 102645760 1332 996147200 134512640 135477443 4294956224 18446744073709551615 134600870 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1332 500 235 0 23761 0
Current children cumulated CPU time (s) 576.11
Current children cumulated vsize (KiB) 100240

[startup+642.302 s]
/proc/loadavg: 2.00 2.08 2.14 3/81 24867
/proc/meminfo: memFree=1511556/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=635.55
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9647 0 0 0 63549 6 0 0 25 0 1 0 670493216 102645760 1332 996147200 134512640 135477443 4294956224 18446744073709551615 134590157 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1332 500 235 0 23761 0
Current children cumulated CPU time (s) 635.55
Current children cumulated vsize (KiB) 100240

[startup+702.302 s]
/proc/loadavg: 2.00 2.06 2.13 3/81 24867
/proc/meminfo: memFree=1508868/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=694.98
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9647 0 0 0 69492 6 0 0 25 0 1 0 670493216 102645760 1332 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1332 500 235 0 23761 0
Current children cumulated CPU time (s) 694.98
Current children cumulated vsize (KiB) 100240

[startup+762.301 s]
/proc/loadavg: 2.00 2.05 2.12 3/81 24867
/proc/meminfo: memFree=1508292/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=754.42
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9647 0 0 0 75436 6 0 0 25 0 1 0 670493216 102645760 1332 996147200 134512640 135477443 4294956224 18446744073709551615 134600893 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1332 500 235 0 23761 0
Current children cumulated CPU time (s) 754.42
Current children cumulated vsize (KiB) 100240

[startup+822.301 s]
/proc/loadavg: 2.00 2.04 2.11 3/81 24867
/proc/meminfo: memFree=1508292/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=813.86
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9647 0 0 0 81380 6 0 0 25 0 1 0 670493216 102645760 1332 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1332 500 235 0 23761 0
Current children cumulated CPU time (s) 813.86
Current children cumulated vsize (KiB) 100240

[startup+882.302 s]
/proc/loadavg: 2.00 2.03 2.09 3/81 24867
/proc/meminfo: memFree=1508228/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=873.29
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9647 0 0 0 87323 6 0 0 25 0 1 0 670493216 102645760 1332 996147200 134512640 135477443 4294956224 18446744073709551615 134583297 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1332 500 235 0 23761 0
Current children cumulated CPU time (s) 873.29
Current children cumulated vsize (KiB) 100240

[startup+942.302 s]
/proc/loadavg: 2.00 2.02 2.09 3/81 24867
/proc/meminfo: memFree=1507460/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=932.73
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9665 0 0 0 93267 6 0 0 25 0 1 0 670493216 102645760 1350 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1350 500 235 0 23761 0
Current children cumulated CPU time (s) 932.73
Current children cumulated vsize (KiB) 100240

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.08 3/81 24867
/proc/meminfo: memFree=1507460/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=992.16
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9672 0 0 0 99210 6 0 0 25 0 1 0 670493216 102645760 1357 996147200 134512640 135477443 4294956224 18446744073709551615 134600965 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1357 500 235 0 23761 0
Current children cumulated CPU time (s) 992.16
Current children cumulated vsize (KiB) 100240

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.08 3/81 24867
/proc/meminfo: memFree=1507460/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=1051.59
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9672 0 0 0 105153 6 0 0 25 0 1 0 670493216 102645760 1357 996147200 134512640 135477443 4294956224 18446744073709551615 134590457 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1357 500 235 0 23761 0
Current children cumulated CPU time (s) 1051.59
Current children cumulated vsize (KiB) 100240

[startup+1122.31 s]
/proc/loadavg: 2.00 2.00 2.07 3/81 24867
/proc/meminfo: memFree=1507396/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=1111.04
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9672 0 0 0 111098 6 0 0 25 0 1 0 670493216 102645760 1357 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1357 500 235 0 23761 0
Current children cumulated CPU time (s) 1111.04
Current children cumulated vsize (KiB) 100240

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/81 24867
/proc/meminfo: memFree=1506436/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=1170.47
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9672 0 0 0 117041 6 0 0 25 0 1 0 670493216 102645760 1357 996147200 134512640 135477443 4294956224 18446744073709551615 134590252 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1357 500 235 0 23761 0
Current children cumulated CPU time (s) 1170.47
Current children cumulated vsize (KiB) 100240

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/81 24867
/proc/meminfo: memFree=1504772/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=1229.9
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9672 0 0 0 122984 6 0 0 25 0 1 0 670493216 102645760 1357 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1357 500 235 0 23761 0
Current children cumulated CPU time (s) 1229.9
Current children cumulated vsize (KiB) 100240

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

[startup+1254.6 s]
/proc/loadavg: 2.00 2.00 2.06 3/81 24867
/proc/meminfo: memFree=1504772/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=1242.09
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9672 0 0 0 124203 6 0 0 25 0 1 0 670493216 102645760 1357 996147200 134512640 135477443 4294956224 18446744073709551615 134609910 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1357 500 235 0 23761 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 100240

[startup+1261 s]
/proc/loadavg: 2.00 2.00 2.06 3/81 24867
/proc/meminfo: memFree=1504772/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=1248.43
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9672 0 0 0 124837 6 0 0 25 0 1 0 670493216 102645760 1357 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1357 500 235 0 23761 0
Current children cumulated CPU time (s) 1248.43
Current children cumulated vsize (KiB) 100240

[startup+1264.21 s]
/proc/loadavg: 2.00 2.00 2.06 3/81 24867
/proc/meminfo: memFree=1504772/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=1251.6
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9672 0 0 0 125154 6 0 0 25 0 1 0 670493216 102645760 1357 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1357 500 235 0 23761 0
Current children cumulated CPU time (s) 1251.6
Current children cumulated vsize (KiB) 100240

[startup+1265.8 s]
/proc/loadavg: 2.00 2.00 2.06 3/81 24867
/proc/meminfo: memFree=1504772/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=1253.18
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9672 0 0 0 125312 6 0 0 25 0 1 0 670493216 102645760 1357 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1357 500 235 0 23761 0
Current children cumulated CPU time (s) 1253.18
Current children cumulated vsize (KiB) 100240

[startup+1266.6 s]
/proc/loadavg: 2.00 2.00 2.06 3/81 24867
/proc/meminfo: memFree=1504772/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=1253.98
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9672 0 0 0 125392 6 0 0 25 0 1 0 670493216 102645760 1357 996147200 134512640 135477443 4294956224 18446744073709551615 134590210 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1357 500 235 0 23761 0
Current children cumulated CPU time (s) 1253.98
Current children cumulated vsize (KiB) 100240

[startup+1267.4 s]
/proc/loadavg: 2.00 2.00 2.06 3/81 24867
/proc/meminfo: memFree=1504772/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=1254.77
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9672 0 0 0 125471 6 0 0 25 0 1 0 670493216 102645760 1357 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1357 500 235 0 23761 0
Current children cumulated CPU time (s) 1254.77
Current children cumulated vsize (KiB) 100240

[startup+1267.8 s]
/proc/loadavg: 2.00 2.00 2.06 3/81 24867
/proc/meminfo: memFree=1504772/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=1255.17
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9672 0 0 0 125511 6 0 0 25 0 1 0 670493216 102645760 1357 996147200 134512640 135477443 4294956224 18446744073709551615 134590194 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1357 500 235 0 23761 0
Current children cumulated CPU time (s) 1255.17
Current children cumulated vsize (KiB) 100240

[startup+1267.9 s]
/proc/loadavg: 2.00 2.00 2.06 3/81 24867
/proc/meminfo: memFree=1504772/2055920 swapFree=4146776/4192956
[pid=24864] ppid=24862 vsize=100240 CPUtime=1255.27
/proc/24864/stat : 24864 (casperzao) R 24862 24864 22533 0 -1 4194304 9672 0 0 0 125521 6 0 0 25 0 1 0 670493216 102645760 1357 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/24864/statm: 25060 1357 500 235 0 23761 0
Current children cumulated CPU time (s) 1255.27
Current children cumulated vsize (KiB) 100240

Child status: 0
Real time (s): 1267.93
CPU time (s): 1255.31
CPU user time (s): 1255.24
CPU system time (s): 0.065989
CPU usage (%): 99.0041
Max. virtual memory (cumulated for all children) (KiB): 137044

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

runsolver used 1.66575 second user time and 4.52431 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-04 07:01:06
IDJOB=1066328
IDBENCH=55115
IDSOLVER=361
FILE ID=node90/1066328-1215147666
PBS_JOBID= 7877364
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9adead530525957babaa0ae74a947472
RANDOM SEED=776577933

node90.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1553196 kB
Buffers:         47552 kB
Cached:         258032 kB
SwapCached:      38088 kB
Active:         176288 kB
Inactive:       268844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1553196 kB
SwapTotal:     4192956 kB
SwapFree:      4146776 kB
Dirty:            7052 kB
Writeback:           0 kB
Mapped:          99628 kB
Slab:            42000 kB
Committed_AS:  1630204 kB
PageTables:       2500 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= 66548 MiB
End job on node90 at 2008-07-04 07:22:14