Trace number 1516504

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/65/
unif-k7-r89-v65-c5785-S400088537-049.cnf
MD5SUMa5c2d5c8780a4ba3adaa2befd47c4ac7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.085986
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:          797985237.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     24 |  0.024 % |
0.09/0.19	c |       251 |      65     5785    40495 |     2333      251     24 |  0.024 % |
0.19/0.22	c |       476 |      65     5785    40495 |     2566      476     24 |  0.024 % |
0.19/0.25	c |       816 |      65     5785    40495 |     2823      816     23 |  0.024 % |
0.19/0.30	c |      1322 |      65     5785    40495 |     3105     1322     23 |  0.024 % |
0.29/0.35	c |      2081 |      65     5785    40495 |     3416     2081     23 |  0.024 % |
0.39/0.43	c |      3222 |      65     5785    40495 |     3757     3222     23 |  0.024 % |
0.49/0.56	c |      4930 |      65     5785    40495 |     4133     3038     22 |  0.024 % |
0.69/0.74	c |      7492 |      65     5785    40495 |     4546     3519     22 |  0.024 % |
0.89/0.99	c |     11337 |      65     5785    40495 |     5001     2790     22 |  0.024 % |
1.29/1.37	c |     17104 |      65     5785    40495 |     5501     3528     22 |  0.024 % |
1.89/1.95	c |     25754 |      65     5785    40495 |     6051     3889     22 |  0.024 % |
2.79/2.87	c |     38730 |      65     5785    40495 |     6657     4715     22 |  0.024 % |
4.19/4.28	c |     58192 |      65     5785    40495 |     7322     4116     22 |  0.024 % |
6.39/6.42	c |     87384 |      65     5785    40495 |     8055     3914     21 |  0.024 % |
9.69/9.70	c |    131175 |      65     5785    40495 |     8860     7288     22 |  0.024 % |
14.88/14.92	c |    196859 |      65     5785    40495 |     9746     6322     21 |  0.024 % |
23.08/23.17	c |    295386 |      65     5785    40495 |    10721     7128     21 |  0.024 % |
36.38/36.47	c |    443176 |      65     5785    40495 |    11793     9846     21 |  0.024 % |
57.67/57.73	c |    664859 |      65     5785    40495 |    12972     6965     20 |  0.024 % |
92.16/92.27	c |    997386 |      65     5785    40495 |    14270     8018     21 |  0.024 % |
147.35/147.48	c |   1496174 |      65     5785    40495 |    15697    13607     21 |  0.024 % |
235.72/235.85	c |   2244361 |      65     5785    40495 |    17266    15001     21 |  0.024 % |
379.87/380.07	c |   3366636 |      65     5785    40495 |    18993    13387     20 |  0.024 % |
615.30/615.58	c |   5050047 |      65     5785    40495 |    20892    13780     21 |  0.024 % |
1004.48/1004.84	c |   7575164 |      65     5785    40495 |    22982    18537     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-1516504-1238270558/watcher-1516504-1238270558 -o /tmp/evaluation-result-1516504-1238270558/solver-1516504-1238270558 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=797985237 HOME/instance-1516504-1238270558.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.97 3/64 2712
/proc/meminfo: memFree=985056/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=2544 CPUtime=0
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 1099721332 2605056 251 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 636 251 87 221 0 412 0

[startup+0.0087729 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 2712
/proc/meminfo: memFree=985056/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=3100 CPUtime=0
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 1099721332 3174400 382 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 775 383 87 221 0 551 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3100

[startup+0.101787 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 2712
/proc/meminfo: memFree=985056/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=3632 CPUtime=0.09
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 554 0 0 0 9 0 0 0 18 0 1 0 1099721332 3719168 539 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 908 539 98 221 0 684 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3632

[startup+0.301818 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 2712
/proc/meminfo: memFree=985056/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=3632 CPUtime=0.29
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 566 0 0 0 29 0 0 0 19 0 1 0 1099721332 3719168 551 1992294400 4194304 5102648 548682068784 18446744073709551615 4215205 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 908 551 110 221 0 684 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3632

[startup+0.701882 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 2712
/proc/meminfo: memFree=985056/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=3768 CPUtime=0.69
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 600 0 0 0 69 0 0 0 22 0 1 0 1099721332 3858432 585 1992294400 4194304 5102648 548682068784 18446744073709551615 4515739 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 942 585 110 221 0 718 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3768

[startup+1.50201 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2713
/proc/meminfo: memFree=983000/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=4168 CPUtime=1.49
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 688 0 0 0 149 0 0 0 25 0 1 0 1099721332 4268032 673 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 1042 673 110 221 0 818 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4168

[startup+3.10127 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2713
/proc/meminfo: memFree=982488/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=4588 CPUtime=3.09
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 790 0 0 0 309 0 0 0 25 0 1 0 1099721332 4698112 775 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 1147 775 110 221 0 923 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4588

[startup+6.30279 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2713
/proc/meminfo: memFree=981920/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=4992 CPUtime=6.29
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 885 0 0 0 629 0 0 0 25 0 1 0 1099721332 5111808 870 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 1248 870 110 221 0 1024 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4992

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2713
/proc/meminfo: memFree=981160/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=5592 CPUtime=12.69
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 1038 0 0 0 1269 0 0 0 25 0 1 0 1099721332 5726208 1023 1992294400 4194304 5102648 548682068784 18446744073709551615 4249360 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 1398 1023 110 221 0 1174 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5592

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2713
/proc/meminfo: memFree=980456/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=6288 CPUtime=25.48
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 1209 0 0 0 2548 0 0 0 25 0 1 0 1099721332 6438912 1194 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 1572 1194 110 221 0 1348 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6288

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2713
/proc/meminfo: memFree=979560/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=7376 CPUtime=51.08
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 1424 0 0 0 5107 1 0 0 25 0 1 0 1099721332 7553024 1409 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 1844 1409 110 221 0 1620 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7376

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2713
/proc/meminfo: memFree=978344/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=8764 CPUtime=102.27
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 1727 0 0 0 10225 2 0 0 25 0 1 0 1099721332 8974336 1712 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 2191 1712 110 221 0 1967 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 8764

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2713
/proc/meminfo: memFree=977832/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=9144 CPUtime=162.24
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 1853 0 0 0 16222 2 0 0 25 0 1 0 1099721332 9363456 1838 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 2286 1838 110 221 0 2062 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 9144

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2713
/proc/meminfo: memFree=977512/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=9484 CPUtime=222.22
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 1926 0 0 0 22220 2 0 0 25 0 1 0 1099721332 9711616 1911 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 2371 1911 110 221 0 2147 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 9484

[startup+282.302 s]
/proc/loadavg: 1.11 1.00 0.98 2/65 2713
/proc/meminfo: memFree=976872/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=10132 CPUtime=282.21
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2089 0 0 0 28218 3 0 0 25 0 1 0 1099721332 10375168 2074 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 2533 2074 110 221 0 2309 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 10132

[startup+342.301 s]
/proc/loadavg: 1.08 1.01 0.98 2/65 2713
/proc/meminfo: memFree=976360/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=10704 CPUtime=342.18
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2214 0 0 0 34215 3 0 0 25 0 1 0 1099721332 10960896 2199 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 2676 2199 110 221 0 2452 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 10704

[startup+402.302 s]
/proc/loadavg: 1.03 1.01 0.98 2/65 2713
/proc/meminfo: memFree=975656/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=11532 CPUtime=402.16
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2384 0 0 0 40213 3 0 0 25 0 1 0 1099721332 11808768 2369 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 2883 2369 110 221 0 2659 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 11532

[startup+462.302 s]
/proc/loadavg: 1.01 1.00 0.98 2/65 2713
/proc/meminfo: memFree=975272/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=11912 CPUtime=462.15
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2472 0 0 0 46211 4 0 0 25 0 1 0 1099721332 12197888 2457 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 2978 2457 110 221 0 2754 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 11912

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 2713
/proc/meminfo: memFree=975080/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=12292 CPUtime=522.13
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2529 0 0 0 52209 4 0 0 25 0 1 0 1099721332 12587008 2514 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 3073 2514 110 221 0 2849 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 12292

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 2713
/proc/meminfo: memFree=974568/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=12860 CPUtime=582.11
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2645 0 0 0 58207 4 0 0 25 0 1 0 1099721332 13168640 2630 1992294400 4194304 5102648 548682068784 18446744073709551615 4249862 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 3215 2630 110 221 0 2991 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 12860

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 2713
/proc/meminfo: memFree=974312/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=13052 CPUtime=642.09
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2716 0 0 0 64205 4 0 0 25 0 1 0 1099721332 13365248 2701 1992294400 4194304 5102648 548682068784 18446744073709551615 4249783 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 3263 2701 110 221 0 3039 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 13052

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 2713
/proc/meminfo: memFree=974056/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=13240 CPUtime=702.08
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2771 0 0 0 70203 5 0 0 25 0 1 0 1099721332 13557760 2756 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 3310 2756 110 221 0 3086 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 13240

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 2713
/proc/meminfo: memFree=974056/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=13240 CPUtime=762.06
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2776 0 0 0 76201 5 0 0 25 0 1 0 1099721332 13557760 2761 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 3310 2761 110 221 0 3086 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 13240

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 2713
/proc/meminfo: memFree=973992/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=13428 CPUtime=822.03
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2813 0 0 0 82198 5 0 0 25 0 1 0 1099721332 13750272 2798 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 3357 2798 110 221 0 3133 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 13428

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 2713
/proc/meminfo: memFree=973864/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=13428 CPUtime=882.01
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2836 0 0 0 88196 5 0 0 25 0 1 0 1099721332 13750272 2821 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 3357 2821 110 221 0 3133 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 13428

[startup+942.301 s]
/proc/loadavg: 1.04 1.01 0.99 2/65 2713
/proc/meminfo: memFree=973864/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=13428 CPUtime=941.99
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2843 0 0 0 94194 5 0 0 25 0 1 0 1099721332 13750272 2828 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 3357 2828 110 221 0 3133 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 13428

[startup+1002.3 s]
/proc/loadavg: 1.01 1.01 0.99 2/65 2713
/proc/meminfo: memFree=973800/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=13428 CPUtime=1001.98
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2849 0 0 0 100192 6 0 0 25 0 1 0 1099721332 13750272 2834 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 3357 2834 110 221 0 3133 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 13428

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 2713
/proc/meminfo: memFree=973736/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=13428 CPUtime=1061.96
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2868 0 0 0 106190 6 0 0 25 0 1 0 1099721332 13750272 2853 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 3357 2853 110 221 0 3133 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 13428

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 2713
/proc/meminfo: memFree=973608/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=13572 CPUtime=1121.94
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2899 0 0 0 112188 6 0 0 25 0 1 0 1099721332 13897728 2884 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 3393 2884 110 221 0 3169 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 13572

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 2713
/proc/meminfo: memFree=973352/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=13860 CPUtime=1181.92
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2958 0 0 0 118186 6 0 0 25 0 1 0 1099721332 14192640 2943 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 3465 2943 110 221 0 3241 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 13860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 2713
/proc/meminfo: memFree=973352/2055920 swapFree=4178216/4192956
[pid=2712] ppid=2710 vsize=13860 CPUtime=1200.02
/proc/2712/stat : 2712 (varsat-industri) R 2710 2712 2583 0 -1 4194304 2961 0 0 0 119996 6 0 0 25 0 1 0 1099721332 14192640 2946 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2712/statm: 3465 2946 110 221 0 3241 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 13860

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.03
CPU user time (s): 1199.96
CPU system time (s): 0.071989
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 13860

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

runsolver used 0.879866 second user time and 2.67459 second system time

The end

Launcher Data

Begin job on node26 at 2009-03-28 21:02:38
IDJOB=1516504
IDBENCH=70518
IDSOLVER=538
FILE ID=node26/1516504-1238270558
PBS_JOBID= 9060837
Free space on /tmp= 66108 MiB

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

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

MD5SUM BENCH= a5c2d5c8780a4ba3adaa2befd47c4ac7
RANDOM SEED=797985237

node26.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.261
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	: 5931.00
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.261
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:        985536 kB
Buffers:         82616 kB
Cached:         894592 kB
SwapCached:       8520 kB
Active:         108356 kB
Inactive:       878764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        985536 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            1168 kB
Writeback:           0 kB
Mapped:          15552 kB
Slab:            69316 kB
Committed_AS:  2815068 kB
PageTables:       1372 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= 66108 MiB
End job on node26 at 2009-03-28 21:22:41