Trace number 1513383

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.06 1200.41

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S1378953985-075.cnf
MD5SUMe77e91a0bcfa213f4da3e00139d8dd15
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark158.471
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515300

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  180                                                  |
0.00/0.00	c |  Number of clauses:    15300                                                |
0.01/0.03	c |  Parsing time:         0.02         s                                       |
0.01/0.03	c |  Timeout:              43200 s
0.01/0.03	c |  Random Seed:          1483577212.000000
0.01/0.03	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.01/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.01/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.01/0.03	c |                                                                             |
0.39/0.45	c ============================[ Search Statistics ]==============================
0.39/0.45	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.45	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.45	c ===============================================================================
0.39/0.45	c |         0 |     180    15300   107100 |     5100        0    nan |  0.000 % |
0.49/0.50	c |       100 |     180    15300   107100 |     5610      100     51 |  0.003 % |
0.49/0.57	c |       251 |     180    15300   107100 |     6171      251     51 |  0.003 % |
0.59/0.63	c |       477 |     180    15300   107100 |     6788      477     51 |  0.003 % |
0.69/0.71	c |       816 |     180    15300   107100 |     7466      816     51 |  0.003 % |
0.69/0.80	c |      1322 |     180    15300   107100 |     8213     1322     52 |  0.003 % |
0.89/0.90	c |      2081 |     180    15300   107100 |     9034     2081     52 |  0.003 % |
0.99/1.05	c |      3220 |     180    15300   107100 |     9938     3220     52 |  0.003 % |
1.19/1.26	c |      4928 |     180    15300   107100 |    10932     4928     52 |  0.003 % |
1.49/1.59	c |      7492 |     180    15300   107100 |    12025     7492     53 |  0.003 % |
2.20/2.20	c |     11336 |     180    15300   107100 |    13228    11336     53 |  0.003 % |
3.09/3.15	c |     17103 |     180    15300   107100 |    14550    10448     54 |  0.003 % |
4.59/4.68	c |     25752 |     180    15300   107100 |    16005    11781     53 |  0.003 % |
7.18/7.27	c |     38726 |     180    15300   107100 |    17606     8661     54 |  0.003 % |
11.00/11.07	c |     58189 |     180    15300   107100 |    19367    10433     53 |  0.003 % |
17.39/17.47	c |     87381 |     180    15300   107100 |    21303    10444     53 |  0.003 % |
28.29/28.32	c |    131170 |     180    15300   107100 |    23434    11461     52 |  0.003 % |
44.38/44.48	c |    196854 |     180    15300   107100 |    25777    17453     53 |  0.003 % |
72.07/72.18	c |    295380 |     180    15300   107100 |    28355    18813     55 |  0.003 % |
118.56/118.65	c |    443169 |     180    15300   107100 |    31191    21542     55 |  0.003 % |
190.84/190.99	c |    664854 |     180    15300   107100 |    34310    18449     53 |  0.003 % |
303.10/303.23	c |    997381 |     180    15300   107100 |    37741    25773     54 |  0.003 % |
484.75/484.97	c |   1496171 |     180    15300   107100 |    41515    27841     54 |  0.003 % |
770.56/770.84	c |   2244354 |     180    15300   107100 |    45666    35374     55 |  0.003 % |

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1513383-1238217346/watcher-1513383-1238217346 -o /tmp/evaluation-result-1513383-1238217346/solver-1513383-1238217346 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1483577212 HOME/instance-1513383-1238217346.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: 0.91 0.95 0.90 3/81 25668
/proc/meminfo: memFree=1093920/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=2676 CPUtime=0
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 362 0 0 0 0 0 0 0 20 0 1 0 1094398468 2740224 347 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 669 348 87 221 0 445 0

[startup+0.028774 s]
/proc/loadavg: 0.91 0.95 0.90 3/81 25668
/proc/meminfo: memFree=1093920/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=5800 CPUtime=0.01
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 1136 0 0 0 1 0 0 0 20 0 1 0 1094398468 5939200 1121 1992294400 4194304 5102648 548682068800 18446744073709551615 4515755 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 1450 1123 87 221 0 1226 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5800

[startup+0.101782 s]
/proc/loadavg: 0.91 0.95 0.90 3/81 25668
/proc/meminfo: memFree=1093920/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=5796 CPUtime=0.09
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 1166 0 0 0 9 0 0 0 20 0 1 0 1094398468 5935104 1151 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 1449 1151 98 221 0 1225 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5796

[startup+0.301804 s]
/proc/loadavg: 0.91 0.95 0.90 3/81 25668
/proc/meminfo: memFree=1093920/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=5976 CPUtime=0.29
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 1196 0 0 0 29 0 0 0 22 0 1 0 1094398468 6119424 1181 1992294400 4194304 5102648 548682068800 18446744073709551615 4273182 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 1494 1181 98 221 0 1270 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5976

[startup+0.70185 s]
/proc/loadavg: 0.91 0.95 0.90 3/81 25668
/proc/meminfo: memFree=1093920/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=5652 CPUtime=0.69
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 1207 0 0 0 69 0 0 0 25 0 1 0 1094398468 5787648 1132 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 1413 1132 109 221 0 1189 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5652

[startup+1.50194 s]
/proc/loadavg: 0.91 0.95 0.90 2/82 25669
/proc/meminfo: memFree=1089624/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=6372 CPUtime=1.49
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 1362 0 0 0 149 0 0 0 25 0 1 0 1094398468 6524928 1287 1992294400 4194304 5102648 548682068800 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 1593 1287 109 221 0 1369 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6372

[startup+3.10112 s]
/proc/loadavg: 0.91 0.95 0.90 2/82 25669
/proc/meminfo: memFree=1087896/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=8220 CPUtime=3.09
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 1832 0 0 0 308 1 0 0 25 0 1 0 1094398468 8417280 1757 1992294400 4194304 5102648 548682068800 18446744073709551615 4249883 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 2055 1757 109 221 0 1831 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8220

[startup+6.30148 s]
/proc/loadavg: 0.92 0.95 0.90 2/82 25669
/proc/meminfo: memFree=1086232/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=9408 CPUtime=6.28
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 2113 0 0 0 627 1 0 0 25 0 1 0 1094398468 9633792 2038 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 2352 2038 109 221 0 2128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9408

[startup+12.7012 s]
/proc/loadavg: 0.93 0.95 0.90 2/82 25669
/proc/meminfo: memFree=1084832/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=10924 CPUtime=12.69
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 2471 0 0 0 1267 2 0 0 25 0 1 0 1094398468 11186176 2396 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 2731 2396 109 221 0 2507 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10924

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.91 2/82 25669
/proc/meminfo: memFree=1082976/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=12336 CPUtime=25.48
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 2832 0 0 0 2546 2 0 0 25 0 1 0 1094398468 12632064 2757 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 3084 2757 109 221 0 2860 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12336

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.91 2/82 25669
/proc/meminfo: memFree=1080800/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=14740 CPUtime=51.07
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 3412 0 0 0 5104 3 0 0 25 0 1 0 1094398468 15093760 3337 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 3685 3337 109 221 0 3461 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14740

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/82 25669
/proc/meminfo: memFree=1078048/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=17604 CPUtime=102.26
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 4041 0 0 0 10223 3 0 0 25 0 1 0 1094398468 18026496 3966 1992294400 4194304 5102648 548682068800 18446744073709551615 4249914 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 4401 3966 109 221 0 4177 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 17604

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1076192/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=19480 CPUtime=162.24
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 4497 0 0 0 16220 4 0 0 25 0 1 0 1094398468 19947520 4422 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 4870 4422 109 221 0 4646 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 19480

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1074400/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=21360 CPUtime=222.23
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 4933 0 0 0 22219 4 0 0 25 0 1 0 1094398468 21872640 4858 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 5340 4858 109 221 0 5116 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 21360

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1073888/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=21884 CPUtime=282.21
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 5056 0 0 0 28217 4 0 0 25 0 1 0 1094398468 22409216 4981 1992294400 4194304 5102648 548682068800 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 5471 4981 109 221 0 5247 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 21884

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1072096/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=23748 CPUtime=342.19
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 5492 0 0 0 34214 5 0 0 25 0 1 0 1094398468 24317952 5417 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 5937 5417 109 221 0 5713 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 23748

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1071648/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=24096 CPUtime=402.18
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 5602 0 0 0 40213 5 0 0 25 0 1 0 1094398468 24674304 5527 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 6024 5527 109 221 0 5800 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 24096

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1071136/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=24776 CPUtime=462.16
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 5726 0 0 0 46211 5 0 0 25 0 1 0 1094398468 25370624 5651 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 6194 5651 109 221 0 5970 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 24776

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1069408/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=26840 CPUtime=522.14
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 6161 0 0 0 52209 5 0 0 25 0 1 0 1094398468 27484160 6086 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 6710 6086 109 221 0 6486 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 26840

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1068896/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=27188 CPUtime=582.12
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 6278 0 0 0 58207 5 0 0 25 0 1 0 1094398468 27840512 6203 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 6797 6203 109 221 0 6573 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 27188

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1068192/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=28088 CPUtime=642.11
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 6454 0 0 0 64206 5 0 0 25 0 1 0 1094398468 28762112 6379 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 7022 6379 109 221 0 6798 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 28088

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1067936/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=28232 CPUtime=702.08
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 6506 0 0 0 70203 5 0 0 25 0 1 0 1094398468 28909568 6431 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 7058 6431 109 221 0 6834 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 28232

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1067808/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=28532 CPUtime=762.07
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 6551 0 0 0 76202 5 0 0 25 0 1 0 1094398468 29216768 6476 1992294400 4194304 5102648 548682068800 18446744073709551615 4249871 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 7133 6476 109 221 0 6909 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 28532

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1066592/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=29560 CPUtime=822.05
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 6842 0 0 0 82200 5 0 0 25 0 1 0 1094398468 30269440 6767 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 7390 6767 109 221 0 7166 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 29560

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1065952/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=30224 CPUtime=882.04
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 6994 0 0 0 88198 6 0 0 25 0 1 0 1094398468 30949376 6919 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 7556 6919 109 221 0 7332 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 30224

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1065696/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=30760 CPUtime=942.02
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 7097 0 0 0 94196 6 0 0 25 0 1 0 1094398468 31498240 7022 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 7690 7022 109 221 0 7466 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 30760

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1065312/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=31000 CPUtime=1002
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 7183 0 0 0 100194 6 0 0 25 0 1 0 1094398468 31744000 7108 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 7750 7108 109 221 0 7526 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 31000

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1064992/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=31536 CPUtime=1061.98
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 7269 0 0 0 106192 6 0 0 25 0 1 0 1094398468 32292864 7194 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 7884 7194 109 221 0 7660 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 31536

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1064736/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=31820 CPUtime=1121.97
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 7333 0 0 0 112191 6 0 0 25 0 1 0 1094398468 32583680 7258 1992294400 4194304 5102648 548682068800 18446744073709551615 4249086 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 7955 7258 109 221 0 7731 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 31820

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1064544/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=32060 CPUtime=1181.95
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 7382 0 0 0 118189 6 0 0 25 0 1 0 1094398468 32829440 7307 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 8015 7307 109 221 0 7791 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 32060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/82 25669
/proc/meminfo: memFree=1064416/2055920 swapFree=4172176/4192956
[pid=25668] ppid=25666 vsize=32296 CPUtime=1200.05
/proc/25668/stat : 25668 (varsat-crafted_) R 25666 25668 24835 0 -1 4194304 7410 0 0 0 119999 6 0 0 25 0 1 0 1094398468 33071104 7335 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25668/statm: 8074 7335 109 221 0 7850 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 32296

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.41
CPU time (s): 1200.06
CPU user time (s): 1199.99
CPU system time (s): 0.069989
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 32296

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

runsolver used 1.39879 second user time and 4.07338 second system time

The end

Launcher Data

Begin job on node85 at 2009-03-28 06:15:46
IDJOB=1513383
IDBENCH=70258
IDSOLVER=537
FILE ID=node85/1513383-1238217346
PBS_JOBID= 9060482
Free space on /tmp= 126788 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/180/unif-k7-r85-v180-c15300-S1378953985-075.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513383-1238217346/watcher-1513383-1238217346 -o /tmp/evaluation-result-1513383-1238217346/solver-1513383-1238217346 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1483577212 HOME/instance-1513383-1238217346.cnf

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

MD5SUM BENCH= e77e91a0bcfa213f4da3e00139d8dd15
RANDOM SEED=1483577212

node85.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1094400 kB
Buffers:         52888 kB
Cached:         825928 kB
SwapCached:       9944 kB
Active:         628100 kB
Inactive:       262140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1094400 kB
SwapTotal:     4192956 kB
SwapFree:      4172176 kB
Dirty:            1452 kB
Writeback:           0 kB
Mapped:          16928 kB
Slab:            55492 kB
Committed_AS:  2598680 kB
PageTables:       2596 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= 126788 MiB
End job on node85 at 2009-03-28 06:35:48