Trace number 1066903

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 zaoSAT 1233.7 1236.45

DiagnosticValue
CHECKS4034100

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg5-7_ext.xml
MD5SUM6ff8ffae6b6c341865647572f719ccb9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.17952
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints12
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.21	c Parsing = 1
0.00/0.21	c Building = 1
0.00/0.21	c [ NumberOfVariables = 35 ]
0.00/0.21	c [ NumberOfConstraints = 12 ]
0.00/0.21	c [ SizeOfSearchSpace(log2) = 164.515 ]
0.00/0.21	c SymmetrySearch = 1
0.38/0.45	c InitialPropagation = 1
0.38/0.46	c [ SizeOfSearchSpace(log2) = 162.783 ]
0.38/0.46	c InitialSAC = 1
0.88/0.90	c [ SizeOfSearchSpace(log2) = 162.783 ]
0.88/0.90	c Search(SampleFF) : 
98.14/99.09	c [ Sampling domwdeg ]
98.14/99.09	c [ Sampling impacts ]
98.14/99.09	c [ Sampling la ]
98.14/99.09	c [ SamplingScores: ]
98.14/99.09	c [ domwdeg+min = 3.32966e-06 | domwdeg+rnd = 0.000512321 ]
98.14/99.09	c [ impacts+min = 1.92199e-05 | impacts+rnd = 0.000584006 ]
98.14/99.09	c [ la+min = 2.14175e-12 | la+rnd = 2.66475e-06 ]
98.14/99.09	c [ domwdeg = 0.000257826 | impacts = 0.000301613 | la = 1.33238e-06 ]
98.14/99.09	c [ min = 7.51652e-06 | rand = 0.000301613 ]
98.14/99.09	c [ restarting at (0.282886,1.59908e-08) ]
98.92/99.88	c [ restarting at (0.707215,8.30333e-05) ]
100.81/101.79	c [ restarting at (1.76804,8.33358e-05) ]
105.57/106.54	c [ restarting at (4.42009,6.36119e-05) ]
117.37/118.40	c [ restarting at (11.0502,2.71783e-06) ]
146.71/148.02	c [ restarting at (27.6256,6.79215e-05) ]
220.09/222.04	c [ restarting at (69.064,1.26643e-05) ]
275.01/277.41	c [ restarting at (172.66,0.000171124) ]
706.54/709.16	c [ restarting at (431.65,7.12277e-05) ]
1233.65/1236.44	c Search(SampleFF) = 1
1233.65/1236.44	s SATISFIABLE
1233.65/1236.44	v 18 19 4 0 11 4 17 12 0 17 11 4 13 4 0 1 17 8 3 6 4 2 11 14 6 6 4 3 10 4 17 13 4 11 18
1233.65/1236.44	d CHECKS 4034098
1233.65/1236.44	c [ TotalFails = 85311 ]
1233.65/1236.44	c [ NumberOfRestarts = 57 ]
1233.65/1236.44	c [ TotalTime = 1.33028e+06 secs ]

Verifier Data (download as text)

OK

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-1066903-1215149476/watcher-1066903-1215149476 -o /tmp/evaluation-result-1066903-1215149476/solver-1066903-1215149476 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1066903-1215149476.xml 495647326 

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.10 2.03 2.01 4/81 21467
/proc/meminfo: memFree=1593276/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=111352 CPUtime=0.2
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 3581 0 0 0 18 2 0 0 19 0 1 0 1993920470 114024448 3541 996147200 134512640 135477443 4294956224 18446744073709551615 134630229 0 0 4096 0 0 0 0 17 1 0 0
/proc/21467/statm: 27838 3541 432 235 0 26539 0

[startup+0.310969 s]
/proc/loadavg: 2.10 2.03 2.01 4/81 21467
/proc/meminfo: memFree=1593276/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=119256 CPUtime=0.3
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 5248 0 0 0 27 3 0 0 20 0 1 0 1993920470 122118144 5208 996147200 134512640 135477443 4294956224 18446744073709551615 134525101 0 0 4096 0 0 0 0 17 1 0 0
/proc/21467/statm: 29814 5208 433 235 0 28515 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 119256

[startup+0.401983 s]
/proc/loadavg: 2.10 2.03 2.01 4/81 21467
/proc/meminfo: memFree=1593276/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=124384 CPUtime=0.38
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6119 0 0 0 35 3 0 0 20 0 1 0 1993920470 127369216 6070 996147200 134512640 135477443 4294956224 18446744073709551615 134536664 0 0 4096 0 0 0 0 17 1 0 0
/proc/21467/statm: 31096 6070 437 235 0 29797 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 124384

[startup+0.501979 s]
/proc/loadavg: 2.10 2.03 2.01 4/81 21467
/proc/meminfo: memFree=1593276/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=0.48
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6304 0 0 0 44 4 0 0 21 0 1 0 1993920470 102535168 873 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/21467/statm: 25033 873 456 235 0 23734 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 100132

[startup+0.701998 s]
/proc/loadavg: 2.10 2.03 2.01 4/81 21467
/proc/meminfo: memFree=1593276/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=0.68
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6319 0 0 0 64 4 0 0 23 0 1 0 1993920470 102535168 888 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 1 0 0
/proc/21467/statm: 25033 888 456 235 0 23734 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 100132

[startup+1.50108 s]
/proc/loadavg: 2.10 2.03 2.01 3/82 21468
/proc/meminfo: memFree=1591028/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=1.47
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6420 0 0 0 143 4 0 0 25 0 1 0 1993920470 102535168 989 996147200 134512640 135477443 4294956224 18446744073709551615 134600810 0 0 4096 0 0 0 0 17 1 0 0
/proc/21467/statm: 25033 989 477 235 0 23734 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 100132

[startup+3.10124 s]
/proc/loadavg: 2.10 2.03 2.01 3/82 21468
/proc/meminfo: memFree=1590900/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=3.05
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6424 0 0 0 301 4 0 0 25 0 1 0 1993920470 102535168 993 996147200 134512640 135477443 4294956224 18446744073709551615 134600981 0 0 4096 0 0 0 0 17 1 0 0
/proc/21467/statm: 25033 993 477 235 0 23734 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 100132

[startup+6.30155 s]
/proc/loadavg: 2.09 2.03 2.01 3/82 21468
/proc/meminfo: memFree=1590772/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=6.22
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6437 0 0 0 618 4 0 0 25 0 1 0 1993920470 102535168 1006 996147200 134512640 135477443 4294956224 18446744073709551615 134600971 0 0 4096 0 0 0 0 17 1 0 0
/proc/21467/statm: 25033 1006 477 235 0 23734 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 100132

[startup+12.7022 s]
/proc/loadavg: 2.08 2.03 2.01 3/82 21468
/proc/meminfo: memFree=1590708/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=12.56
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6438 0 0 0 1252 4 0 0 25 0 1 0 1993920470 102535168 1007 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 1 0 0
/proc/21467/statm: 25033 1007 477 235 0 23734 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 100132

[startup+25.5015 s]
/proc/loadavg: 2.06 2.03 2.00 3/82 21468
/proc/meminfo: memFree=1590772/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=25.27
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6441 0 0 0 2522 5 0 0 25 0 1 0 1993920470 102535168 1010 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 1 0 0
/proc/21467/statm: 25033 1010 479 235 0 23734 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 100132

[startup+51.102 s]
/proc/loadavg: 2.04 2.02 2.00 3/82 21468
/proc/meminfo: memFree=1590772/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=50.64
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6457 0 0 0 5059 5 0 0 25 0 1 0 1993920470 102535168 1026 996147200 134512640 135477443 4294956224 18446744073709551615 134609883 0 0 4096 0 0 0 0 17 1 0 0
/proc/21467/statm: 25033 1026 479 235 0 23734 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 100132

[startup+102.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 21468
/proc/meminfo: memFree=1590580/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=101.41
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6458 0 0 0 10136 5 0 0 25 0 1 0 1993920470 102535168 1027 996147200 134512640 135477443 4294956224 18446744073709551615 134609601 0 0 4096 0 0 0 0 17 1 0 0
/proc/21467/statm: 25033 1027 480 235 0 23734 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 100132

[startup+162.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/82 21468
/proc/meminfo: memFree=1590516/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=160.89
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6472 0 0 0 16084 5 0 0 25 0 1 0 1993920470 102535168 1041 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/21467/statm: 25033 1041 480 235 0 23734 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 100132

[startup+222.301 s]
/proc/loadavg: 2.08 2.04 2.00 3/82 21468
/proc/meminfo: memFree=1590452/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=220.39
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6487 0 0 0 22034 5 0 0 25 0 1 0 1993920470 102535168 1056 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/21467/statm: 25033 1056 480 235 0 23734 0
Current children cumulated CPU time (s) 220.39
Current children cumulated vsize (KiB) 100132

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 21519
/proc/meminfo: memFree=1575084/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=279.91
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6487 0 0 0 27985 6 0 0 25 0 1 0 1993920470 102535168 1056 996147200 134512640 135477443 4294956224 18446744073709551615 134610048 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1056 480 235 0 23734 0
Current children cumulated CPU time (s) 279.91
Current children cumulated vsize (KiB) 100132

[startup+342.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 21521
/proc/meminfo: memFree=1540716/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=339.89
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6492 0 0 0 33982 7 0 0 25 0 1 0 1993920470 102535168 1061 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1061 480 235 0 23734 0
Current children cumulated CPU time (s) 339.89
Current children cumulated vsize (KiB) 100132

[startup+402.302 s]
/proc/loadavg: 1.95 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1500916/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=399.86
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6492 0 0 0 39978 8 0 0 25 0 1 0 1993920470 102535168 1061 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1061 480 235 0 23734 0
Current children cumulated CPU time (s) 399.86
Current children cumulated vsize (KiB) 100132

[startup+462.307 s]
/proc/loadavg: 1.98 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1500980/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=459.83
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6515 0 0 0 45975 8 0 0 25 0 1 0 1993920470 102535168 1084 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1084 480 235 0 23734 0
Current children cumulated CPU time (s) 459.83
Current children cumulated vsize (KiB) 100132

[startup+522.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1500916/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=519.8
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6515 0 0 0 51972 8 0 0 25 0 1 0 1993920470 102535168 1084 996147200 134512640 135477443 4294956224 18446744073709551615 135268690 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1084 480 235 0 23734 0
Current children cumulated CPU time (s) 519.8
Current children cumulated vsize (KiB) 100132

[startup+582.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1500852/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=579.78
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6521 0 0 0 57970 8 0 0 25 0 1 0 1993920470 102535168 1090 996147200 134512640 135477443 4294956224 18446744073709551615 134600823 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1090 480 235 0 23734 0
Current children cumulated CPU time (s) 579.78
Current children cumulated vsize (KiB) 100132

[startup+642.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1500788/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=639.76
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6534 0 0 0 63968 8 0 0 25 0 1 0 1993920470 102535168 1103 996147200 134512640 135477443 4294956224 18446744073709551615 134600944 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1103 480 235 0 23734 0
Current children cumulated CPU time (s) 639.76
Current children cumulated vsize (KiB) 100132

[startup+702.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1500660/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=699.74
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 69966 8 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 699.74
Current children cumulated vsize (KiB) 100132

[startup+762.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1500596/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=759.72
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 75964 8 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134600901 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 759.72
Current children cumulated vsize (KiB) 100132

[startup+822.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1500532/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=819.69
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 81961 8 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 819.69
Current children cumulated vsize (KiB) 100132

[startup+882.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1500532/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=879.68
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 87959 9 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 879.68
Current children cumulated vsize (KiB) 100132

[startup+942.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1500468/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=939.66
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 93957 9 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134600896 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 939.66
Current children cumulated vsize (KiB) 100132

[startup+1002.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1500276/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=999.64
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 99955 9 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 999.64
Current children cumulated vsize (KiB) 100132

[startup+1062.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1500276/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=1059.62
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 105953 9 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134590294 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 1059.62
Current children cumulated vsize (KiB) 100132

[startup+1122.31 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1500212/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=1119.6
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 111951 9 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 1119.6
Current children cumulated vsize (KiB) 100132

[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1498548/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=1179.57
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 117948 9 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 1179.57
Current children cumulated vsize (KiB) 100132

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

[startup+1203.4 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1498292/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=1200.66
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 120057 9 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134590160 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 1200.66
Current children cumulated vsize (KiB) 100132

[startup+1216.2 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1498100/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=1213.45
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 121336 9 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134600870 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 1213.45
Current children cumulated vsize (KiB) 100132

[startup+1229.01 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1498100/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=1226.25
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 122616 9 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134583297 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 1226.25
Current children cumulated vsize (KiB) 100132

[startup+1232.2 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1498100/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=1229.45
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 122936 9 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134601001 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 1229.45
Current children cumulated vsize (KiB) 100132

[startup+1233.8 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1498100/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=1231.05
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 123096 9 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 135268218 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 1231.05
Current children cumulated vsize (KiB) 100132

[startup+1235.4 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1498100/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=1232.65
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 123256 9 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134600870 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 1232.65
Current children cumulated vsize (KiB) 100132

[startup+1236.2 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1498100/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=1233.45
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 123336 9 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 1233.45
Current children cumulated vsize (KiB) 100132

[startup+1236.4 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 21582
/proc/meminfo: memFree=1498100/2055920 swapFree=4179028/4192956
[pid=21467] ppid=21465 vsize=100132 CPUtime=1233.65
/proc/21467/stat : 21467 (casperzao) R 21465 21467 19933 0 -1 4194304 6541 0 0 0 123356 9 0 0 25 0 1 0 1993920470 102535168 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 0 0 0
/proc/21467/statm: 25033 1110 480 235 0 23734 0
Current children cumulated CPU time (s) 1233.65
Current children cumulated vsize (KiB) 100132

Child status: 0
Real time (s): 1236.45
CPU time (s): 1233.7
CPU user time (s): 1233.61
CPU system time (s): 0.096985
CPU usage (%): 99.778
Max. virtual memory (cumulated for all children) (KiB): 124384

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

runsolver used 1.36079 second user time and 3.62045 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-04 07:31:16
IDJOB=1066903
IDBENCH=55151
IDSOLVER=361
FILE ID=node36/1066903-1215149476
PBS_JOBID= 7877423
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6ff8ffae6b6c341865647572f719ccb9
RANDOM SEED=495647326

node36.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.240
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.240
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:       1593756 kB
Buffers:         70088 kB
Cached:         298360 kB
SwapCached:       7932 kB
Active:         221892 kB
Inactive:       173672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1593756 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            3048 kB
Writeback:           0 kB
Mapped:          43264 kB
Slab:            51820 kB
Committed_AS:  3267472 kB
PageTables:       1804 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= 66540 MiB
End job on node36 at 2008-07-04 07:51:52