Trace number 1515652

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/120/
unif-k5-r21.3-v120-c2556-S1963731659-060.cnf
MD5SUMad0fbcf6f5125cb9c05cf259388b367e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.120981
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
Maximum clause length5
Minimum clause length5
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 52556
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  120                                                  |
0.00/0.00	c |  Number of clauses:    2556                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          1965209252.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     120     2556    12780 |      852        0    nan |  0.000 % |
0.00/0.02	c |       101 |     120     2556    12780 |      937      101     26 |  0.007 % |
0.00/0.02	c |       251 |     120     2556    12780 |     1030      251     26 |  0.007 % |
0.00/0.03	c |       477 |     120     2556    12780 |     1134      477     26 |  0.007 % |
0.00/0.05	c |       814 |     120     2556    12780 |     1247      814     26 |  0.007 % |
0.05/0.07	c |      1320 |     120     2556    12780 |     1372      683     25 |  0.007 % |
0.09/0.10	c |      2080 |     120     2556    12780 |     1509      745     23 |  0.007 % |
0.09/0.14	c |      3219 |     120     2556    12780 |     1660     1115     23 |  0.007 % |
0.19/0.21	c |      4927 |     120     2556    12780 |     1826     1132     25 |  0.007 % |
0.29/0.30	c |      7489 |     120     2556    12780 |     2008     1833     24 |  0.007 % |
0.39/0.47	c |     11333 |     120     2556    12780 |     2209     1589     23 |  0.007 % |
0.69/0.70	c |     17099 |     120     2556    12780 |     2430     1737     24 |  0.007 % |
1.00/1.07	c |     25748 |     120     2556    12780 |     2673     1751     25 |  0.007 % |
1.59/1.63	c |     38723 |     120     2556    12780 |     2941     2550     23 |  0.007 % |
2.39/2.49	c |     58184 |     120     2556    12780 |     3235     2649     24 |  0.007 % |
3.79/3.85	c |     87376 |     120     2556    12780 |     3559     2387     23 |  0.007 % |
5.89/5.97	c |    131168 |     120     2556    12780 |     3914     3068     24 |  0.007 % |
9.19/9.21	c |    196853 |     120     2556    12780 |     4306     3518     25 |  0.007 % |
14.29/14.37	c |    295379 |     120     2556    12780 |     4737     4338     26 |  0.007 % |
22.08/22.19	c |    443168 |     120     2556    12780 |     5210     4197     25 |  0.007 % |
34.58/34.63	c |    664851 |     120     2556    12780 |     5731     3002     23 |  0.007 % |
54.08/54.17	c |    997376 |     120     2556    12780 |     6305     4110     24 |  0.007 % |
85.27/85.32	c |   1496168 |     120     2556    12780 |     6935     5391     24 |  0.007 % |
133.85/133.98	c |   2244351 |     120     2556    12780 |     7629     4579     23 |  0.007 % |
210.92/211.00	c |   3366627 |     120     2556    12780 |     8391     4405     23 |  0.007 % |
331.98/332.15	c |   5050039 |     120     2556    12780 |     9231     7029     25 |  0.007 % |
526.12/526.35	c |   7575155 |     120     2556    12780 |    10154     7828     25 |  0.007 % |
840.22/840.57	c |  11362833 |     120     2556    12780 |    11169     6471     23 |  0.007 % |

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-1515652-1238257109/watcher-1515652-1238257109 -o /tmp/evaluation-result-1515652-1238257109/solver-1515652-1238257109 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1965209252 HOME/instance-1515652-1238257109.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.00 1.00 1.00 3/64 23334
/proc/meminfo: memFree=1410368/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=2552 CPUtime=0
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 249 0 0 0 0 0 0 0 18 0 1 0 1098376929 2613248 234 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 638 236 87 221 0 414 0

[startup+0.0558511 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23334
/proc/meminfo: memFree=1410368/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=2680 CPUtime=0.05
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 301 0 0 0 5 0 0 0 18 0 1 0 1098376929 2744320 286 1992294400 4194304 5102648 548682068784 18446744073709551615 4214290 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 670 286 110 221 0 446 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2680

[startup+0.101858 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23334
/proc/meminfo: memFree=1410368/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=2680 CPUtime=0.09
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 309 0 0 0 9 0 0 0 18 0 1 0 1098376929 2744320 294 1992294400 4194304 5102648 548682068784 18446744073709551615 4225403 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 670 294 110 221 0 446 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2680

[startup+0.301892 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23334
/proc/meminfo: memFree=1410368/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=2812 CPUtime=0.29
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 345 0 0 0 29 0 0 0 19 0 1 0 1098376929 2879488 330 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 703 330 110 221 0 479 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2812

[startup+0.701958 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23334
/proc/meminfo: memFree=1410368/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=3076 CPUtime=0.69
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 395 0 0 0 69 0 0 0 22 0 1 0 1098376929 3149824 380 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 769 380 110 221 0 545 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3076

[startup+1.50109 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1409208/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=3344 CPUtime=1.49
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 450 0 0 0 149 0 0 0 25 0 1 0 1098376929 3424256 435 1992294400 4194304 5102648 548682068784 18446744073709551615 4227911 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 836 435 110 221 0 612 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3344

[startup+3.10136 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1408824/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=3612 CPUtime=3.09
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 519 0 0 0 309 0 0 0 25 0 1 0 1098376929 3698688 504 1992294400 4194304 5102648 548682068784 18446744073709551615 4255520 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 903 504 110 221 0 679 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3612

[startup+6.30189 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1408312/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=3880 CPUtime=6.29
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 613 0 0 0 629 0 0 0 25 0 1 0 1098376929 3973120 598 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 970 598 110 221 0 746 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3880

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1407800/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=4276 CPUtime=12.69
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 708 0 0 0 1269 0 0 0 25 0 1 0 1098376929 4378624 693 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 1069 693 110 221 0 845 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4276

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1407288/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=4832 CPUtime=25.48
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 825 0 0 0 2548 0 0 0 25 0 1 0 1098376929 4947968 810 1992294400 4194304 5102648 548682068784 18446744073709551615 4254608 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 1208 810 110 221 0 984 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4832

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1406904/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=5248 CPUtime=51.08
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 942 0 0 0 5107 1 0 0 25 0 1 0 1098376929 5373952 927 1992294400 4194304 5102648 548682068784 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 1312 927 110 221 0 1088 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5248

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1405880/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=6252 CPUtime=102.26
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 1179 0 0 0 10225 1 0 0 25 0 1 0 1098376929 6402048 1164 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 1563 1164 110 221 0 1339 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 6252

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1405176/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=6952 CPUtime=162.24
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 1327 0 0 0 16223 1 0 0 25 0 1 0 1098376929 7118848 1312 1992294400 4194304 5102648 548682068784 18446744073709551615 4225539 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 1738 1312 110 221 0 1514 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 6952

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1404792/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=7384 CPUtime=222.22
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 1419 0 0 0 22220 2 0 0 25 0 1 0 1098376929 7561216 1404 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 1846 1404 110 221 0 1622 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 7384

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1404664/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=7384 CPUtime=282.2
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 1454 0 0 0 28218 2 0 0 25 0 1 0 1098376929 7561216 1439 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 1846 1439 110 221 0 1622 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 7384

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1404472/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=7684 CPUtime=342.18
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 1503 0 0 0 34216 2 0 0 25 0 1 0 1098376929 7868416 1488 1992294400 4194304 5102648 548682068784 18446744073709551615 4249064 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 1921 1488 110 221 0 1697 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 7684

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1404088/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=7972 CPUtime=402.17
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 1585 0 0 0 40214 3 0 0 25 0 1 0 1098376929 8163328 1570 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 1993 1570 110 221 0 1769 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 7972

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1403832/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=8312 CPUtime=462.14
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 1647 0 0 0 46211 3 0 0 25 0 1 0 1098376929 8511488 1632 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 2078 1632 110 221 0 1854 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 8312

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1403640/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=8480 CPUtime=522.12
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 1701 0 0 0 52209 3 0 0 25 0 1 0 1098376929 8683520 1686 1992294400 4194304 5102648 548682068784 18446744073709551615 4254017 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 2120 1686 110 221 0 1896 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 8480

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1403192/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=8984 CPUtime=582.1
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 1799 0 0 0 58207 3 0 0 25 0 1 0 1098376929 9199616 1784 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 2246 1784 110 221 0 2022 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 8984

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1403064/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=9156 CPUtime=642.09
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 1834 0 0 0 64205 4 0 0 25 0 1 0 1098376929 9375744 1819 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 2289 1819 110 221 0 2065 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 9156

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1402744/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=9492 CPUtime=702.07
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 1907 0 0 0 70203 4 0 0 25 0 1 0 1098376929 9719808 1892 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 2373 1892 110 221 0 2149 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 9492

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1402616/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=9660 CPUtime=762.05
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 1942 0 0 0 76201 4 0 0 25 0 1 0 1098376929 9891840 1927 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 2415 1927 110 221 0 2191 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 9660

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1402424/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=9660 CPUtime=822.02
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 1974 0 0 0 82198 4 0 0 25 0 1 0 1098376929 9891840 1959 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 2415 1959 110 221 0 2191 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 9660

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1402168/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=9996 CPUtime=882.01
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 2040 0 0 0 88196 5 0 0 25 0 1 0 1098376929 10235904 2025 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 2499 2025 110 221 0 2275 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 9996

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1401976/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=10164 CPUtime=941.99
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 2086 0 0 0 94194 5 0 0 25 0 1 0 1098376929 10407936 2071 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 2541 2071 110 221 0 2317 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 10164

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1401912/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=10336 CPUtime=1001.97
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 2105 0 0 0 100192 5 0 0 25 0 1 0 1098376929 10584064 2090 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 2584 2090 110 221 0 2360 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 10336

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1401848/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=10336 CPUtime=1061.95
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 2118 0 0 0 106189 6 0 0 25 0 1 0 1098376929 10584064 2103 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 2584 2103 110 221 0 2360 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 10336

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1401720/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=10336 CPUtime=1121.93
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 2141 0 0 0 112187 6 0 0 25 0 1 0 1098376929 10584064 2126 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 2584 2126 110 221 0 2360 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 10336

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1401656/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=10504 CPUtime=1181.91
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 2149 0 0 0 118185 6 0 0 25 0 1 0 1098376929 10756096 2134 1992294400 4194304 5102648 548682068784 18446744073709551615 4255130 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 2626 2134 110 221 0 2402 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 10504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23335
/proc/meminfo: memFree=1401656/2055920 swapFree=4178416/4192956
[pid=23334] ppid=23332 vsize=10504 CPUtime=1200.02
/proc/23334/stat : 23334 (varsat-industri) R 23332 23334 23117 0 -1 4194304 2149 0 0 0 119995 7 0 0 25 0 1 0 1098376929 10756096 2134 1992294400 4194304 5102648 548682068784 18446744073709551615 4254641 0 0 4096 3 0 0 0 17 1 0 0
/proc/23334/statm: 2626 2134 110 221 0 2402 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 10504

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.02
CPU user time (s): 1199.95
CPU system time (s): 0.072988
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 10504

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

runsolver used 1.10183 second user time and 2.21166 second system time

The end

Launcher Data

Begin job on node15 at 2009-03-28 17:18:29
IDJOB=1515652
IDBENCH=70447
IDSOLVER=538
FILE ID=node15/1515652-1238257109
PBS_JOBID= 9060779
Free space on /tmp= 65356 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/120/unif-k5-r21.3-v120-c2556-S1963731659-060.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1515652-1238257109/watcher-1515652-1238257109 -o /tmp/evaluation-result-1515652-1238257109/solver-1515652-1238257109 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1965209252 HOME/instance-1515652-1238257109.cnf

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

MD5SUM BENCH= ad0fbcf6f5125cb9c05cf259388b367e
RANDOM SEED=1965209252

node15.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.286
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.286
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:       1410848 kB
Buffers:         75988 kB
Cached:         489936 kB
SwapCached:       8336 kB
Active:          94288 kB
Inactive:       481508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1410848 kB
SwapTotal:     4192956 kB
SwapFree:      4178416 kB
Dirty:            1060 kB
Writeback:           0 kB
Mapped:          15560 kB
Slab:            55192 kB
Committed_AS:  2865392 kB
PageTables:       1464 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= 65356 MiB
End job on node15 at 2009-03-28 17:38:31