Trace number 1516480

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.09 1200.51

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/65/
unif-k7-r89-v65-c5785-S432895007-058.cnf
MD5SUMb337f0a085d20c5033cb313ec673bed5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.86241
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:          1603117288.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.14	c ============================[ Search Statistics ]==============================
0.09/0.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.14	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.14	c ===============================================================================
0.09/0.14	c |         0 |      65     5785    40495 |     1928        0    nan |  0.000 % |
0.09/0.17	c |       100 |      65     5785    40495 |     2121      100     23 |  0.024 % |
0.09/0.19	c |       250 |      65     5785    40495 |     2333      250     23 |  0.024 % |
0.19/0.22	c |       476 |      65     5785    40495 |     2566      476     23 |  0.024 % |
0.19/0.25	c |       813 |      65     5785    40495 |     2823      813     22 |  0.024 % |
0.29/0.30	c |      1321 |      65     5785    40495 |     3105     1321     23 |  0.024 % |
0.29/0.35	c |      2080 |      65     5785    40495 |     3416     2080     23 |  0.024 % |
0.39/0.44	c |      3220 |      65     5785    40495 |     3757     3220     22 |  0.024 % |
0.49/0.55	c |      4928 |      65     5785    40495 |     4133     3034     22 |  0.024 % |
0.69/0.72	c |      7492 |      65     5785    40495 |     4546     3519     23 |  0.024 % |
0.89/0.97	c |     11336 |      65     5785    40495 |     5001     2791     22 |  0.024 % |
1.29/1.34	c |     17102 |      65     5785    40495 |     5501     3527     22 |  0.024 % |
1.89/1.90	c |     25751 |      65     5785    40495 |     6051     3879     22 |  0.024 % |
2.69/2.76	c |     38725 |      65     5785    40495 |     6657     4691     21 |  0.024 % |
4.09/4.10	c |     58186 |      65     5785    40495 |     7322     4098     21 |  0.024 % |
6.19/6.22	c |     87378 |      65     5785    40495 |     8055     3899     21 |  0.024 % |
9.48/9.51	c |    131170 |      65     5785    40495 |     8860     7281     22 |  0.024 % |
14.79/14.81	c |    196854 |      65     5785    40495 |     9746     6298     22 |  0.024 % |
23.09/23.14	c |    295380 |      65     5785    40495 |    10721     7111     20 |  0.024 % |
36.18/36.22	c |    443169 |      65     5785    40495 |    11793     9818     21 |  0.024 % |
56.87/56.91	c |    664852 |      65     5785    40495 |    12972     6956     21 |  0.024 % |
89.96/90.03	c |    997377 |      65     5785    40495 |    14270     8055     21 |  0.024 % |
143.95/144.02	c |   1496165 |      65     5785    40495 |    15697    13667     20 |  0.024 % |
230.70/230.82	c |   2244349 |      65     5785    40495 |    17266    15038     21 |  0.024 % |
370.57/370.77	c |   3366623 |      65     5785    40495 |    18993    13463     20 |  0.024 % |
605.28/605.59	c |   5050035 |      65     5785    40495 |    20892    13861     20 |  0.024 % |
988.95/989.35	c |   7575154 |      65     5785    40495 |    22982    18653     20 |  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-1516480-1238270276/watcher-1516480-1238270276 -o /tmp/evaluation-result-1516480-1238270276/solver-1516480-1238270276 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1603117288 HOME/instance-1516480-1238270276.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.99 0.97 0.98 3/64 26122
/proc/meminfo: memFree=1361392/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=2544 CPUtime=0
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 1099694260 2605056 254 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 636 255 87 221 0 412 0

[startup+0.0271371 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 26122
/proc/meminfo: memFree=1361392/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=3552 CPUtime=0.02
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 522 0 0 0 2 0 0 0 18 0 1 0 1099694260 3637248 507 1992294400 4194304 5102648 548682068784 18446744073709551615 4273052 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 888 507 98 221 0 664 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3552

[startup+0.101151 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 26122
/proc/meminfo: memFree=1361392/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=3552 CPUtime=0.09
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 533 0 0 0 9 0 0 0 18 0 1 0 1099694260 3637248 518 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 888 518 98 221 0 664 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3552

[startup+0.301189 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 26122
/proc/meminfo: memFree=1361392/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=3552 CPUtime=0.29
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 546 0 0 0 29 0 0 0 19 0 1 0 1099694260 3637248 531 1992294400 4194304 5102648 548682068784 18446744073709551615 4249750 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 888 531 110 221 0 664 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3552

[startup+0.701266 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 26122
/proc/meminfo: memFree=1361392/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=3820 CPUtime=0.69
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 594 0 0 0 69 0 0 0 22 0 1 0 1099694260 3911680 579 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 955 579 110 221 0 731 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3820

[startup+1.50142 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26123
/proc/meminfo: memFree=1359272/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=4268 CPUtime=1.49
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 696 0 0 0 149 0 0 0 25 0 1 0 1099694260 4370432 681 1992294400 4194304 5102648 548682068784 18446744073709551615 4249077 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 1067 681 110 221 0 843 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4268

[startup+3.10173 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26123
/proc/meminfo: memFree=1358760/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=4540 CPUtime=3.09
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 790 0 0 0 309 0 0 0 25 0 1 0 1099694260 4648960 775 1992294400 4194304 5102648 548682068784 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 1135 775 110 221 0 911 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4540

[startup+6.30134 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26123
/proc/meminfo: memFree=1358120/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=5068 CPUtime=6.29
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 891 0 0 0 629 0 0 0 25 0 1 0 1099694260 5189632 876 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 1267 876 110 221 0 1043 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5068

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26123
/proc/meminfo: memFree=1357352/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=5708 CPUtime=12.68
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 1051 0 0 0 1268 0 0 0 25 0 1 0 1099694260 5844992 1036 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 1427 1036 110 221 0 1203 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5708

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26123
/proc/meminfo: memFree=1356648/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=6448 CPUtime=25.48
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 1218 0 0 0 2547 1 0 0 25 0 1 0 1099694260 6602752 1203 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 1612 1203 110 221 0 1388 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6448

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26123
/proc/meminfo: memFree=1355816/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=7308 CPUtime=51.07
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 1423 0 0 0 5106 1 0 0 25 0 1 0 1099694260 7483392 1408 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 1827 1408 110 221 0 1603 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7308

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26123
/proc/meminfo: memFree=1354664/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=8548 CPUtime=102.26
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 1710 0 0 0 10224 2 0 0 25 0 1 0 1099694260 8753152 1695 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 2137 1695 110 221 0 1913 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8548

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26123
/proc/meminfo: memFree=1353768/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=9496 CPUtime=162.23
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 1934 0 0 0 16221 2 0 0 25 0 1 0 1099694260 9723904 1919 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 2374 1919 110 221 0 2150 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 9496

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1353256/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=9844 CPUtime=222.21
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2026 0 0 0 22219 2 0 0 25 0 1 0 1099694260 10080256 2011 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 2461 2011 110 221 0 2237 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 9844

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1352488/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=10792 CPUtime=282.19
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2213 0 0 0 28216 3 0 0 25 0 1 0 1099694260 11051008 2198 1992294400 4194304 5102648 548682068784 18446744073709551615 4249865 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 2698 2198 110 221 0 2474 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 10792

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1352168/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=11172 CPUtime=342.17
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2305 0 0 0 34214 3 0 0 25 0 1 0 1099694260 11440128 2290 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 2793 2290 110 221 0 2569 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 11172

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1351528/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=12004 CPUtime=402.15
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2467 0 0 0 40212 3 0 0 25 0 1 0 1099694260 12292096 2452 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 3001 2452 110 221 0 2777 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 12004

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1351336/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=12192 CPUtime=462.13
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2510 0 0 0 46210 3 0 0 25 0 1 0 1099694260 12484608 2495 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 3048 2495 110 221 0 2824 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 12192

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1351080/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=12572 CPUtime=522.11
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2600 0 0 0 52208 3 0 0 25 0 1 0 1099694260 12873728 2585 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 3143 2585 110 221 0 2919 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 12572

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1350824/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=12760 CPUtime=582.08
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2658 0 0 0 58205 3 0 0 25 0 1 0 1099694260 13066240 2643 1992294400 4194304 5102648 548682068784 18446744073709551615 4225406 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 3190 2643 110 221 0 2966 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 12760

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1350696/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=12760 CPUtime=642.07
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2675 0 0 0 64203 4 0 0 25 0 1 0 1099694260 13066240 2660 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 3190 2660 110 221 0 2966 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 12760

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1350440/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=13140 CPUtime=702.05
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2733 0 0 0 70201 4 0 0 25 0 1 0 1099694260 13455360 2718 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 3285 2718 110 221 0 3061 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 13140

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1350312/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=13140 CPUtime=762.03
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2758 0 0 0 76199 4 0 0 25 0 1 0 1099694260 13455360 2743 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 3285 2743 110 221 0 3061 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 13140

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1350248/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=13140 CPUtime=822
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2767 0 0 0 82196 4 0 0 25 0 1 0 1099694260 13455360 2752 1992294400 4194304 5102648 548682068784 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 3285 2752 110 221 0 3061 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 13140

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1350184/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=13332 CPUtime=881.98
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2794 0 0 0 88194 4 0 0 25 0 1 0 1099694260 13651968 2779 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 3333 2779 110 221 0 3109 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 13332

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1350120/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=13332 CPUtime=941.96
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2819 0 0 0 94192 4 0 0 25 0 1 0 1099694260 13651968 2804 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 3333 2804 110 221 0 3109 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 13332

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1350056/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=13332 CPUtime=1001.95
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2830 0 0 0 100190 5 0 0 25 0 1 0 1099694260 13651968 2815 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 3333 2815 110 221 0 3109 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 13332

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1349992/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=13332 CPUtime=1061.92
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2850 0 0 0 106187 5 0 0 25 0 1 0 1099694260 13651968 2835 1992294400 4194304 5102648 548682068784 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 3333 2835 110 221 0 3109 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 13332

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1349736/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=13664 CPUtime=1121.9
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2910 0 0 0 112185 5 0 0 25 0 1 0 1099694260 13991936 2895 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 3416 2895 110 221 0 3192 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 13664

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1349672/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=13664 CPUtime=1181.88
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2921 0 0 0 118183 5 0 0 25 0 1 0 1099694260 13991936 2906 1992294400 4194304 5102648 548682068784 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 3416 2906 110 221 0 3192 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 13664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1349672/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=13664 CPUtime=1200.07
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2921 0 0 0 120002 5 0 0 25 0 1 0 1099694260 13991936 2906 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 3416 2906 110 221 0 3192 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 13664

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: 0.99 0.97 0.98 2/65 26129
/proc/meminfo: memFree=1349672/2055920 swapFree=4179868/4192956
[pid=26122] ppid=26120 vsize=13664 CPUtime=1200.07
/proc/26122/stat : 26122 (varsat-industri) R 26120 26122 26027 0 -1 4194304 2921 0 0 0 120002 5 0 0 25 0 1 0 1099694260 13991936 2906 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26122/statm: 3416 2906 110 221 0 3192 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 13664

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1200.03
CPU system time (s): 0.06199
CPU usage (%): 99.9653
Max. virtual memory (cumulated for all children) (KiB): 13664

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

runsolver used 0.944856 second user time and 2.42663 second system time

The end

Launcher Data

Begin job on node5 at 2009-03-28 20:57:56
IDJOB=1516480
IDBENCH=70516
IDSOLVER=538
FILE ID=node5/1516480-1238270276
PBS_JOBID= 9060878
Free space on /tmp= 66096 MiB

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

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

MD5SUM BENCH= b337f0a085d20c5033cb313ec673bed5
RANDOM SEED=1603117288

node5.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.263
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.263
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:       1361808 kB
Buffers:         85948 kB
Cached:         505644 kB
SwapCached:       7012 kB
Active:          45800 kB
Inactive:       554260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1361808 kB
SwapTotal:     4192956 kB
SwapFree:      4179868 kB
Dirty:            1156 kB
Writeback:           0 kB
Mapped:          14208 kB
Slab:            80040 kB
Committed_AS:  2771072 kB
PageTables:       1388 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= 66092 MiB
End job on node5 at 2009-03-28 21:17:58