Trace number 1513683

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S1085378176-050.cnf
MD5SUM948d32b8ee8265dc795865cb56b9a64b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.5541
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
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 511900

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  140                                                  |
0.00/0.00	c |  Number of clauses:    11900                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          742344180.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.02	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.02	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.02	c |                                                                             |
0.29/0.34	c ============================[ Search Statistics ]==============================
0.29/0.34	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.34	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.34	c ===============================================================================
0.29/0.34	c |         0 |     140    11900    83300 |     3966        0    nan |  0.000 % |
0.29/0.39	c |       100 |     140    11900    83300 |     4363      100     42 |  0.005 % |
0.39/0.45	c |       250 |     140    11900    83300 |     4799      250     42 |  0.005 % |
0.49/0.50	c |       475 |     140    11900    83300 |     5279      475     43 |  0.005 % |
0.49/0.56	c |       812 |     140    11900    83300 |     5807      812     43 |  0.005 % |
0.59/0.64	c |      1319 |     140    11900    83300 |     6388     1319     43 |  0.005 % |
0.69/0.73	c |      2078 |     140    11900    83300 |     7027     2078     43 |  0.005 % |
0.79/0.86	c |      3217 |     140    11900    83300 |     7729     3217     43 |  0.005 % |
1.00/1.07	c |      4926 |     140    11900    83300 |     8502     4926     44 |  0.005 % |
1.29/1.39	c |      7488 |     140    11900    83300 |     9353     7488     44 |  0.005 % |
1.79/1.89	c |     11333 |     140    11900    83300 |    10288     6622     44 |  0.005 % |
2.59/2.69	c |     17100 |     140    11900    83300 |    11317     7211     44 |  0.005 % |
3.89/3.94	c |     25749 |     140    11900    83300 |    12449    10170     42 |  0.005 % |
5.89/5.93	c |     38723 |     140    11900    83300 |    13694    10632     43 |  0.005 % |
8.99/9.00	c |     58184 |     140    11900    83300 |    15063     9450     43 |  0.005 % |
13.78/13.80	c |     87376 |     140    11900    83300 |    16569     8385     43 |  0.005 % |
21.88/21.91	c |    131168 |     140    11900    83300 |    18226    10586     42 |  0.005 % |
34.98/35.03	c |    196852 |     140    11900    83300 |    20049    12245     44 |  0.005 % |
56.67/56.70	c |    295378 |     140    11900    83300 |    22054    10212     44 |  0.005 % |
90.26/90.31	c |    443168 |     140    11900    83300 |    24259    14233     43 |  0.005 % |
146.55/146.64	c |    664851 |     140    11900    83300 |    26685    13710     44 |  0.005 % |
235.62/235.75	c |    997376 |     140    11900    83300 |    29354    13419     43 |  0.005 % |
377.79/377.93	c |   1496164 |     140    11900    83300 |    32289    18841     44 |  0.005 % |
609.52/609.73	c |   2244346 |     140    11900    83300 |    35518    15567     43 |  0.005 % |
973.42/973.73	c |   3366624 |     140    11900    83300 |    39070    26387     43 |  0.005 % |

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-1513683-1238220970/watcher-1513683-1238220970 -o /tmp/evaluation-result-1513683-1238220970/solver-1513683-1238220970 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=742344180 HOME/instance-1513683-1238220970.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.85 0.97 0.94 3/64 14624
/proc/meminfo: memFree=999800/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=2544 CPUtime=0
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 296 0 0 0 0 0 0 0 18 0 1 0 1094759491 2605056 281 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 636 282 87 221 0 412 0

[startup+0.0399919 s]
/proc/loadavg: 0.85 0.97 0.94 3/64 14624
/proc/meminfo: memFree=999800/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=4912 CPUtime=0.03
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 926 0 0 0 3 0 0 0 18 0 1 0 1094759491 5029888 911 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 1228 911 98 221 0 1004 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4912

[startup+0.101997 s]
/proc/loadavg: 0.85 0.97 0.94 3/64 14624
/proc/meminfo: memFree=999800/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=4912 CPUtime=0.09
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 926 0 0 0 9 0 0 0 18 0 1 0 1094759491 5029888 911 1992294400 4194304 5102648 548682068800 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 1228 911 98 221 0 1004 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4912

[startup+0.302019 s]
/proc/loadavg: 0.85 0.97 0.94 3/64 14624
/proc/meminfo: memFree=999800/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=5128 CPUtime=0.29
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 973 0 0 0 29 0 0 0 19 0 1 0 1094759491 5251072 958 1992294400 4194304 5102648 548682068800 18446744073709551615 4273038 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 1282 958 98 221 0 1058 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5128

[startup+0.701061 s]
/proc/loadavg: 0.85 0.97 0.94 3/64 14624
/proc/meminfo: memFree=999800/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=4912 CPUtime=0.69
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 986 0 0 0 69 0 0 0 22 0 1 0 1094759491 5029888 924 1992294400 4194304 5102648 548682068800 18446744073709551615 4249972 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 1228 924 110 221 0 1004 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4912

[startup+1.50115 s]
/proc/loadavg: 0.85 0.97 0.94 2/65 14625
/proc/meminfo: memFree=996336/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=5836 CPUtime=1.49
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 1219 0 0 0 149 0 0 0 25 0 1 0 1094759491 5976064 1157 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 1459 1157 110 221 0 1235 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5836

[startup+3.10132 s]
/proc/loadavg: 0.85 0.97 0.94 2/65 14625
/proc/meminfo: memFree=995056/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=6628 CPUtime=3.09
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 1405 0 0 0 309 0 0 0 25 0 1 0 1094759491 6787072 1343 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 1657 1343 110 221 0 1433 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6628

[startup+6.30166 s]
/proc/loadavg: 0.86 0.97 0.94 2/65 14625
/proc/meminfo: memFree=993840/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=7712 CPUtime=6.29
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 1653 0 0 0 629 0 0 0 25 0 1 0 1094759491 7897088 1591 1992294400 4194304 5102648 548682068800 18446744073709551615 4249972 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 1928 1591 110 221 0 1704 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7712

[startup+12.7013 s]
/proc/loadavg: 0.87 0.97 0.94 2/65 14625
/proc/meminfo: memFree=992512/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=8852 CPUtime=12.68
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 1934 0 0 0 1268 0 0 0 25 0 1 0 1094759491 9064448 1872 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 2213 1872 110 221 0 1989 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8852

[startup+25.5017 s]
/proc/loadavg: 0.90 0.97 0.94 2/65 14625
/proc/meminfo: memFree=991040/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=10360 CPUtime=25.49
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 2300 0 0 0 2548 1 0 0 25 0 1 0 1094759491 10608640 2238 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 2590 2238 110 221 0 2366 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10360

[startup+51.1014 s]
/proc/loadavg: 0.93 0.97 0.94 2/65 14625
/proc/meminfo: memFree=989376/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=12128 CPUtime=51.08
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 2698 0 0 0 5107 1 0 0 25 0 1 0 1094759491 12419072 2636 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 3032 2636 110 221 0 2808 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 12128

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.94 2/65 14625
/proc/meminfo: memFree=987072/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=14632 CPUtime=102.27
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 3277 0 0 0 10225 2 0 0 25 0 1 0 1094759491 14983168 3215 1992294400 4194304 5102648 548682068800 18446744073709551615 4249871 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 3658 3215 110 221 0 3434 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 14632

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 14625
/proc/meminfo: memFree=985664/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=16036 CPUtime=162.24
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 3631 0 0 0 16222 2 0 0 25 0 1 0 1094759491 16420864 3569 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 4009 3569 110 221 0 3785 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 16036

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 14625
/proc/meminfo: memFree=984704/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=17120 CPUtime=222.23
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 3849 0 0 0 22220 3 0 0 25 0 1 0 1094759491 17530880 3787 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 4280 3787 110 221 0 4056 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 17120

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 14625
/proc/meminfo: memFree=983488/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=18612 CPUtime=282.21
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 4170 0 0 0 28218 3 0 0 25 0 1 0 1094759491 19058688 4108 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 4653 4108 110 221 0 4429 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 18612

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 14625
/proc/meminfo: memFree=982912/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=19092 CPUtime=342.2
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 4291 0 0 0 34216 4 0 0 25 0 1 0 1094759491 19550208 4229 1992294400 4194304 5102648 548682068800 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 4773 4229 110 221 0 4549 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 19092

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 14625
/proc/meminfo: memFree=981824/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=20168 CPUtime=402.17
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 4553 0 0 0 40213 4 0 0 25 0 1 0 1094759491 20652032 4491 1992294400 4194304 5102648 548682068800 18446744073709551615 4249799 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 5042 4491 110 221 0 4818 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 20168

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 14625
/proc/meminfo: memFree=981312/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=20676 CPUtime=462.16
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 4693 0 0 0 46212 4 0 0 25 0 1 0 1094759491 21172224 4631 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 5169 4631 110 221 0 4945 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 20676

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 14625
/proc/meminfo: memFree=980736/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=21400 CPUtime=522.14
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 4830 0 0 0 52209 5 0 0 25 0 1 0 1094759491 21913600 4768 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 5350 4768 110 221 0 5126 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 21400

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 14625
/proc/meminfo: memFree=980352/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=21972 CPUtime=582.12
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 4932 0 0 0 58207 5 0 0 25 0 1 0 1094759491 22499328 4870 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 5493 4870 110 221 0 5269 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 21972

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 14625
/proc/meminfo: memFree=979136/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=22996 CPUtime=642.11
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 5220 0 0 0 64206 5 0 0 25 0 1 0 1094759491 23547904 5158 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 5749 5158 110 221 0 5525 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 22996

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 14625
/proc/meminfo: memFree=978368/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=23828 CPUtime=702.09
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 5408 0 0 0 70203 6 0 0 25 0 1 0 1094759491 24399872 5346 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 5957 5346 110 221 0 5733 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 23828

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 14625
/proc/meminfo: memFree=977792/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=24728 CPUtime=762.07
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 5562 0 0 0 76201 6 0 0 25 0 1 0 1094759491 25321472 5500 1992294400 4194304 5102648 548682068800 18446744073709551615 4249805 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 6182 5500 110 221 0 5958 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 24728

[startup+822.303 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 14625
/proc/meminfo: memFree=977344/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=25204 CPUtime=822.05
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 5671 0 0 0 82199 6 0 0 25 0 1 0 1094759491 25808896 5609 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 6301 5609 110 221 0 6077 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 25204

[startup+882.302 s]
/proc/loadavg: 1.04 0.99 0.95 2/65 14625
/proc/meminfo: memFree=977088/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=25488 CPUtime=882.03
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 5738 0 0 0 88197 6 0 0 25 0 1 0 1094759491 26099712 5676 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 6372 5676 110 221 0 6148 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 25488

[startup+942.303 s]
/proc/loadavg: 1.06 1.00 0.95 2/65 14625
/proc/meminfo: memFree=977024/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=25488 CPUtime=942.03
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 5749 0 0 0 94196 7 0 0 25 0 1 0 1094759491 26099712 5687 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 6372 5687 110 221 0 6148 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 25488

[startup+1002.3 s]
/proc/loadavg: 1.06 1.01 0.96 2/65 14625
/proc/meminfo: memFree=976512/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=25988 CPUtime=1002.01
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 5882 0 0 0 100194 7 0 0 25 0 1 0 1094759491 26611712 5820 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 6497 5820 110 221 0 6273 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 25988

[startup+1062.3 s]
/proc/loadavg: 1.06 1.02 0.96 2/65 14625
/proc/meminfo: memFree=976128/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=26444 CPUtime=1061.99
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 5975 0 0 0 106192 7 0 0 25 0 1 0 1094759491 27078656 5913 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 6611 5913 110 221 0 6387 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 26444

[startup+1122.3 s]
/proc/loadavg: 1.05 1.03 0.97 2/65 14625
/proc/meminfo: memFree=975680/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=26932 CPUtime=1121.97
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 6084 0 0 0 112190 7 0 0 25 0 1 0 1094759491 27578368 6022 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 6733 6022 110 221 0 6509 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 26932

[startup+1182.3 s]
/proc/loadavg: 1.20 1.07 0.98 2/65 14625
/proc/meminfo: memFree=975488/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=27092 CPUtime=1181.95
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 6121 0 0 0 118188 7 0 0 25 0 1 0 1094759491 27742208 6059 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 6773 6059 110 221 0 6549 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 27092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.15 1.06 0.98 2/65 14625
/proc/meminfo: memFree=975424/2055920 swapFree=4178868/4192956
[pid=14624] ppid=14622 vsize=27328 CPUtime=1200.06
/proc/14624/stat : 14624 (varsat-crafted_) R 14622 14624 14587 0 -1 4194304 6151 0 0 0 119998 8 0 0 25 0 1 0 1094759491 27983872 6089 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/14624/statm: 6832 6089 110 221 0 6608 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 27328

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.07
CPU user time (s): 1199.98
CPU system time (s): 0.085986
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 27328

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

runsolver used 0.901862 second user time and 2.6236 second system time

The end

Launcher Data

Begin job on node47 at 2009-03-28 07:16:10
IDJOB=1513683
IDBENCH=70283
IDSOLVER=537
FILE ID=node47/1513683-1238220970
PBS_JOBID= 9060602
Free space on /tmp= 66260 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S1085378176-050.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513683-1238220970/watcher-1513683-1238220970 -o /tmp/evaluation-result-1513683-1238220970/solver-1513683-1238220970 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=742344180 HOME/instance-1513683-1238220970.cnf

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

MD5SUM BENCH= 948d32b8ee8265dc795865cb56b9a64b
RANDOM SEED=742344180

node47.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.216
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.216
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:       1000216 kB
Buffers:         90556 kB
Cached:         868228 kB
SwapCached:       7836 kB
Active:         214500 kB
Inactive:       754696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1000216 kB
SwapTotal:     4192956 kB
SwapFree:      4178868 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          15960 kB
Slab:            72480 kB
Committed_AS:  2912144 kB
PageTables:       1452 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= 66260 MiB
End job on node47 at 2009-03-28 07:36:12