Trace number 1516468

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-industrial 2009-03-22? (TO) 1200.08 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/65/
unif-k7-r89-v65-c5785-S1146593655-045.cnf
MD5SUM4f3aa79447d830354123007662a4d040
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.487925
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
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 55785

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  65                                                   |
0.00/0.00	c |  Number of clauses:    5785                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.00/0.01	c |  Timeout:              43200 s
0.00/0.01	c |  Random Seed:          1543502143.000000
0.00/0.01	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.01	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.01	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.01	c |                                                                             |
0.09/0.13	c ============================[ Search Statistics ]==============================
0.09/0.13	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.13	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.13	c ===============================================================================
0.09/0.13	c |         0 |      65     5785    40495 |     1928        0    nan |  0.000 % |
0.09/0.15	c |       100 |      65     5785    40495 |     2121      100     24 |  0.024 % |
0.09/0.18	c |       250 |      65     5785    40495 |     2333      250     23 |  0.024 % |
0.19/0.20	c |       478 |      65     5785    40495 |     2566      478     23 |  0.024 % |
0.19/0.23	c |       815 |      65     5785    40495 |     2823      815     23 |  0.024 % |
0.19/0.27	c |      1324 |      65     5785    40495 |     3105     1324     24 |  0.024 % |
0.29/0.32	c |      2084 |      65     5785    40495 |     3416     2084     24 |  0.024 % |
0.39/0.40	c |      3224 |      65     5785    40495 |     3757     3224     24 |  0.024 % |
0.49/0.51	c |      4933 |      65     5785    40495 |     4133     3038     23 |  0.024 % |
0.59/0.66	c |      7495 |      65     5785    40495 |     4546     3520     23 |  0.024 % |
0.79/0.89	c |     11340 |      65     5785    40495 |     5001     2787     23 |  0.024 % |
1.19/1.22	c |     17106 |      65     5785    40495 |     5501     3525     22 |  0.024 % |
1.69/1.73	c |     25758 |      65     5785    40495 |     6051     3882     23 |  0.024 % |
2.49/2.50	c |     38732 |      65     5785    40495 |     6657     4697     22 |  0.024 % |
3.69/3.73	c |     58193 |      65     5785    40495 |     7322     4102     21 |  0.024 % |
5.59/5.68	c |     87386 |      65     5785    40495 |     8055     3894     21 |  0.024 % |
8.69/8.77	c |    131176 |      65     5785    40495 |     8860     7274     21 |  0.024 % |
13.59/13.62	c |    196861 |      65     5785    40495 |     9746     6307     21 |  0.024 % |
21.18/21.20	c |    295388 |      65     5785    40495 |    10721     7104     21 |  0.024 % |
33.08/33.19	c |    443178 |      65     5785    40495 |    11793     9809     21 |  0.024 % |
52.08/52.18	c |    664861 |      65     5785    40495 |    12972     6925     20 |  0.024 % |
82.07/82.18	c |    997386 |      65     5785    40495 |    14270     7989     20 |  0.024 % |
131.36/131.44	c |   1496175 |      65     5785    40495 |    15697    13563     21 |  0.024 % |
211.83/211.93	c |   2244359 |      65     5785    40495 |    17266    14954     21 |  0.024 % |
342.50/342.62	c |   3366633 |      65     5785    40495 |    18993    13297     21 |  0.024 % |
555.54/555.72	c |   5050044 |      65     5785    40495 |    20892    13658     21 |  0.024 % |
911.74/912.09	c |   7575160 |      65     5785    40495 |    22982    18373     21 |  0.024 % |

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-1516468-1238270075/watcher-1516468-1238270075 -o /tmp/evaluation-result-1516468-1238270075/solver-1516468-1238270075 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1543502143 HOME/instance-1516468-1238270075.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.92 0.98 0.99 3/65 15093
/proc/meminfo: memFree=879480/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=2676 CPUtime=0
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 290 0 0 0 0 0 0 0 20 0 1 0 986381271 2740224 275 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 669 277 87 221 0 445 0

[startup+0.030701 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 15093
/proc/meminfo: memFree=879480/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=3624 CPUtime=0.02
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 531 0 0 0 2 0 0 0 20 0 1 0 986381271 3710976 516 1992294400 4194304 5102648 548682068784 18446744073709551615 4272872 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 906 516 98 221 0 682 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3624

[startup+0.101708 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 15093
/proc/meminfo: memFree=879480/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=3624 CPUtime=0.09
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 557 0 0 0 9 0 0 0 20 0 1 0 986381271 3710976 542 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 906 542 98 221 0 682 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3624

[startup+0.301727 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 15093
/proc/meminfo: memFree=879480/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=3624 CPUtime=0.29
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 570 0 0 0 29 0 0 0 22 0 1 0 986381271 3710976 555 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 906 555 110 221 0 682 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3624

[startup+0.701763 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 15093
/proc/meminfo: memFree=879480/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=3912 CPUtime=0.69
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 612 0 0 0 69 0 0 0 25 0 1 0 986381271 4005888 597 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 978 597 110 221 0 754 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3912

[startup+1.50284 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 15094
/proc/meminfo: memFree=877360/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=4176 CPUtime=1.49
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 704 0 0 0 149 0 0 0 25 0 1 0 986381271 4276224 689 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 1044 689 110 221 0 820 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4176

[startup+3.10199 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 15094
/proc/meminfo: memFree=876784/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=4588 CPUtime=3.09
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 802 0 0 0 309 0 0 0 25 0 1 0 986381271 4698112 787 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 1147 787 110 221 0 923 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4588

[startup+6.30129 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 15094
/proc/meminfo: memFree=876208/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=5152 CPUtime=6.29
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 922 0 0 0 629 0 0 0 25 0 1 0 986381271 5275648 907 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 1288 907 110 221 0 1064 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5152

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 15094
/proc/meminfo: memFree=875504/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=5644 CPUtime=12.69
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 1042 0 0 0 1269 0 0 0 25 0 1 0 986381271 5779456 1027 1992294400 4194304 5102648 548682068784 18446744073709551615 4249926 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 1411 1027 110 221 0 1187 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5644

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 15094
/proc/meminfo: memFree=874736/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=6536 CPUtime=25.48
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 1245 0 0 0 2548 0 0 0 25 0 1 0 986381271 6692864 1230 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 1634 1230 110 221 0 1410 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6536

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 15094
/proc/meminfo: memFree=873904/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=7316 CPUtime=51.08
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 1438 0 0 0 5108 0 0 0 25 0 1 0 986381271 7491584 1423 1992294400 4194304 5102648 548682068784 18446744073709551615 4225758 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 1829 1423 110 221 0 1605 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7316

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 15094
/proc/meminfo: memFree=872624/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=8704 CPUtime=102.27
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 1747 0 0 0 10226 1 0 0 25 0 1 0 986381271 8912896 1732 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 2176 1732 110 221 0 1952 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 8704

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15094
/proc/meminfo: memFree=871792/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=9464 CPUtime=162.25
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 1946 0 0 0 16224 1 0 0 25 0 1 0 986381271 9691136 1931 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 2366 1931 110 221 0 2142 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 9464

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15094
/proc/meminfo: memFree=871152/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=10192 CPUtime=222.23
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 2093 0 0 0 22222 1 0 0 25 0 1 0 986381271 10436608 2078 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 2548 2078 110 221 0 2324 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 10192

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15094
/proc/meminfo: memFree=870704/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=10572 CPUtime=282.21
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 2193 0 0 0 28220 1 0 0 25 0 1 0 986381271 10825728 2178 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 2643 2178 110 221 0 2419 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 10572

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15094
/proc/meminfo: memFree=870320/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=11108 CPUtime=342.2
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 2297 0 0 0 34219 1 0 0 25 0 1 0 986381271 11374592 2282 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 2777 2282 110 221 0 2553 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 11108

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15100
/proc/meminfo: memFree=869744/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=11748 CPUtime=402.18
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 2417 0 0 0 40217 1 0 0 25 0 1 0 986381271 12029952 2402 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 2937 2402 110 221 0 2713 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 11748

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15100
/proc/meminfo: memFree=869424/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=11940 CPUtime=462.17
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 2491 0 0 0 46215 2 0 0 25 0 1 0 986381271 12226560 2476 1992294400 4194304 5102648 548682068784 18446744073709551615 4249901 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 2985 2476 110 221 0 2761 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 11940

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15100
/proc/meminfo: memFree=869232/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=12508 CPUtime=522.15
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 2589 0 0 0 52213 2 0 0 25 0 1 0 986381271 12808192 2574 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 3127 2574 110 221 0 2903 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 12508

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15100
/proc/meminfo: memFree=868592/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=13076 CPUtime=582.13
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 2728 0 0 0 58211 2 0 0 25 0 1 0 986381271 13389824 2713 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 3269 2713 110 221 0 3045 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 13076

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15100
/proc/meminfo: memFree=868336/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=13264 CPUtime=642.12
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 2801 0 0 0 64210 2 0 0 25 0 1 0 986381271 13582336 2786 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 3316 2786 110 221 0 3092 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 13264

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15100
/proc/meminfo: memFree=868272/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=13264 CPUtime=702.1
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 2812 0 0 0 70208 2 0 0 25 0 1 0 986381271 13582336 2797 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 3316 2797 110 221 0 3092 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 13264

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15100
/proc/meminfo: memFree=868016/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=13456 CPUtime=762.09
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 2862 0 0 0 76207 2 0 0 25 0 1 0 986381271 13778944 2847 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 3364 2847 110 221 0 3140 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 13456

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15100
/proc/meminfo: memFree=867760/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=13644 CPUtime=822.07
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 2909 0 0 0 82205 2 0 0 25 0 1 0 986381271 13971456 2894 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 3411 2894 110 221 0 3187 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 13644

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15100
/proc/meminfo: memFree=867568/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=14024 CPUtime=882.05
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 2969 0 0 0 88203 2 0 0 25 0 1 0 986381271 14360576 2954 1992294400 4194304 5102648 548682068784 18446744073709551615 4249989 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 3506 2954 110 221 0 3282 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 14024

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15100
/proc/meminfo: memFree=867440/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=14024 CPUtime=942.03
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 2986 0 0 0 94201 2 0 0 25 0 1 0 986381271 14360576 2971 1992294400 4194304 5102648 548682068784 18446744073709551615 4255508 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 3506 2971 110 221 0 3282 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 14024

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15100
/proc/meminfo: memFree=867248/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=14312 CPUtime=1002.02
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 3048 0 0 0 100200 2 0 0 25 0 1 0 986381271 14655488 3033 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 3578 3033 110 221 0 3354 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 14312

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15100
/proc/meminfo: memFree=866992/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=14456 CPUtime=1062
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 3087 0 0 0 106198 2 0 0 25 0 1 0 986381271 14802944 3072 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 3614 3072 110 221 0 3390 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 14456

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15100
/proc/meminfo: memFree=866992/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=14456 CPUtime=1121.98
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 3097 0 0 0 112196 2 0 0 25 0 1 0 986381271 14802944 3082 1992294400 4194304 5102648 548682068784 18446744073709551615 4225395 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 3614 3082 110 221 0 3390 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 14456

[startup+1182.3 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 15100
/proc/meminfo: memFree=866864/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=14600 CPUtime=1181.97
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 3127 0 0 0 118195 2 0 0 25 0 1 0 986381271 14950400 3112 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 3650 3112 110 221 0 3426 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 14600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 15100
/proc/meminfo: memFree=866800/2055920 swapFree=4176856/4192956
[pid=15093] ppid=15091 vsize=14600 CPUtime=1200.06
/proc/15093/stat : 15093 (varsat-industri) R 15091 15093 14998 0 -1 4194304 3129 0 0 0 120004 2 0 0 25 0 1 0 986381271 14950400 3114 1992294400 4194304 5102648 548682068784 18446744073709551615 4250281 0 0 4096 3 0 0 0 17 1 0 0
/proc/15093/statm: 3650 3114 110 221 0 3426 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 14600

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.08
CPU user time (s): 1200.05
CPU system time (s): 0.029995
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 14600

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

runsolver used 1.35379 second user time and 3.01254 second system time

The end

Launcher Data

Begin job on node8 at 2009-03-28 20:54:36
IDJOB=1516468
IDBENCH=70515
IDSOLVER=538
FILE ID=node8/1516468-1238270075
PBS_JOBID= 9060862
Free space on /tmp= 64044 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/65/unif-k7-r89-v65-c5785-S1146593655-045.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516468-1238270075/watcher-1516468-1238270075 -o /tmp/evaluation-result-1516468-1238270075/solver-1516468-1238270075 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1543502143 HOME/instance-1516468-1238270075.cnf

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

MD5SUM BENCH= 4f3aa79447d830354123007662a4d040
RANDOM SEED=1543502143

node8.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.232
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.232
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:        879960 kB
Buffers:         91660 kB
Cached:         985368 kB
SwapCached:       9204 kB
Active:         106908 kB
Inactive:       980732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        879960 kB
SwapTotal:     4192956 kB
SwapFree:      4176856 kB
Dirty:            1160 kB
Writeback:           0 kB
Mapped:          16316 kB
Slab:            74164 kB
Committed_AS:  2567640 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 64044 MiB
End job on node8 at 2009-03-28 21:14:38