Trace number 1100437

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 1407.51 1420.43

DiagnosticValue
CHECKS3484660

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-63_ext.xml
MD5SUM0e566d9c333cc3028bf54580af84403c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.39233
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.20	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.20	c Parsing = 1
0.19/0.21	c Building = 1
0.19/0.26	c [ NumberOfVariables = 40 ]
0.19/0.26	c [ NumberOfConstraints = 84 ]
0.19/0.26	c [ SizeOfSearchSpace(log2) = 299.674 ]
0.19/0.26	c SymmetrySearch = 1
2.07/2.18	c InitialPropagation = 1
2.27/2.35	c [ SizeOfSearchSpace(log2) = 299.674 ]
2.27/2.35	c InitialSAC = 1
7.81/7.96	c [ SizeOfSearchSpace(log2) = 299.674 ]
7.81/7.96	c Search(DomWDeg) = 0
1407.47/1420.41	s UNSATISFIABLE
1407.47/1420.41	d CHECKS 3484657
1407.47/1420.41	c [ TotalFails = 13188 ]
1407.47/1420.41	c [ NumberOfRestarts = 7 ]
1407.47/1420.41	c [ TotalTime = 1325.25 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-1100437-1215287066/watcher-1100437-1215287066 -o /tmp/evaluation-result-1100437-1215287066/solver-1100437-1215287066 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1100437-1215287066.xml 858091185 

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.99 1.98 1.99 4/81 19715
/proc/meminfo: memFree=1730160/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=18572 CPUtime=0
/proc/19715/stat : 19715 (runsolver) R 19713 19715 15401 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2007678422 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19715/statm: 4643 292 257 25 0 2626 0

[startup+0.109544 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 19715
/proc/meminfo: memFree=1730160/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=7952 CPUtime=0.09
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 1098 0 0 0 9 0 0 0 18 0 1 0 2007678422 8142848 1058 996147200 134512640 135472138 4294956224 18446744073709551615 134793397 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 1988 1058 365 234 0 690 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7952

[startup+0.201561 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 19715
/proc/meminfo: memFree=1730160/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=10344 CPUtime=0.19
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 1700 0 0 0 18 1 0 0 18 0 1 0 2007678422 10592256 1660 996147200 134512640 135472138 4294956224 18446744073709551615 134794157 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 2586 1660 365 234 0 1288 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10344

[startup+0.301584 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 19715
/proc/meminfo: memFree=1730160/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=114260 CPUtime=0.28
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 4391 0 0 0 26 2 0 0 19 0 1 0 2007678422 117002240 4351 996147200 134512640 135472138 4294956224 18446744073709551615 134641677 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 28565 4351 432 234 0 27267 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 114260

[startup+0.701661 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 19715
/proc/meminfo: memFree=1730160/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=158616 CPUtime=0.68
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 12691 0 0 0 62 6 0 0 23 0 1 0 2007678422 162422784 12651 996147200 134512640 135472138 4294956224 18446744073709551615 134527908 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 39654 12651 436 234 0 38356 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 158616

[startup+1.50182 s]
/proc/loadavg: 2.15 2.02 2.01 3/82 19716
/proc/meminfo: memFree=1675560/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=168360 CPUtime=1.47
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 14465 0 0 0 141 6 0 0 25 0 1 0 2007678422 172400640 14322 996147200 134512640 135472138 4294956224 18446744073709551615 134535933 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 42090 14322 439 234 0 40792 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 168360

[startup+3.10113 s]
/proc/loadavg: 2.15 2.02 2.01 3/82 19716
/proc/meminfo: memFree=1716712/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=3.05
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 16616 0 0 0 297 8 0 0 25 0 1 0 2007678422 113889280 5106 996147200 134512640 135472138 4294956224 18446744073709551615 134617632 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 5106 457 234 0 26507 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 111220

[startup+6.30175 s]
/proc/loadavg: 2.14 2.02 2.00 3/82 19716
/proc/meminfo: memFree=1710632/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=6.22
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 16726 0 0 0 614 8 0 0 25 0 1 0 2007678422 113889280 5216 996147200 134512640 135472138 4294956224 18446744073709551615 134616376 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 5216 457 234 0 26507 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 111220

[startup+12.702 s]
/proc/loadavg: 2.13 2.02 2.00 3/82 19716
/proc/meminfo: memFree=1707496/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=12.56
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17520 0 0 0 1248 8 0 0 25 0 1 0 2007678422 113889280 6010 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6010 473 234 0 26507 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 111220

[startup+25.5015 s]
/proc/loadavg: 2.10 2.01 2.00 3/82 19716
/proc/meminfo: memFree=1707176/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=25.24
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17621 0 0 0 2516 8 0 0 25 0 1 0 2007678422 113889280 6111 996147200 134512640 135472138 4294956224 18446744073709551615 134617104 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6111 473 234 0 26507 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 111220

[startup+51.1015 s]
/proc/loadavg: 2.07 2.01 2.00 3/82 19716
/proc/meminfo: memFree=1707112/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=50.61
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17641 0 0 0 5052 9 0 0 25 0 1 0 2007678422 113889280 6131 996147200 134512640 135472138 4294956224 18446744073709551615 134616931 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6131 473 234 0 26507 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 111220

[startup+102.302 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 19716
/proc/meminfo: memFree=1706920/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=101.35
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17666 0 0 0 10126 9 0 0 25 0 1 0 2007678422 113889280 6156 996147200 134512640 135472138 4294956224 18446744073709551615 134616942 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6156 473 234 0 26507 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 111220

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1706536/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=160.8
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17751 0 0 0 16071 9 0 0 25 0 1 0 2007678422 113889280 6241 996147200 134512640 135472138 4294956224 18446744073709551615 134616378 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6241 473 234 0 26507 0
Current children cumulated CPU time (s) 160.8
Current children cumulated vsize (KiB) 111220

[startup+222.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1706408/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=220.26
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17766 0 0 0 22017 9 0 0 25 0 1 0 2007678422 113889280 6256 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6256 473 234 0 26507 0
Current children cumulated CPU time (s) 220.26
Current children cumulated vsize (KiB) 111220

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1706344/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=279.71
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17766 0 0 0 27962 9 0 0 25 0 1 0 2007678422 113889280 6256 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6256 473 234 0 26507 0
Current children cumulated CPU time (s) 279.71
Current children cumulated vsize (KiB) 111220

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1706280/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=339.17
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17766 0 0 0 33908 9 0 0 25 0 1 0 2007678422 113889280 6256 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6256 473 234 0 26507 0
Current children cumulated CPU time (s) 339.17
Current children cumulated vsize (KiB) 111220

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1706152/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=398.63
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17766 0 0 0 39854 9 0 0 25 0 1 0 2007678422 113889280 6256 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6256 473 234 0 26507 0
Current children cumulated CPU time (s) 398.63
Current children cumulated vsize (KiB) 111220

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1706152/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=458.08
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17766 0 0 0 45799 9 0 0 25 0 1 0 2007678422 113889280 6256 996147200 134512640 135472138 4294956224 18446744073709551615 134616942 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6256 473 234 0 26507 0
Current children cumulated CPU time (s) 458.08
Current children cumulated vsize (KiB) 111220

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1706152/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=517.52
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17766 0 0 0 51743 9 0 0 25 0 1 0 2007678422 113889280 6256 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6256 473 234 0 26507 0
Current children cumulated CPU time (s) 517.52
Current children cumulated vsize (KiB) 111220

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1706152/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=576.98
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17766 0 0 0 57689 9 0 0 25 0 1 0 2007678422 113889280 6256 996147200 134512640 135472138 4294956224 18446744073709551615 134605036 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6256 473 234 0 26507 0
Current children cumulated CPU time (s) 576.98
Current children cumulated vsize (KiB) 111220

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1706152/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=636.44
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17766 0 0 0 63635 9 0 0 25 0 1 0 2007678422 113889280 6256 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6256 473 234 0 26507 0
Current children cumulated CPU time (s) 636.44
Current children cumulated vsize (KiB) 111220


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

/proc/meminfo: memFree=1705960/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=755.36
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17798 0 0 0 75526 10 0 0 25 0 1 0 2007678422 113889280 6288 996147200 134512640 135472138 4294956224 18446744073709551615 134605019 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6288 473 234 0 26507 0
Current children cumulated CPU time (s) 755.36
Current children cumulated vsize (KiB) 111220

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1705960/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=814.81
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17798 0 0 0 81471 10 0 0 25 0 1 0 2007678422 113889280 6288 996147200 134512640 135472138 4294956224 18446744073709551615 134616469 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6288 473 234 0 26507 0
Current children cumulated CPU time (s) 814.81
Current children cumulated vsize (KiB) 111220

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1705832/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=874.27
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17798 0 0 0 87417 10 0 0 25 0 1 0 2007678422 113889280 6288 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6288 473 234 0 26507 0
Current children cumulated CPU time (s) 874.27
Current children cumulated vsize (KiB) 111220

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19716
/proc/meminfo: memFree=1705832/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=933.72
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17798 0 0 0 93362 10 0 0 25 0 1 0 2007678422 113889280 6288 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6288 473 234 0 26507 0
Current children cumulated CPU time (s) 933.72
Current children cumulated vsize (KiB) 111220

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19722
/proc/meminfo: memFree=1705640/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=993.16
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17798 0 0 0 99306 10 0 0 25 0 1 0 2007678422 113889280 6288 996147200 134512640 135472138 4294956224 18446744073709551615 134577761 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6288 473 234 0 26507 0
Current children cumulated CPU time (s) 993.16
Current children cumulated vsize (KiB) 111220

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19722
/proc/meminfo: memFree=1705640/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=1052.61
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17798 0 0 0 105251 10 0 0 25 0 1 0 2007678422 113889280 6288 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6288 473 234 0 26507 0
Current children cumulated CPU time (s) 1052.61
Current children cumulated vsize (KiB) 111220

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19722
/proc/meminfo: memFree=1705640/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=1112.08
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17798 0 0 0 111197 11 0 0 25 0 1 0 2007678422 113889280 6288 996147200 134512640 135472138 4294956224 18446744073709551615 134617113 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6288 473 234 0 26507 0
Current children cumulated CPU time (s) 1112.08
Current children cumulated vsize (KiB) 111220

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19722
/proc/meminfo: memFree=1705640/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=1171.53
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17803 0 0 0 117142 11 0 0 25 0 1 0 2007678422 113889280 6293 996147200 134512640 135472138 4294956224 18446744073709551615 134616942 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6293 473 234 0 26507 0
Current children cumulated CPU time (s) 1171.53
Current children cumulated vsize (KiB) 111220

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19722
/proc/meminfo: memFree=1705576/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=1230.99
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17803 0 0 0 123088 11 0 0 25 0 1 0 2007678422 113889280 6293 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6293 473 234 0 26507 0
Current children cumulated CPU time (s) 1230.99
Current children cumulated vsize (KiB) 111220

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19722
/proc/meminfo: memFree=1705320/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=1290.44
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17841 0 0 0 129033 11 0 0 25 0 1 0 2007678422 113889280 6331 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6331 473 234 0 26507 0
Current children cumulated CPU time (s) 1290.44
Current children cumulated vsize (KiB) 111220

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19722
/proc/meminfo: memFree=1705320/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=1349.89
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17846 0 0 0 134978 11 0 0 25 0 1 0 2007678422 113889280 6336 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6336 473 234 0 26507 0
Current children cumulated CPU time (s) 1349.89
Current children cumulated vsize (KiB) 111220

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

[startup+1382.4 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 19722
/proc/meminfo: memFree=1705128/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=1369.81
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17885 0 0 0 136970 11 0 0 25 0 1 0 2007678422 113889280 6375 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6375 473 234 0 26507 0
Current children cumulated CPU time (s) 1369.81
Current children cumulated vsize (KiB) 111220

[startup+1395.2 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 19722
/proc/meminfo: memFree=1704936/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=1382.5
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17926 0 0 0 138239 11 0 0 25 0 1 0 2007678422 113889280 6416 996147200 134512640 135472138 4294956224 18446744073709551615 134617632 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6416 473 234 0 26507 0
Current children cumulated CPU time (s) 1382.5
Current children cumulated vsize (KiB) 111220

[startup+1408 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 19722
/proc/meminfo: memFree=1704744/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=1395.18
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 17982 0 0 0 139507 11 0 0 25 0 1 0 2007678422 113889280 6472 996147200 134512640 135472138 4294956224 18446744073709551615 134604918 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6472 473 234 0 26507 0
Current children cumulated CPU time (s) 1395.18
Current children cumulated vsize (KiB) 111220

[startup+1414.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 19722
/proc/meminfo: memFree=1704168/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=1401.52
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 18120 0 0 0 140141 11 0 0 25 0 1 0 2007678422 113889280 6610 996147200 134512640 135472138 4294956224 18446744073709551615 134616501 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6610 473 234 0 26507 0
Current children cumulated CPU time (s) 1401.52
Current children cumulated vsize (KiB) 111220

[startup+1417.6 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 19722
/proc/meminfo: memFree=1704168/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=1404.69
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 18120 0 0 0 140458 11 0 0 25 0 1 0 2007678422 113889280 6610 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6610 473 234 0 26507 0
Current children cumulated CPU time (s) 1404.69
Current children cumulated vsize (KiB) 111220

[startup+1419.2 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 19722
/proc/meminfo: memFree=1704168/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=1406.28
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 18120 0 0 0 140617 11 0 0 25 0 1 0 2007678422 113889280 6610 996147200 134512640 135472138 4294956224 18446744073709551615 134616936 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6610 473 234 0 26507 0
Current children cumulated CPU time (s) 1406.28
Current children cumulated vsize (KiB) 111220

[startup+1420 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 19722
/proc/meminfo: memFree=1704168/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=1407.07
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 18124 0 0 0 140696 11 0 0 25 0 1 0 2007678422 113889280 6614 996147200 134512640 135472138 4294956224 18446744073709551615 134585092 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6614 473 234 0 26507 0
Current children cumulated CPU time (s) 1407.07
Current children cumulated vsize (KiB) 111220

[startup+1420.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 19722
/proc/meminfo: memFree=1704168/2055920 swapFree=4179416/4192956
[pid=19715] ppid=19713 vsize=111220 CPUtime=1407.47
/proc/19715/stat : 19715 (casperzito) R 19713 19715 15401 0 -1 4194304 18149 0 0 0 140736 11 0 0 25 0 1 0 2007678422 113889280 6639 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 27805 6639 473 234 0 26507 0
Current children cumulated CPU time (s) 1407.47
Current children cumulated vsize (KiB) 111220

Child status: 0
Real time (s): 1420.43
CPU time (s): 1407.51
CPU user time (s): 1407.39
CPU system time (s): 0.124981
CPU usage (%): 99.0905
Max. virtual memory (cumulated for all children) (KiB): 168360

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

runsolver used 1.86672 second user time and 4.05238 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 21:44:27
IDJOB=1100437
IDBENCH=59914
IDSOLVER=362
FILE ID=node62/1100437-1215287066
PBS_JOBID= 7882184
Free space on /tmp= 65256 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-63_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100437-1215287066/watcher-1100437-1215287066 -o /tmp/evaluation-result-1100437-1215287066/solver-1100437-1215287066 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1100437-1215287066.xml 858091185 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0e566d9c333cc3028bf54580af84403c
RANDOM SEED=858091185

node62.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.259
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.259
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:       1730640 kB
Buffers:         48728 kB
Cached:         195916 kB
SwapCached:       7024 kB
Active:         181320 kB
Inactive:        86456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730640 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            4684 kB
Writeback:           0 kB
Mapped:          38952 kB
Slab:            42364 kB
Committed_AS:  4152608 kB
PageTables:       1960 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65252 MiB
End job on node62 at 2008-07-05 22:08:07