Trace number 1067088

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 1174.03 1181.19

DiagnosticValue
CHECKS1702450

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg7-10_ext.xml
MD5SUMbf17ad4fcb93ffa307503ae9f9f9c729
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 benchmark61.5276
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints17
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.20	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.20	c Parsing = 1
0.00/0.20	c Building = 1
0.00/0.20	c [ NumberOfVariables = 70 ]
0.00/0.20	c [ NumberOfConstraints = 17 ]
0.00/0.20	c [ SizeOfSearchSpace(log2) = 329.031 ]
0.00/0.20	c SymmetrySearch = 1
0.78/0.84	c InitialPropagation = 1
0.78/0.86	c [ SizeOfSearchSpace(log2) = 324.608 ]
0.78/0.86	c InitialSAC = 1
2.08/2.14	c [ SizeOfSearchSpace(log2) = 324.608 ]
2.08/2.14	c Search(DomWDeg) = 0
1173.93/1181.18	s UNSATISFIABLE
1173.93/1181.18	d CHECKS 1702450
1173.93/1181.18	c [ TotalFails = 23056 ]
1173.93/1181.18	c [ NumberOfRestarts = 8 ]
1173.93/1181.18	c [ TotalTime = 1.33024e+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-1067088-1215149860/watcher-1067088-1215149860 -o /tmp/evaluation-result-1067088-1215149860/solver-1067088-1215149860 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1067088-1215149860.xml 1423512062 

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.99 1.99 4/72 19264
/proc/meminfo: memFree=1825440/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=5100 CPUtime=0
/proc/19264/stat : 19264 (casperzito) D 19262 19264 18593 0 -1 4194304 94 0 0 0 0 0 0 0 18 0 1 0 1993961176 5222400 74 996147200 134512640 135472138 4294956224 18446744073709551615 10416932 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/19264/statm: 1275 74 51 234 0 25 0

[startup+0.297258 s]
/proc/loadavg: 1.99 1.99 1.99 4/72 19264
/proc/meminfo: memFree=1825440/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=116988 CPUtime=0.29
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 4930 0 0 0 27 2 0 0 19 0 1 0 1993961176 119795712 4890 996147200 134512640 135472138 4294956224 18446744073709551615 10850004 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 29247 4890 432 234 0 27949 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 116988

[startup+0.301247 s]
/proc/loadavg: 1.99 1.99 1.99 4/72 19264
/proc/meminfo: memFree=1825440/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=117120 CPUtime=0.29
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 4991 0 0 0 27 2 0 0 19 0 1 0 1993961176 119930880 4951 996147200 134512640 135472138 4294956224 18446744073709551615 134629248 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 29280 4951 432 234 0 27982 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 117120

[startup+0.401268 s]
/proc/loadavg: 1.99 1.99 1.99 4/72 19264
/proc/meminfo: memFree=1825440/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=123324 CPUtime=0.39
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 6533 0 0 0 36 3 0 0 20 0 1 0 1993961176 126283776 6493 996147200 134512640 135472138 4294956224 18446744073709551615 10849996 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 30831 6493 432 234 0 29533 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 123324

[startup+0.701299 s]
/proc/loadavg: 1.99 1.99 1.99 4/72 19264
/proc/meminfo: memFree=1825440/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=147024 CPUtime=0.68
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11269 0 0 0 64 4 0 0 23 0 1 0 1993961176 150552576 11210 996147200 134512640 135472138 4294956224 18446744073709551615 134536384 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 36756 11210 439 234 0 35458 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 147024

[startup+1.50138 s]
/proc/loadavg: 1.99 1.99 1.99 3/73 19265
/proc/meminfo: memFree=1822808/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=1.48
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11642 0 0 0 143 5 0 0 25 0 1 0 1993961176 102985728 1081 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 25143 1081 457 234 0 23845 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100572

[startup+3.10155 s]
/proc/loadavg: 1.99 1.99 1.99 3/73 19265
/proc/meminfo: memFree=1822104/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=3.07
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11838 0 0 0 302 5 0 0 25 0 1 0 1993961176 102985728 1277 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 25143 1277 473 234 0 23845 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 100572

[startup+6.30188 s]
/proc/loadavg: 1.99 1.99 1.99 3/73 19265
/proc/meminfo: memFree=1821656/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=6.24
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11884 0 0 0 619 5 0 0 25 0 1 0 1993961176 102985728 1323 996147200 134512640 135472138 4294956224 18446744073709551615 134604941 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 25143 1323 473 234 0 23845 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 100572

[startup+12.7016 s]
/proc/loadavg: 1.99 1.99 1.99 3/73 19265
/proc/meminfo: memFree=1821528/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=12.59
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11886 0 0 0 1254 5 0 0 25 0 1 0 1993961176 102985728 1325 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 25143 1325 473 234 0 23845 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 100572

[startup+25.5059 s]
/proc/loadavg: 1.99 1.99 1.99 3/73 19265
/proc/meminfo: memFree=1821592/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=25.29
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11886 0 0 0 2524 5 0 0 25 0 1 0 1993961176 102985728 1325 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 25143 1325 473 234 0 23845 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 100572

[startup+51.1016 s]
/proc/loadavg: 1.99 1.99 1.99 3/73 19265
/proc/meminfo: memFree=1821592/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=50.7
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11888 0 0 0 5065 5 0 0 25 0 1 0 1993961176 102985728 1327 996147200 134512640 135472138 4294956224 18446744073709551615 134616376 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 25143 1327 473 234 0 23845 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 100572

[startup+102.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/73 19267
/proc/meminfo: memFree=1821464/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=101.52
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11891 0 0 0 10146 6 0 0 25 0 1 0 1993961176 102985728 1330 996147200 134512640 135472138 4294956224 18446744073709551615 134605049 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 25143 1330 473 234 0 23845 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 100572

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/73 19267
/proc/meminfo: memFree=1821400/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=161.06
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11901 0 0 0 16100 6 0 0 25 0 1 0 1993961176 102985728 1340 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 25143 1340 473 234 0 23845 0
Current children cumulated CPU time (s) 161.06
Current children cumulated vsize (KiB) 100572

[startup+222.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/73 19267
/proc/meminfo: memFree=1821336/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=220.61
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11901 0 0 0 22055 6 0 0 25 0 1 0 1993961176 102985728 1340 996147200 134512640 135472138 4294956224 18446744073709551615 134605029 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 25143 1340 473 234 0 23845 0
Current children cumulated CPU time (s) 220.61
Current children cumulated vsize (KiB) 100572

[startup+282.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/73 19267
/proc/meminfo: memFree=1821336/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=280.15
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11907 0 0 0 28009 6 0 0 25 0 1 0 1993961176 102985728 1346 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 25143 1346 473 234 0 23845 0
Current children cumulated CPU time (s) 280.15
Current children cumulated vsize (KiB) 100572

[startup+342.305 s]
/proc/loadavg: 1.99 1.99 1.99 3/73 19267
/proc/meminfo: memFree=1821336/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=339.71
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11907 0 0 0 33964 7 0 0 25 0 1 0 1993961176 102985728 1346 996147200 134512640 135472138 4294956224 18446744073709551615 134616417 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 25143 1346 473 234 0 23845 0
Current children cumulated CPU time (s) 339.71
Current children cumulated vsize (KiB) 100572

[startup+402.301 s]
/proc/loadavg: 2.15 2.02 2.00 5/84 19339
/proc/meminfo: memFree=1285504/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=396.74
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11907 0 0 0 39667 7 0 0 25 0 1 0 1993961176 102985728 1346 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1346 473 234 0 23845 0
Current children cumulated CPU time (s) 396.74
Current children cumulated vsize (KiB) 100572

[startup+462.302 s]
/proc/loadavg: 2.19 2.07 2.02 3/82 19388
/proc/meminfo: memFree=1788176/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=455.4
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11907 0 0 0 45531 9 0 0 25 0 1 0 1993961176 102985728 1346 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1346 473 234 0 23845 0
Current children cumulated CPU time (s) 455.4
Current children cumulated vsize (KiB) 100572

[startup+522.302 s]
/proc/loadavg: 2.07 2.05 2.01 3/82 19388
/proc/meminfo: memFree=1781776/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=515.37
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11907 0 0 0 51528 9 0 0 25 0 1 0 1993961176 102985728 1346 996147200 134512640 135472138 4294956224 18446744073709551615 134604918 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1346 473 234 0 23845 0
Current children cumulated CPU time (s) 515.37
Current children cumulated vsize (KiB) 100572

[startup+582.301 s]
/proc/loadavg: 2.02 2.04 2.01 3/82 19388
/proc/meminfo: memFree=1780944/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=575.35
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11907 0 0 0 57526 9 0 0 25 0 1 0 1993961176 102985728 1346 996147200 134512640 135472138 4294956224 18446744073709551615 134605040 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1346 473 234 0 23845 0
Current children cumulated CPU time (s) 575.35
Current children cumulated vsize (KiB) 100572

[startup+642.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/82 19388
/proc/meminfo: memFree=1780176/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=635.33
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11907 0 0 0 63524 9 0 0 25 0 1 0 1993961176 102985728 1346 996147200 134512640 135472138 4294956224 18446744073709551615 134585010 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1346 473 234 0 23845 0
Current children cumulated CPU time (s) 635.33
Current children cumulated vsize (KiB) 100572

[startup+702.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 19388
/proc/meminfo: memFree=1779344/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=695.3
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11907 0 0 0 69521 9 0 0 25 0 1 0 1993961176 102985728 1346 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1346 473 234 0 23845 0
Current children cumulated CPU time (s) 695.3
Current children cumulated vsize (KiB) 100572

[startup+762.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 19388
/proc/meminfo: memFree=1778576/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=755.29
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11907 0 0 0 75519 10 0 0 25 0 1 0 1993961176 102985728 1346 996147200 134512640 135472138 4294956224 18446744073709551615 134605049 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1346 473 234 0 23845 0
Current children cumulated CPU time (s) 755.29
Current children cumulated vsize (KiB) 100572

[startup+822.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 19388
/proc/meminfo: memFree=1777744/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=815.27
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11908 0 0 0 81517 10 0 0 25 0 1 0 1993961176 102985728 1347 996147200 134512640 135472138 4294956224 18446744073709551615 134604992 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1347 473 234 0 23845 0
Current children cumulated CPU time (s) 815.27
Current children cumulated vsize (KiB) 100572

[startup+882.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 19388
/proc/meminfo: memFree=1776912/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=875.25
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11909 0 0 0 87515 10 0 0 25 0 1 0 1993961176 102985728 1348 996147200 134512640 135472138 4294956224 18446744073709551615 134605003 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1348 473 234 0 23845 0
Current children cumulated CPU time (s) 875.25
Current children cumulated vsize (KiB) 100572

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19388
/proc/meminfo: memFree=1776016/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=935.22
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11915 0 0 0 93512 10 0 0 25 0 1 0 1993961176 102985728 1354 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1354 473 234 0 23845 0
Current children cumulated CPU time (s) 935.22
Current children cumulated vsize (KiB) 100572

[startup+1002.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19388
/proc/meminfo: memFree=1775184/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=995.2
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11915 0 0 0 99510 10 0 0 25 0 1 0 1993961176 102985728 1354 996147200 134512640 135472138 4294956224 18446744073709551615 134604938 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1354 473 234 0 23845 0
Current children cumulated CPU time (s) 995.2
Current children cumulated vsize (KiB) 100572

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19388
/proc/meminfo: memFree=1774288/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=1055.17
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11915 0 0 0 105507 10 0 0 25 0 1 0 1993961176 102985728 1354 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1354 473 234 0 23845 0
Current children cumulated CPU time (s) 1055.17
Current children cumulated vsize (KiB) 100572

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19388
/proc/meminfo: memFree=1773328/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=1115.15
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11929 0 0 0 111505 10 0 0 25 0 1 0 1993961176 102985728 1368 996147200 134512640 135472138 4294956224 18446744073709551615 134605036 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1368 473 234 0 23845 0
Current children cumulated CPU time (s) 1115.15
Current children cumulated vsize (KiB) 100572

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

[startup+1126.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19388
/proc/meminfo: memFree=1773264/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=1119.35
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11929 0 0 0 111925 10 0 0 25 0 1 0 1993961176 102985728 1368 996147200 134512640 135472138 4294956224 18446744073709551615 134577814 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1368 473 234 0 23845 0
Current children cumulated CPU time (s) 1119.35
Current children cumulated vsize (KiB) 100572

[startup+1152.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19388
/proc/meminfo: memFree=1772880/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=1144.94
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11929 0 0 0 114484 10 0 0 25 0 1 0 1993961176 102985728 1368 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1368 473 234 0 23845 0
Current children cumulated CPU time (s) 1144.94
Current children cumulated vsize (KiB) 100572

[startup+1164.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19388
/proc/meminfo: memFree=1772688/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=1157.74
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11929 0 0 0 115764 10 0 0 25 0 1 0 1993961176 102985728 1368 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1368 473 234 0 23845 0
Current children cumulated CPU time (s) 1157.74
Current children cumulated vsize (KiB) 100572

[startup+1171.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19388
/proc/meminfo: memFree=1772560/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=1164.13
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11929 0 0 0 116403 10 0 0 25 0 1 0 1993961176 102985728 1368 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1368 473 234 0 23845 0
Current children cumulated CPU time (s) 1164.13
Current children cumulated vsize (KiB) 100572

[startup+1177.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19388
/proc/meminfo: memFree=1772496/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=1170.53
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11929 0 0 0 117043 10 0 0 25 0 1 0 1993961176 102985728 1368 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1368 473 234 0 23845 0
Current children cumulated CPU time (s) 1170.53
Current children cumulated vsize (KiB) 100572

[startup+1179.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19388
/proc/meminfo: memFree=1772432/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=1172.13
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11929 0 0 0 117203 10 0 0 25 0 1 0 1993961176 102985728 1368 996147200 134512640 135472138 4294956224 18446744073709551615 134585017 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1368 473 234 0 23845 0
Current children cumulated CPU time (s) 1172.13
Current children cumulated vsize (KiB) 100572

[startup+1180.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19388
/proc/meminfo: memFree=1772432/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=1172.93
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11929 0 0 0 117283 10 0 0 25 0 1 0 1993961176 102985728 1368 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1368 473 234 0 23845 0
Current children cumulated CPU time (s) 1172.93
Current children cumulated vsize (KiB) 100572

[startup+1180.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19388
/proc/meminfo: memFree=1772432/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=1173.73
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11929 0 0 0 117363 10 0 0 25 0 1 0 1993961176 102985728 1368 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1368 473 234 0 23845 0
Current children cumulated CPU time (s) 1173.73
Current children cumulated vsize (KiB) 100572

[startup+1181.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19388
/proc/meminfo: memFree=1772432/2055920 swapFree=4180052/4192956
[pid=19264] ppid=19262 vsize=100572 CPUtime=1173.93
/proc/19264/stat : 19264 (casperzito) R 19262 19264 18593 0 -1 4194304 11929 0 0 0 117383 10 0 0 25 0 1 0 1993961176 102985728 1368 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/19264/statm: 25143 1368 473 234 0 23845 0
Current children cumulated CPU time (s) 1173.93
Current children cumulated vsize (KiB) 100572

Child status: 0
Real time (s): 1181.19
CPU time (s): 1174.03
CPU user time (s): 1173.92
CPU system time (s): 0.106983
CPU usage (%): 99.3937
Max. virtual memory (cumulated for all children) (KiB): 147024

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

runsolver used 1.25281 second user time and 3.05854 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-04 07:37:40
IDJOB=1067088
IDBENCH=55163
IDSOLVER=362
FILE ID=node7/1067088-1215149860
PBS_JOBID= 7877421
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bf17ad4fcb93ffa307503ae9f9f9c729
RANDOM SEED=1423512062

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1825920 kB
Buffers:         22280 kB
Cached:         129652 kB
SwapCached:       6984 kB
Active:         111460 kB
Inactive:        52456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825920 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            3160 kB
Writeback:           0 kB
Mapped:          19224 kB
Slab:            51508 kB
Committed_AS:  3388812 kB
PageTables:       1788 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= 66552 MiB
End job on node7 at 2008-07-04 07:57:21