Trace number 1515928

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.31

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/70/
unif-k7-r89-v70-c6230-S2028777924-038.cnf
MD5SUMfe3309ffe1b711047a9fc636f2702995
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.135978
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  70                                                   |
0.00/0.00	c |  Number of clauses:    6230                                                 |
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:          1628358596.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.16	c ============================[ Search Statistics ]==============================
0.09/0.16	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.16	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.16	c ===============================================================================
0.09/0.16	c |         0 |      70     6230    43610 |     2076        0    nan |  0.000 % |
0.09/0.18	c |       100 |      70     6230    43610 |     2284      100     27 |  0.021 % |
0.19/0.21	c |       253 |      70     6230    43610 |     2512      253     25 |  0.021 % |
0.19/0.24	c |       478 |      70     6230    43610 |     2764      478     25 |  0.021 % |
0.19/0.28	c |       815 |      70     6230    43610 |     3040      815     25 |  0.021 % |
0.29/0.32	c |      1324 |      70     6230    43610 |     3344     1324     24 |  0.021 % |
0.29/0.38	c |      2084 |      70     6230    43610 |     3678     2084     24 |  0.021 % |
0.39/0.46	c |      3224 |      70     6230    43610 |     4046     3224     24 |  0.021 % |
0.49/0.58	c |      4932 |      70     6230    43610 |     4451     2897     24 |  0.021 % |
0.69/0.75	c |      7494 |      70     6230    43610 |     4896     3217     24 |  0.021 % |
1.00/1.01	c |     11338 |      70     6230    43610 |     5386     4593     24 |  0.021 % |
1.29/1.39	c |     17105 |      70     6230    43610 |     5924     4945     24 |  0.021 % |
1.99/2.01	c |     25754 |      70     6230    43610 |     6517     4664     23 |  0.021 % |
2.89/2.95	c |     38729 |      70     6230    43610 |     7169     4544     23 |  0.021 % |
4.30/4.38	c |     58192 |      70     6230    43610 |     7886     6012     23 |  0.021 % |
6.59/6.60	c |     87384 |      70     6230    43610 |     8674     7497     23 |  0.021 % |
9.89/9.98	c |    131173 |      70     6230    43610 |     9542     7761     24 |  0.021 % |
15.39/15.41	c |    196857 |      70     6230    43610 |    10496     6425     23 |  0.021 % |
23.98/24.03	c |    295383 |      70     6230    43610 |    11546    10213     23 |  0.021 % |
37.78/37.80	c |    443172 |      70     6230    43610 |    12700     7532     22 |  0.021 % |
59.67/59.72	c |    664855 |      70     6230    43610 |    13970     6443     22 |  0.021 % |
94.96/95.04	c |    997380 |      70     6230    43610 |    15367    10016     22 |  0.021 % |
152.05/152.16	c |   1496169 |      70     6230    43610 |    16904     8475     21 |  0.021 % |
244.84/244.91	c |   2244351 |      70     6230    43610 |    18595    11667     23 |  0.021 % |
397.60/397.72	c |   3366625 |      70     6230    43610 |    20454    16615     23 |  0.021 % |
650.73/650.94	c |   5050036 |      70     6230    43610 |    22500    10425     22 |  0.021 % |
1067.94/1068.26	c |   7575152 |      70     6230    43610 |    24750    12018     22 |  0.021 % |

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-1515928-1238261640/watcher-1515928-1238261640 -o /tmp/evaluation-result-1515928-1238261640/solver-1515928-1238261640 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1628358596 HOME/instance-1515928-1238261640.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.02 1.03 1.00 3/69 13909
/proc/meminfo: memFree=1112360/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=2544 CPUtime=0
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1098825727 2605056 263 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 636 266 87 221 0 412 0

[startup+0.030157 s]
/proc/loadavg: 1.02 1.03 1.00 3/69 13909
/proc/meminfo: memFree=1112360/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=3640 CPUtime=0.02
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 557 0 0 0 2 0 0 0 18 0 1 0 1098825727 3727360 542 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 910 542 98 221 0 686 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3640

[startup+0.102164 s]
/proc/loadavg: 1.02 1.03 1.00 3/69 13909
/proc/meminfo: memFree=1112360/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=3832 CPUtime=0.09
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 584 0 0 0 9 0 0 0 18 0 1 0 1098825727 3923968 569 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 958 569 98 221 0 734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3832

[startup+0.30118 s]
/proc/loadavg: 1.02 1.03 1.00 3/69 13909
/proc/meminfo: memFree=1112360/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=3740 CPUtime=0.29
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 596 0 0 0 29 0 0 0 19 0 1 0 1098825727 3829760 580 1992294400 4194304 5102648 548682068784 18446744073709551615 4515595 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 935 580 110 221 0 711 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3740

[startup+0.702215 s]
/proc/loadavg: 1.02 1.03 1.00 3/69 13909
/proc/meminfo: memFree=1112360/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=3872 CPUtime=0.69
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 632 0 0 0 69 0 0 0 22 0 1 0 1098825727 3964928 616 1992294400 4194304 5102648 548682068784 18446744073709551615 4262559 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 968 616 110 221 0 744 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3872

[startup+1.50129 s]
/proc/loadavg: 1.02 1.03 1.00 2/70 13910
/proc/meminfo: memFree=1110112/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=4444 CPUtime=1.49
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 750 0 0 0 149 0 0 0 25 0 1 0 1098825727 4550656 734 1992294400 4194304 5102648 548682068784 18446744073709551615 4254789 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 1111 734 110 221 0 887 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4444

[startup+3.10143 s]
/proc/loadavg: 1.02 1.03 1.00 2/70 13910
/proc/meminfo: memFree=1109472/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=4716 CPUtime=3.09
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 828 0 0 0 309 0 0 0 25 0 1 0 1098825727 4829184 812 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 1179 812 110 221 0 955 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4716

[startup+6.30171 s]
/proc/loadavg: 1.02 1.03 1.00 2/70 13910
/proc/meminfo: memFree=1108832/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=5288 CPUtime=6.29
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 966 0 0 0 629 0 0 0 25 0 1 0 1098825727 5414912 950 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 1322 950 110 221 0 1098 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5288

[startup+12.7013 s]
/proc/loadavg: 1.02 1.03 1.00 2/70 13910
/proc/meminfo: memFree=1107936/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=6052 CPUtime=12.69
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 1146 0 0 0 1269 0 0 0 25 0 1 0 1098825727 6197248 1130 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 1513 1130 110 221 0 1289 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6052

[startup+25.5014 s]
/proc/loadavg: 1.01 1.03 1.00 2/70 13910
/proc/meminfo: memFree=1107168/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=6844 CPUtime=25.48
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 1332 0 0 0 2548 0 0 0 25 0 1 0 1098825727 7008256 1316 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 1711 1316 110 221 0 1487 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6844

[startup+51.1016 s]
/proc/loadavg: 1.01 1.02 1.00 2/70 13910
/proc/meminfo: memFree=1106272/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=7808 CPUtime=51.08
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 1558 0 0 0 5107 1 0 0 25 0 1 0 1098825727 7995392 1542 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 1952 1542 110 221 0 1728 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7808

[startup+102.306 s]
/proc/loadavg: 1.00 1.02 1.00 2/70 13910
/proc/meminfo: memFree=1105184/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=8848 CPUtime=102.27
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 1802 0 0 0 10225 2 0 0 25 0 1 0 1098825727 9060352 1786 1992294400 4194304 5102648 548682068784 18446744073709551615 4249384 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 2212 1786 110 221 0 1988 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 8848

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/70 13910
/proc/meminfo: memFree=1103840/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=10332 CPUtime=162.25
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 2121 0 0 0 16223 2 0 0 25 0 1 0 1098825727 10579968 2105 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 2583 2105 110 221 0 2359 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 10332

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/70 13910
/proc/meminfo: memFree=1103328/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=10872 CPUtime=222.24
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 2258 0 0 0 22221 3 0 0 25 0 1 0 1098825727 11132928 2242 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 2718 2242 110 221 0 2494 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 10872

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 13910
/proc/meminfo: memFree=1102624/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=11512 CPUtime=282.23
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 2410 0 0 0 28220 3 0 0 25 0 1 0 1098825727 11788288 2394 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 2878 2394 110 221 0 2654 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 11512

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 13910
/proc/meminfo: memFree=1102432/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=11892 CPUtime=342.21
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 2474 0 0 0 34218 3 0 0 25 0 1 0 1098825727 12177408 2458 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 2973 2458 110 221 0 2749 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 11892

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 13912
/proc/meminfo: memFree=1101984/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=12272 CPUtime=402.2
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 2573 0 0 0 40217 3 0 0 25 0 1 0 1098825727 12566528 2557 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 3068 2557 110 221 0 2844 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 12272

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 13912
/proc/meminfo: memFree=1101408/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=13028 CPUtime=462.18
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 2728 0 0 0 46215 3 0 0 25 0 1 0 1098825727 13340672 2712 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 3257 2712 110 221 0 3033 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 13028

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 13912
/proc/meminfo: memFree=1101088/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=13408 CPUtime=522.16
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 2814 0 0 0 52213 3 0 0 25 0 1 0 1098825727 13729792 2798 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 3352 2798 110 221 0 3128 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 13408

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 13912
/proc/meminfo: memFree=1101024/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=13408 CPUtime=582.15
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 2818 0 0 0 58212 3 0 0 25 0 1 0 1098825727 13729792 2802 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 3352 2802 110 221 0 3128 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 13408

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 13912
/proc/meminfo: memFree=1100768/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=13596 CPUtime=642.14
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 2877 0 0 0 64211 3 0 0 25 0 1 0 1098825727 13922304 2861 1992294400 4194304 5102648 548682068784 18446744073709551615 4248984 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 3399 2861 110 221 0 3175 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 13596

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 13912
/proc/meminfo: memFree=1100384/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=13976 CPUtime=702.12
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 2975 0 0 0 70209 3 0 0 25 0 1 0 1098825727 14311424 2959 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 3494 2959 110 221 0 3270 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 13976

[startup+762.306 s]
/proc/loadavg: 1.04 1.01 1.00 2/70 13912
/proc/meminfo: memFree=1100000/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=14356 CPUtime=762.12
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 3052 0 0 0 76208 4 0 0 25 0 1 0 1098825727 14700544 3036 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 3589 3036 110 221 0 3365 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 14356

[startup+822.302 s]
/proc/loadavg: 1.12 1.04 1.01 2/70 13912
/proc/meminfo: memFree=1099872/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=14356 CPUtime=822.1
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 3082 0 0 0 82206 4 0 0 25 0 1 0 1098825727 14700544 3066 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 3589 3066 110 221 0 3365 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 14356

[startup+882.303 s]
/proc/loadavg: 1.08 1.04 1.01 2/70 13912
/proc/meminfo: memFree=1099808/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=14544 CPUtime=882.08
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 3119 0 0 0 88204 4 0 0 25 0 1 0 1098825727 14893056 3103 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 3636 3103 110 221 0 3412 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 14544

[startup+942.302 s]
/proc/loadavg: 1.03 1.03 1.00 2/70 13912
/proc/meminfo: memFree=1099616/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=14736 CPUtime=942.07
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 3166 0 0 0 94203 4 0 0 25 0 1 0 1098825727 15089664 3150 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 3684 3150 110 221 0 3460 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 14736

[startup+1002.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/70 13912
/proc/meminfo: memFree=1099488/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=14736 CPUtime=1002.05
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 3198 0 0 0 100201 4 0 0 25 0 1 0 1098825727 15089664 3182 1992294400 4194304 5102648 548682068784 18446744073709551615 4250281 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 3684 3182 110 221 0 3460 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 14736

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/70 13912
/proc/meminfo: memFree=1099424/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=14736 CPUtime=1062.04
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 3209 0 0 0 106200 4 0 0 25 0 1 0 1098825727 15089664 3193 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 3684 3193 110 221 0 3460 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 14736

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/70 13912
/proc/meminfo: memFree=1099296/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=14880 CPUtime=1122.02
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 3246 0 0 0 112198 4 0 0 25 0 1 0 1098825727 15237120 3230 1992294400 4194304 5102648 548682068784 18446744073709551615 4249772 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 3720 3230 110 221 0 3496 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 14880

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/70 13912
/proc/meminfo: memFree=1099232/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=14880 CPUtime=1182.01
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 3250 0 0 0 118197 4 0 0 25 0 1 0 1098825727 15237120 3234 1992294400 4194304 5102648 548682068784 18446744073709551615 4249849 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 3720 3234 110 221 0 3496 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 14880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/70 13912
/proc/meminfo: memFree=1099232/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=14880 CPUtime=1200.01
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 3254 0 0 0 119997 4 0 0 25 0 1 0 1098825727 15237120 3238 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 3720 3238 110 221 0 3496 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 14880

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/70 13912
/proc/meminfo: memFree=1099232/2055920 swapFree=4171840/4192956
[pid=13909] ppid=13907 vsize=14880 CPUtime=1200.01
/proc/13909/stat : 13909 (varsat-industri) R 13907 13909 13585 0 -1 4194304 3254 0 0 0 119997 4 0 0 25 0 1 0 1098825727 15237120 3238 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13909/statm: 3720 3238 110 221 0 3496 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 14880

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.31
CPU time (s): 1200.02
CPU user time (s): 1199.97
CPU system time (s): 0.046992
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 14880

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

runsolver used 1.08483 second user time and 3.2935 second system time

The end

Launcher Data

Begin job on node58 at 2009-03-28 18:34:00
IDJOB=1515928
IDBENCH=70470
IDSOLVER=538
FILE ID=node58/1515928-1238261640
PBS_JOBID= 9060757
Free space on /tmp= 66400 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/70/unif-k7-r89-v70-c6230-S2028777924-038.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1515928-1238261640/watcher-1515928-1238261640 -o /tmp/evaluation-result-1515928-1238261640/solver-1515928-1238261640 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1628358596 HOME/instance-1515928-1238261640.cnf

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

MD5SUM BENCH= fe3309ffe1b711047a9fc636f2702995
RANDOM SEED=1628358596

node58.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.222
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.222
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:       1112776 kB
Buffers:         84948 kB
Cached:         767444 kB
SwapCached:      11412 kB
Active:         197256 kB
Inactive:       668072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1112776 kB
SwapTotal:     4192956 kB
SwapFree:      4171840 kB
Dirty:            1168 kB
Writeback:           0 kB
Mapped:          17432 kB
Slab:            63344 kB
Committed_AS:  2522216 kB
PageTables:       1764 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= 66400 MiB
End job on node58 at 2009-03-28 18:54:03