Trace number 1554013

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
VARSAT-crafted 2009-03-22? (TO) 1200.09 1200.43

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate128.cnf
MD5SUMf21954c654ab1cfd9e2c1aa6fdf49c58
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables138559
Number of clauses415292
Sum of the clauses size969012
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2276860
Number of clauses of size 3138430
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  138559                                               |
0.00/0.00	c |  Number of clauses:    415292                                               |
0.49/0.57	c |  Parsing time:         0.47         s                                       |
0.49/0.57	c |  Timeout:              43200 s
0.49/0.57	c |  Random Seed:          1055908957.000000
0.49/0.57	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.49/0.57	c |  Branching Rule:       default (solution-guided)                            |
0.49/0.57	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.49/0.57	c |                                                                             |
2.39/2.49	c ============================[ Search Statistics ]==============================
2.39/2.49	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.39/2.49	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.39/2.49	c ===============================================================================
2.39/2.49	c |         0 |   77742   314951   877246 |   104983        0    nan |  0.000 % |
3.98/4.07	c |       100 |   77742   314951   877246 |   115482      100    154 |  0.001 % |
10.58/10.63	c |       252 |   77742   314951   877246 |   127030      252    166 |  0.001 % |
21.78/21.83	c |       477 |   77742   314951   877246 |   139733      477    146 |  0.001 % |
40.37/40.47	c |       815 |   77742   314951   877246 |   153706      815    140 |  0.001 % |
67.36/67.47	c |      1321 |   77742   314951   877246 |   169077     1321    136 |  0.001 % |
92.56/92.68	c |      2081 |   77742   314951   877246 |   185984     2081    144 |  0.001 % |
130.76/130.85	c |      3221 |   77742   314951   877246 |   204583     3221    140 |  0.001 % |
164.95/165.08	c |      4931 |   77742   314951   877246 |   225041     4931    139 |  0.001 % |
227.42/227.56	c |      7493 |   77742   314951   877246 |   247545     7493    139 |  0.001 % |
343.09/343.28	c |     11338 |   77742   314951   877246 |   272300    11338    141 |  0.001 % |
634.11/634.31	c |     17104 |   77742   314951   877246 |   299530    17104    142 |  0.001 % |
1130.28/1130.63	c |     25754 |   77742   314951   877246 |   329483    25754    146 |  0.001 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1554013-1238721967/watcher-1554013-1238721967 -o /tmp/evaluation-result-1554013-1238721967/solver-1554013-1238721967 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1055908957 HOME/instance-1554013-1238721967.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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.89 1.74 1.39 3/70 19040
/proc/meminfo: memFree=1516312/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=4316 CPUtime=0
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 862 0 0 0 0 0 0 0 18 0 1 0 1144860027 4419584 847 1992294400 4194304 5102648 548682068768 18446744073709551615 4200548 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 1079 852 78 221 0 855 0

[startup+0.027072 s]
/proc/loadavg: 1.89 1.74 1.39 3/70 19040
/proc/meminfo: memFree=1516312/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=11732 CPUtime=0.02
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 2771 0 0 0 1 1 0 0 18 0 1 0 1144860027 12013568 2756 1992294400 4194304 5102648 548682068768 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 2933 2756 87 221 0 2709 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11732

[startup+0.10108 s]
/proc/loadavg: 1.89 1.74 1.39 3/70 19040
/proc/meminfo: memFree=1516312/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=21980 CPUtime=0.08
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 5073 0 0 0 7 1 0 0 18 0 1 0 1144860027 22507520 5058 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 5495 5061 87 221 0 5271 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21980

[startup+0.301099 s]
/proc/loadavg: 1.89 1.74 1.39 3/70 19040
/proc/meminfo: memFree=1516312/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=49720 CPUtime=0.29
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 11232 0 0 0 24 5 0 0 19 0 1 0 1144860027 50913280 11217 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 12430 11218 87 221 0 12206 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49720

[startup+0.701137 s]
/proc/loadavg: 1.89 1.74 1.39 3/70 19040
/proc/meminfo: memFree=1516312/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=86908 CPUtime=0.69
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 19861 0 0 0 59 10 0 0 22 0 1 0 1144860027 88993792 19846 1992294400 4194304 5102648 548682068768 18446744073709551615 4492101 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 21727 19846 100 221 0 21503 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86908

[startup+1.50122 s]
/proc/loadavg: 1.82 1.73 1.39 2/71 19041
/proc/meminfo: memFree=1426320/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=114864 CPUtime=1.49
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 26663 0 0 0 134 15 0 0 25 0 1 0 1144860027 117620736 26648 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 28716 26648 100 221 0 28492 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 114864

[startup+3.10137 s]
/proc/loadavg: 1.82 1.73 1.39 2/71 19041
/proc/meminfo: memFree=1398800/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=111836 CPUtime=3.08
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 29638 0 0 0 292 16 0 0 25 0 1 0 1144860027 114520064 26591 1992294400 4194304 5102648 548682068768 18446744073709551615 4489856 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 27959 26591 102 221 0 27735 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 111836

[startup+6.30269 s]
/proc/loadavg: 1.82 1.73 1.39 2/71 19041
/proc/meminfo: memFree=1409488/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=112096 CPUtime=6.29
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 29702 0 0 0 613 16 0 0 25 0 1 0 1144860027 114786304 26655 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 28024 26655 115 221 0 27800 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112096

[startup+12.7013 s]
/proc/loadavg: 1.69 1.70 1.38 2/71 19041
/proc/meminfo: memFree=1409360/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=112512 CPUtime=12.68
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 29752 0 0 0 1252 16 0 0 25 0 1 0 1144860027 115212288 26705 1992294400 4194304 5102648 548682068768 18446744073709551615 4255040 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 28128 26705 115 221 0 27904 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 112512

[startup+25.5016 s]
/proc/loadavg: 1.59 1.68 1.38 2/71 19041
/proc/meminfo: memFree=1409552/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=112512 CPUtime=25.48
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 29753 0 0 0 2532 16 0 0 25 0 1 0 1144860027 115212288 26706 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 28128 26706 115 221 0 27904 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 112512

[startup+51.1011 s]
/proc/loadavg: 1.38 1.62 1.36 2/71 19041
/proc/meminfo: memFree=1409552/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=112512 CPUtime=51.07
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 29753 0 0 0 5091 16 0 0 25 0 1 0 1144860027 115212288 26706 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 28128 26706 115 221 0 27904 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 112512

[startup+102.305 s]
/proc/loadavg: 1.15 1.52 1.34 2/71 19041
/proc/meminfo: memFree=1409552/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=112512 CPUtime=102.27
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 29753 0 0 0 10210 17 0 0 25 0 1 0 1144860027 115212288 26706 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 28128 26706 115 221 0 27904 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 112512

[startup+162.301 s]
/proc/loadavg: 1.05 1.42 1.32 2/71 19041
/proc/meminfo: memFree=1409552/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=112512 CPUtime=162.24
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 29753 0 0 0 16207 17 0 0 25 0 1 0 1144860027 115212288 26706 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 28128 26706 115 221 0 27904 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 112512

[startup+222.301 s]
/proc/loadavg: 1.02 1.34 1.29 2/71 19041
/proc/meminfo: memFree=1409488/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=112512 CPUtime=222.22
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 29768 0 0 0 22205 17 0 0 25 0 1 0 1144860027 115212288 26721 1992294400 4194304 5102648 548682068768 18446744073709551615 4254862 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 28128 26721 115 221 0 27904 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 112512

[startup+282.302 s]
/proc/loadavg: 1.00 1.28 1.27 2/71 19041
/proc/meminfo: memFree=1409232/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=112852 CPUtime=282.21
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 29829 0 0 0 28204 17 0 0 25 0 1 0 1144860027 115560448 26782 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 28213 26782 115 221 0 27989 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 112852

[startup+342.302 s]
/proc/loadavg: 1.00 1.22 1.25 2/71 19041
/proc/meminfo: memFree=1408528/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=113520 CPUtime=342.19
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 30010 0 0 0 34202 17 0 0 25 0 1 0 1144860027 116244480 26963 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 28380 26963 115 221 0 28156 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 113520

[startup+402.302 s]
/proc/loadavg: 1.00 1.18 1.24 2/71 19041
/proc/meminfo: memFree=1407568/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=114560 CPUtime=402.18
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 30250 0 0 0 40200 18 0 0 25 0 1 0 1144860027 117309440 27203 1992294400 4194304 5102648 548682068768 18446744073709551615 4254961 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 28640 27203 115 221 0 28416 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 114560

[startup+462.302 s]
/proc/loadavg: 1.00 1.14 1.22 2/71 19041
/proc/meminfo: memFree=1406864/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=115240 CPUtime=462.16
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 30433 0 0 0 46198 18 0 0 25 0 1 0 1144860027 118005760 27386 1992294400 4194304 5102648 548682068768 18446744073709551615 4254865 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 28810 27386 115 221 0 28586 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 115240

[startup+522.302 s]
/proc/loadavg: 1.00 1.12 1.20 2/71 19041
/proc/meminfo: memFree=1406096/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=116032 CPUtime=522.15
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 30616 0 0 0 52196 19 0 0 25 0 1 0 1144860027 118816768 27569 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 29008 27569 115 221 0 28784 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 116032

[startup+582.302 s]
/proc/loadavg: 1.00 1.09 1.18 2/71 19041
/proc/meminfo: memFree=1405328/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=116720 CPUtime=582.13
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 30809 0 0 0 58194 19 0 0 25 0 1 0 1144860027 119521280 27762 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 29180 27762 115 221 0 28956 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 116720

[startup+642.302 s]
/proc/loadavg: 1.00 1.07 1.17 2/71 19041
/proc/meminfo: memFree=1404432/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=117632 CPUtime=642.11
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 31024 0 0 0 64192 19 0 0 25 0 1 0 1144860027 120455168 27977 1992294400 4194304 5102648 548682068768 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 29408 27977 115 221 0 29184 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 117632

[startup+702.302 s]
/proc/loadavg: 1.00 1.06 1.16 2/71 19041
/proc/meminfo: memFree=1403536/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=118636 CPUtime=702.1
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 31250 0 0 0 70190 20 0 0 25 0 1 0 1144860027 121483264 28203 1992294400 4194304 5102648 548682068768 18446744073709551615 4255870 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 29659 28203 115 221 0 29435 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 118636

[startup+762.305 s]
/proc/loadavg: 1.00 1.04 1.15 2/71 19041
/proc/meminfo: memFree=1403024/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=119032 CPUtime=762.08
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 31378 0 0 0 76188 20 0 0 25 0 1 0 1144860027 121888768 28331 1992294400 4194304 5102648 548682068768 18446744073709551615 4249783 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 29758 28331 115 221 0 29534 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 119032

[startup+822.301 s]
/proc/loadavg: 1.00 1.03 1.14 2/71 19041
/proc/meminfo: memFree=1402256/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=119824 CPUtime=822.06
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 31570 0 0 0 82186 20 0 0 25 0 1 0 1144860027 122699776 28523 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 29956 28523 115 221 0 29732 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 119824

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.12 2/71 19041
/proc/meminfo: memFree=1401680/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=120484 CPUtime=882.04
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 31722 0 0 0 88184 20 0 0 25 0 1 0 1144860027 123375616 28675 1992294400 4194304 5102648 548682068768 18446744073709551615 4249093 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 30121 28675 115 221 0 29897 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 120484

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.11 2/71 19041
/proc/meminfo: memFree=1401040/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=121060 CPUtime=942.03
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 31882 0 0 0 94182 21 0 0 25 0 1 0 1144860027 123965440 28835 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 30265 28835 115 221 0 30041 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 121060

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/71 19041
/proc/meminfo: memFree=1400208/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=121852 CPUtime=1002.01
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 32074 0 0 0 100180 21 0 0 25 0 1 0 1144860027 124776448 29027 1992294400 4194304 5102648 548682068768 18446744073709551615 4249064 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 30463 29027 115 221 0 30239 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 121852

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/71 19043
/proc/meminfo: memFree=1399632/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=122512 CPUtime=1061.99
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 32230 0 0 0 106178 21 0 0 25 0 1 0 1144860027 125452288 29183 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 30628 29183 115 221 0 30404 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 122512

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/71 19043
/proc/meminfo: memFree=1398992/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=123040 CPUtime=1121.98
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 32382 0 0 0 112176 22 0 0 25 0 1 0 1144860027 125992960 29335 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 30760 29335 115 221 0 30536 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 123040

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/71 19043
/proc/meminfo: memFree=1396880/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=125420 CPUtime=1181.96
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 32898 0 0 0 118173 23 0 0 25 0 1 0 1144860027 128430080 29851 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 31355 29851 115 221 0 31131 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 125420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.08 2/71 19043
/proc/meminfo: memFree=1396688/2055920 swapFree=4173176/4192956
[pid=19040] ppid=19038 vsize=125552 CPUtime=1200.06
/proc/19040/stat : 19040 (varsat-crafted_) R 19038 19040 18550 0 -1 4194304 32950 0 0 0 119983 23 0 0 25 0 1 0 1144860027 128565248 29903 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/19040/statm: 31388 29903 115 221 0 31164 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 125552

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.09
CPU user time (s): 1199.84
CPU system time (s): 0.255961
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 126328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.84
system time used= 0.255961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32950
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= 2
involuntary context switches= 1863

runsolver used 1.06984 second user time and 3.3105 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-03 03:26:08
IDJOB=1554013
IDBENCH=70772
IDSOLVER=537
FILE ID=node36/1554013-1238721967
PBS_JOBID= 9085281
Free space on /tmp= 66404 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate128.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1554013-1238721967/watcher-1554013-1238721967 -o /tmp/evaluation-result-1554013-1238721967/solver-1554013-1238721967 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1055908957 HOME/instance-1554013-1238721967.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f21954c654ab1cfd9e2c1aa6fdf49c58
RANDOM SEED=1055908957

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.214
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.214
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:       1516728 kB
Buffers:         88760 kB
Cached:         361840 kB
SwapCached:       9148 kB
Active:         252336 kB
Inactive:       208884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1516728 kB
SwapTotal:     4192956 kB
SwapFree:      4173176 kB
Dirty:            8056 kB
Writeback:           0 kB
Mapped:          16352 kB
Slab:            63244 kB
Committed_AS:  3278020 kB
PageTables:       1876 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= 66404 MiB
End job on node36 at 2009-04-03 03:46:10