Trace number 1513275

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.51

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/200/
unif-k7-r85-v200-c17000-S1136894336-075.cnf
MD5SUM95130954abd8400708fa3e3db5d60039
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1154.85
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  200                                                  |
0.00/0.00	c |  Number of clauses:    17000                                                |
0.02/0.03	c |  Parsing time:         0.03         s                                       |
0.02/0.03	c |  Timeout:              43200 s
0.02/0.03	c |  Random Seed:          1529040648.000000
0.02/0.03	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.02/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.02/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.02/0.03	c |                                                                             |
0.49/0.53	c ============================[ Search Statistics ]==============================
0.49/0.53	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.53	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.53	c ===============================================================================
0.49/0.53	c |         0 |     200    17000   119000 |     5666        0    nan |  0.000 % |
0.49/0.59	c |       101 |     200    17000   119000 |     6233      101     56 |  0.003 % |
0.59/0.67	c |       251 |     200    17000   119000 |     6856      251     58 |  0.003 % |
0.69/0.74	c |       477 |     200    17000   119000 |     7542      477     57 |  0.003 % |
0.79/0.83	c |       814 |     200    17000   119000 |     8296      814     58 |  0.003 % |
0.89/0.93	c |      1320 |     200    17000   119000 |     9126     1320     58 |  0.003 % |
0.99/1.05	c |      2081 |     200    17000   119000 |    10038     2081     59 |  0.003 % |
1.19/1.22	c |      3221 |     200    17000   119000 |    11042     3221     59 |  0.003 % |
1.39/1.46	c |      4929 |     200    17000   119000 |    12147     4929     59 |  0.003 % |
1.79/1.84	c |      7491 |     200    17000   119000 |    13361     7491     58 |  0.003 % |
2.49/2.51	c |     11335 |     200    17000   119000 |    14697    11335     58 |  0.003 % |
3.59/3.65	c |     17102 |     200    17000   119000 |    16167     9704     59 |  0.003 % |
5.29/5.31	c |     25751 |     200    17000   119000 |    17784    10223     59 |  0.003 % |
8.09/8.11	c |     38725 |     200    17000   119000 |    19562    14258     58 |  0.003 % |
12.98/13.00	c |     58187 |     200    17000   119000 |    21519    14067     59 |  0.003 % |
20.89/20.97	c |     87379 |     200    17000   119000 |    23671    10852     58 |  0.003 % |
33.48/33.57	c |    131168 |     200    17000   119000 |    26038    18281     58 |  0.003 % |
53.27/53.37	c |    196852 |     200    17000   119000 |    28641    13994     55 |  0.003 % |
84.56/84.60	c |    295378 |     200    17000   119000 |    31506    13265     57 |  0.003 % |
134.74/134.80	c |    443167 |     200    17000   119000 |    34656    26778     60 |  0.003 % |
218.51/218.60	c |    664850 |     200    17000   119000 |    38122    27759     59 |  0.003 % |
353.37/353.55	c |    997376 |     200    17000   119000 |    41934    33498     59 |  0.003 % |
558.39/558.66	c |   1496164 |     200    17000   119000 |    46128    15321     57 |  0.003 % |
895.87/896.22	c |   2244346 |     200    17000   119000 |    50741    41533     61 |  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-1513275-1238214962/watcher-1513275-1238214962 -o /tmp/evaluation-result-1513275-1238214962/solver-1513275-1238214962 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1529040648 HOME/instance-1513275-1238214962.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.01 1.03 0.96 3/64 7585
/proc/meminfo: memFree=1159992/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=2412 CPUtime=0
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 328 0 0 0 0 0 0 0 18 0 1 0 1094163019 2469888 313 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 603 314 87 221 0 379 0

[startup+0.0345921 s]
/proc/loadavg: 1.01 1.03 0.96 3/64 7585
/proc/meminfo: memFree=1159992/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=6268 CPUtime=0.02
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 1259 0 0 0 2 0 0 0 18 0 1 0 1094163019 6418432 1244 1992294400 4194304 5102648 548682068800 18446744073709551615 4515755 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 1567 1244 87 221 0 1343 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6268

[startup+0.101603 s]
/proc/loadavg: 1.01 1.03 0.96 3/64 7585
/proc/meminfo: memFree=1159992/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=6264 CPUtime=0.09
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 1279 0 0 0 9 0 0 0 18 0 1 0 1094163019 6414336 1264 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 1566 1264 98 221 0 1342 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6264

[startup+0.301637 s]
/proc/loadavg: 1.01 1.03 0.96 3/64 7585
/proc/meminfo: memFree=1159992/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=6444 CPUtime=0.29
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 1312 0 0 0 29 0 0 0 19 0 1 0 1094163019 6598656 1297 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 1611 1297 98 221 0 1387 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6444

[startup+0.701708 s]
/proc/loadavg: 1.01 1.03 0.96 3/64 7585
/proc/meminfo: memFree=1159992/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=6120 CPUtime=0.69
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 1324 0 0 0 69 0 0 0 22 0 1 0 1094163019 6266880 1242 1992294400 4194304 5102648 548682068800 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 1530 1242 110 221 0 1306 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6120

[startup+1.50185 s]
/proc/loadavg: 1.01 1.03 0.96 2/65 7586
/proc/meminfo: memFree=1155184/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=6252 CPUtime=1.49
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 1365 0 0 0 149 0 0 0 25 0 1 0 1094163019 6402048 1283 1992294400 4194304 5102648 548682068800 18446744073709551615 4213880 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 1563 1283 110 221 0 1339 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6252

[startup+3.10113 s]
/proc/loadavg: 1.01 1.03 0.96 2/65 7586
/proc/meminfo: memFree=1153968/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=8988 CPUtime=3.09
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 2041 0 0 0 308 1 0 0 25 0 1 0 1094163019 9203712 1959 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 2247 1959 110 221 0 2023 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8988

[startup+6.30169 s]
/proc/loadavg: 1.01 1.03 0.96 2/65 7586
/proc/meminfo: memFree=1151472/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=9804 CPUtime=6.29
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 2262 0 0 0 628 1 0 0 25 0 1 0 1094163019 10039296 2180 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 2451 2180 110 221 0 2227 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9804

[startup+12.7018 s]
/proc/loadavg: 1.01 1.03 0.96 2/65 7586
/proc/meminfo: memFree=1149744/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=11588 CPUtime=12.68
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 2677 0 0 0 1267 1 0 0 25 0 1 0 1094163019 11866112 2595 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 2897 2595 110 221 0 2673 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11588

[startup+25.5011 s]
/proc/loadavg: 1.00 1.03 0.96 2/65 7586
/proc/meminfo: memFree=1147952/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=13380 CPUtime=25.48
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 3121 0 0 0 2546 2 0 0 25 0 1 0 1094163019 13701120 3039 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 3345 3039 110 221 0 3121 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13380

[startup+51.1015 s]
/proc/loadavg: 1.00 1.02 0.96 2/65 7586
/proc/meminfo: memFree=1146096/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=15296 CPUtime=51.07
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 3583 0 0 0 5105 2 0 0 25 0 1 0 1094163019 15663104 3501 1992294400 4194304 5102648 548682068800 18446744073709551615 4249972 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 3824 3501 110 221 0 3600 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15296

[startup+102.306 s]
/proc/loadavg: 1.00 1.02 0.96 2/65 7586
/proc/meminfo: memFree=1143088/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=18428 CPUtime=102.26
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 4342 0 0 0 10222 4 0 0 25 0 1 0 1094163019 18870272 4260 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 4607 4260 110 221 0 4383 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 18428

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 0.96 2/65 7586
/proc/meminfo: memFree=1140976/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=20804 CPUtime=162.23
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 4863 0 0 0 16219 4 0 0 25 0 1 0 1094163019 21303296 4781 1992294400 4194304 5102648 548682068800 18446744073709551615 4491064 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 5201 4781 110 221 0 4977 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 20804

[startup+222.302 s]
/proc/loadavg: 1.03 1.02 0.96 2/65 7586
/proc/meminfo: memFree=1139440/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=22348 CPUtime=222.22
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 5266 0 0 0 22217 5 0 0 25 0 1 0 1094163019 22884352 5184 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 5587 5184 110 221 0 5363 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 22348

[startup+282.301 s]
/proc/loadavg: 1.01 1.02 0.96 2/65 7588
/proc/meminfo: memFree=1137904/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=23876 CPUtime=282.19
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 5609 0 0 0 28214 5 0 0 25 0 1 0 1094163019 24449024 5527 1992294400 4194304 5102648 548682068800 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 5969 5527 110 221 0 5745 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 23876

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 0.96 2/65 7588
/proc/meminfo: memFree=1137136/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=24584 CPUtime=342.17
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 5794 0 0 0 34212 5 0 0 25 0 1 0 1094163019 25174016 5712 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 6146 5712 110 221 0 5922 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 24584

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 0.96 2/65 7588
/proc/meminfo: memFree=1135280/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=26936 CPUtime=402.15
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 6262 0 0 0 40210 5 0 0 25 0 1 0 1094163019 27582464 6180 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 6734 6180 110 221 0 6510 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 26936

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 7588
/proc/meminfo: memFree=1134704/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=27420 CPUtime=462.12
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 6402 0 0 0 46207 5 0 0 25 0 1 0 1094163019 28078080 6320 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 6855 6320 110 221 0 6631 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 27420

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 7588
/proc/meminfo: memFree=1134448/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=27784 CPUtime=522.1
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 6463 0 0 0 52205 5 0 0 25 0 1 0 1094163019 28450816 6381 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 6946 6381 110 221 0 6722 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 27784

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 7588
/proc/meminfo: memFree=1132784/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=29536 CPUtime=582.09
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 6873 0 0 0 58203 6 0 0 25 0 1 0 1094163019 30244864 6791 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 7384 6791 110 221 0 7160 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 29536

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 7588
/proc/meminfo: memFree=1131440/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=30900 CPUtime=642.07
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 7208 0 0 0 64201 6 0 0 25 0 1 0 1094163019 31641600 7126 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 7725 7126 110 221 0 7501 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 30900

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 7588
/proc/meminfo: memFree=1130736/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=31636 CPUtime=702.04
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 7386 0 0 0 70198 6 0 0 25 0 1 0 1094163019 32395264 7304 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 7909 7304 110 221 0 7685 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 31636

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 7588
/proc/meminfo: memFree=1130480/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=31968 CPUtime=762.02
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 7448 0 0 0 76196 6 0 0 25 0 1 0 1094163019 32735232 7366 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 7992 7366 110 221 0 7768 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 31968

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 7588
/proc/meminfo: memFree=1130032/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=32536 CPUtime=822
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 7559 0 0 0 82194 6 0 0 25 0 1 0 1094163019 33316864 7477 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 8134 7477 110 221 0 7910 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 32536

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 7588
/proc/meminfo: memFree=1129968/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=32676 CPUtime=881.97
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 7585 0 0 0 88191 6 0 0 25 0 1 0 1094163019 33460224 7503 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 8169 7503 110 221 0 7945 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 32676

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 7588
/proc/meminfo: memFree=1127920/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=34680 CPUtime=941.96
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 8081 0 0 0 94189 7 0 0 25 0 1 0 1094163019 35512320 7999 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 8670 7999 110 221 0 8446 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 34680

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 7588
/proc/meminfo: memFree=1127152/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=35652 CPUtime=1001.94
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 8257 0 0 0 100187 7 0 0 25 0 1 0 1094163019 36507648 8175 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 8913 8175 110 221 0 8689 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 35652

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 7588
/proc/meminfo: memFree=1126704/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=36080 CPUtime=1061.92
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 8370 0 0 0 106185 7 0 0 25 0 1 0 1094163019 36945920 8288 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 9020 8288 110 221 0 8796 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 36080

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 7588
/proc/meminfo: memFree=1126320/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=36504 CPUtime=1121.89
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 8472 0 0 0 112182 7 0 0 25 0 1 0 1094163019 37380096 8390 1992294400 4194304 5102648 548682068800 18446744073709551615 4249856 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 9126 8390 110 221 0 8902 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 36504

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 7588
/proc/meminfo: memFree=1125680/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=37168 CPUtime=1181.87
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 8613 0 0 0 118180 7 0 0 25 0 1 0 1094163019 38060032 8531 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 9292 8531 110 221 0 9068 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 37168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 7588
/proc/meminfo: memFree=1125680/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=37168 CPUtime=1200.07
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 8613 0 0 0 120000 7 0 0 25 0 1 0 1094163019 38060032 8531 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 9292 8531 110 221 0 9068 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 37168

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 7588
/proc/meminfo: memFree=1125680/2055920 swapFree=4174136/4192956
[pid=7585] ppid=7583 vsize=37168 CPUtime=1200.07
/proc/7585/stat : 7585 (varsat-crafted_) R 7583 7585 6810 0 -1 4194304 8613 0 0 0 120000 7 0 0 25 0 1 0 1094163019 38060032 8531 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7585/statm: 9292 8531 110 221 0 9068 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 37168

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1200
CPU system time (s): 0.081987
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 37168

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

runsolver used 0.78488 second user time and 2.6236 second system time

The end

Launcher Data

Begin job on node4 at 2009-03-28 05:36:02
IDJOB=1513275
IDBENCH=70249
IDSOLVER=537
FILE ID=node4/1513275-1238214962
PBS_JOBID= 9060560
Free space on /tmp= 65244 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/200/unif-k7-r85-v200-c17000-S1136894336-075.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513275-1238214962/watcher-1513275-1238214962 -o /tmp/evaluation-result-1513275-1238214962/solver-1513275-1238214962 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1529040648 HOME/instance-1513275-1238214962.cnf

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

MD5SUM BENCH= 95130954abd8400708fa3e3db5d60039
RANDOM SEED=1529040648

node4.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.277
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.277
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:       1160472 kB
Buffers:         76700 kB
Cached:         722428 kB
SwapCached:      12656 kB
Active:         124716 kB
Inactive:       688524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1160472 kB
SwapTotal:     4192956 kB
SwapFree:      4174136 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          19756 kB
Slab:            68200 kB
Committed_AS:  2737692 kB
PageTables:       1480 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= 65244 MiB
End job on node4 at 2009-03-28 05:56:05